]> git.ipfire.org Git - thirdparty/git.git/blame - po/git.pot
Merge branch 'master' of git://github.com/git-l10n/git-po
[thirdparty/git.git] / po / git.pot
CommitLineData
dce37b66
JX
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
80d1b481 11"POT-Creation-Date: 2015-09-15 06:45+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
5e078fcd 21#: advice.c:55
dce37b66
JX
22#, c-format
23msgid "hint: %.*s\n"
24msgstr ""
25
fe05e196 26#: advice.c:88
dce37b66 27msgid ""
fe05e196 28"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
d07a63e4 29"as appropriate to mark resolution and make a commit."
dce37b66
JX
30msgstr ""
31
df0617bf
JX
32#: advice.c:101 builtin/merge.c:1227
33msgid "You have not concluded your merge (MERGE_HEAD exists)."
34msgstr ""
35
36#: advice.c:103
37msgid "Please, commit your changes before you can merge."
38msgstr ""
39
40#: advice.c:104
41msgid "Exiting because of unfinished merge."
cc76011e
JX
42msgstr ""
43
d07a63e4 44#: archive.c:12
df0617bf 45msgid "git archive [<options>] <tree-ish> [<path>...]"
cc76011e
JX
46msgstr ""
47
d07a63e4 48#: archive.c:13
df0617bf
JX
49msgid "git archive --list"
50msgstr ""
51
52#: archive.c:14
cc76011e 53msgid ""
c2ea1208 54"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
cc76011e
JX
55msgstr ""
56
df0617bf 57#: archive.c:15
cc76011e
JX
58msgid "git archive --remote <repo> [--exec <cmd>] --list"
59msgstr ""
60
df0617bf 61#: archive.c:343 builtin/add.c:137 builtin/add.c:426 builtin/rm.c:327
727b9576
JX
62#, c-format
63msgid "pathspec '%s' did not match any files"
64msgstr ""
65
df0617bf 66#: archive.c:428
cc76011e
JX
67msgid "fmt"
68msgstr ""
69
df0617bf 70#: archive.c:428
cc76011e
JX
71msgid "archive format"
72msgstr ""
73
df0617bf 74#: archive.c:429 builtin/log.c:1229
cc76011e
JX
75msgid "prefix"
76msgstr ""
77
df0617bf 78#: archive.c:430
cc76011e
JX
79msgid "prepend prefix to each pathname in the archive"
80msgstr ""
81
df0617bf
JX
82#: archive.c:431 builtin/archive.c:88 builtin/blame.c:2516
83#: builtin/blame.c:2517 builtin/config.c:58 builtin/fast-export.c:987
84#: builtin/fast-export.c:989 builtin/grep.c:712 builtin/hash-object.c:99
85#: builtin/ls-files.c:446 builtin/ls-files.c:449 builtin/notes.c:395
86#: builtin/notes.c:558 builtin/read-tree.c:109 parse-options.h:153
cc76011e
JX
87msgid "file"
88msgstr ""
89
df0617bf 90#: archive.c:432 builtin/archive.c:89
cc76011e
JX
91msgid "write the archive to this file"
92msgstr ""
93
df0617bf 94#: archive.c:434
cc76011e
JX
95msgid "read .gitattributes in working directory"
96msgstr ""
97
df0617bf 98#: archive.c:435
cc76011e
JX
99msgid "report archived files on stderr"
100msgstr ""
101
df0617bf 102#: archive.c:436
cc76011e
JX
103msgid "store only"
104msgstr ""
105
df0617bf 106#: archive.c:437
cc76011e
JX
107msgid "compress faster"
108msgstr ""
109
df0617bf 110#: archive.c:445
cc76011e
JX
111msgid "compress better"
112msgstr ""
113
df0617bf 114#: archive.c:448
cc76011e
JX
115msgid "list supported archive formats"
116msgstr ""
117
df0617bf 118#: archive.c:450 builtin/archive.c:90 builtin/clone.c:77
cc76011e
JX
119msgid "repo"
120msgstr ""
121
df0617bf 122#: archive.c:451 builtin/archive.c:91
cc76011e
JX
123msgid "retrieve the archive from remote repository <repo>"
124msgstr ""
125
df0617bf 126#: archive.c:452 builtin/archive.c:92 builtin/notes.c:479
cc76011e
JX
127msgid "command"
128msgstr ""
129
df0617bf 130#: archive.c:453 builtin/archive.c:93
cc76011e
JX
131msgid "path to the remote git-upload-archive command"
132msgstr ""
133
64f23b0c 134#: attr.c:265
fe52cd62 135msgid ""
ed1ddafa 136"Negative patterns are ignored in git attributes\n"
fe52cd62
JX
137"Use '\\!' for literal leading exclamation."
138msgstr ""
139
c6bc7d43
JX
140#: branch.c:60
141#, c-format
142msgid "Not setting branch %s as its own upstream."
143msgstr ""
144
5e078fcd 145#: branch.c:83
c6bc7d43
JX
146#, c-format
147msgid "Branch %s set up to track remote branch %s from %s by rebasing."
148msgstr ""
149
5e078fcd 150#: branch.c:84
c6bc7d43
JX
151#, c-format
152msgid "Branch %s set up to track remote branch %s from %s."
153msgstr ""
154
5e078fcd 155#: branch.c:88
c6bc7d43
JX
156#, c-format
157msgid "Branch %s set up to track local branch %s by rebasing."
158msgstr ""
159
5e078fcd 160#: branch.c:89
c6bc7d43
JX
161#, c-format
162msgid "Branch %s set up to track local branch %s."
163msgstr ""
164
5e078fcd 165#: branch.c:94
c6bc7d43
JX
166#, c-format
167msgid "Branch %s set up to track remote ref %s by rebasing."
168msgstr ""
169
5e078fcd 170#: branch.c:95
c6bc7d43
JX
171#, c-format
172msgid "Branch %s set up to track remote ref %s."
173msgstr ""
174
5e078fcd 175#: branch.c:99
c6bc7d43
JX
176#, c-format
177msgid "Branch %s set up to track local ref %s by rebasing."
178msgstr ""
179
5e078fcd 180#: branch.c:100
c6bc7d43
JX
181#, c-format
182msgid "Branch %s set up to track local ref %s."
183msgstr ""
184
5e078fcd 185#: branch.c:133
c6bc7d43
JX
186#, c-format
187msgid "Not tracking: ambiguous information for ref %s"
188msgstr ""
189
d07a63e4 190#: branch.c:162
c6bc7d43
JX
191#, c-format
192msgid "'%s' is not a valid branch name."
193msgstr ""
194
d07a63e4 195#: branch.c:167
c6bc7d43
JX
196#, c-format
197msgid "A branch named '%s' already exists."
198msgstr ""
199
d07a63e4 200#: branch.c:175
c6bc7d43
JX
201msgid "Cannot force update the current branch."
202msgstr ""
203
d07a63e4 204#: branch.c:195
c138af56
JX
205#, c-format
206msgid "Cannot setup tracking information; starting point '%s' is not a branch."
207msgstr ""
208
d07a63e4 209#: branch.c:197
c138af56
JX
210#, c-format
211msgid "the requested upstream branch '%s' does not exist"
212msgstr ""
213
d07a63e4 214#: branch.c:199
c138af56
JX
215msgid ""
216"\n"
217"If you are planning on basing your work on an upstream\n"
218"branch that already exists at the remote, you may need to\n"
219"run \"git fetch\" to retrieve it.\n"
220"\n"
221"If you are planning to push out a new local branch that\n"
222"will track its remote counterpart, you may want to use\n"
223"\"git push -u\" to set the upstream config as you push."
224msgstr ""
225
d07a63e4 226#: branch.c:243
c6bc7d43
JX
227#, c-format
228msgid "Not a valid object name: '%s'."
229msgstr ""
230
d07a63e4 231#: branch.c:263
c6bc7d43
JX
232#, c-format
233msgid "Ambiguous object name: '%s'."
234msgstr ""
235
d07a63e4 236#: branch.c:268
c6bc7d43
JX
237#, c-format
238msgid "Not a valid branch point: '%s'."
239msgstr ""
240
df0617bf
JX
241#: branch.c:399
242#, c-format
243msgid "'%s' is already checked out at '%s'"
244msgstr ""
245
d07a63e4 246#: bundle.c:34
822e4a65
JX
247#, c-format
248msgid "'%s' does not look like a v2 bundle file"
249msgstr ""
250
d07a63e4 251#: bundle.c:61
822e4a65
JX
252#, c-format
253msgid "unrecognized header: %s%s (%d)"
254msgstr ""
255
df0617bf 256#: bundle.c:87 builtin/commit.c:765
822e4a65
JX
257#, c-format
258msgid "could not open '%s'"
259msgstr ""
260
d07a63e4 261#: bundle.c:139
822e4a65
JX
262msgid "Repository lacks these prerequisite commits:"
263msgstr ""
264
df0617bf
JX
265#: bundle.c:163 sequencer.c:636 sequencer.c:1083 builtin/blame.c:2708
266#: builtin/branch.c:652 builtin/commit.c:1044 builtin/log.c:334
267#: builtin/log.c:850 builtin/log.c:1457 builtin/log.c:1690 builtin/merge.c:358
727b9576 268#: builtin/shortlog.c:158
822e4a65
JX
269msgid "revision walk setup failed"
270msgstr ""
271
d07a63e4 272#: bundle.c:185
822e4a65 273#, c-format
c138af56
JX
274msgid "The bundle contains this ref:"
275msgid_plural "The bundle contains these %d refs:"
822e4a65
JX
276msgstr[0] ""
277msgstr[1] ""
278
d07a63e4 279#: bundle.c:192
11b90174
JX
280msgid "The bundle records a complete history."
281msgstr ""
282
d07a63e4 283#: bundle.c:194
822e4a65 284#, c-format
c138af56
JX
285msgid "The bundle requires this ref:"
286msgid_plural "The bundle requires these %d refs:"
822e4a65
JX
287msgstr[0] ""
288msgstr[1] ""
289
df0617bf 290#: bundle.c:253
e3f9cab7 291msgid "Could not spawn pack-objects"
822e4a65
JX
292msgstr ""
293
df0617bf 294#: bundle.c:264
e3f9cab7 295msgid "pack-objects died"
822e4a65
JX
296msgstr ""
297
df0617bf 298#: bundle.c:304
e3f9cab7 299msgid "rev-list died"
822e4a65
JX
300msgstr ""
301
df0617bf 302#: bundle.c:353
e3f9cab7
JX
303#, c-format
304msgid "ref '%s' is excluded by the rev-list options"
822e4a65
JX
305msgstr ""
306
df0617bf 307#: bundle.c:443 builtin/log.c:157 builtin/log.c:1367 builtin/shortlog.c:261
e3f9cab7
JX
308#, c-format
309msgid "unrecognized argument: %s"
822e4a65
JX
310msgstr ""
311
df0617bf 312#: bundle.c:449
e3f9cab7 313msgid "Refusing to create empty bundle."
822e4a65
JX
314msgstr ""
315
df0617bf 316#: bundle.c:459
822e4a65
JX
317#, c-format
318msgid "cannot create '%s'"
319msgstr ""
320
df0617bf 321#: bundle.c:480
822e4a65
JX
322msgid "index-pack died"
323msgstr ""
324
1e607449 325#: color.c:260
d07a63e4
JX
326#, c-format
327msgid "invalid color value: %.*s"
328msgstr ""
329
80d1b481
JX
330#: commit.c:40 builtin/am.c:451 builtin/am.c:487 builtin/am.c:1516
331#: builtin/am.c:2128
dce37b66
JX
332#, c-format
333msgid "could not parse %s"
334msgstr ""
335
fe05e196 336#: commit.c:42
dce37b66
JX
337#, c-format
338msgid "%s %s is not a commit!"
339msgstr ""
340
341#: compat/obstack.c:406 compat/obstack.c:408
342msgid "memory exhausted"
343msgstr ""
344
c2ea1208 345#: config.c:474 config.c:476
d07a63e4
JX
346#, c-format
347msgid "bad config file line %d in %s"
348msgstr ""
349
c2ea1208 350#: config.c:592
d07a63e4
JX
351#, c-format
352msgid "bad numeric config value '%s' for '%s' in %s: %s"
353msgstr ""
354
c2ea1208 355#: config.c:594
d07a63e4
JX
356#, c-format
357msgid "bad numeric config value '%s' for '%s': %s"
358msgstr ""
359
c2ea1208 360#: config.c:679
d07a63e4
JX
361#, c-format
362msgid "failed to expand user dir in: '%s'"
363msgstr ""
364
c2ea1208 365#: config.c:757 config.c:768
d07a63e4
JX
366#, c-format
367msgid "bad zlib compression level %d"
368msgstr ""
369
c2ea1208 370#: config.c:890
d07a63e4
JX
371#, c-format
372msgid "invalid mode for object creation: %s"
373msgstr ""
374
c2ea1208 375#: config.c:1216
d07a63e4
JX
376msgid "unable to parse command-line config"
377msgstr ""
378
c2ea1208 379#: config.c:1277
d07a63e4
JX
380msgid "unknown error occured while reading the configuration files"
381msgstr ""
382
c2ea1208 383#: config.c:1601
d07a63e4
JX
384#, c-format
385msgid "unable to parse '%s' from command-line config"
386msgstr ""
387
c2ea1208 388#: config.c:1603
d07a63e4
JX
389#, c-format
390msgid "bad config variable '%s' in file '%s' at line %d"
391msgstr ""
392
c2ea1208 393#: config.c:1662
d07a63e4
JX
394#, c-format
395msgid "%s has multiple values"
396msgstr ""
397
398#: connected.c:69
dce37b66
JX
399msgid "Could not run 'git rev-list'"
400msgstr ""
401
d07a63e4 402#: connected.c:89
dce37b66
JX
403#, c-format
404msgid "failed write to rev-list: %s"
405msgstr ""
406
d07a63e4 407#: connected.c:97
dce37b66
JX
408#, c-format
409msgid "failed to close rev-list's stdin: %s"
410msgstr ""
411
822e4a65
JX
412#: date.c:95
413msgid "in the future"
414msgstr ""
415
416#: date.c:101
417#, c-format
418msgid "%lu second ago"
419msgid_plural "%lu seconds ago"
420msgstr[0] ""
421msgstr[1] ""
422
423#: date.c:108
424#, c-format
425msgid "%lu minute ago"
426msgid_plural "%lu minutes ago"
427msgstr[0] ""
428msgstr[1] ""
429
430#: date.c:115
431#, c-format
432msgid "%lu hour ago"
433msgid_plural "%lu hours ago"
434msgstr[0] ""
435msgstr[1] ""
436
437#: date.c:122
438#, c-format
439msgid "%lu day ago"
440msgid_plural "%lu days ago"
441msgstr[0] ""
442msgstr[1] ""
443
444#: date.c:128
445#, c-format
446msgid "%lu week ago"
447msgid_plural "%lu weeks ago"
448msgstr[0] ""
449msgstr[1] ""
450
451#: date.c:135
452#, c-format
453msgid "%lu month ago"
454msgid_plural "%lu months ago"
455msgstr[0] ""
456msgstr[1] ""
457
458#: date.c:146
459#, c-format
460msgid "%lu year"
461msgid_plural "%lu years"
462msgstr[0] ""
463msgstr[1] ""
464
5e078fcd 465#. TRANSLATORS: "%s" is "<n> years"
822e4a65
JX
466#: date.c:149
467#, c-format
468msgid "%s, %lu month ago"
469msgid_plural "%s, %lu months ago"
470msgstr[0] ""
471msgstr[1] ""
472
473#: date.c:154 date.c:159
474#, c-format
475msgid "%lu year ago"
476msgid_plural "%lu years ago"
477msgstr[0] ""
478msgstr[1] ""
479
df49095a
JX
480#: diffcore-order.c:24
481#, c-format
482msgid "failed to read orderfile '%s'"
483msgstr ""
484
c2ea1208 485#: diffcore-rename.c:536
5e078fcd
JX
486msgid "Performing inexact rename detection"
487msgstr ""
488
df0617bf 489#: diff.c:116
dce37b66 490#, c-format
fe52cd62 491msgid " Failed to parse dirstat cut-off percentage '%s'\n"
dce37b66
JX
492msgstr ""
493
df0617bf 494#: diff.c:121
dce37b66 495#, c-format
fe52cd62 496msgid " Unknown dirstat parameter '%s'\n"
dce37b66
JX
497msgstr ""
498
df0617bf 499#: diff.c:216
f9472e35
JX
500#, c-format
501msgid "Unknown value for 'diff.submodule' config variable: '%s'"
502msgstr ""
503
df0617bf 504#: diff.c:268
dce37b66
JX
505#, c-format
506msgid ""
507"Found errors in 'diff.dirstat' config variable:\n"
508"%s"
509msgstr ""
510
df0617bf 511#: diff.c:2998
fe05e196
JX
512#, c-format
513msgid "external diff died, stopping at %s"
514msgstr ""
515
df0617bf 516#: diff.c:3394
fe05e196
JX
517msgid "--follow requires exactly one pathspec"
518msgstr ""
519
df0617bf 520#: diff.c:3557
dce37b66
JX
521#, c-format
522msgid ""
523"Failed to parse --dirstat/-X option parameter:\n"
524"%s"
525msgstr ""
526
df0617bf 527#: diff.c:3571
f9472e35
JX
528#, c-format
529msgid "Failed to parse --submodule option parameter: '%s'"
530msgstr ""
531
df0617bf 532#: dir.c:1853
64f23b0c
JX
533msgid "failed to get kernel name and information"
534msgstr ""
535
df0617bf 536#: dir.c:1936
64f23b0c
JX
537msgid "Untracked cache is disabled on this system."
538msgstr ""
539
df0617bf 540#: gpg-interface.c:166 gpg-interface.c:237
dce37b66
JX
541msgid "could not run gpg."
542msgstr ""
543
df0617bf 544#: gpg-interface.c:178
dce37b66
JX
545msgid "gpg did not accept the data"
546msgstr ""
547
df0617bf 548#: gpg-interface.c:189
dce37b66
JX
549msgid "gpg failed to sign the data"
550msgstr ""
551
df0617bf 552#: gpg-interface.c:222
9caaf23e
JX
553#, c-format
554msgid "could not create temporary file '%s': %s"
555msgstr ""
556
df0617bf 557#: gpg-interface.c:225
9caaf23e
JX
558#, c-format
559msgid "failed writing detached signature to '%s': %s"
560msgstr ""
561
d07a63e4 562#: grep.c:1718
1d4ac88d
JX
563#, c-format
564msgid "'%s': unable to read %s"
565msgstr ""
566
d07a63e4 567#: grep.c:1735
1d4ac88d
JX
568#, c-format
569msgid "'%s': %s"
570msgstr ""
571
d07a63e4 572#: grep.c:1746
1d4ac88d
JX
573#, c-format
574msgid "'%s': short read %s"
575msgstr ""
576
fe05e196 577#: help.c:207
822e4a65
JX
578#, c-format
579msgid "available git commands in '%s'"
580msgstr ""
581
fe05e196 582#: help.c:214
822e4a65
JX
583msgid "git commands available from elsewhere on your $PATH"
584msgstr ""
585
64f23b0c
JX
586#: help.c:246
587msgid "These are common Git commands used in various situations:"
9caaf23e
JX
588msgstr ""
589
64f23b0c 590#: help.c:311
dce37b66
JX
591#, c-format
592msgid ""
593"'%s' appears to be a git command, but we were not\n"
594"able to execute it. Maybe git-%s is broken?"
595msgstr ""
596
64f23b0c 597#: help.c:368
822e4a65
JX
598msgid "Uh oh. Your system reports no Git commands at all."
599msgstr ""
600
64f23b0c 601#: help.c:390
822e4a65
JX
602#, c-format
603msgid ""
604"WARNING: You called a Git command named '%s', which does not exist.\n"
605"Continuing under the assumption that you meant '%s'"
606msgstr ""
607
64f23b0c 608#: help.c:395
822e4a65
JX
609#, c-format
610msgid "in %0.1f seconds automatically..."
611msgstr ""
612
64f23b0c 613#: help.c:402
822e4a65
JX
614#, c-format
615msgid "git: '%s' is not a git command. See 'git --help'."
616msgstr ""
617
64f23b0c 618#: help.c:406 help.c:466
822e4a65
JX
619msgid ""
620"\n"
621"Did you mean this?"
622msgid_plural ""
623"\n"
624"Did you mean one of these?"
625msgstr[0] ""
626msgstr[1] ""
627
64f23b0c 628#: help.c:462
28b3cffc
JX
629#, c-format
630msgid "%s: %s - %s"
631msgstr ""
632
d07a63e4 633#: merge.c:41
fe52cd62
JX
634msgid "failed to read the cache"
635msgstr ""
636
80d1b481 637#: merge.c:94 builtin/am.c:2001 builtin/am.c:2036 builtin/checkout.c:375
df0617bf 638#: builtin/checkout.c:586 builtin/clone.c:715
fe52cd62
JX
639msgid "unable to write new index file"
640msgstr ""
641
d07a63e4 642#: merge-recursive.c:189
3b6137f2
JX
643#, c-format
644msgid "(bad commit)\n"
645msgstr ""
646
d07a63e4 647#: merge-recursive.c:209
3b6137f2
JX
648#, c-format
649msgid "addinfo_cache failed for path '%s'"
650msgstr ""
651
d07a63e4 652#: merge-recursive.c:270
3b6137f2
JX
653msgid "error building trees"
654msgstr ""
655
64f23b0c 656#: merge-recursive.c:687
3b6137f2
JX
657#, c-format
658msgid "failed to create path '%s'%s"
659msgstr ""
660
64f23b0c 661#: merge-recursive.c:698
3b6137f2
JX
662#, c-format
663msgid "Removing %s to make room for subdirectory\n"
664msgstr ""
665
64f23b0c 666#: merge-recursive.c:712 merge-recursive.c:733
3b6137f2
JX
667msgid ": perhaps a D/F conflict?"
668msgstr ""
669
64f23b0c 670#: merge-recursive.c:723
3b6137f2
JX
671#, c-format
672msgid "refusing to lose untracked file at '%s'"
673msgstr ""
674
64f23b0c 675#: merge-recursive.c:763
3b6137f2
JX
676#, c-format
677msgid "cannot read object %s '%s'"
678msgstr ""
679
64f23b0c 680#: merge-recursive.c:765
3b6137f2
JX
681#, c-format
682msgid "blob expected for %s '%s'"
683msgstr ""
684
df0617bf 685#: merge-recursive.c:788 builtin/clone.c:364
3b6137f2
JX
686#, c-format
687msgid "failed to open '%s'"
688msgstr ""
689
64f23b0c 690#: merge-recursive.c:796
3b6137f2
JX
691#, c-format
692msgid "failed to symlink '%s'"
693msgstr ""
694
64f23b0c 695#: merge-recursive.c:799
3b6137f2
JX
696#, c-format
697msgid "do not know what to do with %06o %s '%s'"
698msgstr ""
699
64f23b0c 700#: merge-recursive.c:937
3b6137f2
JX
701msgid "Failed to execute internal merge"
702msgstr ""
703
64f23b0c 704#: merge-recursive.c:941
3b6137f2
JX
705#, c-format
706msgid "Unable to add %s to database"
707msgstr ""
708
64f23b0c 709#: merge-recursive.c:957
3b6137f2
JX
710msgid "unsupported object type in the tree"
711msgstr ""
712
64f23b0c 713#: merge-recursive.c:1032 merge-recursive.c:1046
3b6137f2
JX
714#, c-format
715msgid ""
716"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
717"in tree."
718msgstr ""
719
64f23b0c 720#: merge-recursive.c:1038 merge-recursive.c:1051
3b6137f2
JX
721#, c-format
722msgid ""
723"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
724"in tree at %s."
725msgstr ""
726
64f23b0c 727#: merge-recursive.c:1092
3b6137f2
JX
728msgid "rename"
729msgstr ""
730
64f23b0c 731#: merge-recursive.c:1092
3b6137f2
JX
732msgid "renamed"
733msgstr ""
734
64f23b0c 735#: merge-recursive.c:1148
3b6137f2
JX
736#, c-format
737msgid "%s is a directory in %s adding as %s instead"
738msgstr ""
739
64f23b0c 740#: merge-recursive.c:1170
3b6137f2
JX
741#, c-format
742msgid ""
743"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
744"\"->\"%s\" in \"%s\"%s"
745msgstr ""
746
64f23b0c 747#: merge-recursive.c:1175
3b6137f2
JX
748msgid " (left unresolved)"
749msgstr ""
750
64f23b0c 751#: merge-recursive.c:1229
3b6137f2
JX
752#, c-format
753msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
754msgstr ""
755
64f23b0c 756#: merge-recursive.c:1259
3b6137f2
JX
757#, c-format
758msgid "Renaming %s to %s and %s to %s instead"
759msgstr ""
760
64f23b0c 761#: merge-recursive.c:1458
3b6137f2
JX
762#, c-format
763msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
764msgstr ""
765
64f23b0c 766#: merge-recursive.c:1468
3b6137f2
JX
767#, c-format
768msgid "Adding merged %s"
769msgstr ""
770
64f23b0c 771#: merge-recursive.c:1473 merge-recursive.c:1671
3b6137f2
JX
772#, c-format
773msgid "Adding as %s instead"
774msgstr ""
775
64f23b0c 776#: merge-recursive.c:1524
3b6137f2
JX
777#, c-format
778msgid "cannot read object %s"
779msgstr ""
780
64f23b0c 781#: merge-recursive.c:1527
3b6137f2
JX
782#, c-format
783msgid "object %s is not a blob"
784msgstr ""
785
64f23b0c 786#: merge-recursive.c:1575
3b6137f2
JX
787msgid "modify"
788msgstr ""
789
64f23b0c 790#: merge-recursive.c:1575
3b6137f2
JX
791msgid "modified"
792msgstr ""
793
64f23b0c 794#: merge-recursive.c:1585
3b6137f2
JX
795msgid "content"
796msgstr ""
797
64f23b0c 798#: merge-recursive.c:1592
3b6137f2
JX
799msgid "add/add"
800msgstr ""
801
64f23b0c 802#: merge-recursive.c:1626
3b6137f2
JX
803#, c-format
804msgid "Skipped %s (merged same as existing)"
805msgstr ""
806
64f23b0c 807#: merge-recursive.c:1640
3b6137f2
JX
808#, c-format
809msgid "Auto-merging %s"
810msgstr ""
811
64f23b0c 812#: merge-recursive.c:1644 git-submodule.sh:1150
3b6137f2
JX
813msgid "submodule"
814msgstr ""
815
64f23b0c 816#: merge-recursive.c:1645
3b6137f2
JX
817#, c-format
818msgid "CONFLICT (%s): Merge conflict in %s"
819msgstr ""
820
64f23b0c 821#: merge-recursive.c:1731
3b6137f2
JX
822#, c-format
823msgid "Removing %s"
824msgstr ""
825
64f23b0c 826#: merge-recursive.c:1756
3b6137f2
JX
827msgid "file/directory"
828msgstr ""
829
64f23b0c 830#: merge-recursive.c:1762
3b6137f2
JX
831msgid "directory/file"
832msgstr ""
833
64f23b0c 834#: merge-recursive.c:1767
3b6137f2
JX
835#, c-format
836msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
837msgstr ""
838
64f23b0c 839#: merge-recursive.c:1777
3b6137f2
JX
840#, c-format
841msgid "Adding %s"
842msgstr ""
843
64f23b0c 844#: merge-recursive.c:1794
3b6137f2
JX
845msgid "Fatal merge failure, shouldn't happen."
846msgstr ""
847
64f23b0c 848#: merge-recursive.c:1813
3b6137f2
JX
849msgid "Already up-to-date!"
850msgstr ""
851
64f23b0c 852#: merge-recursive.c:1822
3b6137f2
JX
853#, c-format
854msgid "merging of trees %s and %s failed"
855msgstr ""
856
64f23b0c 857#: merge-recursive.c:1852
3b6137f2
JX
858#, c-format
859msgid "Unprocessed path??? %s"
860msgstr ""
861
64f23b0c 862#: merge-recursive.c:1900
3b6137f2
JX
863msgid "Merging:"
864msgstr ""
865
64f23b0c 866#: merge-recursive.c:1913
3b6137f2 867#, c-format
bb2ba06f
JX
868msgid "found %u common ancestor:"
869msgid_plural "found %u common ancestors:"
870msgstr[0] ""
871msgstr[1] ""
3b6137f2 872
64f23b0c 873#: merge-recursive.c:1950
3b6137f2
JX
874msgid "merge returned no commit"
875msgstr ""
876
64f23b0c 877#: merge-recursive.c:2007
3b6137f2
JX
878#, c-format
879msgid "Could not parse object '%s'"
880msgstr ""
881
64f23b0c 882#: merge-recursive.c:2018 builtin/merge.c:645
3b6137f2
JX
883msgid "Unable to write index."
884msgstr ""
885
fe05e196 886#: notes-utils.c:41
28b3cffc
JX
887msgid "Cannot commit uninitialized/unreferenced notes tree"
888msgstr ""
889
df0617bf 890#: notes-utils.c:100
28b3cffc
JX
891#, c-format
892msgid "Bad notes.rewriteMode value: '%s'"
893msgstr ""
894
df0617bf 895#: notes-utils.c:110
28b3cffc
JX
896#, c-format
897msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
898msgstr ""
899
900#. TRANSLATORS: The first %s is the name of the
901#. environment variable, the second %s is its value
df0617bf 902#: notes-utils.c:137
28b3cffc
JX
903#, c-format
904msgid "Bad %s value: '%s'"
905msgstr ""
906
64f23b0c 907#: object.c:242
c138af56
JX
908#, c-format
909msgid "unable to parse object: %s"
910msgstr ""
911
df0617bf 912#: parse-options.c:563
6f6731e7
JX
913msgid "..."
914msgstr ""
915
df0617bf 916#: parse-options.c:581
6f6731e7
JX
917#, c-format
918msgid "usage: %s"
919msgstr ""
920
921#. TRANSLATORS: the colon here should align with the
922#. one in "usage: %s" translation
df0617bf 923#: parse-options.c:585
6f6731e7
JX
924#, c-format
925msgid " or: %s"
926msgstr ""
927
df0617bf 928#: parse-options.c:588
6f6731e7
JX
929#, c-format
930msgid " %s"
931msgstr ""
932
df0617bf 933#: parse-options.c:622
235537a0
JX
934msgid "-NUM"
935msgstr ""
936
df49095a 937#: pathspec.c:133
727b9576
JX
938msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
939msgstr ""
940
df49095a 941#: pathspec.c:143
727b9576
JX
942msgid ""
943"global 'literal' pathspec setting is incompatible with all other global "
944"pathspec settings"
945msgstr ""
946
df49095a 947#: pathspec.c:177
727b9576
JX
948msgid "invalid parameter for pathspec magic 'prefix'"
949msgstr ""
950
df49095a 951#: pathspec.c:183
727b9576
JX
952#, c-format
953msgid "Invalid pathspec magic '%.*s' in '%s'"
954msgstr ""
955
df49095a 956#: pathspec.c:187
727b9576
JX
957#, c-format
958msgid "Missing ')' at the end of pathspec magic in '%s'"
959msgstr ""
960
df49095a 961#: pathspec.c:205
727b9576
JX
962#, c-format
963msgid "Unimplemented pathspec magic '%c' in '%s'"
964msgstr ""
965
df49095a 966#: pathspec.c:230
727b9576
JX
967#, c-format
968msgid "%s: 'literal' and 'glob' are incompatible"
969msgstr ""
970
df49095a 971#: pathspec.c:241
727b9576
JX
972#, c-format
973msgid "%s: '%s' is outside repository"
974msgstr ""
975
df49095a 976#: pathspec.c:291
727b9576
JX
977#, c-format
978msgid "Pathspec '%s' is in submodule '%.*s'"
979msgstr ""
980
df49095a 981#: pathspec.c:353
727b9576
JX
982#, c-format
983msgid "%s: pathspec magic not supported by this command: %s"
984msgstr ""
985
fe05e196 986#: pathspec.c:432
9caaf23e 987#, c-format
727b9576 988msgid "pathspec '%s' is beyond a symbolic link"
9caaf23e
JX
989msgstr ""
990
fe05e196 991#: pathspec.c:441
df49095a
JX
992msgid ""
993"There is nothing to exclude from by :(exclude) patterns.\n"
994"Perhaps you forgot to add either ':/' or '.' ?"
995msgstr ""
996
df0617bf 997#: pretty.c:969
d07a63e4
JX
998msgid "unable to parse --pretty format"
999msgstr ""
1000
64f23b0c 1001#: progress.c:236
5e078fcd
JX
1002msgid "done"
1003msgstr ""
1004
df0617bf 1005#: read-cache.c:1296
5e078fcd
JX
1006#, c-format
1007msgid ""
1008"index.version set, but the value is invalid.\n"
1009"Using version %i"
1010msgstr ""
1011
df0617bf 1012#: read-cache.c:1306
5e078fcd
JX
1013#, c-format
1014msgid ""
1015"GIT_INDEX_VERSION set, but the value is invalid.\n"
1016"Using version %i"
1017msgstr ""
1018
df0617bf
JX
1019#: refs.c:2941 builtin/merge.c:760 builtin/merge.c:871 builtin/merge.c:973
1020#: builtin/merge.c:983
1021#, c-format
1022msgid "Could not open '%s' for writing"
1023msgstr ""
1024
1025#: refs.c:3001
1026#, c-format
1027msgid "could not delete reference %s: %s"
1028msgstr ""
1029
1030#: refs.c:3004
1031#, c-format
1032msgid "could not delete references: %s"
1033msgstr ""
1034
1035#: refs.c:3013
1036#, c-format
1037msgid "could not remove reference %s"
1038msgstr ""
1039
1040#: ref-filter.c:660
1041msgid "unable to parse format"
1042msgstr ""
1043
64f23b0c 1044#: remote.c:792
df49095a
JX
1045#, c-format
1046msgid "Cannot fetch both %s and %s to %s"
1047msgstr ""
1048
64f23b0c 1049#: remote.c:796
df49095a
JX
1050#, c-format
1051msgid "%s usually tracks %s, not %s"
1052msgstr ""
1053
64f23b0c 1054#: remote.c:800
df49095a
JX
1055#, c-format
1056msgid "%s tracks both %s and %s"
1057msgstr ""
1058
64f23b0c 1059#: remote.c:808
df49095a
JX
1060msgid "Internal error"
1061msgstr ""
1062
64f23b0c
JX
1063#: remote.c:1723 remote.c:1766
1064msgid "HEAD does not point to a branch"
1065msgstr ""
1066
1067#: remote.c:1732
1068#, c-format
1069msgid "no such branch: '%s'"
1070msgstr ""
1071
1072#: remote.c:1735
1073#, c-format
1074msgid "no upstream configured for branch '%s'"
1075msgstr ""
1076
1077#: remote.c:1741
1078#, c-format
1079msgid "upstream branch '%s' not stored as a remote-tracking branch"
1080msgstr ""
1081
1082#: remote.c:1756
1083#, c-format
1084msgid "push destination '%s' on remote '%s' has no local tracking branch"
1085msgstr ""
1086
1087#: remote.c:1771
1088#, c-format
1089msgid "branch '%s' has no remote for pushing"
1090msgstr ""
1091
1092#: remote.c:1782
1093#, c-format
1094msgid "push refspecs for '%s' do not include '%s'"
1095msgstr ""
1096
1097#: remote.c:1795
1098msgid "push has no destination (push.default is 'nothing')"
1099msgstr ""
1100
1101#: remote.c:1817
1102msgid "cannot resolve 'simple' push to a single destination"
1103msgstr ""
1104
1105#: remote.c:2124
9caaf23e 1106#, c-format
727b9576 1107msgid "Your branch is based on '%s', but the upstream is gone.\n"
9caaf23e
JX
1108msgstr ""
1109
64f23b0c 1110#: remote.c:2128
727b9576
JX
1111msgid " (use \"git branch --unset-upstream\" to fixup)\n"
1112msgstr ""
1113
64f23b0c 1114#: remote.c:2131
727b9576
JX
1115#, c-format
1116msgid "Your branch is up-to-date with '%s'.\n"
1117msgstr ""
1118
64f23b0c 1119#: remote.c:2135
dce37b66
JX
1120#, c-format
1121msgid "Your branch is ahead of '%s' by %d commit.\n"
1122msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1123msgstr[0] ""
1124msgstr[1] ""
1125
64f23b0c 1126#: remote.c:2141
f9472e35
JX
1127msgid " (use \"git push\" to publish your local commits)\n"
1128msgstr ""
1129
64f23b0c 1130#: remote.c:2144
dce37b66
JX
1131#, c-format
1132msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1133msgid_plural ""
1134"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1135msgstr[0] ""
1136msgstr[1] ""
1137
64f23b0c 1138#: remote.c:2152
f9472e35
JX
1139msgid " (use \"git pull\" to update your local branch)\n"
1140msgstr ""
1141
64f23b0c 1142#: remote.c:2155
dce37b66
JX
1143#, c-format
1144msgid ""
1145"Your branch and '%s' have diverged,\n"
1146"and have %d and %d different commit each, respectively.\n"
1147msgid_plural ""
1148"Your branch and '%s' have diverged,\n"
1149"and have %d and %d different commits each, respectively.\n"
1150msgstr[0] ""
1151msgstr[1] ""
1152
64f23b0c 1153#: remote.c:2165
f9472e35
JX
1154msgid " (use \"git pull\" to merge the remote branch into yours)\n"
1155msgstr ""
1156
df0617bf
JX
1157#: revision.c:2198
1158msgid "your current branch appears to be broken"
1159msgstr ""
1160
1161#: revision.c:2201
1162#, c-format
1163msgid "your current branch '%s' does not have any commits yet"
1164msgstr ""
1165
1166#: revision.c:2395
c2ea1208
JX
1167msgid "--first-parent is incompatible with --bisect"
1168msgstr ""
1169
1170#: run-command.c:83
28b3cffc
JX
1171msgid "open /dev/null failed"
1172msgstr ""
1173
c2ea1208 1174#: run-command.c:85
28b3cffc
JX
1175#, c-format
1176msgid "dup2(%d,%d) failed"
1177msgstr ""
1178
df0617bf 1179#: send-pack.c:295
d07a63e4
JX
1180msgid "failed to sign the push certificate"
1181msgstr ""
1182
df0617bf 1183#: send-pack.c:404
d07a63e4
JX
1184msgid "the receiving end does not support --signed push"
1185msgstr ""
1186
df0617bf
JX
1187#: send-pack.c:406
1188msgid ""
1189"not sending a push certificate since the receiving end does not support --"
1190"signed push"
dce37b66
JX
1191msgstr ""
1192
df0617bf
JX
1193#: send-pack.c:418
1194msgid "the receiving end does not support --atomic push"
dce37b66
JX
1195msgstr ""
1196
df0617bf 1197#: sequencer.c:183
2b911f81
JX
1198msgid ""
1199"after resolving the conflicts, mark the corrected paths\n"
1200"with 'git add <paths>' or 'git rm <paths>'"
1201msgstr ""
1202
df0617bf 1203#: sequencer.c:186
dce37b66
JX
1204msgid ""
1205"after resolving the conflicts, mark the corrected paths\n"
1206"with 'git add <paths>' or 'git rm <paths>'\n"
1207"and commit the result with 'git commit'"
1208msgstr ""
1209
df0617bf 1210#: sequencer.c:199 sequencer.c:842 sequencer.c:922
dce37b66
JX
1211#, c-format
1212msgid "Could not write to %s"
1213msgstr ""
1214
df0617bf 1215#: sequencer.c:202
dce37b66
JX
1216#, c-format
1217msgid "Error wrapping up %s"
1218msgstr ""
1219
df0617bf 1220#: sequencer.c:217
dce37b66
JX
1221msgid "Your local changes would be overwritten by cherry-pick."
1222msgstr ""
1223
df0617bf 1224#: sequencer.c:219
dce37b66
JX
1225msgid "Your local changes would be overwritten by revert."
1226msgstr ""
1227
df0617bf 1228#: sequencer.c:222
dce37b66
JX
1229msgid "Commit your changes or stash them to proceed."
1230msgstr ""
1231
1232#. TRANSLATORS: %s will be "revert" or "cherry-pick"
df0617bf 1233#: sequencer.c:309
dce37b66
JX
1234#, c-format
1235msgid "%s: Unable to write new index file"
1236msgstr ""
1237
df0617bf 1238#: sequencer.c:327
822e4a65
JX
1239msgid "Could not resolve HEAD commit\n"
1240msgstr ""
1241
df0617bf 1242#: sequencer.c:347
822e4a65
JX
1243msgid "Unable to update cache tree\n"
1244msgstr ""
1245
df0617bf 1246#: sequencer.c:399
822e4a65
JX
1247#, c-format
1248msgid "Could not parse commit %s\n"
1249msgstr ""
1250
df0617bf 1251#: sequencer.c:404
822e4a65
JX
1252#, c-format
1253msgid "Could not parse parent commit %s\n"
1254msgstr ""
1255
df0617bf 1256#: sequencer.c:469
dce37b66
JX
1257msgid "Your index file is unmerged."
1258msgstr ""
1259
df0617bf 1260#: sequencer.c:488
dce37b66
JX
1261#, c-format
1262msgid "Commit %s is a merge but no -m option was given."
1263msgstr ""
1264
df0617bf 1265#: sequencer.c:496
dce37b66
JX
1266#, c-format
1267msgid "Commit %s does not have parent %d"
1268msgstr ""
1269
df0617bf 1270#: sequencer.c:500
dce37b66
JX
1271#, c-format
1272msgid "Mainline was specified but commit %s is not a merge."
1273msgstr ""
1274
1275#. TRANSLATORS: The first %s will be "revert" or
1276#. "cherry-pick", the second %s a SHA1
df0617bf 1277#: sequencer.c:513
dce37b66
JX
1278#, c-format
1279msgid "%s: cannot parse parent commit %s"
1280msgstr ""
1281
df0617bf 1282#: sequencer.c:517
dce37b66
JX
1283#, c-format
1284msgid "Cannot get commit message for %s"
1285msgstr ""
1286
df0617bf 1287#: sequencer.c:603
dce37b66
JX
1288#, c-format
1289msgid "could not revert %s... %s"
1290msgstr ""
1291
df0617bf 1292#: sequencer.c:604
dce37b66
JX
1293#, c-format
1294msgid "could not apply %s... %s"
1295msgstr ""
1296
df0617bf 1297#: sequencer.c:639
dce37b66
JX
1298msgid "empty commit set passed"
1299msgstr ""
1300
df0617bf 1301#: sequencer.c:647
dce37b66
JX
1302#, c-format
1303msgid "git %s: failed to read the index"
1304msgstr ""
1305
df0617bf 1306#: sequencer.c:651
dce37b66
JX
1307#, c-format
1308msgid "git %s: failed to refresh the index"
1309msgstr ""
1310
df0617bf 1311#: sequencer.c:711
dce37b66
JX
1312#, c-format
1313msgid "Cannot %s during a %s"
1314msgstr ""
1315
df0617bf 1316#: sequencer.c:733
dce37b66
JX
1317#, c-format
1318msgid "Could not parse line %d."
1319msgstr ""
1320
df0617bf 1321#: sequencer.c:738
dce37b66
JX
1322msgid "No commits parsed."
1323msgstr ""
1324
df0617bf 1325#: sequencer.c:750
dce37b66
JX
1326#, c-format
1327msgid "Could not open %s"
1328msgstr ""
1329
df0617bf 1330#: sequencer.c:754
dce37b66
JX
1331#, c-format
1332msgid "Could not read %s."
1333msgstr ""
1334
df0617bf 1335#: sequencer.c:761
dce37b66
JX
1336#, c-format
1337msgid "Unusable instruction sheet: %s"
1338msgstr ""
1339
df0617bf 1340#: sequencer.c:791
dce37b66
JX
1341#, c-format
1342msgid "Invalid key: %s"
1343msgstr ""
1344
df0617bf 1345#: sequencer.c:794 builtin/pull.c:47 builtin/pull.c:49
dce37b66
JX
1346#, c-format
1347msgid "Invalid value for %s: %s"
1348msgstr ""
1349
df0617bf 1350#: sequencer.c:804
dce37b66
JX
1351#, c-format
1352msgid "Malformed options sheet: %s"
1353msgstr ""
1354
df0617bf 1355#: sequencer.c:823
dce37b66
JX
1356msgid "a cherry-pick or revert is already in progress"
1357msgstr ""
1358
df0617bf 1359#: sequencer.c:824
dce37b66
JX
1360msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1361msgstr ""
1362
df0617bf 1363#: sequencer.c:828
dce37b66
JX
1364#, c-format
1365msgid "Could not create sequencer directory %s"
1366msgstr ""
1367
df0617bf 1368#: sequencer.c:844 sequencer.c:926
dce37b66
JX
1369#, c-format
1370msgid "Error wrapping up %s."
1371msgstr ""
1372
df0617bf 1373#: sequencer.c:863 sequencer.c:996
dce37b66
JX
1374msgid "no cherry-pick or revert in progress"
1375msgstr ""
1376
df0617bf 1377#: sequencer.c:865
dce37b66
JX
1378msgid "cannot resolve HEAD"
1379msgstr ""
1380
df0617bf 1381#: sequencer.c:867
dce37b66
JX
1382msgid "cannot abort from a branch yet to be born"
1383msgstr ""
1384
df0617bf 1385#: sequencer.c:887 builtin/apply.c:4291
dce37b66
JX
1386#, c-format
1387msgid "cannot open %s: %s"
1388msgstr ""
1389
df0617bf 1390#: sequencer.c:890
dce37b66
JX
1391#, c-format
1392msgid "cannot read %s: %s"
1393msgstr ""
1394
df0617bf 1395#: sequencer.c:891
dce37b66
JX
1396msgid "unexpected end of file"
1397msgstr ""
1398
df0617bf 1399#: sequencer.c:897
dce37b66
JX
1400#, c-format
1401msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1402msgstr ""
1403
df0617bf 1404#: sequencer.c:919
dce37b66
JX
1405#, c-format
1406msgid "Could not format %s."
1407msgstr ""
1408
df0617bf 1409#: sequencer.c:1064
c6bc7d43
JX
1410#, c-format
1411msgid "%s: can't cherry-pick a %s"
1412msgstr ""
1413
df0617bf 1414#: sequencer.c:1067
c6bc7d43
JX
1415#, c-format
1416msgid "%s: bad revision"
1417msgstr ""
1418
df0617bf 1419#: sequencer.c:1101
dce37b66
JX
1420msgid "Can't revert as initial commit"
1421msgstr ""
1422
df0617bf 1423#: sequencer.c:1102
dce37b66
JX
1424msgid "Can't cherry-pick into empty head"
1425msgstr ""
1426
64f23b0c
JX
1427#: setup.c:243
1428#, c-format
1429msgid "failed to read %s"
1430msgstr ""
1431
1432#: sha1_name.c:453
28b3cffc
JX
1433msgid ""
1434"Git normally never creates a ref that ends with 40 hex characters\n"
1435"because it will be ignored when you just specify 40-hex. These refs\n"
1436"may be created by mistake. For example,\n"
1437"\n"
1438" git checkout -b $br $(git rev-parse ...)\n"
1439"\n"
1440"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1441"examine these refs and maybe delete them. Turn this message off by\n"
b8ecf239 1442"running \"git config advice.objectNameWarning false\""
28b3cffc
JX
1443msgstr ""
1444
df0617bf 1445#: submodule.c:61 submodule.c:95
727b9576
JX
1446msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1447msgstr ""
1448
df0617bf 1449#: submodule.c:65 submodule.c:99
727b9576
JX
1450#, c-format
1451msgid "Could not find section in .gitmodules where path=%s"
1452msgstr ""
1453
df0617bf 1454#: submodule.c:73
727b9576
JX
1455#, c-format
1456msgid "Could not update .gitmodules entry %s"
1457msgstr ""
1458
df0617bf 1459#: submodule.c:106
727b9576
JX
1460#, c-format
1461msgid "Could not remove .gitmodules entry for %s"
1462msgstr ""
1463
df0617bf 1464#: submodule.c:117
727b9576
JX
1465msgid "staging updated .gitmodules failed"
1466msgstr ""
1467
df0617bf 1468#: submodule.c:1045
727b9576
JX
1469#, c-format
1470msgid "Could not set core.worktree in %s"
1471msgstr ""
1472
c2ea1208
JX
1473#: trailer.c:491 trailer.c:495 trailer.c:499 trailer.c:553 trailer.c:557
1474#: trailer.c:561
d07a63e4
JX
1475#, c-format
1476msgid "unknown value '%s' for key '%s'"
1477msgstr ""
1478
c2ea1208 1479#: trailer.c:543 trailer.c:548 builtin/remote.c:290
d07a63e4
JX
1480#, c-format
1481msgid "more than one %s"
1482msgstr ""
1483
c2ea1208 1484#: trailer.c:581
d07a63e4 1485#, c-format
e3f9cab7 1486msgid "empty trailer token in trailer '%.*s'"
d07a63e4
JX
1487msgstr ""
1488
c2ea1208 1489#: trailer.c:701
d07a63e4
JX
1490#, c-format
1491msgid "could not read input file '%s'"
1492msgstr ""
1493
c2ea1208 1494#: trailer.c:704
d07a63e4
JX
1495msgid "could not read from stdin"
1496msgstr ""
1497
df0617bf
JX
1498#: transport-helper.c:1025
1499#, c-format
1500msgid "Could not read ref %s"
1501msgstr ""
1502
64f23b0c 1503#: unpack-trees.c:203
5e078fcd
JX
1504msgid "Checking out files"
1505msgstr ""
1506
727b9576
JX
1507#: urlmatch.c:120
1508msgid "invalid URL scheme name or missing '://' suffix"
1509msgstr ""
1510
1511#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1512#, c-format
1513msgid "invalid %XX escape sequence"
1514msgstr ""
1515
1516#: urlmatch.c:172
1517msgid "missing host and scheme is not 'file:'"
1518msgstr ""
1519
1520#: urlmatch.c:189
1521msgid "a 'file:' URL may not have a port number"
1522msgstr ""
1523
1524#: urlmatch.c:199
1525msgid "invalid characters in host name"
1526msgstr ""
1527
1528#: urlmatch.c:244 urlmatch.c:255
1529msgid "invalid port number"
1530msgstr ""
1531
1532#: urlmatch.c:322
1533msgid "invalid '..' path segment"
1534msgstr ""
1535
df0617bf
JX
1536#: wrapper.c:219 wrapper.c:362
1537#, c-format
1538msgid "could not open '%s' for reading and writing"
1539msgstr ""
1540
1541#: wrapper.c:221 wrapper.c:364
1542#, c-format
1543msgid "could not open '%s' for writing"
1544msgstr ""
1545
1546#: wrapper.c:223 wrapper.c:366 builtin/am.c:337 builtin/commit.c:1688
1547#: builtin/merge.c:1076 builtin/pull.c:380
1548#, c-format
1549msgid "could not open '%s' for reading"
1550msgstr ""
1551
1552#: wrapper.c:579
cc76011e
JX
1553#, c-format
1554msgid "unable to access '%s': %s"
1555msgstr ""
1556
df0617bf 1557#: wrapper.c:600
46bc4039
JX
1558#, c-format
1559msgid "unable to access '%s'"
1560msgstr ""
1561
df0617bf 1562#: wrapper.c:611
75f7b4b9
JX
1563#, c-format
1564msgid "unable to look up current user in the passwd file: %s"
1565msgstr ""
1566
df0617bf 1567#: wrapper.c:612
75f7b4b9
JX
1568msgid "no such user"
1569msgstr ""
1570
df0617bf 1571#: wrapper.c:620
d07a63e4
JX
1572msgid "unable to get current working directory"
1573msgstr ""
1574
df0617bf 1575#: wrapper.c:631
64f23b0c
JX
1576#, c-format
1577msgid "could not open %s for writing"
1578msgstr ""
1579
df0617bf 1580#: wrapper.c:642 builtin/am.c:424
64f23b0c
JX
1581#, c-format
1582msgid "could not write to %s"
1583msgstr ""
1584
df0617bf 1585#: wrapper.c:648
64f23b0c
JX
1586#, c-format
1587msgid "could not close %s"
1588msgstr ""
1589
df0617bf 1590#: wt-status.c:149
dce37b66
JX
1591msgid "Unmerged paths:"
1592msgstr ""
1593
df0617bf 1594#: wt-status.c:176 wt-status.c:203
dce37b66
JX
1595#, c-format
1596msgid " (use \"git reset %s <file>...\" to unstage)"
1597msgstr ""
1598
df0617bf 1599#: wt-status.c:178 wt-status.c:205
dce37b66
JX
1600msgid " (use \"git rm --cached <file>...\" to unstage)"
1601msgstr ""
1602
df0617bf 1603#: wt-status.c:182
11b90174
JX
1604msgid " (use \"git add <file>...\" to mark resolution)"
1605msgstr ""
1606
df0617bf 1607#: wt-status.c:184 wt-status.c:188
dce37b66
JX
1608msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1609msgstr ""
1610
df0617bf 1611#: wt-status.c:186
11b90174
JX
1612msgid " (use \"git rm <file>...\" to mark resolution)"
1613msgstr ""
1614
df0617bf 1615#: wt-status.c:197 wt-status.c:880
dce37b66
JX
1616msgid "Changes to be committed:"
1617msgstr ""
1618
df0617bf 1619#: wt-status.c:215 wt-status.c:889
dce37b66
JX
1620msgid "Changes not staged for commit:"
1621msgstr ""
1622
df0617bf 1623#: wt-status.c:219
dce37b66
JX
1624msgid " (use \"git add <file>...\" to update what will be committed)"
1625msgstr ""
1626
df0617bf 1627#: wt-status.c:221
dce37b66
JX
1628msgid " (use \"git add/rm <file>...\" to update what will be committed)"
1629msgstr ""
1630
df0617bf 1631#: wt-status.c:222
dce37b66
JX
1632msgid ""
1633" (use \"git checkout -- <file>...\" to discard changes in working directory)"
1634msgstr ""
1635
df0617bf 1636#: wt-status.c:224
dce37b66
JX
1637msgid " (commit or discard the untracked or modified content in submodules)"
1638msgstr ""
1639
df0617bf 1640#: wt-status.c:236
dce37b66
JX
1641#, c-format
1642msgid " (use \"git %s <file>...\" to include in what will be committed)"
1643msgstr ""
1644
df0617bf 1645#: wt-status.c:251
dce37b66
JX
1646msgid "both deleted:"
1647msgstr ""
1648
df0617bf 1649#: wt-status.c:253
dce37b66
JX
1650msgid "added by us:"
1651msgstr ""
1652
df0617bf 1653#: wt-status.c:255
dce37b66
JX
1654msgid "deleted by them:"
1655msgstr ""
1656
df0617bf 1657#: wt-status.c:257
dce37b66
JX
1658msgid "added by them:"
1659msgstr ""
1660
df0617bf 1661#: wt-status.c:259
dce37b66
JX
1662msgid "deleted by us:"
1663msgstr ""
1664
df0617bf 1665#: wt-status.c:261
dce37b66
JX
1666msgid "both added:"
1667msgstr ""
1668
df0617bf 1669#: wt-status.c:263
dce37b66
JX
1670msgid "both modified:"
1671msgstr ""
1672
df0617bf 1673#: wt-status.c:265
5e078fcd
JX
1674#, c-format
1675msgid "bug: unhandled unmerged status %x"
1676msgstr ""
1677
df0617bf 1678#: wt-status.c:273
5e078fcd
JX
1679msgid "new file:"
1680msgstr ""
1681
df0617bf 1682#: wt-status.c:275
5e078fcd
JX
1683msgid "copied:"
1684msgstr ""
1685
df0617bf 1686#: wt-status.c:277
5e078fcd 1687msgid "deleted:"
dce37b66
JX
1688msgstr ""
1689
df0617bf 1690#: wt-status.c:279
5e078fcd 1691msgid "modified:"
dce37b66
JX
1692msgstr ""
1693
df0617bf 1694#: wt-status.c:281
5e078fcd 1695msgid "renamed:"
dce37b66
JX
1696msgstr ""
1697
df0617bf 1698#: wt-status.c:283
5e078fcd 1699msgid "typechange:"
dce37b66
JX
1700msgstr ""
1701
df0617bf 1702#: wt-status.c:285
5e078fcd 1703msgid "unknown:"
dce37b66
JX
1704msgstr ""
1705
df0617bf 1706#: wt-status.c:287
5e078fcd 1707msgid "unmerged:"
dce37b66
JX
1708msgstr ""
1709
df0617bf 1710#: wt-status.c:369
df49095a 1711msgid "new commits, "
dce37b66
JX
1712msgstr ""
1713
df0617bf 1714#: wt-status.c:371
df49095a 1715msgid "modified content, "
dce37b66
JX
1716msgstr ""
1717
df0617bf 1718#: wt-status.c:373
df49095a 1719msgid "untracked content, "
dce37b66
JX
1720msgstr ""
1721
df0617bf 1722#: wt-status.c:390
dce37b66
JX
1723#, c-format
1724msgid "bug: unhandled diff status %c"
1725msgstr ""
1726
df0617bf 1727#: wt-status.c:754
727b9576
JX
1728msgid "Submodules changed but not updated:"
1729msgstr ""
1730
df0617bf 1731#: wt-status.c:756
727b9576
JX
1732msgid "Submodule changes to be committed:"
1733msgstr ""
1734
df0617bf 1735#: wt-status.c:837
df49095a
JX
1736msgid ""
1737"Do not touch the line above.\n"
1738"Everything below will be removed."
1739msgstr ""
1740
df0617bf 1741#: wt-status.c:948
11b90174
JX
1742msgid "You have unmerged paths."
1743msgstr ""
1744
df0617bf 1745#: wt-status.c:951
11b90174
JX
1746msgid " (fix conflicts and run \"git commit\")"
1747msgstr ""
1748
df0617bf 1749#: wt-status.c:954
11b90174
JX
1750msgid "All conflicts fixed but you are still merging."
1751msgstr ""
1752
df0617bf 1753#: wt-status.c:957
11b90174
JX
1754msgid " (use \"git commit\" to conclude merge)"
1755msgstr ""
1756
df0617bf 1757#: wt-status.c:967
11b90174
JX
1758msgid "You are in the middle of an am session."
1759msgstr ""
1760
df0617bf 1761#: wt-status.c:970
11b90174
JX
1762msgid "The current patch is empty."
1763msgstr ""
1764
df0617bf 1765#: wt-status.c:974
28b3cffc 1766msgid " (fix conflicts and then run \"git am --continue\")"
11b90174
JX
1767msgstr ""
1768
df0617bf 1769#: wt-status.c:976
11b90174
JX
1770msgid " (use \"git am --skip\" to skip this patch)"
1771msgstr ""
1772
df0617bf 1773#: wt-status.c:978
11b90174
JX
1774msgid " (use \"git am --abort\" to restore the original branch)"
1775msgstr ""
1776
df0617bf
JX
1777#: wt-status.c:1105
1778msgid "No commands done."
1779msgstr ""
1780
1781#: wt-status.c:1108
1782#, c-format
1783msgid "Last command done (%d command done):"
1784msgid_plural "Last commands done (%d commands done):"
1785msgstr[0] ""
1786msgstr[1] ""
1787
1788#: wt-status.c:1119
1789#, c-format
1790msgid " (see more in file %s)"
1791msgstr ""
1792
1793#: wt-status.c:1124
1794msgid "No commands remaining."
1795msgstr ""
1796
1797#: wt-status.c:1127
1798#, c-format
1799msgid "Next command to do (%d remaining command):"
1800msgid_plural "Next commands to do (%d remaining commands):"
1801msgstr[0] ""
1802msgstr[1] ""
1803
1804#: wt-status.c:1135
1805msgid " (use \"git rebase --edit-todo\" to view and edit)"
1806msgstr ""
1807
1808#: wt-status.c:1148
235537a0
JX
1809#, c-format
1810msgid "You are currently rebasing branch '%s' on '%s'."
1811msgstr ""
1812
df0617bf 1813#: wt-status.c:1153
11b90174
JX
1814msgid "You are currently rebasing."
1815msgstr ""
1816
df0617bf 1817#: wt-status.c:1167
11b90174
JX
1818msgid " (fix conflicts and then run \"git rebase --continue\")"
1819msgstr ""
1820
df0617bf 1821#: wt-status.c:1169
11b90174
JX
1822msgid " (use \"git rebase --skip\" to skip this patch)"
1823msgstr ""
1824
df0617bf 1825#: wt-status.c:1171
11b90174
JX
1826msgid " (use \"git rebase --abort\" to check out the original branch)"
1827msgstr ""
1828
df0617bf 1829#: wt-status.c:1177
11b90174
JX
1830msgid " (all conflicts fixed: run \"git rebase --continue\")"
1831msgstr ""
1832
df0617bf 1833#: wt-status.c:1181
235537a0
JX
1834#, c-format
1835msgid ""
1836"You are currently splitting a commit while rebasing branch '%s' on '%s'."
1837msgstr ""
1838
df0617bf 1839#: wt-status.c:1186
11b90174
JX
1840msgid "You are currently splitting a commit during a rebase."
1841msgstr ""
1842
df0617bf 1843#: wt-status.c:1189
11b90174
JX
1844msgid " (Once your working directory is clean, run \"git rebase --continue\")"
1845msgstr ""
1846
df0617bf 1847#: wt-status.c:1193
235537a0
JX
1848#, c-format
1849msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1850msgstr ""
1851
df0617bf 1852#: wt-status.c:1198
11b90174
JX
1853msgid "You are currently editing a commit during a rebase."
1854msgstr ""
1855
df0617bf 1856#: wt-status.c:1201
11b90174
JX
1857msgid " (use \"git commit --amend\" to amend the current commit)"
1858msgstr ""
1859
df0617bf 1860#: wt-status.c:1203
11b90174
JX
1861msgid ""
1862" (use \"git rebase --continue\" once you are satisfied with your changes)"
1863msgstr ""
1864
df0617bf 1865#: wt-status.c:1213
727b9576
JX
1866#, c-format
1867msgid "You are currently cherry-picking commit %s."
11b90174
JX
1868msgstr ""
1869
df0617bf 1870#: wt-status.c:1218
28b3cffc
JX
1871msgid " (fix conflicts and run \"git cherry-pick --continue\")"
1872msgstr ""
1873
df0617bf 1874#: wt-status.c:1221
28b3cffc
JX
1875msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
1876msgstr ""
1877
df0617bf 1878#: wt-status.c:1223
28b3cffc 1879msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
11b90174
JX
1880msgstr ""
1881
df0617bf 1882#: wt-status.c:1232
235537a0 1883#, c-format
c138af56
JX
1884msgid "You are currently reverting commit %s."
1885msgstr ""
1886
df0617bf 1887#: wt-status.c:1237
c138af56 1888msgid " (fix conflicts and run \"git revert --continue\")"
235537a0
JX
1889msgstr ""
1890
df0617bf 1891#: wt-status.c:1240
c138af56
JX
1892msgid " (all conflicts fixed: run \"git revert --continue\")"
1893msgstr ""
1894
df0617bf 1895#: wt-status.c:1242
c138af56
JX
1896msgid " (use \"git revert --abort\" to cancel the revert operation)"
1897msgstr ""
1898
df0617bf 1899#: wt-status.c:1253
c138af56
JX
1900#, c-format
1901msgid "You are currently bisecting, started from branch '%s'."
1902msgstr ""
1903
df0617bf 1904#: wt-status.c:1257
11b90174
JX
1905msgid "You are currently bisecting."
1906msgstr ""
1907
df0617bf 1908#: wt-status.c:1260
11b90174
JX
1909msgid " (use \"git bisect reset\" to get back to the original branch)"
1910msgstr ""
1911
df0617bf 1912#: wt-status.c:1437
dce37b66
JX
1913msgid "On branch "
1914msgstr ""
1915
df0617bf
JX
1916#: wt-status.c:1445
1917msgid "interactive rebase in progress; onto "
1918msgstr ""
1919
1920#: wt-status.c:1447
28b3cffc
JX
1921msgid "rebase in progress; onto "
1922msgstr ""
1923
df0617bf 1924#: wt-status.c:1452
c138af56
JX
1925msgid "HEAD detached at "
1926msgstr ""
1927
df0617bf 1928#: wt-status.c:1454
c138af56
JX
1929msgid "HEAD detached from "
1930msgstr ""
1931
df0617bf 1932#: wt-status.c:1457
dce37b66
JX
1933msgid "Not currently on any branch."
1934msgstr ""
1935
df0617bf 1936#: wt-status.c:1474
dce37b66
JX
1937msgid "Initial commit"
1938msgstr ""
1939
df0617bf 1940#: wt-status.c:1488
cc76011e 1941msgid "Untracked files"
dce37b66
JX
1942msgstr ""
1943
df0617bf 1944#: wt-status.c:1490
cc76011e 1945msgid "Ignored files"
dce37b66
JX
1946msgstr ""
1947
df0617bf 1948#: wt-status.c:1494
c138af56 1949#, c-format
c6bc7d43
JX
1950msgid ""
1951"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
1952"may speed it up, but you have to be careful not to forget to add\n"
1953"new files yourself (see 'git help status')."
c138af56
JX
1954msgstr ""
1955
df0617bf 1956#: wt-status.c:1500
dce37b66
JX
1957#, c-format
1958msgid "Untracked files not listed%s"
1959msgstr ""
1960
df0617bf 1961#: wt-status.c:1502
dce37b66
JX
1962msgid " (use -u option to show untracked files)"
1963msgstr ""
1964
df0617bf 1965#: wt-status.c:1508
dce37b66
JX
1966msgid "No changes"
1967msgstr ""
1968
df0617bf 1969#: wt-status.c:1513
dce37b66 1970#, c-format
cc76011e 1971msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
dce37b66
JX
1972msgstr ""
1973
df0617bf 1974#: wt-status.c:1516
cc76011e
JX
1975#, c-format
1976msgid "no changes added to commit\n"
dce37b66
JX
1977msgstr ""
1978
df0617bf 1979#: wt-status.c:1519
dce37b66 1980#, c-format
cc76011e
JX
1981msgid ""
1982"nothing added to commit but untracked files present (use \"git add\" to "
1983"track)\n"
dce37b66
JX
1984msgstr ""
1985
df0617bf 1986#: wt-status.c:1522
cc76011e
JX
1987#, c-format
1988msgid "nothing added to commit but untracked files present\n"
dce37b66
JX
1989msgstr ""
1990
df0617bf 1991#: wt-status.c:1525
dce37b66 1992#, c-format
cc76011e 1993msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
dce37b66
JX
1994msgstr ""
1995
df0617bf 1996#: wt-status.c:1528 wt-status.c:1533
cc76011e
JX
1997#, c-format
1998msgid "nothing to commit\n"
dce37b66
JX
1999msgstr ""
2000
df0617bf 2001#: wt-status.c:1531
cc76011e
JX
2002#, c-format
2003msgid "nothing to commit (use -u to show untracked files)\n"
dce37b66
JX
2004msgstr ""
2005
df0617bf 2006#: wt-status.c:1535
cc76011e
JX
2007#, c-format
2008msgid "nothing to commit, working directory clean\n"
dce37b66
JX
2009msgstr ""
2010
df0617bf 2011#: wt-status.c:1644
dce37b66
JX
2012msgid "HEAD (no branch)"
2013msgstr ""
2014
df0617bf 2015#: wt-status.c:1650
dce37b66
JX
2016msgid "Initial commit on "
2017msgstr ""
2018
df0617bf 2019#: wt-status.c:1677
727b9576
JX
2020msgid "gone"
2021msgstr ""
2022
df0617bf 2023#: wt-status.c:1679 wt-status.c:1687
dce37b66
JX
2024msgid "behind "
2025msgstr ""
2026
df0617bf 2027#: compat/precompose_utf8.c:55 builtin/clone.c:403
9caaf23e
JX
2028#, c-format
2029msgid "failed to unlink '%s'"
cc76011e
JX
2030msgstr ""
2031
d07a63e4 2032#: builtin/add.c:22
c2ea1208 2033msgid "git add [<options>] [--] <pathspec>..."
9caaf23e
JX
2034msgstr ""
2035
d07a63e4 2036#: builtin/add.c:65
dce37b66
JX
2037#, c-format
2038msgid "unexpected diff status %c"
2039msgstr ""
2040
6eebb35e 2041#: builtin/add.c:70 builtin/commit.c:277
dce37b66
JX
2042msgid "updating files failed"
2043msgstr ""
2044
d07a63e4 2045#: builtin/add.c:80
dce37b66
JX
2046#, c-format
2047msgid "remove '%s'\n"
2048msgstr ""
2049
d07a63e4 2050#: builtin/add.c:134
dce37b66
JX
2051msgid "Unstaged changes after refreshing the index:"
2052msgstr ""
2053
df0617bf 2054#: builtin/add.c:194 builtin/rev-parse.c:799
dce37b66
JX
2055msgid "Could not read the index"
2056msgstr ""
2057
d07a63e4 2058#: builtin/add.c:205
dce37b66
JX
2059#, c-format
2060msgid "Could not open '%s' for writing."
2061msgstr ""
2062
d07a63e4 2063#: builtin/add.c:209
dce37b66
JX
2064msgid "Could not write patch"
2065msgstr ""
2066
64f23b0c
JX
2067#: builtin/add.c:212
2068msgid "editing patch failed"
2069msgstr ""
2070
2071#: builtin/add.c:215
dce37b66
JX
2072#, c-format
2073msgid "Could not stat '%s'"
2074msgstr ""
2075
64f23b0c 2076#: builtin/add.c:217
dce37b66
JX
2077msgid "Empty patch. Aborted."
2078msgstr ""
2079
64f23b0c 2080#: builtin/add.c:222
dce37b66
JX
2081#, c-format
2082msgid "Could not apply '%s'"
2083msgstr ""
2084
64f23b0c 2085#: builtin/add.c:232
dce37b66
JX
2086msgid "The following paths are ignored by one of your .gitignore files:\n"
2087msgstr ""
2088
df0617bf
JX
2089#: builtin/add.c:249 builtin/clean.c:896 builtin/fetch.c:108 builtin/mv.c:110
2090#: builtin/prune-packed.c:55 builtin/pull.c:182 builtin/push.c:545
2091#: builtin/remote.c:1339 builtin/rm.c:268 builtin/send-pack.c:162
cc76011e
JX
2092msgid "dry run"
2093msgstr ""
2094
64f23b0c 2095#: builtin/add.c:250 builtin/apply.c:4580 builtin/check-ignore.c:19
df0617bf
JX
2096#: builtin/commit.c:1321 builtin/count-objects.c:63 builtin/fsck.c:636
2097#: builtin/log.c:1641 builtin/mv.c:109 builtin/read-tree.c:114
cc76011e
JX
2098msgid "be verbose"
2099msgstr ""
2100
64f23b0c 2101#: builtin/add.c:252
cc76011e
JX
2102msgid "interactive picking"
2103msgstr ""
2104
df0617bf 2105#: builtin/add.c:253 builtin/checkout.c:1152 builtin/reset.c:286
cc76011e
JX
2106msgid "select hunks interactively"
2107msgstr ""
2108
64f23b0c 2109#: builtin/add.c:254
cc76011e
JX
2110msgid "edit current diff and apply"
2111msgstr ""
2112
64f23b0c 2113#: builtin/add.c:255
cc76011e
JX
2114msgid "allow adding otherwise ignored files"
2115msgstr ""
2116
64f23b0c 2117#: builtin/add.c:256
cc76011e
JX
2118msgid "update tracked files"
2119msgstr ""
2120
64f23b0c 2121#: builtin/add.c:257
cc76011e
JX
2122msgid "record only the fact that the path will be added later"
2123msgstr ""
2124
64f23b0c 2125#: builtin/add.c:258
cc76011e
JX
2126msgid "add changes from all tracked and untracked files"
2127msgstr ""
2128
64f23b0c 2129#: builtin/add.c:261
c6bc7d43
JX
2130msgid "ignore paths removed in the working tree (same as --no-all)"
2131msgstr ""
2132
64f23b0c 2133#: builtin/add.c:263
cc76011e
JX
2134msgid "don't add, only refresh the index"
2135msgstr ""
2136
64f23b0c 2137#: builtin/add.c:264
cc76011e
JX
2138msgid "just skip files which cannot be added because of errors"
2139msgstr ""
2140
64f23b0c 2141#: builtin/add.c:265
cc76011e
JX
2142msgid "check if - even missing - files are ignored in dry run"
2143msgstr ""
2144
64f23b0c 2145#: builtin/add.c:287
dce37b66
JX
2146#, c-format
2147msgid "Use -f if you really want to add them.\n"
2148msgstr ""
2149
64f23b0c 2150#: builtin/add.c:294
dce37b66
JX
2151msgid "adding files failed"
2152msgstr ""
2153
64f23b0c 2154#: builtin/add.c:330
dce37b66
JX
2155msgid "-A and -u are mutually incompatible"
2156msgstr ""
2157
64f23b0c 2158#: builtin/add.c:337
dce37b66
JX
2159msgid "Option --ignore-missing can only be used together with --dry-run"
2160msgstr ""
2161
64f23b0c 2162#: builtin/add.c:358
dce37b66
JX
2163#, c-format
2164msgid "Nothing specified, nothing added.\n"
2165msgstr ""
2166
64f23b0c 2167#: builtin/add.c:359
dce37b66
JX
2168#, c-format
2169msgid "Maybe you wanted to say 'git add .'?\n"
2170msgstr ""
2171
df0617bf
JX
2172#: builtin/add.c:364 builtin/check-ignore.c:172 builtin/clean.c:940
2173#: builtin/commit.c:336 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:298
dce37b66
JX
2174msgid "index file corrupt"
2175msgstr ""
2176
df0617bf 2177#: builtin/add.c:445 builtin/apply.c:4678 builtin/mv.c:279 builtin/rm.c:430
dce37b66
JX
2178msgid "Unable to write new index file"
2179msgstr ""
2180
df0617bf
JX
2181#: builtin/am.c:41
2182#, c-format
2183msgid "could not stat %s"
2184msgstr ""
2185
80d1b481 2186#: builtin/am.c:270 builtin/am.c:1345 builtin/commit.c:737
df0617bf
JX
2187#: builtin/merge.c:1079
2188#, c-format
2189msgid "could not read '%s'"
2190msgstr ""
2191
2192#: builtin/am.c:444
2193msgid "could not parse author script"
2194msgstr ""
2195
2196#: builtin/am.c:521
2197#, c-format
2198msgid "'%s' was deleted by the applypatch-msg hook"
2199msgstr ""
2200
2201#: builtin/am.c:562 builtin/notes.c:300
2202#, c-format
2203msgid "Malformed input line: '%s'."
2204msgstr ""
2205
2206#: builtin/am.c:599 builtin/notes.c:315
2207#, c-format
2208msgid "Failed to copy notes from '%s' to '%s'"
2209msgstr ""
2210
2211#: builtin/am.c:625
2212msgid "fseek failed"
2213msgstr ""
2214
2215#: builtin/am.c:786 builtin/am.c:874
2216#, c-format
2217msgid "could not open '%s' for reading: %s"
2218msgstr ""
2219
2220#: builtin/am.c:793
2221#, c-format
2222msgid "could not open '%s' for writing: %s"
2223msgstr ""
2224
2225#: builtin/am.c:802
2226#, c-format
2227msgid "could not parse patch '%s'"
2228msgstr ""
2229
2230#: builtin/am.c:867
2231msgid "Only one StGIT patch series can be applied at once"
2232msgstr ""
2233
2234#: builtin/am.c:915
2235msgid "invalid timestamp"
2236msgstr ""
2237
2238#: builtin/am.c:918 builtin/am.c:926
2239msgid "invalid Date line"
2240msgstr ""
2241
2242#: builtin/am.c:923
2243msgid "invalid timezone offset"
2244msgstr ""
2245
2246#: builtin/am.c:1010
2247msgid "Patch format detection failed."
2248msgstr ""
2249
2250#: builtin/am.c:1015 builtin/clone.c:368
2251#, c-format
2252msgid "failed to create directory '%s'"
2253msgstr ""
2254
2255#: builtin/am.c:1019
2256msgid "Failed to split patches."
2257msgstr ""
2258
2259#: builtin/am.c:1151 builtin/commit.c:362
2260msgid "unable to write index file"
2261msgstr ""
2262
2263#: builtin/am.c:1202
2264#, c-format
2265msgid "When you have resolved this problem, run \"%s --continue\"."
2266msgstr ""
2267
2268#: builtin/am.c:1203
2269#, c-format
2270msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
2271msgstr ""
2272
2273#: builtin/am.c:1204
2274#, c-format
2275msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2276msgstr ""
2277
80d1b481 2278#: builtin/am.c:1339
df0617bf
JX
2279msgid "Patch is empty. Was it split wrong?"
2280msgstr ""
2281
80d1b481 2282#: builtin/am.c:1413 builtin/log.c:1345
df0617bf
JX
2283#, c-format
2284msgid "invalid ident line: %s"
2285msgstr ""
2286
80d1b481 2287#: builtin/am.c:1440
df0617bf
JX
2288#, c-format
2289msgid "unable to parse commit %s"
2290msgstr ""
2291
80d1b481 2292#: builtin/am.c:1614
df0617bf
JX
2293msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2294msgstr ""
2295
80d1b481 2296#: builtin/am.c:1616
df0617bf
JX
2297msgid "Using index info to reconstruct a base tree..."
2298msgstr ""
2299
80d1b481 2300#: builtin/am.c:1635
df0617bf
JX
2301msgid ""
2302"Did you hand edit your patch?\n"
2303"It does not apply to blobs recorded in its index."
2304msgstr ""
2305
80d1b481 2306#: builtin/am.c:1641
df0617bf
JX
2307msgid "Falling back to patching base and 3-way merge..."
2308msgstr ""
2309
80d1b481 2310#: builtin/am.c:1666
df0617bf
JX
2311msgid "Failed to merge in the changes."
2312msgstr ""
2313
80d1b481 2314#: builtin/am.c:1691 builtin/merge.c:632
df0617bf
JX
2315msgid "git write-tree failed to write a tree"
2316msgstr ""
2317
80d1b481 2318#: builtin/am.c:1698
df0617bf
JX
2319msgid "applying to an empty history"
2320msgstr ""
2321
80d1b481 2322#: builtin/am.c:1711 builtin/commit.c:1752 builtin/merge.c:829
df0617bf
JX
2323#: builtin/merge.c:854
2324msgid "failed to write commit object"
2325msgstr ""
2326
80d1b481 2327#: builtin/am.c:1743 builtin/am.c:1747
df0617bf
JX
2328#, c-format
2329msgid "cannot resume: %s does not exist."
2330msgstr ""
2331
80d1b481 2332#: builtin/am.c:1763
df0617bf
JX
2333msgid "cannot be interactive without stdin connected to a terminal."
2334msgstr ""
2335
80d1b481 2336#: builtin/am.c:1768
df0617bf
JX
2337msgid "Commit Body is:"
2338msgstr ""
2339
2340#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
2341#. in your translation. The program will only accept English
2342#. input at this point.
2343#.
80d1b481 2344#: builtin/am.c:1778
df0617bf
JX
2345msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
2346msgstr ""
2347
80d1b481 2348#: builtin/am.c:1828
df0617bf
JX
2349#, c-format
2350msgid "Dirty index: cannot apply patches (dirty: %s)"
2351msgstr ""
2352
80d1b481 2353#: builtin/am.c:1863 builtin/am.c:1934
df0617bf
JX
2354#, c-format
2355msgid "Applying: %.*s"
2356msgstr ""
2357
80d1b481 2358#: builtin/am.c:1879
df0617bf
JX
2359msgid "No changes -- Patch already applied."
2360msgstr ""
2361
80d1b481 2362#: builtin/am.c:1887
df0617bf
JX
2363#, c-format
2364msgid "Patch failed at %s %.*s"
2365msgstr ""
2366
80d1b481 2367#: builtin/am.c:1893
df0617bf
JX
2368#, c-format
2369msgid "The copy of the patch that failed is found in: %s"
2370msgstr ""
2371
80d1b481 2372#: builtin/am.c:1937
df0617bf
JX
2373msgid ""
2374"No changes - did you forget to use 'git add'?\n"
2375"If there is nothing left to stage, chances are that something else\n"
2376"already introduced the same changes; you might want to skip this patch."
2377msgstr ""
2378
80d1b481 2379#: builtin/am.c:1944
df0617bf
JX
2380msgid ""
2381"You still have unmerged paths in your index.\n"
2382"Did you forget to use 'git add'?"
2383msgstr ""
2384
80d1b481 2385#: builtin/am.c:2052 builtin/am.c:2056 builtin/am.c:2068 builtin/reset.c:308
df0617bf
JX
2386#: builtin/reset.c:316
2387#, c-format
2388msgid "Could not parse object '%s'."
2389msgstr ""
2390
80d1b481 2391#: builtin/am.c:2104
df0617bf
JX
2392msgid "failed to clean index"
2393msgstr ""
2394
80d1b481 2395#: builtin/am.c:2138
df0617bf
JX
2396msgid ""
2397"You seem to have moved HEAD since the last 'am' failure.\n"
2398"Not rewinding to ORIG_HEAD"
2399msgstr ""
2400
80d1b481 2401#: builtin/am.c:2199
df0617bf
JX
2402#, c-format
2403msgid "Invalid value for --patch-format: %s"
2404msgstr ""
2405
80d1b481 2406#: builtin/am.c:2221
df0617bf
JX
2407msgid "git am [options] [(<mbox>|<Maildir>)...]"
2408msgstr ""
2409
80d1b481 2410#: builtin/am.c:2222
df0617bf
JX
2411msgid "git am [options] (--continue | --skip | --abort)"
2412msgstr ""
2413
80d1b481 2414#: builtin/am.c:2228
df0617bf
JX
2415msgid "run interactively"
2416msgstr ""
2417
80d1b481 2418#: builtin/am.c:2230
df0617bf
JX
2419msgid "historical option -- no-op"
2420msgstr ""
2421
80d1b481 2422#: builtin/am.c:2232
df0617bf
JX
2423msgid "allow fall back on 3way merging if needed"
2424msgstr ""
2425
80d1b481 2426#: builtin/am.c:2233 builtin/init-db.c:509 builtin/prune-packed.c:57
df0617bf
JX
2427#: builtin/repack.c:171
2428msgid "be quiet"
2429msgstr ""
2430
80d1b481 2431#: builtin/am.c:2235
df0617bf
JX
2432msgid "add a Signed-off-by line to the commit message"
2433msgstr ""
2434
80d1b481 2435#: builtin/am.c:2238
df0617bf
JX
2436msgid "recode into utf8 (default)"
2437msgstr ""
2438
80d1b481 2439#: builtin/am.c:2240
df0617bf
JX
2440msgid "pass -k flag to git-mailinfo"
2441msgstr ""
2442
80d1b481 2443#: builtin/am.c:2242
df0617bf
JX
2444msgid "pass -b flag to git-mailinfo"
2445msgstr ""
2446
80d1b481 2447#: builtin/am.c:2244
df0617bf
JX
2448msgid "pass -m flag to git-mailinfo"
2449msgstr ""
2450
80d1b481 2451#: builtin/am.c:2246
df0617bf
JX
2452msgid "pass --keep-cr flag to git-mailsplit for mbox format"
2453msgstr ""
2454
80d1b481 2455#: builtin/am.c:2249
df0617bf
JX
2456msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
2457msgstr ""
2458
80d1b481 2459#: builtin/am.c:2252
df0617bf
JX
2460msgid "strip everything before a scissors line"
2461msgstr ""
2462
80d1b481 2463#: builtin/am.c:2253 builtin/apply.c:4563
df0617bf
JX
2464msgid "action"
2465msgstr ""
2466
80d1b481
JX
2467#: builtin/am.c:2254 builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263
2468#: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:2275
2469#: builtin/am.c:2281
df0617bf
JX
2470msgid "pass it through git-apply"
2471msgstr ""
2472
80d1b481 2473#: builtin/am.c:2262 builtin/apply.c:4587
df0617bf
JX
2474msgid "root"
2475msgstr ""
2476
80d1b481 2477#: builtin/am.c:2265 builtin/am.c:2268 builtin/apply.c:4525
df0617bf
JX
2478#: builtin/apply.c:4528 builtin/clone.c:85 builtin/fetch.c:93
2479#: builtin/pull.c:167
2480msgid "path"
2481msgstr ""
2482
80d1b481 2483#: builtin/am.c:2271 builtin/fmt-merge-msg.c:669 builtin/fmt-merge-msg.c:672
df0617bf
JX
2484#: builtin/grep.c:698 builtin/merge.c:198 builtin/pull.c:127
2485#: builtin/repack.c:178 builtin/repack.c:182 builtin/show-branch.c:664
2486#: builtin/show-ref.c:180 builtin/tag.c:591 parse-options.h:132
2487#: parse-options.h:134 parse-options.h:243
2488msgid "n"
2489msgstr ""
2490
80d1b481 2491#: builtin/am.c:2274 builtin/apply.c:4531
df0617bf
JX
2492msgid "num"
2493msgstr ""
2494
80d1b481 2495#: builtin/am.c:2277 builtin/for-each-ref.c:34 builtin/replace.c:438
df0617bf
JX
2496msgid "format"
2497msgstr ""
2498
80d1b481 2499#: builtin/am.c:2278
df0617bf
JX
2500msgid "format the patch(es) are in"
2501msgstr ""
2502
80d1b481 2503#: builtin/am.c:2284
df0617bf
JX
2504msgid "override error message when patch failure occurs"
2505msgstr ""
2506
80d1b481 2507#: builtin/am.c:2286
df0617bf
JX
2508msgid "continue applying patches after resolving a conflict"
2509msgstr ""
2510
80d1b481 2511#: builtin/am.c:2289
df0617bf
JX
2512msgid "synonyms for --continue"
2513msgstr ""
2514
80d1b481 2515#: builtin/am.c:2292
df0617bf
JX
2516msgid "skip the current patch"
2517msgstr ""
2518
80d1b481 2519#: builtin/am.c:2295
df0617bf
JX
2520msgid "restore the original branch and abort the patching operation."
2521msgstr ""
2522
80d1b481 2523#: builtin/am.c:2299
df0617bf
JX
2524msgid "lie about committer date"
2525msgstr ""
2526
80d1b481 2527#: builtin/am.c:2301
df0617bf
JX
2528msgid "use current timestamp for author date"
2529msgstr ""
2530
80d1b481 2531#: builtin/am.c:2303 builtin/commit.c:1590 builtin/merge.c:225
df0617bf
JX
2532#: builtin/pull.c:155 builtin/revert.c:92 builtin/tag.c:606
2533msgid "key-id"
2534msgstr ""
2535
80d1b481 2536#: builtin/am.c:2304
df0617bf
JX
2537msgid "GPG-sign commits"
2538msgstr ""
2539
80d1b481 2540#: builtin/am.c:2307
df0617bf
JX
2541msgid "(internal use for git-rebase)"
2542msgstr ""
2543
80d1b481 2544#: builtin/am.c:2322
df0617bf
JX
2545msgid ""
2546"The -b/--binary option has been a no-op for long time, and\n"
2547"it will be removed. Please do not use it anymore."
2548msgstr ""
2549
80d1b481 2550#: builtin/am.c:2329
df0617bf
JX
2551msgid "failed to read the index"
2552msgstr ""
2553
80d1b481 2554#: builtin/am.c:2344
df0617bf
JX
2555#, c-format
2556msgid "previous rebase directory %s still exists but mbox given."
2557msgstr ""
2558
80d1b481 2559#: builtin/am.c:2368
df0617bf
JX
2560#, c-format
2561msgid ""
2562"Stray %s directory found.\n"
2563"Use \"git am --abort\" to remove it."
2564msgstr ""
2565
80d1b481 2566#: builtin/am.c:2374
df0617bf
JX
2567msgid "Resolve operation not in progress, we are not resuming."
2568msgstr ""
2569
c2ea1208
JX
2570#: builtin/apply.c:59
2571msgid "git apply [<options>] [<patch>...]"
6f6731e7
JX
2572msgstr ""
2573
c2ea1208 2574#: builtin/apply.c:112
dce37b66 2575#, c-format
822e4a65 2576msgid "unrecognized whitespace option '%s'"
dce37b66
JX
2577msgstr ""
2578
c2ea1208 2579#: builtin/apply.c:127
822e4a65
JX
2580#, c-format
2581msgid "unrecognized whitespace ignore option '%s'"
dce37b66
JX
2582msgstr ""
2583
c2ea1208 2584#: builtin/apply.c:822
822e4a65
JX
2585#, c-format
2586msgid "Cannot prepare timestamp regexp %s"
dce37b66
JX
2587msgstr ""
2588
c2ea1208 2589#: builtin/apply.c:831
822e4a65
JX
2590#, c-format
2591msgid "regexec returned %d for input: %s"
dce37b66
JX
2592msgstr ""
2593
c2ea1208 2594#: builtin/apply.c:912
dce37b66 2595#, c-format
822e4a65 2596msgid "unable to find filename in patch at line %d"
dce37b66
JX
2597msgstr ""
2598
c2ea1208 2599#: builtin/apply.c:944
dce37b66 2600#, c-format
822e4a65 2601msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
dce37b66
JX
2602msgstr ""
2603
c2ea1208 2604#: builtin/apply.c:948
93329721
JX
2605#, c-format
2606msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2607msgstr ""
2608
c2ea1208 2609#: builtin/apply.c:949
822e4a65 2610#, c-format
93329721 2611msgid "git apply: bad git-diff - inconsistent old filename on line %d"
dce37b66
JX
2612msgstr ""
2613
c2ea1208 2614#: builtin/apply.c:956
822e4a65
JX
2615#, c-format
2616msgid "git apply: bad git-diff - expected /dev/null on line %d"
dce37b66
JX
2617msgstr ""
2618
c2ea1208 2619#: builtin/apply.c:1419
dce37b66 2620#, c-format
822e4a65 2621msgid "recount: unexpected line: %.*s"
dce37b66
JX
2622msgstr ""
2623
c2ea1208 2624#: builtin/apply.c:1476
dce37b66 2625#, c-format
822e4a65 2626msgid "patch fragment without header at line %d: %.*s"
dce37b66
JX
2627msgstr ""
2628
c2ea1208 2629#: builtin/apply.c:1493
822e4a65
JX
2630#, c-format
2631msgid ""
2632"git diff header lacks filename information when removing %d leading pathname "
2633"component (line %d)"
2634msgid_plural ""
2635"git diff header lacks filename information when removing %d leading pathname "
2636"components (line %d)"
2637msgstr[0] ""
2638msgstr[1] ""
dce37b66 2639
64f23b0c 2640#: builtin/apply.c:1659
822e4a65 2641msgid "new file depends on old contents"
dce37b66
JX
2642msgstr ""
2643
64f23b0c 2644#: builtin/apply.c:1661
822e4a65 2645msgid "deleted file still has contents"
dce37b66
JX
2646msgstr ""
2647
64f23b0c 2648#: builtin/apply.c:1687
dce37b66 2649#, c-format
822e4a65 2650msgid "corrupt patch at line %d"
dce37b66
JX
2651msgstr ""
2652
64f23b0c 2653#: builtin/apply.c:1723
dce37b66 2654#, c-format
822e4a65 2655msgid "new file %s depends on old contents"
dce37b66
JX
2656msgstr ""
2657
64f23b0c 2658#: builtin/apply.c:1725
dce37b66 2659#, c-format
822e4a65 2660msgid "deleted file %s still has contents"
dce37b66
JX
2661msgstr ""
2662
64f23b0c 2663#: builtin/apply.c:1728
dce37b66 2664#, c-format
822e4a65 2665msgid "** warning: file %s becomes empty but is not deleted"
dce37b66
JX
2666msgstr ""
2667
64f23b0c 2668#: builtin/apply.c:1874
dce37b66 2669#, c-format
822e4a65 2670msgid "corrupt binary patch at line %d: %.*s"
dce37b66
JX
2671msgstr ""
2672
64f23b0c 2673#: builtin/apply.c:1903
dce37b66 2674#, c-format
822e4a65 2675msgid "unrecognized binary patch at line %d"
dce37b66
JX
2676msgstr ""
2677
64f23b0c 2678#: builtin/apply.c:2054
dce37b66 2679#, c-format
822e4a65 2680msgid "patch with only garbage at line %d"
dce37b66
JX
2681msgstr ""
2682
64f23b0c 2683#: builtin/apply.c:2144
dce37b66 2684#, c-format
822e4a65 2685msgid "unable to read symlink %s"
dce37b66
JX
2686msgstr ""
2687
64f23b0c 2688#: builtin/apply.c:2148
dce37b66 2689#, c-format
822e4a65 2690msgid "unable to open or read %s"
dce37b66
JX
2691msgstr ""
2692
64f23b0c 2693#: builtin/apply.c:2781
822e4a65
JX
2694#, c-format
2695msgid "invalid start of line: '%c'"
dce37b66
JX
2696msgstr ""
2697
64f23b0c 2698#: builtin/apply.c:2900
822e4a65
JX
2699#, c-format
2700msgid "Hunk #%d succeeded at %d (offset %d line)."
2701msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2702msgstr[0] ""
2703msgstr[1] ""
dce37b66 2704
64f23b0c 2705#: builtin/apply.c:2912
822e4a65
JX
2706#, c-format
2707msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
dce37b66
JX
2708msgstr ""
2709
64f23b0c 2710#: builtin/apply.c:2918
dce37b66 2711#, c-format
822e4a65
JX
2712msgid ""
2713"while searching for:\n"
2714"%.*s"
dce37b66
JX
2715msgstr ""
2716
64f23b0c 2717#: builtin/apply.c:2938
822e4a65
JX
2718#, c-format
2719msgid "missing binary patch data for '%s'"
dce37b66
JX
2720msgstr ""
2721
64f23b0c 2722#: builtin/apply.c:3039
dce37b66 2723#, c-format
822e4a65 2724msgid "binary patch does not apply to '%s'"
dce37b66
JX
2725msgstr ""
2726
64f23b0c 2727#: builtin/apply.c:3045
dce37b66 2728#, c-format
822e4a65 2729msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
dce37b66
JX
2730msgstr ""
2731
64f23b0c 2732#: builtin/apply.c:3066
822e4a65
JX
2733#, c-format
2734msgid "patch failed: %s:%ld"
dce37b66
JX
2735msgstr ""
2736
64f23b0c 2737#: builtin/apply.c:3190
dce37b66 2738#, c-format
0bbe5b48 2739msgid "cannot checkout %s"
dce37b66
JX
2740msgstr ""
2741
64f23b0c 2742#: builtin/apply.c:3235 builtin/apply.c:3246 builtin/apply.c:3291
dce37b66 2743#, c-format
822e4a65 2744msgid "read of %s failed"
dce37b66
JX
2745msgstr ""
2746
64f23b0c 2747#: builtin/apply.c:3243
c2ea1208
JX
2748#, c-format
2749msgid "reading from '%s' beyond a symbolic link"
2750msgstr ""
2751
64f23b0c 2752#: builtin/apply.c:3271 builtin/apply.c:3493
822e4a65 2753#, c-format
0bbe5b48 2754msgid "path %s has been renamed/deleted"
dce37b66
JX
2755msgstr ""
2756
64f23b0c 2757#: builtin/apply.c:3352 builtin/apply.c:3507
822e4a65 2758#, c-format
0bbe5b48 2759msgid "%s: does not exist in index"
dce37b66
JX
2760msgstr ""
2761
64f23b0c 2762#: builtin/apply.c:3356 builtin/apply.c:3499 builtin/apply.c:3521
dce37b66 2763#, c-format
822e4a65 2764msgid "%s: %s"
dce37b66
JX
2765msgstr ""
2766
64f23b0c 2767#: builtin/apply.c:3361 builtin/apply.c:3515
822e4a65 2768#, c-format
0bbe5b48 2769msgid "%s: does not match index"
dce37b66
JX
2770msgstr ""
2771
64f23b0c 2772#: builtin/apply.c:3463
0bbe5b48 2773msgid "removal patch leaves file contents"
dce37b66
JX
2774msgstr ""
2775
64f23b0c 2776#: builtin/apply.c:3532
dce37b66 2777#, c-format
822e4a65 2778msgid "%s: wrong type"
dce37b66
JX
2779msgstr ""
2780
64f23b0c 2781#: builtin/apply.c:3534
dce37b66 2782#, c-format
822e4a65 2783msgid "%s has type %o, expected %o"
dce37b66
JX
2784msgstr ""
2785
64f23b0c 2786#: builtin/apply.c:3693 builtin/apply.c:3695
c2ea1208
JX
2787#, c-format
2788msgid "invalid path '%s'"
2789msgstr ""
2790
64f23b0c 2791#: builtin/apply.c:3750
dce37b66 2792#, c-format
822e4a65 2793msgid "%s: already exists in index"
dce37b66
JX
2794msgstr ""
2795
64f23b0c 2796#: builtin/apply.c:3753
0bbe5b48
JX
2797#, c-format
2798msgid "%s: already exists in working directory"
2799msgstr ""
2800
64f23b0c 2801#: builtin/apply.c:3773
dce37b66 2802#, c-format
75f7b4b9 2803msgid "new mode (%o) of %s does not match old mode (%o)"
dce37b66
JX
2804msgstr ""
2805
64f23b0c 2806#: builtin/apply.c:3778
dce37b66 2807#, c-format
75f7b4b9
JX
2808msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2809msgstr ""
2810
64f23b0c 2811#: builtin/apply.c:3798
c2ea1208
JX
2812#, c-format
2813msgid "affected file '%s' is beyond a symbolic link"
2814msgstr ""
2815
64f23b0c 2816#: builtin/apply.c:3802
75f7b4b9 2817#, c-format
822e4a65 2818msgid "%s: patch does not apply"
dce37b66
JX
2819msgstr ""
2820
64f23b0c 2821#: builtin/apply.c:3816
dce37b66 2822#, c-format
822e4a65 2823msgid "Checking patch %s..."
dce37b66
JX
2824msgstr ""
2825
df0617bf 2826#: builtin/apply.c:3909 builtin/checkout.c:232 builtin/reset.c:135
dce37b66
JX
2827#, c-format
2828msgid "make_cache_entry failed for path '%s'"
2829msgstr ""
2830
64f23b0c 2831#: builtin/apply.c:4052
822e4a65
JX
2832#, c-format
2833msgid "unable to remove %s from index"
dce37b66
JX
2834msgstr ""
2835
64f23b0c 2836#: builtin/apply.c:4081
dce37b66 2837#, c-format
28b3cffc 2838msgid "corrupt patch for submodule %s"
dce37b66
JX
2839msgstr ""
2840
64f23b0c 2841#: builtin/apply.c:4085
822e4a65
JX
2842#, c-format
2843msgid "unable to stat newly created file '%s'"
dce37b66
JX
2844msgstr ""
2845
64f23b0c 2846#: builtin/apply.c:4090
822e4a65
JX
2847#, c-format
2848msgid "unable to create backing store for newly created file %s"
dce37b66
JX
2849msgstr ""
2850
64f23b0c 2851#: builtin/apply.c:4093 builtin/apply.c:4201
822e4a65
JX
2852#, c-format
2853msgid "unable to add cache entry for %s"
dce37b66
JX
2854msgstr ""
2855
64f23b0c 2856#: builtin/apply.c:4126
dce37b66 2857#, c-format
822e4a65 2858msgid "closing file '%s'"
dce37b66
JX
2859msgstr ""
2860
64f23b0c 2861#: builtin/apply.c:4175
822e4a65
JX
2862#, c-format
2863msgid "unable to write file '%s' mode %o"
dce37b66
JX
2864msgstr ""
2865
64f23b0c 2866#: builtin/apply.c:4262
dce37b66 2867#, c-format
822e4a65 2868msgid "Applied patch %s cleanly."
dce37b66
JX
2869msgstr ""
2870
64f23b0c 2871#: builtin/apply.c:4270
822e4a65 2872msgid "internal error"
dce37b66
JX
2873msgstr ""
2874
64f23b0c 2875#: builtin/apply.c:4273
dce37b66 2876#, c-format
822e4a65
JX
2877msgid "Applying patch %%s with %d reject..."
2878msgid_plural "Applying patch %%s with %d rejects..."
2879msgstr[0] ""
2880msgstr[1] ""
dce37b66 2881
64f23b0c 2882#: builtin/apply.c:4283
dce37b66 2883#, c-format
822e4a65 2884msgid "truncating .rej filename to %.*s.rej"
dce37b66
JX
2885msgstr ""
2886
64f23b0c 2887#: builtin/apply.c:4304
dce37b66 2888#, c-format
822e4a65 2889msgid "Hunk #%d applied cleanly."
dce37b66
JX
2890msgstr ""
2891
64f23b0c 2892#: builtin/apply.c:4307
dce37b66 2893#, c-format
822e4a65 2894msgid "Rejected hunk #%d."
dce37b66
JX
2895msgstr ""
2896
64f23b0c 2897#: builtin/apply.c:4397
822e4a65 2898msgid "unrecognized input"
dce37b66
JX
2899msgstr ""
2900
64f23b0c 2901#: builtin/apply.c:4408
822e4a65 2902msgid "unable to read index file"
dce37b66
JX
2903msgstr ""
2904
64f23b0c 2905#: builtin/apply.c:4526
6f6731e7
JX
2906msgid "don't apply changes matching the given path"
2907msgstr ""
2908
64f23b0c 2909#: builtin/apply.c:4529
6f6731e7
JX
2910msgid "apply changes matching the given path"
2911msgstr ""
2912
64f23b0c 2913#: builtin/apply.c:4532
6f6731e7
JX
2914msgid "remove <num> leading slashes from traditional diff paths"
2915msgstr ""
2916
64f23b0c 2917#: builtin/apply.c:4535
6f6731e7
JX
2918msgid "ignore additions made by the patch"
2919msgstr ""
2920
64f23b0c 2921#: builtin/apply.c:4537
6f6731e7
JX
2922msgid "instead of applying the patch, output diffstat for the input"
2923msgstr ""
2924
64f23b0c 2925#: builtin/apply.c:4541
cc76011e 2926msgid "show number of added and deleted lines in decimal notation"
6f6731e7
JX
2927msgstr ""
2928
64f23b0c 2929#: builtin/apply.c:4543
6f6731e7
JX
2930msgid "instead of applying the patch, output a summary for the input"
2931msgstr ""
2932
64f23b0c 2933#: builtin/apply.c:4545
6f6731e7
JX
2934msgid "instead of applying the patch, see if the patch is applicable"
2935msgstr ""
2936
64f23b0c 2937#: builtin/apply.c:4547
6f6731e7
JX
2938msgid "make sure the patch is applicable to the current index"
2939msgstr ""
2940
64f23b0c 2941#: builtin/apply.c:4549
6f6731e7
JX
2942msgid "apply a patch without touching the working tree"
2943msgstr ""
2944
64f23b0c 2945#: builtin/apply.c:4551
c2ea1208
JX
2946msgid "accept a patch that touches outside the working area"
2947msgstr ""
2948
64f23b0c 2949#: builtin/apply.c:4553
6f6731e7
JX
2950msgid "also apply the patch (use with --stat/--summary/--check)"
2951msgstr ""
2952
64f23b0c 2953#: builtin/apply.c:4555
0bbe5b48
JX
2954msgid "attempt three-way merge if a patch does not apply"
2955msgstr ""
2956
64f23b0c 2957#: builtin/apply.c:4557
6f6731e7
JX
2958msgid "build a temporary index based on embedded index information"
2959msgstr ""
2960
64f23b0c 2961#: builtin/apply.c:4559 builtin/checkout-index.c:198 builtin/ls-files.c:412
6f6731e7
JX
2962msgid "paths are separated with NUL character"
2963msgstr ""
2964
64f23b0c 2965#: builtin/apply.c:4562
6f6731e7
JX
2966msgid "ensure at least <n> lines of context match"
2967msgstr ""
2968
64f23b0c 2969#: builtin/apply.c:4564
6f6731e7
JX
2970msgid "detect new or modified lines that have whitespace errors"
2971msgstr ""
2972
64f23b0c 2973#: builtin/apply.c:4567 builtin/apply.c:4570
6f6731e7
JX
2974msgid "ignore changes in whitespace when finding context"
2975msgstr ""
2976
64f23b0c 2977#: builtin/apply.c:4573
6f6731e7
JX
2978msgid "apply the patch in reverse"
2979msgstr ""
2980
64f23b0c 2981#: builtin/apply.c:4575
6f6731e7
JX
2982msgid "don't expect at least one line of context"
2983msgstr ""
2984
64f23b0c 2985#: builtin/apply.c:4577
6f6731e7
JX
2986msgid "leave the rejected hunks in corresponding *.rej files"
2987msgstr ""
2988
64f23b0c 2989#: builtin/apply.c:4579
6f6731e7
JX
2990msgid "allow overlapping hunks"
2991msgstr ""
2992
64f23b0c 2993#: builtin/apply.c:4582
6f6731e7
JX
2994msgid "tolerate incorrectly detected missing new-line at the end of file"
2995msgstr ""
2996
64f23b0c 2997#: builtin/apply.c:4585
6f6731e7
JX
2998msgid "do not trust the line counts in the hunk headers"
2999msgstr ""
3000
64f23b0c 3001#: builtin/apply.c:4588
6f6731e7
JX
3002msgid "prepend <root> to all filenames"
3003msgstr ""
3004
64f23b0c 3005#: builtin/apply.c:4610
0bbe5b48
JX
3006msgid "--3way outside a repository"
3007msgstr ""
3008
64f23b0c 3009#: builtin/apply.c:4618
822e4a65 3010msgid "--index outside a repository"
dce37b66
JX
3011msgstr ""
3012
64f23b0c 3013#: builtin/apply.c:4621
822e4a65 3014msgid "--cached outside a repository"
dce37b66
JX
3015msgstr ""
3016
64f23b0c 3017#: builtin/apply.c:4640
dce37b66 3018#, c-format
822e4a65 3019msgid "can't open patch '%s'"
dce37b66
JX
3020msgstr ""
3021
64f23b0c 3022#: builtin/apply.c:4654
dce37b66 3023#, c-format
822e4a65
JX
3024msgid "squelched %d whitespace error"
3025msgid_plural "squelched %d whitespace errors"
3026msgstr[0] ""
3027msgstr[1] ""
dce37b66 3028
64f23b0c 3029#: builtin/apply.c:4660 builtin/apply.c:4670
822e4a65
JX
3030#, c-format
3031msgid "%d line adds whitespace errors."
3032msgid_plural "%d lines add whitespace errors."
3033msgstr[0] ""
3034msgstr[1] ""
dce37b66 3035
822e4a65
JX
3036#: builtin/archive.c:17
3037#, c-format
3038msgid "could not create archive file '%s'"
dce37b66
JX
3039msgstr ""
3040
822e4a65
JX
3041#: builtin/archive.c:20
3042msgid "could not redirect output"
dce37b66
JX
3043msgstr ""
3044
822e4a65
JX
3045#: builtin/archive.c:37
3046msgid "git archive: Remote with no URL"
dce37b66
JX
3047msgstr ""
3048
822e4a65
JX
3049#: builtin/archive.c:58
3050msgid "git archive: expected ACK/NAK, got EOF"
dce37b66
JX
3051msgstr ""
3052
c138af56 3053#: builtin/archive.c:61
822e4a65
JX
3054#, c-format
3055msgid "git archive: NACK %s"
dce37b66
JX
3056msgstr ""
3057
c138af56 3058#: builtin/archive.c:63
822e4a65
JX
3059#, c-format
3060msgid "remote error: %s"
dce37b66
JX
3061msgstr ""
3062
c138af56 3063#: builtin/archive.c:64
822e4a65 3064msgid "git archive: protocol error"
dce37b66
JX
3065msgstr ""
3066
c138af56 3067#: builtin/archive.c:68
822e4a65 3068msgid "git archive: expected a flush"
dce37b66
JX
3069msgstr ""
3070
cc76011e
JX
3071#: builtin/bisect--helper.c:7
3072msgid "git bisect--helper --next-all [--no-checkout]"
3073msgstr ""
3074
3075#: builtin/bisect--helper.c:17
3076msgid "perform 'git bisect next'"
3077msgstr ""
3078
3079#: builtin/bisect--helper.c:19
3080msgid "update BISECT_HEAD instead of checking out the current commit"
3081msgstr ""
3082
df0617bf 3083#: builtin/blame.c:32
64f23b0c 3084msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
cc76011e
JX
3085msgstr ""
3086
df0617bf 3087#: builtin/blame.c:37
c2ea1208 3088msgid "<rev-opts> are documented in git-rev-list(1)"
cc76011e
JX
3089msgstr ""
3090
c2ea1208 3091#: builtin/blame.c:2500
cc76011e
JX
3092msgid "Show blame entries as we find them, incrementally"
3093msgstr ""
3094
c2ea1208 3095#: builtin/blame.c:2501
cc76011e
JX
3096msgid "Show blank SHA-1 for boundary commits (Default: off)"
3097msgstr ""
3098
c2ea1208 3099#: builtin/blame.c:2502
cc76011e
JX
3100msgid "Do not treat root commits as boundaries (Default: off)"
3101msgstr ""
3102
c2ea1208 3103#: builtin/blame.c:2503
cc76011e
JX
3104msgid "Show work cost statistics"
3105msgstr ""
3106
c2ea1208 3107#: builtin/blame.c:2504
cc76011e
JX
3108msgid "Show output score for blame entries"
3109msgstr ""
3110
c2ea1208 3111#: builtin/blame.c:2505
cc76011e
JX
3112msgid "Show original filename (Default: auto)"
3113msgstr ""
3114
c2ea1208 3115#: builtin/blame.c:2506
cc76011e
JX
3116msgid "Show original linenumber (Default: off)"
3117msgstr ""
3118
c2ea1208 3119#: builtin/blame.c:2507
cc76011e
JX
3120msgid "Show in a format designed for machine consumption"
3121msgstr ""
3122
c2ea1208 3123#: builtin/blame.c:2508
cc76011e
JX
3124msgid "Show porcelain format with per-line commit information"
3125msgstr ""
3126
c2ea1208 3127#: builtin/blame.c:2509
cc76011e
JX
3128msgid "Use the same output mode as git-annotate (Default: off)"
3129msgstr ""
3130
c2ea1208 3131#: builtin/blame.c:2510
cc76011e
JX
3132msgid "Show raw timestamp (Default: off)"
3133msgstr ""
3134
c2ea1208 3135#: builtin/blame.c:2511
cc76011e
JX
3136msgid "Show long commit SHA1 (Default: off)"
3137msgstr ""
3138
c2ea1208 3139#: builtin/blame.c:2512
cc76011e
JX
3140msgid "Suppress author name and timestamp (Default: off)"
3141msgstr ""
3142
c2ea1208 3143#: builtin/blame.c:2513
cc76011e
JX
3144msgid "Show author email instead of name (Default: off)"
3145msgstr ""
3146
c2ea1208 3147#: builtin/blame.c:2514
cc76011e
JX
3148msgid "Ignore whitespace differences"
3149msgstr ""
3150
c2ea1208 3151#: builtin/blame.c:2515
cc76011e
JX
3152msgid "Spend extra cycles to find better match"
3153msgstr ""
3154
c2ea1208 3155#: builtin/blame.c:2516
cc76011e
JX
3156msgid "Use revisions from <file> instead of calling git-rev-list"
3157msgstr ""
3158
c2ea1208 3159#: builtin/blame.c:2517
cc76011e
JX
3160msgid "Use <file>'s contents as the final image"
3161msgstr ""
3162
c2ea1208 3163#: builtin/blame.c:2518 builtin/blame.c:2519
cc76011e
JX
3164msgid "score"
3165msgstr ""
3166
c2ea1208 3167#: builtin/blame.c:2518
cc76011e
JX
3168msgid "Find line copies within and across files"
3169msgstr ""
3170
c2ea1208 3171#: builtin/blame.c:2519
cc76011e
JX
3172msgid "Find line movements within and across files"
3173msgstr ""
3174
c2ea1208 3175#: builtin/blame.c:2520
cc76011e
JX
3176msgid "n,m"
3177msgstr ""
3178
c2ea1208 3179#: builtin/blame.c:2520
cc76011e
JX
3180msgid "Process only line range n,m, counting from 1"
3181msgstr ""
3182
fe05e196
JX
3183#. TRANSLATORS: This string is used to tell us the maximum
3184#. display width for a relative timestamp in "git blame"
3185#. output. For C locale, "4 years, 11 months ago", which
3186#. takes 22 places, is the longest among various forms of
3187#. relative timestamps, but your language may need more or
3188#. fewer display columns.
c2ea1208 3189#: builtin/blame.c:2601
fe05e196
JX
3190msgid "4 years, 11 months ago"
3191msgstr ""
3192
c138af56 3193#: builtin/branch.c:24
c2ea1208 3194msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
cc76011e
JX
3195msgstr ""
3196
c138af56 3197#: builtin/branch.c:25
c2ea1208 3198msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
cc76011e
JX
3199msgstr ""
3200
c138af56 3201#: builtin/branch.c:26
c2ea1208 3202msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
cc76011e
JX
3203msgstr ""
3204
c138af56 3205#: builtin/branch.c:27
c2ea1208 3206msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
cc76011e
JX
3207msgstr ""
3208
64f23b0c 3209#: builtin/branch.c:150
822e4a65
JX
3210#, c-format
3211msgid ""
3212"deleting branch '%s' that has been merged to\n"
3213" '%s', but not yet merged to HEAD."
dce37b66
JX
3214msgstr ""
3215
64f23b0c 3216#: builtin/branch.c:154
dce37b66
JX
3217#, c-format
3218msgid ""
822e4a65
JX
3219"not deleting branch '%s' that is not yet merged to\n"
3220" '%s', even though it is merged to HEAD."
dce37b66
JX
3221msgstr ""
3222
64f23b0c 3223#: builtin/branch.c:168
fe52cd62
JX
3224#, c-format
3225msgid "Couldn't look up commit object for '%s'"
3226msgstr ""
3227
64f23b0c 3228#: builtin/branch.c:172
fe52cd62
JX
3229#, c-format
3230msgid ""
3231"The branch '%s' is not fully merged.\n"
3232"If you are sure you want to delete it, run 'git branch -D %s'."
3233msgstr ""
3234
64f23b0c 3235#: builtin/branch.c:185
fe52cd62
JX
3236msgid "Update of config-file failed"
3237msgstr ""
3238
64f23b0c 3239#: builtin/branch.c:213
822e4a65 3240msgid "cannot use -a with -d"
dce37b66
JX
3241msgstr ""
3242
64f23b0c 3243#: builtin/branch.c:219
822e4a65 3244msgid "Couldn't look up commit object for HEAD"
dce37b66
JX
3245msgstr ""
3246
64f23b0c 3247#: builtin/branch.c:227
822e4a65
JX
3248#, c-format
3249msgid "Cannot delete the branch '%s' which you are currently on."
dce37b66
JX
3250msgstr ""
3251
64f23b0c 3252#: builtin/branch.c:243
822e4a65 3253#, c-format
64f23b0c 3254msgid "remote-tracking branch '%s' not found."
dce37b66
JX
3255msgstr ""
3256
64f23b0c 3257#: builtin/branch.c:244
822e4a65
JX
3258#, c-format
3259msgid "branch '%s' not found."
dce37b66
JX
3260msgstr ""
3261
df0617bf 3262#: builtin/branch.c:259
822e4a65 3263#, c-format
64f23b0c 3264msgid "Error deleting remote-tracking branch '%s'"
dce37b66
JX
3265msgstr ""
3266
df0617bf 3267#: builtin/branch.c:260
dce37b66 3268#, c-format
822e4a65 3269msgid "Error deleting branch '%s'"
dce37b66
JX
3270msgstr ""
3271
df0617bf 3272#: builtin/branch.c:267
dce37b66 3273#, c-format
64f23b0c 3274msgid "Deleted remote-tracking branch %s (was %s).\n"
dce37b66
JX
3275msgstr ""
3276
df0617bf 3277#: builtin/branch.c:268
dce37b66 3278#, c-format
822e4a65 3279msgid "Deleted branch %s (was %s).\n"
dce37b66
JX
3280msgstr ""
3281
df0617bf 3282#: builtin/branch.c:369
dce37b66 3283#, c-format
822e4a65 3284msgid "branch '%s' does not point at a commit"
dce37b66
JX
3285msgstr ""
3286
df0617bf 3287#: builtin/branch.c:452
dce37b66 3288#, c-format
727b9576
JX
3289msgid "[%s: gone]"
3290msgstr ""
3291
df0617bf 3292#: builtin/branch.c:457
727b9576
JX
3293#, c-format
3294msgid "[%s]"
3295msgstr ""
3296
df0617bf 3297#: builtin/branch.c:462
727b9576 3298#, c-format
93329721 3299msgid "[%s: behind %d]"
dce37b66
JX
3300msgstr ""
3301
df0617bf 3302#: builtin/branch.c:464
dce37b66 3303#, c-format
93329721
JX
3304msgid "[behind %d]"
3305msgstr ""
3306
df0617bf 3307#: builtin/branch.c:468
93329721
JX
3308#, c-format
3309msgid "[%s: ahead %d]"
3310msgstr ""
3311
df0617bf 3312#: builtin/branch.c:470
93329721
JX
3313#, c-format
3314msgid "[ahead %d]"
dce37b66
JX
3315msgstr ""
3316
df0617bf 3317#: builtin/branch.c:473
dce37b66 3318#, c-format
93329721 3319msgid "[%s: ahead %d, behind %d]"
dce37b66
JX
3320msgstr ""
3321
df0617bf 3322#: builtin/branch.c:476
93329721
JX
3323#, c-format
3324msgid "[ahead %d, behind %d]"
3325msgstr ""
3326
df0617bf 3327#: builtin/branch.c:489
9caaf23e
JX
3328msgid " **** invalid ref ****"
3329msgstr ""
3330
df0617bf 3331#: builtin/branch.c:580
c138af56
JX
3332#, c-format
3333msgid "(no branch, rebasing %s)"
3334msgstr ""
3335
df0617bf 3336#: builtin/branch.c:583
c138af56
JX
3337#, c-format
3338msgid "(no branch, bisect started on %s)"
3339msgstr ""
3340
df0617bf 3341#: builtin/branch.c:589
c138af56 3342#, c-format
c2ea1208 3343msgid "(HEAD detached at %s)"
c138af56
JX
3344msgstr ""
3345
df0617bf 3346#: builtin/branch.c:592
c2ea1208
JX
3347#, c-format
3348msgid "(HEAD detached from %s)"
3349msgstr ""
3350
df0617bf 3351#: builtin/branch.c:596
822e4a65 3352msgid "(no branch)"
dce37b66
JX
3353msgstr ""
3354
df0617bf 3355#: builtin/branch.c:643
9caaf23e
JX
3356#, c-format
3357msgid "object '%s' does not point to a commit"
3358msgstr ""
3359
df0617bf 3360#: builtin/branch.c:691
822e4a65 3361msgid "some refs could not be read"
dce37b66
JX
3362msgstr ""
3363
df0617bf 3364#: builtin/branch.c:704
822e4a65 3365msgid "cannot rename the current branch while not on any."
dce37b66
JX
3366msgstr ""
3367
df0617bf 3368#: builtin/branch.c:714
dce37b66 3369#, c-format
822e4a65 3370msgid "Invalid branch name: '%s'"
dce37b66
JX
3371msgstr ""
3372
df0617bf 3373#: builtin/branch.c:729
822e4a65
JX
3374msgid "Branch rename failed"
3375msgstr ""
3376
df0617bf 3377#: builtin/branch.c:733
dce37b66 3378#, c-format
822e4a65 3379msgid "Renamed a misnamed branch '%s' away"
dce37b66
JX
3380msgstr ""
3381
df0617bf 3382#: builtin/branch.c:737
dce37b66 3383#, c-format
822e4a65 3384msgid "Branch renamed to %s, but HEAD is not updated!"
dce37b66
JX
3385msgstr ""
3386
df0617bf 3387#: builtin/branch.c:744
822e4a65
JX
3388msgid "Branch is renamed, but update of config-file failed"
3389msgstr ""
3390
df0617bf 3391#: builtin/branch.c:759
dce37b66 3392#, c-format
822e4a65 3393msgid "malformed object name %s"
dce37b66
JX
3394msgstr ""
3395
df0617bf 3396#: builtin/branch.c:781
dce37b66 3397#, c-format
822e4a65 3398msgid "could not write branch description template: %s"
dce37b66
JX
3399msgstr ""
3400
df0617bf 3401#: builtin/branch.c:811
cc76011e 3402msgid "Generic options"
dce37b66
JX
3403msgstr ""
3404
df0617bf 3405#: builtin/branch.c:813
cc76011e 3406msgid "show hash and subject, give twice for upstream branch"
dce37b66
JX
3407msgstr ""
3408
df0617bf 3409#: builtin/branch.c:814
cc76011e 3410msgid "suppress informational messages"
dce37b66
JX
3411msgstr ""
3412
df0617bf 3413#: builtin/branch.c:815
cc76011e 3414msgid "set up tracking mode (see git-pull(1))"
dce37b66
JX
3415msgstr ""
3416
df0617bf 3417#: builtin/branch.c:817
cc76011e 3418msgid "change upstream info"
dce37b66
JX
3419msgstr ""
3420
df0617bf 3421#: builtin/branch.c:821
cc76011e 3422msgid "use colored output"
dce37b66
JX
3423msgstr ""
3424
df0617bf 3425#: builtin/branch.c:822
cc76011e 3426msgid "act on remote-tracking branches"
dce37b66
JX
3427msgstr ""
3428
df0617bf
JX
3429#: builtin/branch.c:825 builtin/branch.c:831 builtin/branch.c:852
3430#: builtin/branch.c:858 builtin/commit.c:1580 builtin/commit.c:1581
3431#: builtin/commit.c:1582 builtin/commit.c:1583 builtin/tag.c:618
3432#: builtin/tag.c:624
cc76011e 3433msgid "commit"
dce37b66
JX
3434msgstr ""
3435
df0617bf 3436#: builtin/branch.c:826 builtin/branch.c:832
cc76011e 3437msgid "print only branches that contain the commit"
dce37b66
JX
3438msgstr ""
3439
df0617bf 3440#: builtin/branch.c:838
cc76011e 3441msgid "Specific git-branch actions:"
dce37b66
JX
3442msgstr ""
3443
df0617bf 3444#: builtin/branch.c:839
cc76011e 3445msgid "list both remote-tracking and local branches"
dce37b66
JX
3446msgstr ""
3447
df0617bf 3448#: builtin/branch.c:841
cc76011e 3449msgid "delete fully merged branch"
dce37b66
JX
3450msgstr ""
3451
df0617bf 3452#: builtin/branch.c:842
cc76011e 3453msgid "delete branch (even if not merged)"
dce37b66
JX
3454msgstr ""
3455
df0617bf 3456#: builtin/branch.c:843
cc76011e 3457msgid "move/rename a branch and its reflog"
822e4a65
JX
3458msgstr ""
3459
df0617bf 3460#: builtin/branch.c:844
cc76011e 3461msgid "move/rename a branch, even if target exists"
dce37b66
JX
3462msgstr ""
3463
df0617bf 3464#: builtin/branch.c:845
cc76011e 3465msgid "list branch names"
dce37b66
JX
3466msgstr ""
3467
df0617bf 3468#: builtin/branch.c:846
cc76011e 3469msgid "create the branch's reflog"
dce37b66
JX
3470msgstr ""
3471
df0617bf 3472#: builtin/branch.c:848
cc76011e 3473msgid "edit the description for the branch"
dce37b66
JX
3474msgstr ""
3475
df0617bf 3476#: builtin/branch.c:849
beb691f7 3477msgid "force creation, move/rename, deletion"
dce37b66
JX
3478msgstr ""
3479
df0617bf 3480#: builtin/branch.c:852
cc76011e 3481msgid "print only not merged branches"
dce37b66
JX
3482msgstr ""
3483
df0617bf 3484#: builtin/branch.c:858
cc76011e 3485msgid "print only merged branches"
dce37b66
JX
3486msgstr ""
3487
df0617bf 3488#: builtin/branch.c:862
cc76011e
JX
3489msgid "list branches in columns"
3490msgstr ""
3491
df0617bf 3492#: builtin/branch.c:875
cc76011e
JX
3493msgid "Failed to resolve HEAD as a valid ref."
3494msgstr ""
3495
df0617bf 3496#: builtin/branch.c:879 builtin/clone.c:690
cc76011e
JX
3497msgid "HEAD not found below refs/heads!"
3498msgstr ""
3499
df0617bf 3500#: builtin/branch.c:901
cc76011e 3501msgid "--column and --verbose are incompatible"
dce37b66
JX
3502msgstr ""
3503
df0617bf 3504#: builtin/branch.c:912 builtin/branch.c:951
9caaf23e
JX
3505msgid "branch name required"
3506msgstr ""
3507
df0617bf 3508#: builtin/branch.c:927
9caaf23e
JX
3509msgid "Cannot give description to detached HEAD"
3510msgstr ""
3511
df0617bf 3512#: builtin/branch.c:932
9caaf23e
JX
3513msgid "cannot edit description of more than one branch"
3514msgstr ""
3515
df0617bf 3516#: builtin/branch.c:939
9caaf23e
JX
3517#, c-format
3518msgid "No commit on branch '%s' yet."
3519msgstr ""
3520
df0617bf 3521#: builtin/branch.c:942
9caaf23e
JX
3522#, c-format
3523msgid "No branch named '%s'."
3524msgstr ""
3525
df0617bf 3526#: builtin/branch.c:957
9caaf23e
JX
3527msgid "too many branches for a rename operation"
3528msgstr ""
3529
df0617bf 3530#: builtin/branch.c:962
c138af56
JX
3531msgid "too many branches to set new upstream"
3532msgstr ""
3533
df0617bf 3534#: builtin/branch.c:966
c138af56
JX
3535#, c-format
3536msgid ""
3537"could not set upstream of HEAD to %s when it does not point to any branch."
3538msgstr ""
3539
df0617bf 3540#: builtin/branch.c:969 builtin/branch.c:991 builtin/branch.c:1012
c138af56
JX
3541#, c-format
3542msgid "no such branch '%s'"
3543msgstr ""
3544
df0617bf 3545#: builtin/branch.c:973
822e4a65 3546#, c-format
cc76011e 3547msgid "branch '%s' does not exist"
dce37b66
JX
3548msgstr ""
3549
df0617bf 3550#: builtin/branch.c:985
c138af56
JX
3551msgid "too many branches to unset upstream"
3552msgstr ""
3553
df0617bf 3554#: builtin/branch.c:989
c138af56
JX
3555msgid "could not unset upstream of HEAD when it does not point to any branch."
3556msgstr ""
3557
df0617bf 3558#: builtin/branch.c:995
822e4a65 3559#, c-format
cc76011e
JX
3560msgid "Branch '%s' has no upstream information"
3561msgstr ""
3562
df0617bf 3563#: builtin/branch.c:1009
c138af56
JX
3564msgid "it does not make sense to create 'HEAD' manually"
3565msgstr ""
3566
df0617bf 3567#: builtin/branch.c:1015
cc76011e 3568msgid "-a and -r options to 'git branch' do not make sense with a branch name"
dce37b66
JX
3569msgstr ""
3570
df0617bf 3571#: builtin/branch.c:1018
dce37b66 3572#, c-format
cc76011e
JX
3573msgid ""
3574"The --set-upstream flag is deprecated and will be removed. Consider using --"
3575"track or --set-upstream-to\n"
dce37b66
JX
3576msgstr ""
3577
df0617bf 3578#: builtin/branch.c:1035
822e4a65
JX
3579#, c-format
3580msgid ""
822e4a65 3581"\n"
cc76011e 3582"If you wanted to make '%s' track '%s', do this:\n"
822e4a65 3583"\n"
cc76011e 3584msgstr ""
822e4a65 3585
df0617bf 3586#: builtin/branch.c:1036
822e4a65 3587#, c-format
cc76011e 3588msgid " git branch -d %s\n"
dce37b66
JX
3589msgstr ""
3590
df0617bf 3591#: builtin/branch.c:1037
cc76011e
JX
3592#, c-format
3593msgid " git branch --set-upstream-to %s\n"
dce37b66
JX
3594msgstr ""
3595
64f23b0c 3596#: builtin/bundle.c:51
cc76011e
JX
3597#, c-format
3598msgid "%s is okay\n"
dce37b66
JX
3599msgstr ""
3600
64f23b0c 3601#: builtin/bundle.c:64
cc76011e 3602msgid "Need a repository to create a bundle."
dce37b66
JX
3603msgstr ""
3604
64f23b0c 3605#: builtin/bundle.c:68
cc76011e 3606msgid "Need a repository to unbundle."
dce37b66
JX
3607msgstr ""
3608
df0617bf 3609#: builtin/cat-file.c:428
64f23b0c
JX
3610msgid ""
3611"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
3612"<type>|--textconv) <object>"
dce37b66
JX
3613msgstr ""
3614
df0617bf 3615#: builtin/cat-file.c:429
64f23b0c
JX
3616msgid ""
3617"git cat-file (--batch | --batch-check) [--follow-symlinks] < <list-of-"
3618"objects>"
dce37b66
JX
3619msgstr ""
3620
df0617bf 3621#: builtin/cat-file.c:466
cc76011e 3622msgid "<type> can be one of: blob, tree, commit, tag"
dce37b66
JX
3623msgstr ""
3624
df0617bf 3625#: builtin/cat-file.c:467
cc76011e 3626msgid "show object type"
dce37b66
JX
3627msgstr ""
3628
df0617bf 3629#: builtin/cat-file.c:468
cc76011e 3630msgid "show object size"
dce37b66
JX
3631msgstr ""
3632
df0617bf 3633#: builtin/cat-file.c:470
cc76011e 3634msgid "exit with zero when there's no error"
dce37b66
JX
3635msgstr ""
3636
df0617bf 3637#: builtin/cat-file.c:471
cc76011e 3638msgid "pretty-print object's content"
dce37b66
JX
3639msgstr ""
3640
df0617bf 3641#: builtin/cat-file.c:473
cc76011e 3642msgid "for blob objects, run textconv on object's content"
dce37b66
JX
3643msgstr ""
3644
df0617bf 3645#: builtin/cat-file.c:475
64f23b0c
JX
3646msgid "allow -s and -t to work with broken/corrupt objects"
3647msgstr ""
3648
df0617bf
JX
3649#: builtin/cat-file.c:476
3650msgid "buffer --batch output"
3651msgstr ""
3652
3653#: builtin/cat-file.c:478
cc76011e 3654msgid "show info and content of objects fed from the standard input"
dce37b66
JX
3655msgstr ""
3656
df0617bf 3657#: builtin/cat-file.c:481
cc76011e 3658msgid "show info about objects fed from the standard input"
822e4a65
JX
3659msgstr ""
3660
df0617bf 3661#: builtin/cat-file.c:484
64f23b0c
JX
3662msgid "follow in-tree symlinks (used with --batch or --batch-check)"
3663msgstr ""
3664
df0617bf
JX
3665#: builtin/cat-file.c:486
3666msgid "show all objects with --batch or --batch-check"
3667msgstr ""
3668
cc76011e 3669#: builtin/check-attr.c:11
c2ea1208 3670msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
dce37b66
JX
3671msgstr ""
3672
cc76011e 3673#: builtin/check-attr.c:12
c2ea1208 3674msgid "git check-attr --stdin [-z] [-a | --all | <attr>...] < <list-of-paths>"
dce37b66
JX
3675msgstr ""
3676
cc76011e
JX
3677#: builtin/check-attr.c:19
3678msgid "report all attributes set on file"
dce37b66
JX
3679msgstr ""
3680
cc76011e
JX
3681#: builtin/check-attr.c:20
3682msgid "use .gitattributes only from the index"
dce37b66
JX
3683msgstr ""
3684
64f23b0c 3685#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:96
cc76011e 3686msgid "read file names from stdin"
dce37b66
JX
3687msgstr ""
3688
9caaf23e 3689#: builtin/check-attr.c:23 builtin/check-ignore.c:24
727b9576 3690msgid "terminate input and output records by a NUL character"
dce37b66
JX
3691msgstr ""
3692
df0617bf 3693#: builtin/check-ignore.c:18 builtin/checkout.c:1133 builtin/gc.c:267
9caaf23e
JX
3694msgid "suppress progress reporting"
3695msgstr ""
3696
28b3cffc
JX
3697#: builtin/check-ignore.c:26
3698msgid "show non-matching input paths"
3699msgstr ""
3700
727b9576
JX
3701#: builtin/check-ignore.c:28
3702msgid "ignore index when checking"
3703msgstr ""
3704
3705#: builtin/check-ignore.c:154
9caaf23e
JX
3706msgid "cannot specify pathnames with --stdin"
3707msgstr ""
3708
727b9576 3709#: builtin/check-ignore.c:157
9caaf23e
JX
3710msgid "-z only makes sense with --stdin"
3711msgstr ""
3712
727b9576 3713#: builtin/check-ignore.c:159
9caaf23e
JX
3714msgid "no path specified"
3715msgstr ""
3716
727b9576 3717#: builtin/check-ignore.c:163
9caaf23e
JX
3718msgid "--quiet is only valid with a single pathname"
3719msgstr ""
3720
727b9576 3721#: builtin/check-ignore.c:165
9caaf23e
JX
3722msgid "cannot have both --quiet and --verbose"
3723msgstr ""
3724
727b9576 3725#: builtin/check-ignore.c:168
28b3cffc
JX
3726msgid "--non-matching is only valid with --verbose"
3727msgstr ""
3728
3729#: builtin/check-mailmap.c:8
c2ea1208 3730msgid "git check-mailmap [<options>] <contact>..."
28b3cffc
JX
3731msgstr ""
3732
3733#: builtin/check-mailmap.c:13
3734msgid "also read contacts from stdin"
3735msgstr ""
3736
3737#: builtin/check-mailmap.c:24
3738#, c-format
3739msgid "unable to parse contact: %s"
3740msgstr ""
3741
3742#: builtin/check-mailmap.c:47
3743msgid "no contacts specified"
3744msgstr ""
3745
cc76011e 3746#: builtin/checkout-index.c:126
c2ea1208 3747msgid "git checkout-index [<options>] [--] [<file>...]"
dce37b66
JX
3748msgstr ""
3749
fe05e196 3750#: builtin/checkout-index.c:188
cc76011e 3751msgid "check out all files in the index"
dce37b66
JX
3752msgstr ""
3753
fe05e196 3754#: builtin/checkout-index.c:189
cc76011e 3755msgid "force overwrite of existing files"
dce37b66
JX
3756msgstr ""
3757
fe05e196 3758#: builtin/checkout-index.c:191
cc76011e 3759msgid "no warning for existing files and files not in index"
dce37b66
JX
3760msgstr ""
3761
fe05e196 3762#: builtin/checkout-index.c:193
cc76011e 3763msgid "don't checkout new files"
dce37b66
JX
3764msgstr ""
3765
fe05e196 3766#: builtin/checkout-index.c:195
cc76011e 3767msgid "update stat information in the index file"
dce37b66
JX
3768msgstr ""
3769
fe05e196 3770#: builtin/checkout-index.c:201
cc76011e 3771msgid "read list of paths from the standard input"
dce37b66
JX
3772msgstr ""
3773
fe05e196 3774#: builtin/checkout-index.c:203
cc76011e 3775msgid "write the content to temporary files"
dce37b66
JX
3776msgstr ""
3777
fe05e196 3778#: builtin/checkout-index.c:204 builtin/column.c:30
cc76011e 3779msgid "string"
dce37b66
JX
3780msgstr ""
3781
fe05e196 3782#: builtin/checkout-index.c:205
cc76011e 3783msgid "when creating files, prepend <string>"
dce37b66
JX
3784msgstr ""
3785
fe05e196 3786#: builtin/checkout-index.c:208
cc76011e 3787msgid "copy out the files from named stage"
dce37b66
JX
3788msgstr ""
3789
df0617bf 3790#: builtin/checkout.c:25
c2ea1208 3791msgid "git checkout [<options>] <branch>"
dce37b66
JX
3792msgstr ""
3793
df0617bf 3794#: builtin/checkout.c:26
c2ea1208 3795msgid "git checkout [<options>] [<branch>] -- <file>..."
dce37b66
JX
3796msgstr ""
3797
df0617bf 3798#: builtin/checkout.c:133 builtin/checkout.c:166
822e4a65 3799#, c-format
cc76011e 3800msgid "path '%s' does not have our version"
dce37b66
JX
3801msgstr ""
3802
df0617bf 3803#: builtin/checkout.c:135 builtin/checkout.c:168
dce37b66 3804#, c-format
cc76011e 3805msgid "path '%s' does not have their version"
dce37b66
JX
3806msgstr ""
3807
df0617bf 3808#: builtin/checkout.c:151
822e4a65 3809#, c-format
cc76011e 3810msgid "path '%s' does not have all necessary versions"
dce37b66
JX
3811msgstr ""
3812
df0617bf 3813#: builtin/checkout.c:195
822e4a65 3814#, c-format
cc76011e 3815msgid "path '%s' does not have necessary versions"
dce37b66
JX
3816msgstr ""
3817
df0617bf 3818#: builtin/checkout.c:212
822e4a65 3819#, c-format
cc76011e 3820msgid "path '%s': cannot merge"
dce37b66
JX
3821msgstr ""
3822
df0617bf 3823#: builtin/checkout.c:229
cc76011e
JX
3824#, c-format
3825msgid "Unable to add merge result for '%s'"
dce37b66
JX
3826msgstr ""
3827
df0617bf
JX
3828#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:256
3829#: builtin/checkout.c:259
cc76011e
JX
3830#, c-format
3831msgid "'%s' cannot be used with updating paths"
dce37b66
JX
3832msgstr ""
3833
df0617bf 3834#: builtin/checkout.c:262 builtin/checkout.c:265
dce37b66 3835#, c-format
cc76011e 3836msgid "'%s' cannot be used with %s"
dce37b66
JX
3837msgstr ""
3838
df0617bf 3839#: builtin/checkout.c:268
dce37b66 3840#, c-format
cc76011e 3841msgid "Cannot update paths and switch to branch '%s' at the same time."
dce37b66
JX
3842msgstr ""
3843
df0617bf 3844#: builtin/checkout.c:279 builtin/checkout.c:473
cc76011e 3845msgid "corrupt index file"
dce37b66
JX
3846msgstr ""
3847
df0617bf 3848#: builtin/checkout.c:339 builtin/checkout.c:346
dce37b66 3849#, c-format
cc76011e 3850msgid "path '%s' is unmerged"
dce37b66
JX
3851msgstr ""
3852
df0617bf 3853#: builtin/checkout.c:495
cc76011e 3854msgid "you need to resolve your current index first"
dce37b66
JX
3855msgstr ""
3856
df0617bf 3857#: builtin/checkout.c:622
dce37b66 3858#, c-format
df0617bf 3859msgid "Can not do reflog for '%s': %s\n"
dce37b66
JX
3860msgstr ""
3861
df0617bf 3862#: builtin/checkout.c:660
cc76011e
JX
3863msgid "HEAD is now at"
3864msgstr ""
3865
df0617bf 3866#: builtin/checkout.c:667
dce37b66 3867#, c-format
cc76011e 3868msgid "Reset branch '%s'\n"
dce37b66
JX
3869msgstr ""
3870
df0617bf 3871#: builtin/checkout.c:670
dce37b66 3872#, c-format
cc76011e 3873msgid "Already on '%s'\n"
dce37b66
JX
3874msgstr ""
3875
df0617bf 3876#: builtin/checkout.c:674
dce37b66 3877#, c-format
cc76011e 3878msgid "Switched to and reset branch '%s'\n"
dce37b66
JX
3879msgstr ""
3880
df0617bf 3881#: builtin/checkout.c:676 builtin/checkout.c:1065
dce37b66 3882#, c-format
cc76011e 3883msgid "Switched to a new branch '%s'\n"
dce37b66
JX
3884msgstr ""
3885
df0617bf 3886#: builtin/checkout.c:678
cc76011e
JX
3887#, c-format
3888msgid "Switched to branch '%s'\n"
dce37b66
JX
3889msgstr ""
3890
df0617bf 3891#: builtin/checkout.c:730
cc76011e
JX
3892#, c-format
3893msgid " ... and %d more.\n"
dce37b66
JX
3894msgstr ""
3895
df0617bf 3896#: builtin/checkout.c:736
cc76011e 3897#, c-format
822e4a65 3898msgid ""
cc76011e
JX
3899"Warning: you are leaving %d commit behind, not connected to\n"
3900"any of your branches:\n"
822e4a65 3901"\n"
cc76011e
JX
3902"%s\n"
3903msgid_plural ""
3904"Warning: you are leaving %d commits behind, not connected to\n"
3905"any of your branches:\n"
822e4a65 3906"\n"
cc76011e
JX
3907"%s\n"
3908msgstr[0] ""
3909msgstr[1] ""
dce37b66 3910
df0617bf 3911#: builtin/checkout.c:755
cc76011e 3912#, c-format
dce37b66 3913msgid ""
64f23b0c
JX
3914"If you want to keep it by creating a new branch, this may be a good time\n"
3915"to do so with:\n"
3916"\n"
3917" git branch <new-branch-name> %s\n"
3918"\n"
3919msgid_plural ""
cc76011e
JX
3920"If you want to keep them by creating a new branch, this may be a good time\n"
3921"to do so with:\n"
822e4a65 3922"\n"
c2ea1208 3923" git branch <new-branch-name> %s\n"
822e4a65 3924"\n"
64f23b0c
JX
3925msgstr[0] ""
3926msgstr[1] ""
dce37b66 3927
df0617bf 3928#: builtin/checkout.c:791
cc76011e 3929msgid "internal error in revision walk"
dce37b66
JX
3930msgstr ""
3931
df0617bf 3932#: builtin/checkout.c:795
cc76011e 3933msgid "Previous HEAD position was"
dce37b66
JX
3934msgstr ""
3935
df0617bf 3936#: builtin/checkout.c:822 builtin/checkout.c:1060
cc76011e 3937msgid "You are on a branch yet to be born"
dce37b66
JX
3938msgstr ""
3939
df0617bf 3940#: builtin/checkout.c:967
727b9576
JX
3941#, c-format
3942msgid "only one reference expected, %d given."
3943msgstr ""
3944
df0617bf 3945#: builtin/checkout.c:1006 builtin/worktree.c:210
cc76011e
JX
3946#, c-format
3947msgid "invalid reference: %s"
dce37b66
JX
3948msgstr ""
3949
df0617bf 3950#: builtin/checkout.c:1035
cc76011e
JX
3951#, c-format
3952msgid "reference is not a tree: %s"
dce37b66
JX
3953msgstr ""
3954
df0617bf 3955#: builtin/checkout.c:1074
cc76011e 3956msgid "paths cannot be used with switching branches"
dce37b66
JX
3957msgstr ""
3958
df0617bf 3959#: builtin/checkout.c:1077 builtin/checkout.c:1081
cc76011e
JX
3960#, c-format
3961msgid "'%s' cannot be used with switching branches"
dce37b66
JX
3962msgstr ""
3963
df0617bf
JX
3964#: builtin/checkout.c:1085 builtin/checkout.c:1088 builtin/checkout.c:1093
3965#: builtin/checkout.c:1096
cc76011e
JX
3966#, c-format
3967msgid "'%s' cannot be used with '%s'"
dce37b66
JX
3968msgstr ""
3969
df0617bf 3970#: builtin/checkout.c:1101
dce37b66 3971#, c-format
cc76011e 3972msgid "Cannot switch branch to a non-commit '%s'"
dce37b66
JX
3973msgstr ""
3974
df0617bf
JX
3975#: builtin/checkout.c:1134 builtin/checkout.c:1136 builtin/clone.c:83
3976#: builtin/remote.c:159 builtin/remote.c:161 builtin/worktree.c:317
3977#: builtin/worktree.c:319
cc76011e 3978msgid "branch"
dce37b66
JX
3979msgstr ""
3980
df0617bf 3981#: builtin/checkout.c:1135
cc76011e 3982msgid "create and checkout a new branch"
dce37b66
JX
3983msgstr ""
3984
df0617bf 3985#: builtin/checkout.c:1137
cc76011e 3986msgid "create/reset and checkout a branch"
dce37b66
JX
3987msgstr ""
3988
df0617bf 3989#: builtin/checkout.c:1138
cc76011e 3990msgid "create reflog for new branch"
dce37b66
JX
3991msgstr ""
3992
df0617bf 3993#: builtin/checkout.c:1139
cc76011e 3994msgid "detach the HEAD at named commit"
dce37b66
JX
3995msgstr ""
3996
df0617bf 3997#: builtin/checkout.c:1140
cc76011e 3998msgid "set upstream info for new branch"
dce37b66
JX
3999msgstr ""
4000
df0617bf 4001#: builtin/checkout.c:1142
5e078fcd 4002msgid "new-branch"
dce37b66
JX
4003msgstr ""
4004
df0617bf 4005#: builtin/checkout.c:1142
cc76011e 4006msgid "new unparented branch"
dce37b66
JX
4007msgstr ""
4008
df0617bf 4009#: builtin/checkout.c:1143
cc76011e 4010msgid "checkout our version for unmerged files"
dce37b66
JX
4011msgstr ""
4012
df0617bf 4013#: builtin/checkout.c:1145
cc76011e 4014msgid "checkout their version for unmerged files"
dce37b66
JX
4015msgstr ""
4016
df0617bf 4017#: builtin/checkout.c:1147
cc76011e 4018msgid "force checkout (throw away local modifications)"
cd1e7487
JX
4019msgstr ""
4020
df0617bf 4021#: builtin/checkout.c:1148
cc76011e 4022msgid "perform a 3-way merge with the new branch"
dce37b66
JX
4023msgstr ""
4024
df0617bf 4025#: builtin/checkout.c:1149 builtin/merge.c:227
cc76011e 4026msgid "update ignored files (default)"
dce37b66
JX
4027msgstr ""
4028
df0617bf 4029#: builtin/checkout.c:1150 builtin/log.c:1264 parse-options.h:249
cc76011e 4030msgid "style"
dce37b66
JX
4031msgstr ""
4032
df0617bf 4033#: builtin/checkout.c:1151
cc76011e 4034msgid "conflict style (merge or diff3)"
dce37b66
JX
4035msgstr ""
4036
df0617bf 4037#: builtin/checkout.c:1154
c6bc7d43
JX
4038msgid "do not limit pathspecs to sparse entries only"
4039msgstr ""
4040
df0617bf 4041#: builtin/checkout.c:1156
c2ea1208 4042msgid "second guess 'git checkout <no-such-branch>'"
dce37b66
JX
4043msgstr ""
4044
df0617bf 4045#: builtin/checkout.c:1158
64f23b0c
JX
4046msgid "do not check if another worktree is holding the given ref"
4047msgstr ""
4048
df0617bf 4049#: builtin/checkout.c:1181
cc76011e 4050msgid "-b, -B and --orphan are mutually exclusive"
dce37b66
JX
4051msgstr ""
4052
df0617bf 4053#: builtin/checkout.c:1198
cc76011e 4054msgid "--track needs a branch name"
822e4a65
JX
4055msgstr ""
4056
df0617bf 4057#: builtin/checkout.c:1203
cc76011e 4058msgid "Missing branch name; try -b"
dce37b66
JX
4059msgstr ""
4060
df0617bf 4061#: builtin/checkout.c:1239
cc76011e 4062msgid "invalid path specification"
dce37b66
JX
4063msgstr ""
4064
df0617bf 4065#: builtin/checkout.c:1246
dce37b66 4066#, c-format
cc76011e
JX
4067msgid ""
4068"Cannot update paths and switch to branch '%s' at the same time.\n"
4069"Did you intend to checkout '%s' which can not be resolved as commit?"
dce37b66
JX
4070msgstr ""
4071
df0617bf 4072#: builtin/checkout.c:1251
cc76011e
JX
4073#, c-format
4074msgid "git checkout: --detach does not take a path argument '%s'"
dce37b66
JX
4075msgstr ""
4076
df0617bf 4077#: builtin/checkout.c:1255
cc76011e
JX
4078msgid ""
4079"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4080"checking out of the index."
dce37b66
JX
4081msgstr ""
4082
df0617bf 4083#: builtin/clean.c:25
28b3cffc
JX
4084msgid ""
4085"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
dce37b66
JX
4086msgstr ""
4087
df0617bf 4088#: builtin/clean.c:29
46bc4039
JX
4089#, c-format
4090msgid "Removing %s\n"
4091msgstr ""
4092
df0617bf 4093#: builtin/clean.c:30
46bc4039
JX
4094#, c-format
4095msgid "Would remove %s\n"
4096msgstr ""
4097
df0617bf 4098#: builtin/clean.c:31
46bc4039
JX
4099#, c-format
4100msgid "Skipping repository %s\n"
4101msgstr ""
4102
df0617bf 4103#: builtin/clean.c:32
46bc4039
JX
4104#, c-format
4105msgid "Would skip repository %s\n"
4106msgstr ""
4107
df0617bf 4108#: builtin/clean.c:33
46bc4039
JX
4109#, c-format
4110msgid "failed to remove %s"
4111msgstr ""
4112
df0617bf 4113#: builtin/clean.c:317
28b3cffc
JX
4114msgid ""
4115"Prompt help:\n"
4116"1 - select a numbered item\n"
4117"foo - select item based on unique prefix\n"
4118" - (empty) select nothing"
4119msgstr ""
4120
df0617bf 4121#: builtin/clean.c:321
28b3cffc
JX
4122msgid ""
4123"Prompt help:\n"
4124"1 - select a single item\n"
4125"3-5 - select a range of items\n"
4126"2-3,6-9 - select multiple ranges\n"
4127"foo - select item based on unique prefix\n"
4128"-... - unselect specified items\n"
4129"* - choose all items\n"
4130" - (empty) finish selecting"
4131msgstr ""
4132
df0617bf 4133#: builtin/clean.c:537
28b3cffc
JX
4134#, c-format
4135msgid "Huh (%s)?"
4136msgstr ""
4137
df0617bf 4138#: builtin/clean.c:679
28b3cffc
JX
4139#, c-format
4140msgid "Input ignore patterns>> "
4141msgstr ""
4142
df0617bf 4143#: builtin/clean.c:716
28b3cffc
JX
4144#, c-format
4145msgid "WARNING: Cannot find items matched by: %s"
4146msgstr ""
4147
df0617bf 4148#: builtin/clean.c:737
28b3cffc
JX
4149msgid "Select items to delete"
4150msgstr ""
4151
c2ea1208 4152#. TRANSLATORS: Make sure to keep [y/N] as is
df0617bf 4153#: builtin/clean.c:778
28b3cffc 4154#, c-format
c2ea1208 4155msgid "Remove %s [y/N]? "
28b3cffc
JX
4156msgstr ""
4157
df0617bf 4158#: builtin/clean.c:803
28b3cffc
JX
4159msgid "Bye."
4160msgstr ""
4161
df0617bf 4162#: builtin/clean.c:811
28b3cffc
JX
4163msgid ""
4164"clean - start cleaning\n"
4165"filter by pattern - exclude items from deletion\n"
4166"select by numbers - select items to be deleted by numbers\n"
4167"ask each - confirm each deletion (like \"rm -i\")\n"
4168"quit - stop cleaning\n"
4169"help - this screen\n"
4170"? - help for prompt selection"
4171msgstr ""
4172
df0617bf 4173#: builtin/clean.c:838
28b3cffc
JX
4174msgid "*** Commands ***"
4175msgstr ""
4176
df0617bf 4177#: builtin/clean.c:839
28b3cffc
JX
4178msgid "What now"
4179msgstr ""
4180
df0617bf 4181#: builtin/clean.c:847
28b3cffc
JX
4182msgid "Would remove the following item:"
4183msgid_plural "Would remove the following items:"
4184msgstr[0] ""
4185msgstr[1] ""
4186
df0617bf 4187#: builtin/clean.c:864
28b3cffc
JX
4188msgid "No more files to clean, exiting."
4189msgstr ""
4190
df0617bf 4191#: builtin/clean.c:895
cc76011e 4192msgid "do not print names of files removed"
dce37b66
JX
4193msgstr ""
4194
df0617bf 4195#: builtin/clean.c:897
cc76011e 4196msgid "force"
dce37b66
JX
4197msgstr ""
4198
df0617bf 4199#: builtin/clean.c:898
28b3cffc
JX
4200msgid "interactive cleaning"
4201msgstr ""
4202
df0617bf 4203#: builtin/clean.c:900
cc76011e 4204msgid "remove whole directories"
dce37b66
JX
4205msgstr ""
4206
df0617bf 4207#: builtin/clean.c:901 builtin/describe.c:407 builtin/grep.c:714
64f23b0c 4208#: builtin/ls-files.c:443 builtin/name-rev.c:311 builtin/show-ref.c:187
cc76011e 4209msgid "pattern"
dce37b66
JX
4210msgstr ""
4211
df0617bf 4212#: builtin/clean.c:902
cc76011e 4213msgid "add <pattern> to ignore rules"
dce37b66
JX
4214msgstr ""
4215
df0617bf 4216#: builtin/clean.c:903
cc76011e 4217msgid "remove ignored files, too"
dce37b66
JX
4218msgstr ""
4219
df0617bf 4220#: builtin/clean.c:905
cc76011e 4221msgid "remove only ignored files"
dce37b66
JX
4222msgstr ""
4223
df0617bf 4224#: builtin/clean.c:923
cc76011e 4225msgid "-x and -X cannot be used together"
dce37b66
JX
4226msgstr ""
4227
df0617bf 4228#: builtin/clean.c:927
cc76011e 4229msgid ""
5e078fcd 4230"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
28b3cffc 4231"clean"
dce37b66
JX
4232msgstr ""
4233
df0617bf 4234#: builtin/clean.c:930
cc76011e 4235msgid ""
5e078fcd 4236"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
28b3cffc 4237"refusing to clean"
dce37b66
JX
4238msgstr ""
4239
d07a63e4 4240#: builtin/clone.c:37
c2ea1208 4241msgid "git clone [<options>] [--] <repo> [<dir>]"
dce37b66
JX
4242msgstr ""
4243
df0617bf
JX
4244#: builtin/clone.c:57 builtin/fetch.c:112 builtin/merge.c:224
4245#: builtin/pull.c:109 builtin/push.c:560 builtin/send-pack.c:168
cc76011e 4246msgid "force progress reporting"
dce37b66
JX
4247msgstr ""
4248
64f23b0c 4249#: builtin/clone.c:59
cc76011e 4250msgid "don't create a checkout"
dce37b66
JX
4251msgstr ""
4252
df0617bf 4253#: builtin/clone.c:60 builtin/clone.c:62 builtin/init-db.c:504
cc76011e 4254msgid "create a bare repository"
dce37b66
JX
4255msgstr ""
4256
64f23b0c 4257#: builtin/clone.c:64
cc76011e 4258msgid "create a mirror repository (implies bare)"
dce37b66
JX
4259msgstr ""
4260
64f23b0c 4261#: builtin/clone.c:66
cc76011e 4262msgid "to clone from a local repository"
dce37b66
JX
4263msgstr ""
4264
64f23b0c 4265#: builtin/clone.c:68
cc76011e 4266msgid "don't use local hardlinks, always copy"
dce37b66
JX
4267msgstr ""
4268
64f23b0c 4269#: builtin/clone.c:70
cc76011e 4270msgid "setup as shared repository"
dce37b66
JX
4271msgstr ""
4272
64f23b0c 4273#: builtin/clone.c:72 builtin/clone.c:74
cc76011e 4274msgid "initialize submodules in the clone"
dce37b66
JX
4275msgstr ""
4276
df0617bf 4277#: builtin/clone.c:75 builtin/init-db.c:501
cc76011e 4278msgid "template-directory"
dce37b66
JX
4279msgstr ""
4280
df0617bf 4281#: builtin/clone.c:76 builtin/init-db.c:502
cc76011e 4282msgid "directory from which templates will be used"
dce37b66
JX
4283msgstr ""
4284
64f23b0c 4285#: builtin/clone.c:78
cc76011e 4286msgid "reference repository"
dce37b66
JX
4287msgstr ""
4288
64f23b0c
JX
4289#: builtin/clone.c:80
4290msgid "use --reference only while cloning"
4291msgstr ""
4292
4293#: builtin/clone.c:81 builtin/column.c:26 builtin/merge-file.c:44
cc76011e 4294msgid "name"
dce37b66
JX
4295msgstr ""
4296
64f23b0c 4297#: builtin/clone.c:82
cc76011e 4298msgid "use <name> instead of 'origin' to track upstream"
dce37b66
JX
4299msgstr ""
4300
64f23b0c 4301#: builtin/clone.c:84
cc76011e 4302msgid "checkout <branch> instead of the remote's HEAD"
dce37b66
JX
4303msgstr ""
4304
64f23b0c 4305#: builtin/clone.c:86
cc76011e 4306msgid "path to git-upload-pack on the remote"
dce37b66
JX
4307msgstr ""
4308
df0617bf
JX
4309#: builtin/clone.c:87 builtin/fetch.c:113 builtin/grep.c:659
4310#: builtin/pull.c:186
cc76011e 4311msgid "depth"
dce37b66
JX
4312msgstr ""
4313
64f23b0c 4314#: builtin/clone.c:88
cc76011e 4315msgid "create a shallow clone of that depth"
dce37b66
JX
4316msgstr ""
4317
64f23b0c 4318#: builtin/clone.c:90
cc76011e 4319msgid "clone only one branch, HEAD or --branch"
822e4a65
JX
4320msgstr ""
4321
df0617bf 4322#: builtin/clone.c:91 builtin/init-db.c:510
cc76011e 4323msgid "gitdir"
dce37b66
JX
4324msgstr ""
4325
df0617bf 4326#: builtin/clone.c:92 builtin/init-db.c:511
cc76011e 4327msgid "separate git dir from working tree"
dce37b66
JX
4328msgstr ""
4329
64f23b0c 4330#: builtin/clone.c:93
cc76011e 4331msgid "key=value"
822e4a65
JX
4332msgstr ""
4333
64f23b0c 4334#: builtin/clone.c:94
cc76011e 4335msgid "set config inside the new repository"
dce37b66
JX
4336msgstr ""
4337
df0617bf 4338#: builtin/clone.c:298
dce37b66 4339#, c-format
c6bc7d43 4340msgid "reference repository '%s' is not a local repository."
dce37b66
JX
4341msgstr ""
4342
df0617bf 4343#: builtin/clone.c:302
df49095a
JX
4344#, c-format
4345msgid "reference repository '%s' is shallow"
4346msgstr ""
4347
df0617bf 4348#: builtin/clone.c:305
df49095a
JX
4349#, c-format
4350msgid "reference repository '%s' is grafted"
4351msgstr ""
4352
df0617bf 4353#: builtin/clone.c:370 builtin/diff.c:84
dce37b66 4354#, c-format
cc76011e 4355msgid "failed to stat '%s'"
822e4a65
JX
4356msgstr ""
4357
df0617bf 4358#: builtin/clone.c:372
dce37b66 4359#, c-format
cc76011e 4360msgid "%s exists and is not a directory"
dce37b66
JX
4361msgstr ""
4362
df0617bf 4363#: builtin/clone.c:386
cc76011e
JX
4364#, c-format
4365msgid "failed to stat %s\n"
822e4a65
JX
4366msgstr ""
4367
df0617bf 4368#: builtin/clone.c:408
dce37b66 4369#, c-format
cc76011e 4370msgid "failed to create link '%s'"
dce37b66
JX
4371msgstr ""
4372
df0617bf 4373#: builtin/clone.c:412
cc76011e
JX
4374#, c-format
4375msgid "failed to copy file to '%s'"
dce37b66
JX
4376msgstr ""
4377
df0617bf 4378#: builtin/clone.c:435 builtin/clone.c:619
cc76011e
JX
4379#, c-format
4380msgid "done.\n"
dce37b66
JX
4381msgstr ""
4382
df0617bf 4383#: builtin/clone.c:447
c138af56
JX
4384msgid ""
4385"Clone succeeded, but checkout failed.\n"
4386"You can inspect what was checked out with 'git status'\n"
4387"and retry the checkout with 'git checkout -f HEAD'\n"
4388msgstr ""
4389
df0617bf 4390#: builtin/clone.c:524
cc76011e
JX
4391#, c-format
4392msgid "Could not find remote branch %s to clone."
dce37b66
JX
4393msgstr ""
4394
df0617bf 4395#: builtin/clone.c:614
28b3cffc
JX
4396#, c-format
4397msgid "Checking connectivity... "
4398msgstr ""
4399
df0617bf 4400#: builtin/clone.c:617
c138af56
JX
4401msgid "remote did not send all necessary objects"
4402msgstr ""
4403
df0617bf 4404#: builtin/clone.c:681
cc76011e 4405msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
dce37b66
JX
4406msgstr ""
4407
df0617bf 4408#: builtin/clone.c:712
c138af56
JX
4409msgid "unable to checkout working tree"
4410msgstr ""
4411
df0617bf 4412#: builtin/clone.c:799
beb691f7
JX
4413msgid "cannot repack to clean up"
4414msgstr ""
4415
df0617bf 4416#: builtin/clone.c:801
beb691f7
JX
4417msgid "cannot unlink temporary alternates file"
4418msgstr ""
4419
df0617bf 4420#: builtin/clone.c:831
cc76011e 4421msgid "Too many arguments."
dce37b66
JX
4422msgstr ""
4423
df0617bf 4424#: builtin/clone.c:835
cc76011e 4425msgid "You must specify a repository to clone."
dce37b66
JX
4426msgstr ""
4427
df0617bf 4428#: builtin/clone.c:846
cc76011e
JX
4429#, c-format
4430msgid "--bare and --origin %s options are incompatible."
dce37b66
JX
4431msgstr ""
4432
df0617bf 4433#: builtin/clone.c:849
46bc4039
JX
4434msgid "--bare and --separate-git-dir are incompatible."
4435msgstr ""
4436
df0617bf 4437#: builtin/clone.c:862
cc76011e
JX
4438#, c-format
4439msgid "repository '%s' does not exist"
dce37b66
JX
4440msgstr ""
4441
df0617bf 4442#: builtin/clone.c:868 builtin/fetch.c:1168
df49095a
JX
4443#, c-format
4444msgid "depth %s is not a positive number"
4445msgstr ""
4446
df0617bf 4447#: builtin/clone.c:878
dce37b66 4448#, c-format
cc76011e 4449msgid "destination path '%s' already exists and is not an empty directory."
dce37b66
JX
4450msgstr ""
4451
df0617bf 4452#: builtin/clone.c:888
dce37b66 4453#, c-format
cc76011e 4454msgid "working tree '%s' already exists."
dce37b66
JX
4455msgstr ""
4456
df0617bf
JX
4457#: builtin/clone.c:903 builtin/clone.c:914 builtin/worktree.c:218
4458#: builtin/worktree.c:245
a4156d20
JX
4459#, c-format
4460msgid "could not create leading directories of '%s'"
4461msgstr ""
4462
df0617bf 4463#: builtin/clone.c:906
822e4a65 4464#, c-format
c2ea1208 4465msgid "could not create work tree dir '%s'"
dce37b66
JX
4466msgstr ""
4467
df0617bf 4468#: builtin/clone.c:924
822e4a65 4469#, c-format
cc76011e 4470msgid "Cloning into bare repository '%s'...\n"
dce37b66
JX
4471msgstr ""
4472
df0617bf 4473#: builtin/clone.c:926
dce37b66 4474#, c-format
cc76011e 4475msgid "Cloning into '%s'...\n"
dce37b66
JX
4476msgstr ""
4477
df0617bf 4478#: builtin/clone.c:951
beb691f7
JX
4479msgid "--dissociate given, but there is no --reference"
4480msgstr ""
4481
df0617bf 4482#: builtin/clone.c:968
fe05e196
JX
4483msgid "--depth is ignored in local clones; use file:// instead."
4484msgstr ""
4485
df0617bf 4486#: builtin/clone.c:971
fe05e196
JX
4487msgid "source repository is shallow, ignoring --local"
4488msgstr ""
4489
df0617bf 4490#: builtin/clone.c:976
fe05e196
JX
4491msgid "--local is ignored"
4492msgstr ""
4493
df0617bf 4494#: builtin/clone.c:980
822e4a65 4495#, c-format
cc76011e 4496msgid "Don't know how to clone %s"
dce37b66
JX
4497msgstr ""
4498
df0617bf 4499#: builtin/clone.c:1029 builtin/clone.c:1037
822e4a65 4500#, c-format
cc76011e 4501msgid "Remote branch %s not found in upstream %s"
dce37b66
JX
4502msgstr ""
4503
df0617bf 4504#: builtin/clone.c:1040
cc76011e 4505msgid "You appear to have cloned an empty repository."
dce37b66
JX
4506msgstr ""
4507
cc76011e 4508#: builtin/column.c:9
c2ea1208 4509msgid "git column [<options>]"
dce37b66
JX
4510msgstr ""
4511
cc76011e
JX
4512#: builtin/column.c:26
4513msgid "lookup config vars"
dce37b66
JX
4514msgstr ""
4515
cc76011e
JX
4516#: builtin/column.c:27 builtin/column.c:28
4517msgid "layout to use"
dce37b66
JX
4518msgstr ""
4519
cc76011e
JX
4520#: builtin/column.c:29
4521msgid "Maximum width"
dce37b66
JX
4522msgstr ""
4523
cc76011e
JX
4524#: builtin/column.c:30
4525msgid "Padding space on left border"
dce37b66
JX
4526msgstr ""
4527
cc76011e
JX
4528#: builtin/column.c:31
4529msgid "Padding space on right border"
dce37b66
JX
4530msgstr ""
4531
cc76011e
JX
4532#: builtin/column.c:32
4533msgid "Padding space between columns"
dce37b66
JX
4534msgstr ""
4535
cc76011e
JX
4536#: builtin/column.c:51
4537msgid "--command must be the first argument"
dce37b66
JX
4538msgstr ""
4539
d07a63e4 4540#: builtin/commit.c:37
c2ea1208 4541msgid "git commit [<options>] [--] <pathspec>..."
dce37b66
JX
4542msgstr ""
4543
d07a63e4 4544#: builtin/commit.c:42
c2ea1208 4545msgid "git status [<options>] [--] <pathspec>..."
dce37b66
JX
4546msgstr ""
4547
d07a63e4
JX
4548#: builtin/commit.c:47
4549msgid ""
4550"Your name and email address were configured automatically based\n"
4551"on your username and hostname. Please check that they are accurate.\n"
4552"You can suppress this message by setting them explicitly. Run the\n"
4553"following command and follow the instructions in your editor to edit\n"
4554"your configuration file:\n"
4555"\n"
4556" git config --global --edit\n"
4557"\n"
4558"After doing this, you may fix the identity used for this commit with:\n"
4559"\n"
4560" git commit --amend --reset-author\n"
4561msgstr ""
4562
4563#: builtin/commit.c:60
cc76011e
JX
4564msgid ""
4565"Your name and email address were configured automatically based\n"
4566"on your username and hostname. Please check that they are accurate.\n"
4567"You can suppress this message by setting them explicitly:\n"
4568"\n"
4569" git config --global user.name \"Your Name\"\n"
4570" git config --global user.email you@example.com\n"
4571"\n"
4572"After doing this, you may fix the identity used for this commit with:\n"
4573"\n"
4574" git commit --amend --reset-author\n"
dce37b66
JX
4575msgstr ""
4576
d07a63e4 4577#: builtin/commit.c:72
cc76011e
JX
4578msgid ""
4579"You asked to amend the most recent commit, but doing so would make\n"
4580"it empty. You can repeat your command with --allow-empty, or you can\n"
4581"remove the commit entirely with \"git reset HEAD^\".\n"
822e4a65
JX
4582msgstr ""
4583
d07a63e4 4584#: builtin/commit.c:77
dce37b66 4585msgid ""
cc76011e
JX
4586"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4587"If you wish to commit it anyway, use:\n"
4588"\n"
4589" git commit --allow-empty\n"
4590"\n"
dce37b66
JX
4591msgstr ""
4592
d07a63e4 4593#: builtin/commit.c:84
b8ecf239
JX
4594msgid "Otherwise, please use 'git reset'\n"
4595msgstr ""
4596
d07a63e4 4597#: builtin/commit.c:87
b8ecf239
JX
4598msgid ""
4599"If you wish to skip this commit, use:\n"
4600"\n"
4601" git reset\n"
4602"\n"
4603"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
4604"the remaining commits.\n"
4605msgstr ""
4606
6eebb35e 4607#: builtin/commit.c:304
cc76011e 4608msgid "failed to unpack HEAD tree object"
822e4a65
JX
4609msgstr ""
4610
df0617bf 4611#: builtin/commit.c:345
cc76011e 4612msgid "unable to create temporary index"
dce37b66
JX
4613msgstr ""
4614
df0617bf 4615#: builtin/commit.c:351
cc76011e 4616msgid "interactive add failed"
dce37b66
JX
4617msgstr ""
4618
df0617bf 4619#: builtin/commit.c:364
d07a63e4
JX
4620msgid "unable to update temporary index"
4621msgstr ""
4622
df0617bf 4623#: builtin/commit.c:366
d07a63e4
JX
4624msgid "Failed to update main cache tree"
4625msgstr ""
4626
df0617bf 4627#: builtin/commit.c:390 builtin/commit.c:413 builtin/commit.c:462
cc76011e 4628msgid "unable to write new_index file"
dce37b66
JX
4629msgstr ""
4630
df0617bf 4631#: builtin/commit.c:444
cc76011e 4632msgid "cannot do a partial commit during a merge."
dce37b66
JX
4633msgstr ""
4634
df0617bf 4635#: builtin/commit.c:446
cc76011e 4636msgid "cannot do a partial commit during a cherry-pick."
dce37b66
JX
4637msgstr ""
4638
df0617bf 4639#: builtin/commit.c:455
cc76011e 4640msgid "cannot read the index"
dce37b66
JX
4641msgstr ""
4642
df0617bf 4643#: builtin/commit.c:474
cc76011e 4644msgid "unable to write temporary index file"
dce37b66
JX
4645msgstr ""
4646
df0617bf 4647#: builtin/commit.c:579
d07a63e4
JX
4648#, c-format
4649msgid "commit '%s' lacks author header"
4650msgstr ""
4651
df0617bf 4652#: builtin/commit.c:581
dce37b66 4653#, c-format
d07a63e4 4654msgid "commit '%s' has malformed author line"
dce37b66
JX
4655msgstr ""
4656
df0617bf 4657#: builtin/commit.c:600
cc76011e 4658msgid "malformed --author parameter"
dce37b66
JX
4659msgstr ""
4660
df0617bf 4661#: builtin/commit.c:608
cc76011e 4662#, c-format
fe05e196
JX
4663msgid "invalid date format: %s"
4664msgstr ""
4665
df0617bf 4666#: builtin/commit.c:652
fe05e196
JX
4667msgid ""
4668"unable to select a comment character that is not used\n"
4669"in the current commit message"
4670msgstr ""
4671
df0617bf 4672#: builtin/commit.c:689 builtin/commit.c:722 builtin/commit.c:1079
cc76011e
JX
4673#, c-format
4674msgid "could not lookup commit %s"
822e4a65
JX
4675msgstr ""
4676
df0617bf 4677#: builtin/commit.c:701 builtin/shortlog.c:273
cc76011e
JX
4678#, c-format
4679msgid "(reading log message from standard input)\n"
822e4a65
JX
4680msgstr ""
4681
df0617bf 4682#: builtin/commit.c:703
cc76011e 4683msgid "could not read log from standard input"
822e4a65
JX
4684msgstr ""
4685
df0617bf 4686#: builtin/commit.c:707
dce37b66 4687#, c-format
cc76011e 4688msgid "could not read log file '%s'"
dce37b66
JX
4689msgstr ""
4690
df0617bf 4691#: builtin/commit.c:729
cc76011e 4692msgid "could not read MERGE_MSG"
dce37b66
JX
4693msgstr ""
4694
df0617bf 4695#: builtin/commit.c:733
cc76011e 4696msgid "could not read SQUASH_MSG"
dce37b66
JX
4697msgstr ""
4698
df0617bf 4699#: builtin/commit.c:784
cc76011e
JX
4700msgid "could not write commit template"
4701msgstr ""
4702
df0617bf 4703#: builtin/commit.c:802
dce37b66 4704#, c-format
822e4a65 4705msgid ""
cc76011e
JX
4706"\n"
4707"It looks like you may be committing a merge.\n"
4708"If this is not correct, please remove the file\n"
4709"\t%s\n"
4710"and try again.\n"
dce37b66
JX
4711msgstr ""
4712
df0617bf 4713#: builtin/commit.c:807
822e4a65
JX
4714#, c-format
4715msgid ""
cc76011e
JX
4716"\n"
4717"It looks like you may be committing a cherry-pick.\n"
4718"If this is not correct, please remove the file\n"
4719"\t%s\n"
4720"and try again.\n"
dce37b66
JX
4721msgstr ""
4722
df0617bf 4723#: builtin/commit.c:820
9caaf23e 4724#, c-format
cc76011e
JX
4725msgid ""
4726"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 4727"with '%c' will be ignored, and an empty message aborts the commit.\n"
dce37b66
JX
4728msgstr ""
4729
df0617bf 4730#: builtin/commit.c:827
9caaf23e 4731#, c-format
cc76011e
JX
4732msgid ""
4733"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 4734"with '%c' will be kept; you may remove them yourself if you want to.\n"
cc76011e
JX
4735"An empty message aborts the commit.\n"
4736msgstr ""
4737
df0617bf 4738#: builtin/commit.c:847
fe05e196
JX
4739#, c-format
4740msgid "%sAuthor: %.*s <%.*s>"
4741msgstr ""
4742
df0617bf 4743#: builtin/commit.c:855
822e4a65 4744#, c-format
fe05e196 4745msgid "%sDate: %s"
dce37b66
JX
4746msgstr ""
4747
df0617bf 4748#: builtin/commit.c:862
cc76011e 4749#, c-format
fe05e196 4750msgid "%sCommitter: %.*s <%.*s>"
dce37b66
JX
4751msgstr ""
4752
df0617bf 4753#: builtin/commit.c:880
cc76011e 4754msgid "Cannot read index"
822e4a65
JX
4755msgstr ""
4756
df0617bf 4757#: builtin/commit.c:937
cc76011e 4758msgid "Error building trees"
dce37b66
JX
4759msgstr ""
4760
df0617bf 4761#: builtin/commit.c:952 builtin/tag.c:495
dce37b66 4762#, c-format
cc76011e 4763msgid "Please supply the message using either -m or -F option.\n"
dce37b66
JX
4764msgstr ""
4765
df0617bf 4766#: builtin/commit.c:1054
dce37b66 4767#, c-format
c2ea1208 4768msgid "--author '%s' is not 'Name <email>' and matches no existing author"
dce37b66
JX
4769msgstr ""
4770
df0617bf 4771#: builtin/commit.c:1069 builtin/commit.c:1309
cc76011e
JX
4772#, c-format
4773msgid "Invalid untracked files mode '%s'"
dce37b66
JX
4774msgstr ""
4775
df0617bf 4776#: builtin/commit.c:1106
28b3cffc
JX
4777msgid "--long and -z are incompatible"
4778msgstr ""
4779
df0617bf 4780#: builtin/commit.c:1136
cc76011e
JX
4781msgid "Using both --reset-author and --author does not make sense"
4782msgstr ""
822e4a65 4783
df0617bf 4784#: builtin/commit.c:1145
cc76011e 4785msgid "You have nothing to amend."
dce37b66
JX
4786msgstr ""
4787
df0617bf 4788#: builtin/commit.c:1148
cc76011e 4789msgid "You are in the middle of a merge -- cannot amend."
822e4a65
JX
4790msgstr ""
4791
df0617bf 4792#: builtin/commit.c:1150
cc76011e 4793msgid "You are in the middle of a cherry-pick -- cannot amend."
822e4a65
JX
4794msgstr ""
4795
df0617bf 4796#: builtin/commit.c:1153
cc76011e 4797msgid "Options --squash and --fixup cannot be used together"
822e4a65
JX
4798msgstr ""
4799
df0617bf 4800#: builtin/commit.c:1163
cc76011e 4801msgid "Only one of -c/-C/-F/--fixup can be used."
dce37b66
JX
4802msgstr ""
4803
df0617bf 4804#: builtin/commit.c:1165
cc76011e 4805msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
dce37b66
JX
4806msgstr ""
4807
df0617bf 4808#: builtin/commit.c:1173
cc76011e 4809msgid "--reset-author can be used only with -C, -c or --amend."
822e4a65
JX
4810msgstr ""
4811
df0617bf 4812#: builtin/commit.c:1190
cc76011e 4813msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
dce37b66
JX
4814msgstr ""
4815
df0617bf 4816#: builtin/commit.c:1192
cc76011e 4817msgid "No paths with --include/--only does not make sense."
dce37b66
JX
4818msgstr ""
4819
df0617bf 4820#: builtin/commit.c:1194
cc76011e 4821msgid "Clever... amending the last one with dirty index."
dce37b66
JX
4822msgstr ""
4823
df0617bf 4824#: builtin/commit.c:1196
5e078fcd 4825msgid "Explicit paths specified without -i or -o; assuming --only paths..."
dce37b66
JX
4826msgstr ""
4827
df0617bf 4828#: builtin/commit.c:1208 builtin/tag.c:730
dce37b66 4829#, c-format
cc76011e 4830msgid "Invalid cleanup mode %s"
dce37b66
JX
4831msgstr ""
4832
df0617bf 4833#: builtin/commit.c:1213
cc76011e 4834msgid "Paths with -a does not make sense."
822e4a65
JX
4835msgstr ""
4836
df0617bf 4837#: builtin/commit.c:1323 builtin/commit.c:1602
cc76011e
JX
4838msgid "show status concisely"
4839msgstr ""
822e4a65 4840
df0617bf 4841#: builtin/commit.c:1325 builtin/commit.c:1604
cc76011e 4842msgid "show branch information"
cd1e7487
JX
4843msgstr ""
4844
df0617bf 4845#: builtin/commit.c:1327 builtin/commit.c:1606 builtin/push.c:546
cc76011e 4846msgid "machine-readable output"
dce37b66
JX
4847msgstr ""
4848
df0617bf 4849#: builtin/commit.c:1330 builtin/commit.c:1608
fe52cd62
JX
4850msgid "show status in long format (default)"
4851msgstr ""
4852
df0617bf 4853#: builtin/commit.c:1333 builtin/commit.c:1611
cc76011e 4854msgid "terminate entries with NUL"
dce37b66
JX
4855msgstr ""
4856
df0617bf
JX
4857#: builtin/commit.c:1335 builtin/commit.c:1614 builtin/fast-export.c:981
4858#: builtin/fast-export.c:984 builtin/tag.c:604
cc76011e 4859msgid "mode"
11b90174
JX
4860msgstr ""
4861
df0617bf 4862#: builtin/commit.c:1336 builtin/commit.c:1614
cc76011e 4863msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
dce37b66
JX
4864msgstr ""
4865
df0617bf 4866#: builtin/commit.c:1339
cc76011e 4867msgid "show ignored files"
dce37b66
JX
4868msgstr ""
4869
df0617bf 4870#: builtin/commit.c:1340 parse-options.h:155
cc76011e 4871msgid "when"
dce37b66
JX
4872msgstr ""
4873
df0617bf 4874#: builtin/commit.c:1341
cc76011e
JX
4875msgid ""
4876"ignore changes to submodules, optional when: all, dirty, untracked. "
4877"(Default: all)"
dce37b66
JX
4878msgstr ""
4879
df0617bf 4880#: builtin/commit.c:1343
cc76011e 4881msgid "list untracked files in columns"
dce37b66
JX
4882msgstr ""
4883
df0617bf 4884#: builtin/commit.c:1429
cc76011e 4885msgid "couldn't look up newly created commit"
dce37b66
JX
4886msgstr ""
4887
df0617bf 4888#: builtin/commit.c:1431
cc76011e 4889msgid "could not parse newly created commit"
dce37b66
JX
4890msgstr ""
4891
df0617bf 4892#: builtin/commit.c:1476
cc76011e 4893msgid "detached HEAD"
dce37b66
JX
4894msgstr ""
4895
df0617bf 4896#: builtin/commit.c:1479
cc76011e 4897msgid " (root-commit)"
dce37b66
JX
4898msgstr ""
4899
df0617bf 4900#: builtin/commit.c:1572
cc76011e 4901msgid "suppress summary after successful commit"
dce37b66
JX
4902msgstr ""
4903
df0617bf 4904#: builtin/commit.c:1573
cc76011e 4905msgid "show diff in commit message template"
11b90174
JX
4906msgstr ""
4907
df0617bf 4908#: builtin/commit.c:1575
cc76011e 4909msgid "Commit message options"
822e4a65
JX
4910msgstr ""
4911
df0617bf 4912#: builtin/commit.c:1576 builtin/tag.c:602
cc76011e 4913msgid "read message from file"
93329721
JX
4914msgstr ""
4915
df0617bf 4916#: builtin/commit.c:1577
cc76011e 4917msgid "author"
dce37b66
JX
4918msgstr ""
4919
df0617bf 4920#: builtin/commit.c:1577
cc76011e 4921msgid "override author for commit"
dce37b66
JX
4922msgstr ""
4923
df0617bf 4924#: builtin/commit.c:1578 builtin/gc.c:268
cc76011e 4925msgid "date"
dce37b66
JX
4926msgstr ""
4927
df0617bf 4928#: builtin/commit.c:1578
cc76011e 4929msgid "override date for commit"
dce37b66
JX
4930msgstr ""
4931
df0617bf
JX
4932#: builtin/commit.c:1579 builtin/merge.c:218 builtin/notes.c:392
4933#: builtin/notes.c:555 builtin/tag.c:600
cc76011e 4934msgid "message"
dce37b66
JX
4935msgstr ""
4936
df0617bf 4937#: builtin/commit.c:1579
cc76011e 4938msgid "commit message"
822e4a65
JX
4939msgstr ""
4940
df0617bf 4941#: builtin/commit.c:1580
cc76011e 4942msgid "reuse and edit message from specified commit"
822e4a65
JX
4943msgstr ""
4944
df0617bf 4945#: builtin/commit.c:1581
cc76011e 4946msgid "reuse message from specified commit"
822e4a65
JX
4947msgstr ""
4948
df0617bf 4949#: builtin/commit.c:1582
cc76011e 4950msgid "use autosquash formatted message to fixup specified commit"
822e4a65
JX
4951msgstr ""
4952
df0617bf 4953#: builtin/commit.c:1583
cc76011e
JX
4954msgid "use autosquash formatted message to squash specified commit"
4955msgstr ""
822e4a65 4956
df0617bf 4957#: builtin/commit.c:1584
cc76011e
JX
4958msgid "the commit is authored by me now (used with -C/-c/--amend)"
4959msgstr ""
822e4a65 4960
df0617bf 4961#: builtin/commit.c:1585 builtin/log.c:1216 builtin/revert.c:86
cc76011e 4962msgid "add Signed-off-by:"
822e4a65
JX
4963msgstr ""
4964
df0617bf 4965#: builtin/commit.c:1586
cc76011e 4966msgid "use specified template file"
822e4a65
JX
4967msgstr ""
4968
df0617bf 4969#: builtin/commit.c:1587
cc76011e 4970msgid "force edit of commit"
822e4a65
JX
4971msgstr ""
4972
df0617bf 4973#: builtin/commit.c:1588
cc76011e 4974msgid "default"
822e4a65
JX
4975msgstr ""
4976
df0617bf 4977#: builtin/commit.c:1588 builtin/tag.c:605
cc76011e 4978msgid "how to strip spaces and #comments from message"
822e4a65
JX
4979msgstr ""
4980
df0617bf 4981#: builtin/commit.c:1589
cc76011e 4982msgid "include status in commit message template"
822e4a65
JX
4983msgstr ""
4984
df0617bf
JX
4985#: builtin/commit.c:1591 builtin/merge.c:226 builtin/pull.c:156
4986#: builtin/revert.c:93
cc76011e 4987msgid "GPG sign commit"
822e4a65
JX
4988msgstr ""
4989
df0617bf 4990#: builtin/commit.c:1594
cc76011e 4991msgid "Commit contents options"
822e4a65
JX
4992msgstr ""
4993
df0617bf 4994#: builtin/commit.c:1595
cc76011e 4995msgid "commit all changed files"
822e4a65
JX
4996msgstr ""
4997
df0617bf 4998#: builtin/commit.c:1596
cc76011e 4999msgid "add specified files to index for commit"
822e4a65
JX
5000msgstr ""
5001
df0617bf 5002#: builtin/commit.c:1597
cc76011e 5003msgid "interactively add files"
822e4a65
JX
5004msgstr ""
5005
df0617bf 5006#: builtin/commit.c:1598
cc76011e 5007msgid "interactively add changes"
822e4a65
JX
5008msgstr ""
5009
df0617bf 5010#: builtin/commit.c:1599
cc76011e 5011msgid "commit only specified files"
822e4a65
JX
5012msgstr ""
5013
df0617bf 5014#: builtin/commit.c:1600
cc76011e 5015msgid "bypass pre-commit hook"
822e4a65
JX
5016msgstr ""
5017
df0617bf 5018#: builtin/commit.c:1601
cc76011e 5019msgid "show what would be committed"
822e4a65
JX
5020msgstr ""
5021
df0617bf 5022#: builtin/commit.c:1612
cc76011e 5023msgid "amend previous commit"
822e4a65
JX
5024msgstr ""
5025
df0617bf 5026#: builtin/commit.c:1613
cc76011e 5027msgid "bypass post-rewrite hook"
822e4a65
JX
5028msgstr ""
5029
df0617bf 5030#: builtin/commit.c:1618
cc76011e 5031msgid "ok to record an empty change"
822e4a65
JX
5032msgstr ""
5033
df0617bf 5034#: builtin/commit.c:1620
cc76011e 5035msgid "ok to record a change with an empty message"
822e4a65
JX
5036msgstr ""
5037
df0617bf 5038#: builtin/commit.c:1649
cc76011e 5039msgid "could not parse HEAD commit"
822e4a65
JX
5040msgstr ""
5041
df0617bf 5042#: builtin/commit.c:1695
822e4a65 5043#, c-format
cc76011e 5044msgid "Corrupt MERGE_HEAD file (%s)"
822e4a65
JX
5045msgstr ""
5046
df0617bf 5047#: builtin/commit.c:1702
cc76011e 5048msgid "could not read MERGE_MODE"
822e4a65
JX
5049msgstr ""
5050
df0617bf 5051#: builtin/commit.c:1721
cc76011e
JX
5052#, c-format
5053msgid "could not read commit message: %s"
822e4a65
JX
5054msgstr ""
5055
df0617bf 5056#: builtin/commit.c:1732
cc76011e
JX
5057#, c-format
5058msgid "Aborting commit; you did not edit the message.\n"
822e4a65
JX
5059msgstr ""
5060
df0617bf 5061#: builtin/commit.c:1737
cc76011e
JX
5062#, c-format
5063msgid "Aborting commit due to empty commit message.\n"
822e4a65
JX
5064msgstr ""
5065
df0617bf 5066#: builtin/commit.c:1785
822e4a65 5067msgid ""
cc76011e 5068"Repository has been updated, but unable to write\n"
d07a63e4 5069"new_index file. Check that disk is not full and quota is\n"
cc76011e 5070"not exceeded, and then \"git reset HEAD\" to recover."
822e4a65
JX
5071msgstr ""
5072
727b9576 5073#: builtin/config.c:8
c2ea1208 5074msgid "git config [<options>]"
822e4a65
JX
5075msgstr ""
5076
df0617bf 5077#: builtin/config.c:54
cc76011e 5078msgid "Config file location"
822e4a65
JX
5079msgstr ""
5080
df0617bf 5081#: builtin/config.c:55
cc76011e 5082msgid "use global config file"
822e4a65
JX
5083msgstr ""
5084
df0617bf 5085#: builtin/config.c:56
cc76011e 5086msgid "use system config file"
822e4a65
JX
5087msgstr ""
5088
df0617bf 5089#: builtin/config.c:57
cc76011e 5090msgid "use repository config file"
822e4a65
JX
5091msgstr ""
5092
df0617bf 5093#: builtin/config.c:58
cc76011e 5094msgid "use given config file"
822e4a65
JX
5095msgstr ""
5096
df0617bf 5097#: builtin/config.c:59
28b3cffc 5098msgid "blob-id"
822e4a65
JX
5099msgstr ""
5100
df0617bf 5101#: builtin/config.c:59
28b3cffc 5102msgid "read config from given blob object"
822e4a65
JX
5103msgstr ""
5104
df0617bf 5105#: builtin/config.c:60
28b3cffc 5106msgid "Action"
822e4a65
JX
5107msgstr ""
5108
df0617bf 5109#: builtin/config.c:61
28b3cffc 5110msgid "get value: name [value-regex]"
822e4a65
JX
5111msgstr ""
5112
df0617bf 5113#: builtin/config.c:62
28b3cffc 5114msgid "get all values: key [value-regex]"
822e4a65
JX
5115msgstr ""
5116
df0617bf 5117#: builtin/config.c:63
28b3cffc 5118msgid "get values for regexp: name-regex [value-regex]"
822e4a65
JX
5119msgstr ""
5120
df0617bf 5121#: builtin/config.c:64
727b9576
JX
5122msgid "get value specific for the URL: section[.var] URL"
5123msgstr ""
5124
df0617bf 5125#: builtin/config.c:65
28b3cffc 5126msgid "replace all matching variables: name value [value_regex]"
822e4a65
JX
5127msgstr ""
5128
df0617bf 5129#: builtin/config.c:66
28b3cffc 5130msgid "add a new variable: name value"
822e4a65
JX
5131msgstr ""
5132
df0617bf 5133#: builtin/config.c:67
28b3cffc 5134msgid "remove a variable: name [value-regex]"
822e4a65
JX
5135msgstr ""
5136
df0617bf 5137#: builtin/config.c:68
28b3cffc 5138msgid "remove all matches: name [value-regex]"
822e4a65
JX
5139msgstr ""
5140
df0617bf 5141#: builtin/config.c:69
28b3cffc 5142msgid "rename section: old-name new-name"
822e4a65
JX
5143msgstr ""
5144
df0617bf 5145#: builtin/config.c:70
28b3cffc
JX
5146msgid "remove a section: name"
5147msgstr ""
5148
df0617bf 5149#: builtin/config.c:71
28b3cffc
JX
5150msgid "list all"
5151msgstr ""
5152
df0617bf 5153#: builtin/config.c:72
cc76011e 5154msgid "open an editor"
822e4a65
JX
5155msgstr ""
5156
df0617bf 5157#: builtin/config.c:73
beb691f7 5158msgid "find the color configured: slot [default]"
822e4a65
JX
5159msgstr ""
5160
df0617bf 5161#: builtin/config.c:74
beb691f7 5162msgid "find the color setting: slot [stdout-is-tty]"
822e4a65
JX
5163msgstr ""
5164
df0617bf 5165#: builtin/config.c:75
cc76011e 5166msgid "Type"
822e4a65
JX
5167msgstr ""
5168
df0617bf 5169#: builtin/config.c:76
cc76011e 5170msgid "value is \"true\" or \"false\""
822e4a65
JX
5171msgstr ""
5172
df0617bf 5173#: builtin/config.c:77
cc76011e 5174msgid "value is decimal number"
822e4a65
JX
5175msgstr ""
5176
df0617bf 5177#: builtin/config.c:78
cc76011e 5178msgid "value is --bool or --int"
822e4a65
JX
5179msgstr ""
5180
df0617bf 5181#: builtin/config.c:79
cc76011e 5182msgid "value is a path (file or directory name)"
822e4a65
JX
5183msgstr ""
5184
df0617bf 5185#: builtin/config.c:80
cc76011e 5186msgid "Other"
822e4a65
JX
5187msgstr ""
5188
df0617bf 5189#: builtin/config.c:81
cc76011e 5190msgid "terminate values with NUL byte"
822e4a65
JX
5191msgstr ""
5192
df0617bf
JX
5193#: builtin/config.c:82
5194msgid "show variable names only"
5195msgstr ""
5196
5197#: builtin/config.c:83
cc76011e 5198msgid "respect include directives on lookup"
822e4a65
JX
5199msgstr ""
5200
df0617bf 5201#: builtin/config.c:311
d07a63e4
JX
5202msgid "unable to parse default color value"
5203msgstr ""
5204
df0617bf 5205#: builtin/config.c:449
d07a63e4
JX
5206#, c-format
5207msgid ""
5208"# This is Git's per-user configuration file.\n"
64f23b0c 5209"[user]\n"
d07a63e4 5210"# Please adapt and uncomment the following lines:\n"
64f23b0c 5211"#\tname = %s\n"
d07a63e4
JX
5212"#\temail = %s\n"
5213msgstr ""
5214
df0617bf 5215#: builtin/config.c:583
d07a63e4
JX
5216#, c-format
5217msgid "cannot create configuration file %s"
5218msgstr ""
5219
5220#: builtin/count-objects.c:55
c6bc7d43
JX
5221msgid "git count-objects [-v] [-H | --human-readable]"
5222msgstr ""
5223
d07a63e4 5224#: builtin/count-objects.c:65
c6bc7d43 5225msgid "print sizes in human readable format"
822e4a65
JX
5226msgstr ""
5227
d07a63e4 5228#: builtin/describe.c:17
c2ea1208 5229msgid "git describe [<options>] [<commit-ish>...]"
822e4a65
JX
5230msgstr ""
5231
d07a63e4 5232#: builtin/describe.c:18
c2ea1208 5233msgid "git describe [<options>] --dirty"
822e4a65
JX
5234msgstr ""
5235
d07a63e4 5236#: builtin/describe.c:217
cc76011e
JX
5237#, c-format
5238msgid "annotated tag %s not available"
822e4a65
JX
5239msgstr ""
5240
d07a63e4 5241#: builtin/describe.c:221
822e4a65 5242#, c-format
cc76011e 5243msgid "annotated tag %s has no embedded name"
822e4a65
JX
5244msgstr ""
5245
d07a63e4 5246#: builtin/describe.c:223
cc76011e
JX
5247#, c-format
5248msgid "tag '%s' is really '%s' here"
822e4a65
JX
5249msgstr ""
5250
df0617bf 5251#: builtin/describe.c:250 builtin/log.c:459
cc76011e
JX
5252#, c-format
5253msgid "Not a valid object name %s"
822e4a65
JX
5254msgstr ""
5255
d07a63e4 5256#: builtin/describe.c:253
822e4a65 5257#, c-format
cc76011e 5258msgid "%s is not a valid '%s' object"
822e4a65
JX
5259msgstr ""
5260
d07a63e4 5261#: builtin/describe.c:270
822e4a65 5262#, c-format
cc76011e 5263msgid "no tag exactly matches '%s'"
822e4a65
JX
5264msgstr ""
5265
d07a63e4 5266#: builtin/describe.c:272
822e4a65 5267#, c-format
cc76011e 5268msgid "searching to describe %s\n"
822e4a65
JX
5269msgstr ""
5270
d07a63e4 5271#: builtin/describe.c:319
cc76011e
JX
5272#, c-format
5273msgid "finished search at %s\n"
822e4a65
JX
5274msgstr ""
5275
d07a63e4 5276#: builtin/describe.c:346
cc76011e
JX
5277#, c-format
5278msgid ""
5279"No annotated tags can describe '%s'.\n"
5280"However, there were unannotated tags: try --tags."
822e4a65
JX
5281msgstr ""
5282
d07a63e4 5283#: builtin/describe.c:350
cc76011e
JX
5284#, c-format
5285msgid ""
5286"No tags can describe '%s'.\n"
5287"Try --always, or create some tags."
822e4a65
JX
5288msgstr ""
5289
d07a63e4 5290#: builtin/describe.c:371
822e4a65 5291#, c-format
cc76011e 5292msgid "traversed %lu commits\n"
822e4a65
JX
5293msgstr ""
5294
d07a63e4 5295#: builtin/describe.c:374
822e4a65 5296#, c-format
cc76011e
JX
5297msgid ""
5298"more than %i tags found; listed %i most recent\n"
5299"gave up search at %s\n"
822e4a65
JX
5300msgstr ""
5301
d07a63e4 5302#: builtin/describe.c:396
cc76011e 5303msgid "find the tag that comes after the commit"
822e4a65
JX
5304msgstr ""
5305
d07a63e4 5306#: builtin/describe.c:397
cc76011e 5307msgid "debug search strategy on stderr"
822e4a65
JX
5308msgstr ""
5309
d07a63e4 5310#: builtin/describe.c:398
c138af56 5311msgid "use any ref"
822e4a65
JX
5312msgstr ""
5313
d07a63e4 5314#: builtin/describe.c:399
c138af56 5315msgid "use any tag, even unannotated"
822e4a65
JX
5316msgstr ""
5317
d07a63e4 5318#: builtin/describe.c:400
cc76011e 5319msgid "always use long format"
822e4a65
JX
5320msgstr ""
5321
d07a63e4 5322#: builtin/describe.c:401
28b3cffc
JX
5323msgid "only follow first parent"
5324msgstr ""
5325
d07a63e4 5326#: builtin/describe.c:404
cc76011e 5327msgid "only output exact matches"
822e4a65
JX
5328msgstr ""
5329
d07a63e4 5330#: builtin/describe.c:406
cc76011e 5331msgid "consider <n> most recent tags (default: 10)"
822e4a65
JX
5332msgstr ""
5333
d07a63e4 5334#: builtin/describe.c:408
cc76011e 5335msgid "only consider tags matching <pattern>"
822e4a65
JX
5336msgstr ""
5337
d07a63e4 5338#: builtin/describe.c:410 builtin/name-rev.c:318
cc76011e 5339msgid "show abbreviated commit object as fallback"
822e4a65
JX
5340msgstr ""
5341
d07a63e4 5342#: builtin/describe.c:411
cc76011e 5343msgid "mark"
822e4a65
JX
5344msgstr ""
5345
d07a63e4 5346#: builtin/describe.c:412
cc76011e 5347msgid "append <mark> on dirty working tree (default: \"-dirty\")"
822e4a65
JX
5348msgstr ""
5349
d07a63e4 5350#: builtin/describe.c:430
cc76011e
JX
5351msgid "--long is incompatible with --abbrev=0"
5352msgstr ""
5353
d07a63e4 5354#: builtin/describe.c:456
cc76011e
JX
5355msgid "No names found, cannot describe anything."
5356msgstr ""
5357
d07a63e4 5358#: builtin/describe.c:476
a8a5406a 5359msgid "--dirty is incompatible with commit-ishes"
cc76011e
JX
5360msgstr ""
5361
d07a63e4 5362#: builtin/diff.c:86
822e4a65 5363#, c-format
cc76011e 5364msgid "'%s': not a regular file or symlink"
822e4a65
JX
5365msgstr ""
5366
d07a63e4 5367#: builtin/diff.c:237
cc76011e
JX
5368#, c-format
5369msgid "invalid option: %s"
822e4a65
JX
5370msgstr ""
5371
d07a63e4 5372#: builtin/diff.c:358
cc76011e 5373msgid "Not a git repository"
822e4a65
JX
5374msgstr ""
5375
d07a63e4 5376#: builtin/diff.c:401
cc76011e
JX
5377#, c-format
5378msgid "invalid object '%s' given."
822e4a65
JX
5379msgstr ""
5380
d07a63e4 5381#: builtin/diff.c:410
cc76011e
JX
5382#, c-format
5383msgid "more than two blobs given: '%s'"
822e4a65
JX
5384msgstr ""
5385
d07a63e4 5386#: builtin/diff.c:417
cc76011e
JX
5387#, c-format
5388msgid "unhandled object '%s' given."
822e4a65
JX
5389msgstr ""
5390
df0617bf 5391#: builtin/fast-export.c:25
cc76011e 5392msgid "git fast-export [rev-list-opts]"
822e4a65
JX
5393msgstr ""
5394
df0617bf 5395#: builtin/fast-export.c:980
cc76011e 5396msgid "show progress after <n> objects"
822e4a65
JX
5397msgstr ""
5398
df0617bf 5399#: builtin/fast-export.c:982
cc76011e 5400msgid "select handling of signed tags"
822e4a65
JX
5401msgstr ""
5402
df0617bf 5403#: builtin/fast-export.c:985
cc76011e 5404msgid "select handling of tags that tag filtered objects"
822e4a65
JX
5405msgstr ""
5406
df0617bf 5407#: builtin/fast-export.c:988
cc76011e 5408msgid "Dump marks to this file"
822e4a65
JX
5409msgstr ""
5410
df0617bf 5411#: builtin/fast-export.c:990
cc76011e 5412msgid "Import marks from this file"
822e4a65
JX
5413msgstr ""
5414
df0617bf 5415#: builtin/fast-export.c:992
cc76011e 5416msgid "Fake a tagger when tags lack one"
822e4a65
JX
5417msgstr ""
5418
df0617bf 5419#: builtin/fast-export.c:994
cc76011e 5420msgid "Output full tree for each commit"
822e4a65
JX
5421msgstr ""
5422
df0617bf 5423#: builtin/fast-export.c:996
cc76011e 5424msgid "Use the done feature to terminate the stream"
822e4a65
JX
5425msgstr ""
5426
df0617bf 5427#: builtin/fast-export.c:997
cc76011e 5428msgid "Skip output of blob data"
822e4a65
JX
5429msgstr ""
5430
df0617bf 5431#: builtin/fast-export.c:998
fe05e196
JX
5432msgid "refspec"
5433msgstr ""
5434
df0617bf 5435#: builtin/fast-export.c:999
fe05e196
JX
5436msgid "Apply refspec to exported refs"
5437msgstr ""
5438
df0617bf 5439#: builtin/fast-export.c:1000
d07a63e4
JX
5440msgid "anonymize output"
5441msgstr ""
5442
df0617bf 5443#: builtin/fetch.c:20
cc76011e 5444msgid "git fetch [<options>] [<repository> [<refspec>...]]"
822e4a65
JX
5445msgstr ""
5446
df0617bf 5447#: builtin/fetch.c:21
cc76011e 5448msgid "git fetch [<options>] <group>"
dce37b66
JX
5449msgstr ""
5450
df0617bf 5451#: builtin/fetch.c:22
cc76011e 5452msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
822e4a65
JX
5453msgstr ""
5454
df0617bf 5455#: builtin/fetch.c:23
cc76011e 5456msgid "git fetch --all [<options>]"
822e4a65
JX
5457msgstr ""
5458
df0617bf 5459#: builtin/fetch.c:90 builtin/pull.c:162
cc76011e 5460msgid "fetch from all remotes"
822e4a65
JX
5461msgstr ""
5462
df0617bf 5463#: builtin/fetch.c:92 builtin/pull.c:165
cc76011e 5464msgid "append to .git/FETCH_HEAD instead of overwriting"
822e4a65
JX
5465msgstr ""
5466
df0617bf 5467#: builtin/fetch.c:94 builtin/pull.c:168
cc76011e 5468msgid "path to upload pack on remote end"
822e4a65
JX
5469msgstr ""
5470
df0617bf 5471#: builtin/fetch.c:95 builtin/pull.c:170
cc76011e 5472msgid "force overwrite of local branch"
822e4a65
JX
5473msgstr ""
5474
df0617bf 5475#: builtin/fetch.c:97
cc76011e 5476msgid "fetch from multiple remotes"
822e4a65
JX
5477msgstr ""
5478
df0617bf 5479#: builtin/fetch.c:99 builtin/pull.c:172
cc76011e 5480msgid "fetch all tags and associated objects"
822e4a65
JX
5481msgstr ""
5482
df0617bf 5483#: builtin/fetch.c:101
cc76011e 5484msgid "do not fetch all tags (--no-tags)"
822e4a65
JX
5485msgstr ""
5486
df0617bf 5487#: builtin/fetch.c:103 builtin/pull.c:175
cc76011e 5488msgid "prune remote-tracking branches no longer on remote"
822e4a65
JX
5489msgstr ""
5490
df0617bf 5491#: builtin/fetch.c:104 builtin/pull.c:178
cc76011e 5492msgid "on-demand"
822e4a65
JX
5493msgstr ""
5494
df0617bf 5495#: builtin/fetch.c:105 builtin/pull.c:179
cc76011e 5496msgid "control recursive fetching of submodules"
822e4a65
JX
5497msgstr ""
5498
df0617bf 5499#: builtin/fetch.c:109 builtin/pull.c:184
cc76011e 5500msgid "keep downloaded pack"
822e4a65
JX
5501msgstr ""
5502
df0617bf 5503#: builtin/fetch.c:111
cc76011e 5504msgid "allow updating of HEAD ref"
822e4a65
JX
5505msgstr ""
5506
df0617bf 5507#: builtin/fetch.c:114 builtin/pull.c:187
cc76011e 5508msgid "deepen history of shallow clone"
822e4a65
JX
5509msgstr ""
5510
df0617bf 5511#: builtin/fetch.c:116 builtin/pull.c:190
9caaf23e
JX
5512msgid "convert to a complete repository"
5513msgstr ""
5514
df0617bf 5515#: builtin/fetch.c:118 builtin/log.c:1233
cc76011e 5516msgid "dir"
822e4a65
JX
5517msgstr ""
5518
df0617bf 5519#: builtin/fetch.c:119
cc76011e 5520msgid "prepend this to submodule path output"
822e4a65
JX
5521msgstr ""
5522
df0617bf 5523#: builtin/fetch.c:122
cc76011e 5524msgid "default mode for recursion"
822e4a65
JX
5525msgstr ""
5526
df0617bf 5527#: builtin/fetch.c:124 builtin/pull.c:193
df49095a
JX
5528msgid "accept refs that update .git/shallow"
5529msgstr ""
5530
df0617bf 5531#: builtin/fetch.c:125 builtin/pull.c:195
fe05e196
JX
5532msgid "refmap"
5533msgstr ""
5534
df0617bf 5535#: builtin/fetch.c:126 builtin/pull.c:196
fe05e196
JX
5536msgid "specify fetch refmap"
5537msgstr ""
5538
df0617bf 5539#: builtin/fetch.c:378
cc76011e 5540msgid "Couldn't find remote ref HEAD"
822e4a65
JX
5541msgstr ""
5542
df0617bf 5543#: builtin/fetch.c:458
822e4a65 5544#, c-format
cc76011e 5545msgid "object %s not found"
dce37b66
JX
5546msgstr ""
5547
df0617bf 5548#: builtin/fetch.c:463
cc76011e 5549msgid "[up to date]"
dce37b66
JX
5550msgstr ""
5551
df0617bf 5552#: builtin/fetch.c:477
dce37b66 5553#, c-format
cc76011e 5554msgid "! %-*s %-*s -> %s (can't fetch in current branch)"
dce37b66
JX
5555msgstr ""
5556
df0617bf 5557#: builtin/fetch.c:478 builtin/fetch.c:564
cc76011e 5558msgid "[rejected]"
822e4a65
JX
5559msgstr ""
5560
df0617bf 5561#: builtin/fetch.c:489
cc76011e 5562msgid "[tag update]"
822e4a65
JX
5563msgstr ""
5564
df0617bf 5565#: builtin/fetch.c:491 builtin/fetch.c:526 builtin/fetch.c:544
cc76011e 5566msgid " (unable to update local ref)"
822e4a65
JX
5567msgstr ""
5568
df0617bf 5569#: builtin/fetch.c:509
cc76011e 5570msgid "[new tag]"
822e4a65
JX
5571msgstr ""
5572
df0617bf 5573#: builtin/fetch.c:512
cc76011e 5574msgid "[new branch]"
822e4a65
JX
5575msgstr ""
5576
df0617bf 5577#: builtin/fetch.c:515
cc76011e 5578msgid "[new ref]"
822e4a65
JX
5579msgstr ""
5580
df0617bf 5581#: builtin/fetch.c:560
cc76011e 5582msgid "unable to update local ref"
822e4a65
JX
5583msgstr ""
5584
df0617bf 5585#: builtin/fetch.c:560
cc76011e 5586msgid "forced update"
822e4a65
JX
5587msgstr ""
5588
df0617bf 5589#: builtin/fetch.c:566
cc76011e 5590msgid "(non-fast-forward)"
822e4a65
JX
5591msgstr ""
5592
df0617bf 5593#: builtin/fetch.c:600 builtin/fetch.c:842
822e4a65 5594#, c-format
cc76011e 5595msgid "cannot open %s: %s\n"
822e4a65
JX
5596msgstr ""
5597
df0617bf 5598#: builtin/fetch.c:609
822e4a65 5599#, c-format
cc76011e 5600msgid "%s did not send all necessary objects\n"
822e4a65
JX
5601msgstr ""
5602
df0617bf 5603#: builtin/fetch.c:627
df49095a
JX
5604#, c-format
5605msgid "reject %s because shallow roots are not allowed to be updated"
5606msgstr ""
5607
df0617bf 5608#: builtin/fetch.c:715 builtin/fetch.c:807
822e4a65 5609#, c-format
cc76011e 5610msgid "From %.*s\n"
822e4a65
JX
5611msgstr ""
5612
df0617bf 5613#: builtin/fetch.c:726
822e4a65 5614#, c-format
cc76011e
JX
5615msgid ""
5616"some local refs could not be updated; try running\n"
5617" 'git remote prune %s' to remove any old, conflicting branches"
822e4a65
JX
5618msgstr ""
5619
df0617bf 5620#: builtin/fetch.c:778
cc76011e
JX
5621#, c-format
5622msgid " (%s will become dangling)"
5623msgstr ""
5624
df0617bf 5625#: builtin/fetch.c:779
cc76011e
JX
5626#, c-format
5627msgid " (%s has become dangling)"
5628msgstr ""
5629
df0617bf 5630#: builtin/fetch.c:811
cc76011e
JX
5631msgid "[deleted]"
5632msgstr ""
5633
df0617bf 5634#: builtin/fetch.c:812 builtin/remote.c:1034
cc76011e
JX
5635msgid "(none)"
5636msgstr ""
5637
df0617bf 5638#: builtin/fetch.c:832
cc76011e
JX
5639#, c-format
5640msgid "Refusing to fetch into current branch %s of non-bare repository"
5641msgstr ""
5642
df0617bf 5643#: builtin/fetch.c:851
cc76011e 5644#, c-format
727b9576 5645msgid "Option \"%s\" value \"%s\" is not valid for %s"
cc76011e
JX
5646msgstr ""
5647
df0617bf 5648#: builtin/fetch.c:854
cc76011e 5649#, c-format
727b9576 5650msgid "Option \"%s\" is ignored for %s\n"
cc76011e
JX
5651msgstr ""
5652
df0617bf 5653#: builtin/fetch.c:910
cc76011e 5654#, c-format
727b9576 5655msgid "Don't know how to fetch from %s"
cc76011e
JX
5656msgstr ""
5657
df0617bf 5658#: builtin/fetch.c:1071
cc76011e
JX
5659#, c-format
5660msgid "Fetching %s\n"
5661msgstr ""
5662
df0617bf 5663#: builtin/fetch.c:1073 builtin/remote.c:90
cc76011e
JX
5664#, c-format
5665msgid "Could not fetch %s"
5666msgstr ""
5667
df0617bf 5668#: builtin/fetch.c:1091
cc76011e
JX
5669msgid ""
5670"No remote repository specified. Please, specify either a URL or a\n"
5671"remote name from which new revisions should be fetched."
5672msgstr ""
5673
df0617bf 5674#: builtin/fetch.c:1114
cc76011e
JX
5675msgid "You need to specify a tag name."
5676msgstr ""
5677
df0617bf 5678#: builtin/fetch.c:1156
9caaf23e
JX
5679msgid "--depth and --unshallow cannot be used together"
5680msgstr ""
5681
df0617bf 5682#: builtin/fetch.c:1158
9caaf23e
JX
5683msgid "--unshallow on a complete repository does not make sense"
5684msgstr ""
5685
df0617bf 5686#: builtin/fetch.c:1181
cc76011e
JX
5687msgid "fetch --all does not take a repository argument"
5688msgstr ""
5689
df0617bf 5690#: builtin/fetch.c:1183
cc76011e
JX
5691msgid "fetch --all does not make sense with refspecs"
5692msgstr ""
5693
df0617bf 5694#: builtin/fetch.c:1194
cc76011e
JX
5695#, c-format
5696msgid "No such remote or remote group: %s"
5697msgstr ""
5698
df0617bf 5699#: builtin/fetch.c:1202
cc76011e
JX
5700msgid "Fetching a group and specifying refspecs does not make sense"
5701msgstr ""
5702
df0617bf 5703#: builtin/fmt-merge-msg.c:14
c2ea1208
JX
5704msgid ""
5705"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
cc76011e
JX
5706msgstr ""
5707
df0617bf 5708#: builtin/fmt-merge-msg.c:670
cc76011e
JX
5709msgid "populate log with at most <n> entries from shortlog"
5710msgstr ""
5711
df0617bf 5712#: builtin/fmt-merge-msg.c:673
cc76011e
JX
5713msgid "alias for --log (deprecated)"
5714msgstr ""
5715
df0617bf 5716#: builtin/fmt-merge-msg.c:676
cc76011e
JX
5717msgid "text"
5718msgstr ""
5719
df0617bf 5720#: builtin/fmt-merge-msg.c:677
cc76011e
JX
5721msgid "use <text> as start of message"
5722msgstr ""
5723
df0617bf 5724#: builtin/fmt-merge-msg.c:678
cc76011e
JX
5725msgid "file to read from"
5726msgstr ""
5727
df0617bf 5728#: builtin/for-each-ref.c:9
c2ea1208 5729msgid "git for-each-ref [<options>] [<pattern>]"
cc76011e
JX
5730msgstr ""
5731
df0617bf 5732#: builtin/for-each-ref.c:24
cc76011e
JX
5733msgid "quote placeholders suitably for shells"
5734msgstr ""
5735
df0617bf 5736#: builtin/for-each-ref.c:26
cc76011e
JX
5737msgid "quote placeholders suitably for perl"
5738msgstr ""
5739
df0617bf 5740#: builtin/for-each-ref.c:28
cc76011e
JX
5741msgid "quote placeholders suitably for python"
5742msgstr ""
5743
df0617bf 5744#: builtin/for-each-ref.c:30
beb691f7 5745msgid "quote placeholders suitably for Tcl"
cc76011e
JX
5746msgstr ""
5747
df0617bf 5748#: builtin/for-each-ref.c:33
cc76011e
JX
5749msgid "show only <n> matched refs"
5750msgstr ""
5751
df0617bf 5752#: builtin/for-each-ref.c:34
cc76011e
JX
5753msgid "format to use for the output"
5754msgstr ""
5755
df0617bf 5756#: builtin/for-each-ref.c:35
cc76011e
JX
5757msgid "key"
5758msgstr ""
5759
df0617bf 5760#: builtin/for-each-ref.c:36
cc76011e
JX
5761msgid "field name to sort on"
5762msgstr ""
5763
df0617bf 5764#: builtin/fsck.c:163 builtin/prune.c:137
5e078fcd
JX
5765msgid "Checking connectivity"
5766msgstr ""
5767
df0617bf 5768#: builtin/fsck.c:568
5e078fcd
JX
5769msgid "Checking object directories"
5770msgstr ""
5771
df0617bf 5772#: builtin/fsck.c:631
c2ea1208 5773msgid "git fsck [<options>] [<object>...]"
cc76011e
JX
5774msgstr ""
5775
df0617bf 5776#: builtin/fsck.c:637
cc76011e
JX
5777msgid "show unreachable objects"
5778msgstr ""
5779
df0617bf 5780#: builtin/fsck.c:638
cc76011e
JX
5781msgid "show dangling objects"
5782msgstr ""
5783
df0617bf 5784#: builtin/fsck.c:639
cc76011e
JX
5785msgid "report tags"
5786msgstr ""
5787
df0617bf 5788#: builtin/fsck.c:640
cc76011e
JX
5789msgid "report root nodes"
5790msgstr ""
5791
df0617bf 5792#: builtin/fsck.c:641
cc76011e
JX
5793msgid "make index objects head nodes"
5794msgstr ""
5795
df0617bf 5796#: builtin/fsck.c:642
cc76011e
JX
5797msgid "make reflogs head nodes (default)"
5798msgstr ""
5799
df0617bf 5800#: builtin/fsck.c:643
cc76011e
JX
5801msgid "also consider packs and alternate objects"
5802msgstr ""
5803
df0617bf
JX
5804#: builtin/fsck.c:644
5805msgid "check only connectivity"
5806msgstr ""
5807
5808#: builtin/fsck.c:645
cc76011e
JX
5809msgid "enable more strict checking"
5810msgstr ""
5811
df0617bf 5812#: builtin/fsck.c:647
cc76011e
JX
5813msgid "write dangling objects in .git/lost-found"
5814msgstr ""
5815
df0617bf 5816#: builtin/fsck.c:648 builtin/prune.c:107
cc76011e
JX
5817msgid "show progress"
5818msgstr ""
5819
df0617bf 5820#: builtin/fsck.c:707
5e078fcd
JX
5821msgid "Checking objects"
5822msgstr ""
5823
df0617bf 5824#: builtin/gc.c:25
c2ea1208 5825msgid "git gc [<options>]"
cc76011e
JX
5826msgstr ""
5827
df0617bf 5828#: builtin/gc.c:55
cc76011e 5829#, c-format
64f23b0c 5830msgid "Invalid %s: '%s'"
cc76011e
JX
5831msgstr ""
5832
df0617bf 5833#: builtin/gc.c:100
cc76011e
JX
5834#, c-format
5835msgid "insanely long object directory %.*s"
5836msgstr ""
5837
df0617bf 5838#: builtin/gc.c:269
cc76011e
JX
5839msgid "prune unreferenced objects"
5840msgstr ""
5841
df0617bf 5842#: builtin/gc.c:271
cc76011e
JX
5843msgid "be more thorough (increased runtime)"
5844msgstr ""
5845
df0617bf 5846#: builtin/gc.c:272
cc76011e
JX
5847msgid "enable auto-gc mode"
5848msgstr ""
5849
df0617bf 5850#: builtin/gc.c:273
727b9576
JX
5851msgid "force running gc even if there may be another gc running"
5852msgstr ""
5853
df0617bf 5854#: builtin/gc.c:315
cc76011e 5855#, c-format
5e078fcd
JX
5856msgid "Auto packing the repository in background for optimum performance.\n"
5857msgstr ""
5858
df0617bf 5859#: builtin/gc.c:317
5e078fcd
JX
5860#, c-format
5861msgid "Auto packing the repository for optimum performance.\n"
5862msgstr ""
5863
df0617bf 5864#: builtin/gc.c:318
5e078fcd
JX
5865#, c-format
5866msgid "See \"git help gc\" for manual housekeeping.\n"
cc76011e
JX
5867msgstr ""
5868
df0617bf 5869#: builtin/gc.c:336
727b9576
JX
5870#, c-format
5871msgid ""
5872"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
5873msgstr ""
5874
df0617bf 5875#: builtin/gc.c:364
cc76011e
JX
5876msgid ""
5877"There are too many unreachable loose objects; run 'git prune' to remove them."
5878msgstr ""
5879
727b9576 5880#: builtin/grep.c:23
c2ea1208 5881msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
cc76011e
JX
5882msgstr ""
5883
727b9576 5884#: builtin/grep.c:218
cc76011e
JX
5885#, c-format
5886msgid "grep: failed to create thread: %s"
5887msgstr ""
5888
fe05e196 5889#: builtin/grep.c:441 builtin/grep.c:476
cc76011e
JX
5890#, c-format
5891msgid "unable to read tree (%s)"
5892msgstr ""
5893
fe05e196 5894#: builtin/grep.c:491
cc76011e
JX
5895#, c-format
5896msgid "unable to grep from object of type %s"
5897msgstr ""
5898
fe05e196 5899#: builtin/grep.c:547
cc76011e
JX
5900#, c-format
5901msgid "switch `%c' expects a numerical value"
5902msgstr ""
5903
fe05e196 5904#: builtin/grep.c:564
cc76011e
JX
5905#, c-format
5906msgid "cannot open '%s'"
5907msgstr ""
5908
fe05e196 5909#: builtin/grep.c:638
cc76011e
JX
5910msgid "search in index instead of in the work tree"
5911msgstr ""
5912
fe05e196 5913#: builtin/grep.c:640
cc76011e
JX
5914msgid "find in contents not managed by git"
5915msgstr ""
5916
fe05e196 5917#: builtin/grep.c:642
cc76011e
JX
5918msgid "search in both tracked and untracked files"
5919msgstr ""
5920
fe05e196 5921#: builtin/grep.c:644
c2ea1208 5922msgid "ignore files specified via '.gitignore'"
cc76011e
JX
5923msgstr ""
5924
fe05e196 5925#: builtin/grep.c:647
cc76011e
JX
5926msgid "show non-matching lines"
5927msgstr ""
5928
fe05e196 5929#: builtin/grep.c:649
cc76011e
JX
5930msgid "case insensitive matching"
5931msgstr ""
5932
fe05e196 5933#: builtin/grep.c:651
cc76011e
JX
5934msgid "match patterns only at word boundaries"
5935msgstr ""
5936
fe05e196 5937#: builtin/grep.c:653
cc76011e
JX
5938msgid "process binary files as text"
5939msgstr ""
5940
fe05e196 5941#: builtin/grep.c:655
cc76011e
JX
5942msgid "don't match patterns in binary files"
5943msgstr ""
5944
fe05e196 5945#: builtin/grep.c:658
727b9576
JX
5946msgid "process binary files with textconv filters"
5947msgstr ""
5948
fe05e196 5949#: builtin/grep.c:660
cc76011e
JX
5950msgid "descend at most <depth> levels"
5951msgstr ""
5952
fe05e196 5953#: builtin/grep.c:664
cc76011e
JX
5954msgid "use extended POSIX regular expressions"
5955msgstr ""
5956
fe05e196 5957#: builtin/grep.c:667
cc76011e
JX
5958msgid "use basic POSIX regular expressions (default)"
5959msgstr ""
5960
fe05e196 5961#: builtin/grep.c:670
cc76011e
JX
5962msgid "interpret patterns as fixed strings"
5963msgstr ""
5964
fe05e196 5965#: builtin/grep.c:673
cc76011e
JX
5966msgid "use Perl-compatible regular expressions"
5967msgstr ""
5968
fe05e196 5969#: builtin/grep.c:676
cc76011e
JX
5970msgid "show line numbers"
5971msgstr ""
5972
fe05e196 5973#: builtin/grep.c:677
cc76011e
JX
5974msgid "don't show filenames"
5975msgstr ""
5976
fe05e196 5977#: builtin/grep.c:678
cc76011e
JX
5978msgid "show filenames"
5979msgstr ""
5980
fe05e196 5981#: builtin/grep.c:680
cc76011e
JX
5982msgid "show filenames relative to top directory"
5983msgstr ""
5984
fe05e196 5985#: builtin/grep.c:682
cc76011e
JX
5986msgid "show only filenames instead of matching lines"
5987msgstr ""
5988
fe05e196 5989#: builtin/grep.c:684
cc76011e
JX
5990msgid "synonym for --files-with-matches"
5991msgstr ""
5992
fe05e196 5993#: builtin/grep.c:687
cc76011e
JX
5994msgid "show only the names of files without match"
5995msgstr ""
5996
fe05e196 5997#: builtin/grep.c:689
cc76011e
JX
5998msgid "print NUL after filenames"
5999msgstr ""
6000
fe05e196 6001#: builtin/grep.c:691
cc76011e
JX
6002msgid "show the number of matches instead of matching lines"
6003msgstr ""
6004
fe05e196 6005#: builtin/grep.c:692
cc76011e
JX
6006msgid "highlight matches"
6007msgstr ""
6008
fe05e196 6009#: builtin/grep.c:694
cc76011e
JX
6010msgid "print empty line between matches from different files"
6011msgstr ""
6012
fe05e196 6013#: builtin/grep.c:696
cc76011e
JX
6014msgid "show filename only once above matches from same file"
6015msgstr ""
6016
fe05e196 6017#: builtin/grep.c:699
cc76011e
JX
6018msgid "show <n> context lines before and after matches"
6019msgstr ""
6020
fe05e196 6021#: builtin/grep.c:702
cc76011e
JX
6022msgid "show <n> context lines before matches"
6023msgstr ""
6024
fe05e196 6025#: builtin/grep.c:704
cc76011e
JX
6026msgid "show <n> context lines after matches"
6027msgstr ""
6028
fe05e196 6029#: builtin/grep.c:705
cc76011e
JX
6030msgid "shortcut for -C NUM"
6031msgstr ""
6032
fe05e196 6033#: builtin/grep.c:708
cc76011e
JX
6034msgid "show a line with the function name before matches"
6035msgstr ""
6036
fe05e196 6037#: builtin/grep.c:710
cc76011e
JX
6038msgid "show the surrounding function"
6039msgstr ""
6040
fe05e196 6041#: builtin/grep.c:713
cc76011e
JX
6042msgid "read patterns from file"
6043msgstr ""
6044
fe05e196 6045#: builtin/grep.c:715
cc76011e
JX
6046msgid "match <pattern>"
6047msgstr ""
6048
fe05e196 6049#: builtin/grep.c:717
cc76011e
JX
6050msgid "combine patterns specified with -e"
6051msgstr ""
6052
fe05e196 6053#: builtin/grep.c:729
cc76011e
JX
6054msgid "indicate hit with exit status without output"
6055msgstr ""
6056
fe05e196 6057#: builtin/grep.c:731
cc76011e
JX
6058msgid "show only matches from files that match all patterns"
6059msgstr ""
6060
fe05e196 6061#: builtin/grep.c:733
9306b5b9
JX
6062msgid "show parse tree for grep expression"
6063msgstr ""
6064
fe05e196 6065#: builtin/grep.c:737
cc76011e
JX
6066msgid "pager"
6067msgstr ""
6068
fe05e196 6069#: builtin/grep.c:737
cc76011e
JX
6070msgid "show matching files in the pager"
6071msgstr ""
6072
fe05e196 6073#: builtin/grep.c:740
cc76011e
JX
6074msgid "allow calling of grep(1) (ignored by this build)"
6075msgstr ""
6076
64f23b0c 6077#: builtin/grep.c:741 builtin/show-ref.c:189
cc76011e
JX
6078msgid "show usage"
6079msgstr ""
6080
fe05e196 6081#: builtin/grep.c:808
cc76011e
JX
6082msgid "no pattern given."
6083msgstr ""
6084
fe05e196 6085#: builtin/grep.c:866
cc76011e
JX
6086msgid "--open-files-in-pager only works on the worktree"
6087msgstr ""
6088
fe05e196 6089#: builtin/grep.c:892
cc76011e
JX
6090msgid "--cached or --untracked cannot be used with --no-index."
6091msgstr ""
6092
fe05e196 6093#: builtin/grep.c:897
cc76011e
JX
6094msgid "--no-index or --untracked cannot be used with revs."
6095msgstr ""
6096
fe05e196 6097#: builtin/grep.c:900
cc76011e
JX
6098msgid "--[no-]exclude-standard cannot be used for tracked contents."
6099msgstr ""
6100
fe05e196 6101#: builtin/grep.c:908
cc76011e
JX
6102msgid "both --cached and trees are given."
6103msgstr ""
6104
64f23b0c 6105#: builtin/hash-object.c:80
cc76011e 6106msgid ""
c2ea1208
JX
6107"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
6108"[--] <file>..."
cc76011e
JX
6109msgstr ""
6110
64f23b0c 6111#: builtin/hash-object.c:81
cc76011e
JX
6112msgid "git hash-object --stdin-paths < <list-of-paths>"
6113msgstr ""
6114
df0617bf 6115#: builtin/hash-object.c:92 builtin/tag.c:614
cc76011e
JX
6116msgid "type"
6117msgstr ""
6118
64f23b0c 6119#: builtin/hash-object.c:92
cc76011e
JX
6120msgid "object type"
6121msgstr ""
6122
64f23b0c 6123#: builtin/hash-object.c:93
cc76011e
JX
6124msgid "write the object into the object database"
6125msgstr ""
6126
64f23b0c 6127#: builtin/hash-object.c:95
cc76011e
JX
6128msgid "read the object from stdin"
6129msgstr ""
6130
64f23b0c 6131#: builtin/hash-object.c:97
cc76011e
JX
6132msgid "store file as is without filters"
6133msgstr ""
6134
64f23b0c 6135#: builtin/hash-object.c:98
d07a63e4
JX
6136msgid ""
6137"just hash any random garbage to create corrupt objects for debugging Git"
6138msgstr ""
6139
64f23b0c 6140#: builtin/hash-object.c:99
cc76011e
JX
6141msgid "process file as it were from this path"
6142msgstr ""
6143
28b3cffc 6144#: builtin/help.c:41
cc76011e
JX
6145msgid "print all available commands"
6146msgstr ""
6147
28b3cffc 6148#: builtin/help.c:42
c6bc7d43
JX
6149msgid "print list of useful guides"
6150msgstr ""
6151
28b3cffc 6152#: builtin/help.c:43
cc76011e
JX
6153msgid "show man page"
6154msgstr ""
6155
28b3cffc 6156#: builtin/help.c:44
cc76011e
JX
6157msgid "show manual in web browser"
6158msgstr ""
6159
28b3cffc 6160#: builtin/help.c:46
cc76011e
JX
6161msgid "show info page"
6162msgstr ""
6163
28b3cffc 6164#: builtin/help.c:52
c2ea1208 6165msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
cc76011e
JX
6166msgstr ""
6167
28b3cffc 6168#: builtin/help.c:64
cc76011e
JX
6169#, c-format
6170msgid "unrecognized help format '%s'"
6171msgstr ""
6172
d07a63e4 6173#: builtin/help.c:91
cc76011e
JX
6174msgid "Failed to start emacsclient."
6175msgstr ""
6176
d07a63e4 6177#: builtin/help.c:104
cc76011e
JX
6178msgid "Failed to parse emacsclient version."
6179msgstr ""
6180
d07a63e4 6181#: builtin/help.c:112
cc76011e
JX
6182#, c-format
6183msgid "emacsclient version '%d' too old (< 22)."
6184msgstr ""
6185
d07a63e4 6186#: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:175
cc76011e
JX
6187#, c-format
6188msgid "failed to exec '%s': %s"
6189msgstr ""
6190
d07a63e4 6191#: builtin/help.c:215
cc76011e
JX
6192#, c-format
6193msgid ""
6194"'%s': path for unsupported man viewer.\n"
6195"Please consider using 'man.<tool>.cmd' instead."
6196msgstr ""
6197
d07a63e4 6198#: builtin/help.c:227
cc76011e
JX
6199#, c-format
6200msgid ""
6201"'%s': cmd for supported man viewer.\n"
6202"Please consider using 'man.<tool>.path' instead."
6203msgstr ""
6204
beb691f7 6205#: builtin/help.c:354
cc76011e
JX
6206#, c-format
6207msgid "'%s': unknown man viewer."
6208msgstr ""
6209
beb691f7 6210#: builtin/help.c:371
cc76011e
JX
6211msgid "no man viewer handled the request"
6212msgstr ""
6213
beb691f7 6214#: builtin/help.c:379
cc76011e
JX
6215msgid "no info viewer handled the request"
6216msgstr ""
6217
beb691f7 6218#: builtin/help.c:428
c6bc7d43
JX
6219msgid "Defining attributes per path"
6220msgstr ""
6221
beb691f7 6222#: builtin/help.c:429
d07a63e4
JX
6223msgid "Everyday Git With 20 Commands Or So"
6224msgstr ""
6225
beb691f7 6226#: builtin/help.c:430
c6bc7d43
JX
6227msgid "A Git glossary"
6228msgstr ""
6229
beb691f7 6230#: builtin/help.c:431
c6bc7d43
JX
6231msgid "Specifies intentionally untracked files to ignore"
6232msgstr ""
6233
beb691f7 6234#: builtin/help.c:432
c6bc7d43
JX
6235msgid "Defining submodule properties"
6236msgstr ""
6237
beb691f7 6238#: builtin/help.c:433
c6bc7d43
JX
6239msgid "Specifying revisions and ranges for Git"
6240msgstr ""
6241
beb691f7 6242#: builtin/help.c:434
c6bc7d43
JX
6243msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
6244msgstr ""
6245
beb691f7 6246#: builtin/help.c:435
c6bc7d43
JX
6247msgid "An overview of recommended workflows with Git"
6248msgstr ""
6249
beb691f7 6250#: builtin/help.c:447
c6bc7d43
JX
6251msgid "The common Git guides are:\n"
6252msgstr ""
6253
beb691f7 6254#: builtin/help.c:468 builtin/help.c:485
cc76011e
JX
6255#, c-format
6256msgid "usage: %s%s"
6257msgstr ""
6258
beb691f7 6259#: builtin/help.c:501
cc76011e
JX
6260#, c-format
6261msgid "`git %s' is aliased to `%s'"
6262msgstr ""
6263
df0617bf 6264#: builtin/index-pack.c:152
fe05e196
JX
6265#, c-format
6266msgid "unable to open %s"
6267msgstr ""
6268
df0617bf 6269#: builtin/index-pack.c:202
cc76011e
JX
6270#, c-format
6271msgid "object type mismatch at %s"
6272msgstr ""
6273
df0617bf 6274#: builtin/index-pack.c:222
fe05e196
JX
6275#, c-format
6276msgid "did not receive expected object %s"
6277msgstr ""
6278
df0617bf 6279#: builtin/index-pack.c:225
fe05e196
JX
6280#, c-format
6281msgid "object %s: expected type %s, found %s"
cc76011e
JX
6282msgstr ""
6283
df0617bf 6284#: builtin/index-pack.c:267
cc76011e
JX
6285#, c-format
6286msgid "cannot fill %d byte"
6287msgid_plural "cannot fill %d bytes"
6288msgstr[0] ""
6289msgstr[1] ""
6290
df0617bf 6291#: builtin/index-pack.c:277
cc76011e
JX
6292msgid "early EOF"
6293msgstr ""
6294
df0617bf 6295#: builtin/index-pack.c:278
cc76011e
JX
6296msgid "read error on input"
6297msgstr ""
6298
df0617bf 6299#: builtin/index-pack.c:290
cc76011e
JX
6300msgid "used more bytes than were available"
6301msgstr ""
6302
df0617bf 6303#: builtin/index-pack.c:297
cc76011e
JX
6304msgid "pack too large for current definition of off_t"
6305msgstr ""
6306
df0617bf 6307#: builtin/index-pack.c:313
cc76011e
JX
6308#, c-format
6309msgid "unable to create '%s'"
6310msgstr ""
6311
df0617bf 6312#: builtin/index-pack.c:318
cc76011e
JX
6313#, c-format
6314msgid "cannot open packfile '%s'"
6315msgstr ""
6316
df0617bf 6317#: builtin/index-pack.c:332
cc76011e
JX
6318msgid "pack signature mismatch"
6319msgstr ""
6320
df0617bf 6321#: builtin/index-pack.c:334
cc76011e
JX
6322#, c-format
6323msgid "pack version %<PRIu32> unsupported"
6324msgstr ""
6325
df0617bf 6326#: builtin/index-pack.c:352
cc76011e
JX
6327#, c-format
6328msgid "pack has bad object at offset %lu: %s"
6329msgstr ""
6330
df0617bf 6331#: builtin/index-pack.c:473
cc76011e
JX
6332#, c-format
6333msgid "inflate returned %d"
6334msgstr ""
6335
df0617bf 6336#: builtin/index-pack.c:522
cc76011e
JX
6337msgid "offset value overflow for delta base object"
6338msgstr ""
6339
df0617bf 6340#: builtin/index-pack.c:530
cc76011e
JX
6341msgid "delta base offset is out of bound"
6342msgstr ""
6343
df0617bf 6344#: builtin/index-pack.c:538
cc76011e
JX
6345#, c-format
6346msgid "unknown object type %d"
6347msgstr ""
6348
df0617bf 6349#: builtin/index-pack.c:569
cc76011e
JX
6350msgid "cannot pread pack file"
6351msgstr ""
6352
df0617bf 6353#: builtin/index-pack.c:571
cc76011e
JX
6354#, c-format
6355msgid "premature end of pack file, %lu byte missing"
6356msgid_plural "premature end of pack file, %lu bytes missing"
6357msgstr[0] ""
6358msgstr[1] ""
6359
df0617bf 6360#: builtin/index-pack.c:597
cc76011e
JX
6361msgid "serious inflate inconsistency"
6362msgstr ""
6363
df0617bf
JX
6364#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:772
6365#: builtin/index-pack.c:806 builtin/index-pack.c:815
cc76011e
JX
6366#, c-format
6367msgid "SHA1 COLLISION FOUND WITH %s !"
6368msgstr ""
6369
df0617bf 6370#: builtin/index-pack.c:746 builtin/pack-objects.c:162
c2ea1208 6371#: builtin/pack-objects.c:254
cc76011e
JX
6372#, c-format
6373msgid "unable to read %s"
6374msgstr ""
6375
df0617bf 6376#: builtin/index-pack.c:812
cc76011e
JX
6377#, c-format
6378msgid "cannot read existing object %s"
6379msgstr ""
6380
df0617bf 6381#: builtin/index-pack.c:826
cc76011e
JX
6382#, c-format
6383msgid "invalid blob object %s"
6384msgstr ""
6385
df0617bf 6386#: builtin/index-pack.c:840
cc76011e
JX
6387#, c-format
6388msgid "invalid %s"
6389msgstr ""
6390
64f23b0c 6391#: builtin/index-pack.c:843
cc76011e
JX
6392msgid "Error in object"
6393msgstr ""
6394
64f23b0c 6395#: builtin/index-pack.c:845
cc76011e
JX
6396#, c-format
6397msgid "Not all child objects of %s are reachable"
6398msgstr ""
6399
64f23b0c 6400#: builtin/index-pack.c:917 builtin/index-pack.c:948
cc76011e
JX
6401msgid "failed to apply delta"
6402msgstr ""
6403
64f23b0c 6404#: builtin/index-pack.c:1118
cc76011e
JX
6405msgid "Receiving objects"
6406msgstr ""
6407
64f23b0c 6408#: builtin/index-pack.c:1118
cc76011e
JX
6409msgid "Indexing objects"
6410msgstr ""
6411
64f23b0c 6412#: builtin/index-pack.c:1150
cc76011e
JX
6413msgid "pack is corrupted (SHA1 mismatch)"
6414msgstr ""
6415
64f23b0c 6416#: builtin/index-pack.c:1155
cc76011e
JX
6417msgid "cannot fstat packfile"
6418msgstr ""
6419
64f23b0c 6420#: builtin/index-pack.c:1158
cc76011e
JX
6421msgid "pack has junk at the end"
6422msgstr ""
6423
64f23b0c 6424#: builtin/index-pack.c:1169
cc76011e
JX
6425msgid "confusion beyond insanity in parse_pack_objects()"
6426msgstr ""
6427
64f23b0c 6428#: builtin/index-pack.c:1194
cc76011e
JX
6429msgid "Resolving deltas"
6430msgstr ""
6431
64f23b0c 6432#: builtin/index-pack.c:1205
cc76011e
JX
6433#, c-format
6434msgid "unable to create thread: %s"
6435msgstr ""
6436
64f23b0c 6437#: builtin/index-pack.c:1247
cc76011e
JX
6438msgid "confusion beyond insanity"
6439msgstr ""
6440
64f23b0c 6441#: builtin/index-pack.c:1253
cc76011e
JX
6442#, c-format
6443msgid "completed with %d local objects"
6444msgstr ""
6445
64f23b0c 6446#: builtin/index-pack.c:1263
cc76011e
JX
6447#, c-format
6448msgid "Unexpected tail checksum for %s (disk corruption?)"
6449msgstr ""
6450
64f23b0c 6451#: builtin/index-pack.c:1267
cc76011e
JX
6452#, c-format
6453msgid "pack has %d unresolved delta"
6454msgid_plural "pack has %d unresolved deltas"
6455msgstr[0] ""
6456msgstr[1] ""
6457
64f23b0c 6458#: builtin/index-pack.c:1291
cc76011e
JX
6459#, c-format
6460msgid "unable to deflate appended object (%d)"
6461msgstr ""
6462
64f23b0c 6463#: builtin/index-pack.c:1367
cc76011e
JX
6464#, c-format
6465msgid "local object %s is corrupt"
6466msgstr ""
6467
64f23b0c 6468#: builtin/index-pack.c:1391
cc76011e
JX
6469msgid "error while closing pack file"
6470msgstr ""
6471
64f23b0c 6472#: builtin/index-pack.c:1404
cc76011e
JX
6473#, c-format
6474msgid "cannot write keep file '%s'"
6475msgstr ""
6476
64f23b0c 6477#: builtin/index-pack.c:1412
cc76011e
JX
6478#, c-format
6479msgid "cannot close written keep file '%s'"
6480msgstr ""
6481
64f23b0c 6482#: builtin/index-pack.c:1425
cc76011e
JX
6483msgid "cannot store pack file"
6484msgstr ""
6485
64f23b0c 6486#: builtin/index-pack.c:1436
cc76011e
JX
6487msgid "cannot store index file"
6488msgstr ""
6489
64f23b0c 6490#: builtin/index-pack.c:1469
cc76011e
JX
6491#, c-format
6492msgid "bad pack.indexversion=%<PRIu32>"
6493msgstr ""
6494
64f23b0c 6495#: builtin/index-pack.c:1475
cc76011e
JX
6496#, c-format
6497msgid "invalid number of threads specified (%d)"
6498msgstr ""
6499
df0617bf 6500#: builtin/index-pack.c:1479 builtin/index-pack.c:1663
cc76011e
JX
6501#, c-format
6502msgid "no threads support, ignoring %s"
6503msgstr ""
6504
64f23b0c 6505#: builtin/index-pack.c:1537
cc76011e
JX
6506#, c-format
6507msgid "Cannot open existing pack file '%s'"
6508msgstr ""
6509
64f23b0c 6510#: builtin/index-pack.c:1539
cc76011e
JX
6511#, c-format
6512msgid "Cannot open existing pack idx file for '%s'"
6513msgstr ""
6514
64f23b0c 6515#: builtin/index-pack.c:1586
cc76011e
JX
6516#, c-format
6517msgid "non delta: %d object"
6518msgid_plural "non delta: %d objects"
6519msgstr[0] ""
6520msgstr[1] ""
6521
64f23b0c 6522#: builtin/index-pack.c:1593
cc76011e
JX
6523#, c-format
6524msgid "chain length = %d: %lu object"
6525msgid_plural "chain length = %d: %lu objects"
6526msgstr[0] ""
6527msgstr[1] ""
6528
df0617bf 6529#: builtin/index-pack.c:1623
cc76011e
JX
6530msgid "Cannot come back to cwd"
6531msgstr ""
6532
df0617bf
JX
6533#: builtin/index-pack.c:1675 builtin/index-pack.c:1678
6534#: builtin/index-pack.c:1690 builtin/index-pack.c:1694
cc76011e
JX
6535#, c-format
6536msgid "bad %s"
6537msgstr ""
6538
df0617bf 6539#: builtin/index-pack.c:1708
cc76011e
JX
6540msgid "--fix-thin cannot be used without --stdin"
6541msgstr ""
6542
df0617bf 6543#: builtin/index-pack.c:1712 builtin/index-pack.c:1721
cc76011e
JX
6544#, c-format
6545msgid "packfile name '%s' does not end with '.pack'"
6546msgstr ""
6547
df0617bf 6548#: builtin/index-pack.c:1729
cc76011e
JX
6549msgid "--verify with no packfile name given"
6550msgstr ""
6551
df0617bf 6552#: builtin/init-db.c:36
cc76011e
JX
6553#, c-format
6554msgid "Could not make %s writable by group"
6555msgstr ""
6556
df0617bf 6557#: builtin/init-db.c:63
cc76011e
JX
6558#, c-format
6559msgid "insanely long template name %s"
6560msgstr ""
6561
df0617bf 6562#: builtin/init-db.c:68
cc76011e
JX
6563#, c-format
6564msgid "cannot stat '%s'"
6565msgstr ""
6566
df0617bf 6567#: builtin/init-db.c:74
cc76011e
JX
6568#, c-format
6569msgid "cannot stat template '%s'"
6570msgstr ""
6571
df0617bf 6572#: builtin/init-db.c:81
cc76011e
JX
6573#, c-format
6574msgid "cannot opendir '%s'"
6575msgstr ""
6576
df0617bf 6577#: builtin/init-db.c:98
cc76011e
JX
6578#, c-format
6579msgid "cannot readlink '%s'"
6580msgstr ""
6581
df0617bf 6582#: builtin/init-db.c:100
cc76011e
JX
6583#, c-format
6584msgid "insanely long symlink %s"
6585msgstr ""
6586
df0617bf 6587#: builtin/init-db.c:103
cc76011e
JX
6588#, c-format
6589msgid "cannot symlink '%s' '%s'"
6590msgstr ""
6591
df0617bf 6592#: builtin/init-db.c:107
cc76011e
JX
6593#, c-format
6594msgid "cannot copy '%s' to '%s'"
6595msgstr ""
6596
df0617bf 6597#: builtin/init-db.c:111
cc76011e
JX
6598#, c-format
6599msgid "ignoring template %s"
6600msgstr ""
6601
df0617bf 6602#: builtin/init-db.c:137
cc76011e
JX
6603#, c-format
6604msgid "insanely long template path %s"
6605msgstr ""
6606
df0617bf 6607#: builtin/init-db.c:145
cc76011e
JX
6608#, c-format
6609msgid "templates not found %s"
6610msgstr ""
6611
df0617bf 6612#: builtin/init-db.c:158
cc76011e
JX
6613#, c-format
6614msgid "not copying templates of a wrong format version %d from '%s'"
6615msgstr ""
6616
df0617bf 6617#: builtin/init-db.c:212
cc76011e
JX
6618#, c-format
6619msgid "insane git directory %s"
6620msgstr ""
6621
df0617bf 6622#: builtin/init-db.c:344 builtin/init-db.c:347
cc76011e
JX
6623#, c-format
6624msgid "%s already exists"
6625msgstr ""
6626
df0617bf 6627#: builtin/init-db.c:375
cc76011e
JX
6628#, c-format
6629msgid "unable to handle file type %d"
6630msgstr ""
6631
df0617bf 6632#: builtin/init-db.c:378
cc76011e
JX
6633#, c-format
6634msgid "unable to move %s to %s"
6635msgstr ""
6636
5e078fcd
JX
6637#. TRANSLATORS: The first '%s' is either "Reinitialized
6638#. existing" or "Initialized empty", the second " shared" or
6639#. "", and the last '%s%s' is the verbatim directory name.
df0617bf 6640#: builtin/init-db.c:434
cc76011e
JX
6641#, c-format
6642msgid "%s%s Git repository in %s%s\n"
6643msgstr ""
6644
df0617bf 6645#: builtin/init-db.c:435
cc76011e
JX
6646msgid "Reinitialized existing"
6647msgstr ""
6648
df0617bf 6649#: builtin/init-db.c:435
cc76011e
JX
6650msgid "Initialized empty"
6651msgstr ""
6652
df0617bf 6653#: builtin/init-db.c:436
cc76011e
JX
6654msgid " shared"
6655msgstr ""
6656
df0617bf 6657#: builtin/init-db.c:483
cc76011e 6658msgid ""
9caaf23e 6659"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
c2ea1208 6660"shared[=<permissions>]] [<directory>]"
cc76011e
JX
6661msgstr ""
6662
df0617bf 6663#: builtin/init-db.c:506
cc76011e
JX
6664msgid "permissions"
6665msgstr ""
6666
df0617bf 6667#: builtin/init-db.c:507
cc76011e
JX
6668msgid "specify that the git repository is to be shared amongst several users"
6669msgstr ""
6670
df0617bf 6671#: builtin/init-db.c:541 builtin/init-db.c:546
cc76011e
JX
6672#, c-format
6673msgid "cannot mkdir %s"
6674msgstr ""
6675
df0617bf 6676#: builtin/init-db.c:550
cc76011e
JX
6677#, c-format
6678msgid "cannot chdir to %s"
6679msgstr ""
6680
df0617bf 6681#: builtin/init-db.c:571
cc76011e
JX
6682#, c-format
6683msgid ""
6684"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
6685"dir=<directory>)"
6686msgstr ""
6687
df0617bf 6688#: builtin/init-db.c:599
cc76011e
JX
6689#, c-format
6690msgid "Cannot access work tree '%s'"
6691msgstr ""
6692
d07a63e4
JX
6693#: builtin/interpret-trailers.c:15
6694msgid ""
6695"git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "
6696"[<file>...]"
6697msgstr ""
6698
6699#: builtin/interpret-trailers.c:25
6700msgid "trim empty trailers"
6701msgstr ""
6702
6703#: builtin/interpret-trailers.c:26
6704msgid "trailer"
6705msgstr ""
6706
6707#: builtin/interpret-trailers.c:27
6708msgid "trailer(s) to add"
6709msgstr ""
6710
df0617bf 6711#: builtin/log.c:43
64f23b0c 6712msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
cc76011e
JX
6713msgstr ""
6714
df0617bf 6715#: builtin/log.c:44
c2ea1208 6716msgid "git show [<options>] <object>..."
cc76011e
JX
6717msgstr ""
6718
df0617bf 6719#: builtin/log.c:83
d07a63e4
JX
6720#, c-format
6721msgid "invalid --decorate option: %s"
6722msgstr ""
6723
df0617bf 6724#: builtin/log.c:131
cc76011e
JX
6725msgid "suppress diff output"
6726msgstr ""
6727
df0617bf 6728#: builtin/log.c:132
cc76011e
JX
6729msgid "show source"
6730msgstr ""
6731
df0617bf 6732#: builtin/log.c:133
46bc4039
JX
6733msgid "Use mail map file"
6734msgstr ""
6735
df0617bf 6736#: builtin/log.c:134
cc76011e
JX
6737msgid "decorate options"
6738msgstr ""
6739
df0617bf 6740#: builtin/log.c:137
d07a63e4
JX
6741msgid "Process line range n,m in file, counting from 1"
6742msgstr ""
6743
df0617bf 6744#: builtin/log.c:233
cc76011e
JX
6745#, c-format
6746msgid "Final output: %d %s\n"
6747msgstr ""
6748
df0617bf 6749#: builtin/log.c:465
d07a63e4
JX
6750#, c-format
6751msgid "git show %s: bad file"
6752msgstr ""
6753
df0617bf 6754#: builtin/log.c:479 builtin/log.c:572
cc76011e
JX
6755#, c-format
6756msgid "Could not read object %s"
6757msgstr ""
6758
df0617bf 6759#: builtin/log.c:596
cc76011e
JX
6760#, c-format
6761msgid "Unknown type: %d"
6762msgstr ""
6763
df0617bf 6764#: builtin/log.c:714
cc76011e
JX
6765msgid "format.headers without value"
6766msgstr ""
6767
df0617bf 6768#: builtin/log.c:798
cc76011e
JX
6769msgid "name of output directory is too long"
6770msgstr ""
6771
df0617bf 6772#: builtin/log.c:814
cc76011e
JX
6773#, c-format
6774msgid "Cannot open patch file %s"
6775msgstr ""
6776
df0617bf 6777#: builtin/log.c:828
cc76011e
JX
6778msgid "Need exactly one range."
6779msgstr ""
6780
df0617bf 6781#: builtin/log.c:838
cc76011e
JX
6782msgid "Not a range."
6783msgstr ""
6784
df0617bf 6785#: builtin/log.c:944
cc76011e
JX
6786msgid "Cover letter needs email format"
6787msgstr ""
6788
df0617bf 6789#: builtin/log.c:1023
cc76011e
JX
6790#, c-format
6791msgid "insane in-reply-to: %s"
6792msgstr ""
6793
df0617bf 6794#: builtin/log.c:1051
c2ea1208 6795msgid "git format-patch [<options>] [<since> | <revision-range>]"
cc76011e
JX
6796msgstr ""
6797
df0617bf 6798#: builtin/log.c:1096
cc76011e
JX
6799msgid "Two output directories?"
6800msgstr ""
6801
df0617bf 6802#: builtin/log.c:1211
cc76011e
JX
6803msgid "use [PATCH n/m] even with a single patch"
6804msgstr ""
6805
df0617bf 6806#: builtin/log.c:1214
cc76011e
JX
6807msgid "use [PATCH] even with multiple patches"
6808msgstr ""
6809
df0617bf 6810#: builtin/log.c:1218
cc76011e
JX
6811msgid "print patches to standard out"
6812msgstr ""
6813
df0617bf 6814#: builtin/log.c:1220
cc76011e
JX
6815msgid "generate a cover letter"
6816msgstr ""
6817
df0617bf 6818#: builtin/log.c:1222
cc76011e
JX
6819msgid "use simple number sequence for output file names"
6820msgstr ""
6821
df0617bf 6822#: builtin/log.c:1223
cc76011e
JX
6823msgid "sfx"
6824msgstr ""
6825
df0617bf 6826#: builtin/log.c:1224
cc76011e
JX
6827msgid "use <sfx> instead of '.patch'"
6828msgstr ""
6829
df0617bf 6830#: builtin/log.c:1226
cc76011e
JX
6831msgid "start numbering patches at <n> instead of 1"
6832msgstr ""
6833
df0617bf 6834#: builtin/log.c:1228
46bc4039
JX
6835msgid "mark the series as Nth re-roll"
6836msgstr ""
6837
df0617bf 6838#: builtin/log.c:1230
cc76011e
JX
6839msgid "Use [<prefix>] instead of [PATCH]"
6840msgstr ""
6841
df0617bf 6842#: builtin/log.c:1233
cc76011e
JX
6843msgid "store resulting files in <dir>"
6844msgstr ""
6845
df0617bf 6846#: builtin/log.c:1236
cc76011e
JX
6847msgid "don't strip/add [PATCH]"
6848msgstr ""
6849
df0617bf 6850#: builtin/log.c:1239
cc76011e
JX
6851msgid "don't output binary diffs"
6852msgstr ""
6853
df0617bf 6854#: builtin/log.c:1241
cc76011e
JX
6855msgid "don't include a patch matching a commit upstream"
6856msgstr ""
6857
df0617bf 6858#: builtin/log.c:1243
cc76011e
JX
6859msgid "show patch format instead of default (patch + stat)"
6860msgstr ""
6861
df0617bf 6862#: builtin/log.c:1245
cc76011e
JX
6863msgid "Messaging"
6864msgstr ""
6865
df0617bf 6866#: builtin/log.c:1246
cc76011e
JX
6867msgid "header"
6868msgstr ""
6869
df0617bf 6870#: builtin/log.c:1247
cc76011e
JX
6871msgid "add email header"
6872msgstr ""
6873
df0617bf 6874#: builtin/log.c:1248 builtin/log.c:1250
cc76011e
JX
6875msgid "email"
6876msgstr ""
6877
df0617bf 6878#: builtin/log.c:1248
cc76011e
JX
6879msgid "add To: header"
6880msgstr ""
6881
df0617bf 6882#: builtin/log.c:1250
cc76011e
JX
6883msgid "add Cc: header"
6884msgstr ""
6885
df0617bf 6886#: builtin/log.c:1252
28b3cffc
JX
6887msgid "ident"
6888msgstr ""
6889
df0617bf 6890#: builtin/log.c:1253
28b3cffc
JX
6891msgid "set From address to <ident> (or committer ident if absent)"
6892msgstr ""
6893
df0617bf 6894#: builtin/log.c:1255
cc76011e
JX
6895msgid "message-id"
6896msgstr ""
6897
df0617bf 6898#: builtin/log.c:1256
cc76011e
JX
6899msgid "make first mail a reply to <message-id>"
6900msgstr ""
6901
df0617bf 6902#: builtin/log.c:1257 builtin/log.c:1260
cc76011e
JX
6903msgid "boundary"
6904msgstr ""
6905
df0617bf 6906#: builtin/log.c:1258
cc76011e
JX
6907msgid "attach the patch"
6908msgstr ""
6909
df0617bf 6910#: builtin/log.c:1261
cc76011e
JX
6911msgid "inline the patch"
6912msgstr ""
6913
df0617bf 6914#: builtin/log.c:1265
cc76011e
JX
6915msgid "enable message threading, styles: shallow, deep"
6916msgstr ""
6917
df0617bf 6918#: builtin/log.c:1267
cc76011e
JX
6919msgid "signature"
6920msgstr ""
6921
df0617bf 6922#: builtin/log.c:1268
cc76011e
JX
6923msgid "add a signature"
6924msgstr ""
6925
df0617bf 6926#: builtin/log.c:1270
fe05e196
JX
6927msgid "add a signature from a file"
6928msgstr ""
6929
df0617bf 6930#: builtin/log.c:1271
cc76011e
JX
6931msgid "don't print the patch filenames"
6932msgstr ""
6933
df0617bf 6934#: builtin/log.c:1360
cc76011e
JX
6935msgid "-n and -k are mutually exclusive."
6936msgstr ""
6937
df0617bf 6938#: builtin/log.c:1362
cc76011e
JX
6939msgid "--subject-prefix and -k are mutually exclusive."
6940msgstr ""
6941
df0617bf 6942#: builtin/log.c:1370
cc76011e
JX
6943msgid "--name-only does not make sense"
6944msgstr ""
6945
df0617bf 6946#: builtin/log.c:1372
cc76011e
JX
6947msgid "--name-status does not make sense"
6948msgstr ""
6949
df0617bf 6950#: builtin/log.c:1374
cc76011e
JX
6951msgid "--check does not make sense"
6952msgstr ""
6953
df0617bf 6954#: builtin/log.c:1397
cc76011e
JX
6955msgid "standard output, or directory, which one?"
6956msgstr ""
6957
df0617bf 6958#: builtin/log.c:1399
cc76011e
JX
6959#, c-format
6960msgid "Could not create directory '%s'"
6961msgstr ""
6962
df0617bf 6963#: builtin/log.c:1496
fe05e196
JX
6964#, c-format
6965msgid "unable to read signature file '%s'"
6966msgstr ""
6967
df0617bf 6968#: builtin/log.c:1559
cc76011e
JX
6969msgid "Failed to create output files"
6970msgstr ""
6971
df0617bf 6972#: builtin/log.c:1607
cc76011e
JX
6973msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
6974msgstr ""
6975
df0617bf 6976#: builtin/log.c:1661
cc76011e
JX
6977#, c-format
6978msgid ""
6979"Could not find a tracked remote branch, please specify <upstream> manually.\n"
6980msgstr ""
6981
df0617bf 6982#: builtin/log.c:1672 builtin/log.c:1674 builtin/log.c:1686
cc76011e
JX
6983#, c-format
6984msgid "Unknown commit %s"
6985msgstr ""
6986
c2ea1208
JX
6987#: builtin/ls-files.c:358
6988msgid "git ls-files [<options>] [<file>...]"
cc76011e
JX
6989msgstr ""
6990
c2ea1208 6991#: builtin/ls-files.c:415
cc76011e
JX
6992msgid "identify the file status with tags"
6993msgstr ""
6994
c2ea1208 6995#: builtin/ls-files.c:417
cc76011e
JX
6996msgid "use lowercase letters for 'assume unchanged' files"
6997msgstr ""
6998
c2ea1208 6999#: builtin/ls-files.c:419
cc76011e
JX
7000msgid "show cached files in the output (default)"
7001msgstr ""
7002
c2ea1208 7003#: builtin/ls-files.c:421
cc76011e
JX
7004msgid "show deleted files in the output"
7005msgstr ""
7006
c2ea1208 7007#: builtin/ls-files.c:423
cc76011e
JX
7008msgid "show modified files in the output"
7009msgstr ""
7010
c2ea1208 7011#: builtin/ls-files.c:425
cc76011e
JX
7012msgid "show other files in the output"
7013msgstr ""
7014
c2ea1208 7015#: builtin/ls-files.c:427
cc76011e
JX
7016msgid "show ignored files in the output"
7017msgstr ""
7018
c2ea1208 7019#: builtin/ls-files.c:430
cc76011e
JX
7020msgid "show staged contents' object name in the output"
7021msgstr ""
7022
c2ea1208 7023#: builtin/ls-files.c:432
cc76011e
JX
7024msgid "show files on the filesystem that need to be removed"
7025msgstr ""
7026
c2ea1208 7027#: builtin/ls-files.c:434
d07a63e4 7028msgid "show 'other' directories' names only"
cc76011e
JX
7029msgstr ""
7030
c2ea1208 7031#: builtin/ls-files.c:437
cc76011e
JX
7032msgid "don't show empty directories"
7033msgstr ""
7034
c2ea1208 7035#: builtin/ls-files.c:440
cc76011e
JX
7036msgid "show unmerged files in the output"
7037msgstr ""
7038
c2ea1208 7039#: builtin/ls-files.c:442
cc76011e
JX
7040msgid "show resolve-undo information"
7041msgstr ""
7042
c2ea1208 7043#: builtin/ls-files.c:444
cc76011e
JX
7044msgid "skip files matching pattern"
7045msgstr ""
7046
c2ea1208 7047#: builtin/ls-files.c:447
cc76011e
JX
7048msgid "exclude patterns are read from <file>"
7049msgstr ""
7050
c2ea1208 7051#: builtin/ls-files.c:450
cc76011e
JX
7052msgid "read additional per-directory exclude patterns in <file>"
7053msgstr ""
7054
c2ea1208 7055#: builtin/ls-files.c:452
cc76011e
JX
7056msgid "add the standard git exclusions"
7057msgstr ""
7058
c2ea1208 7059#: builtin/ls-files.c:455
cc76011e
JX
7060msgid "make the output relative to the project top directory"
7061msgstr ""
7062
c2ea1208 7063#: builtin/ls-files.c:458
cc76011e
JX
7064msgid "if any <file> is not in the index, treat this as an error"
7065msgstr ""
7066
c2ea1208 7067#: builtin/ls-files.c:459
cc76011e
JX
7068msgid "tree-ish"
7069msgstr ""
7070
c2ea1208 7071#: builtin/ls-files.c:460
cc76011e
JX
7072msgid "pretend that paths removed since <tree-ish> are still present"
7073msgstr ""
7074
c2ea1208 7075#: builtin/ls-files.c:462
cc76011e
JX
7076msgid "show debugging data"
7077msgstr ""
7078
727b9576 7079#: builtin/ls-tree.c:28
cc76011e
JX
7080msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
7081msgstr ""
7082
beb691f7 7083#: builtin/ls-tree.c:127
cc76011e
JX
7084msgid "only show trees"
7085msgstr ""
7086
beb691f7 7087#: builtin/ls-tree.c:129
cc76011e
JX
7088msgid "recurse into subtrees"
7089msgstr ""
7090
beb691f7 7091#: builtin/ls-tree.c:131
cc76011e
JX
7092msgid "show trees when recursing"
7093msgstr ""
7094
beb691f7 7095#: builtin/ls-tree.c:134
cc76011e
JX
7096msgid "terminate entries with NUL byte"
7097msgstr ""
7098
beb691f7 7099#: builtin/ls-tree.c:135
cc76011e
JX
7100msgid "include object size"
7101msgstr ""
7102
beb691f7 7103#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
cc76011e
JX
7104msgid "list only filenames"
7105msgstr ""
7106
beb691f7 7107#: builtin/ls-tree.c:142
cc76011e
JX
7108msgid "use full path names"
7109msgstr ""
7110
beb691f7 7111#: builtin/ls-tree.c:144
cc76011e
JX
7112msgid "list entire tree; not just current directory (implies --full-name)"
7113msgstr ""
7114
beb691f7 7115#: builtin/merge.c:45
c2ea1208 7116msgid "git merge [<options>] [<commit>...]"
cc76011e
JX
7117msgstr ""
7118
beb691f7 7119#: builtin/merge.c:46
c2ea1208 7120msgid "git merge [<options>] <msg> HEAD <commit>"
cc76011e
JX
7121msgstr ""
7122
beb691f7 7123#: builtin/merge.c:47
cc76011e
JX
7124msgid "git merge --abort"
7125msgstr ""
7126
beb691f7 7127#: builtin/merge.c:100
cc76011e
JX
7128msgid "switch `m' requires a value"
7129msgstr ""
7130
beb691f7 7131#: builtin/merge.c:137
cc76011e
JX
7132#, c-format
7133msgid "Could not find merge strategy '%s'.\n"
7134msgstr ""
7135
beb691f7 7136#: builtin/merge.c:138
cc76011e
JX
7137#, c-format
7138msgid "Available strategies are:"
7139msgstr ""
7140
beb691f7 7141#: builtin/merge.c:143
cc76011e
JX
7142#, c-format
7143msgid "Available custom strategies are:"
7144msgstr ""
7145
df0617bf 7146#: builtin/merge.c:193 builtin/pull.c:119
cc76011e
JX
7147msgid "do not show a diffstat at the end of the merge"
7148msgstr ""
7149
df0617bf 7150#: builtin/merge.c:196 builtin/pull.c:122
cc76011e
JX
7151msgid "show a diffstat at the end of the merge"
7152msgstr ""
7153
df0617bf 7154#: builtin/merge.c:197 builtin/pull.c:125
cc76011e
JX
7155msgid "(synonym to --stat)"
7156msgstr ""
7157
df0617bf 7158#: builtin/merge.c:199 builtin/pull.c:128
cc76011e
JX
7159msgid "add (at most <n>) entries from shortlog to merge commit message"
7160msgstr ""
7161
df0617bf 7162#: builtin/merge.c:202 builtin/pull.c:131
cc76011e
JX
7163msgid "create a single commit instead of doing a merge"
7164msgstr ""
7165
df0617bf 7166#: builtin/merge.c:204 builtin/pull.c:134
cc76011e
JX
7167msgid "perform a commit if the merge succeeds (default)"
7168msgstr ""
7169
df0617bf 7170#: builtin/merge.c:206 builtin/pull.c:137
cc76011e
JX
7171msgid "edit message before committing"
7172msgstr ""
7173
beb691f7 7174#: builtin/merge.c:207
cc76011e
JX
7175msgid "allow fast-forward (default)"
7176msgstr ""
7177
df0617bf 7178#: builtin/merge.c:209 builtin/pull.c:143
cc76011e
JX
7179msgid "abort if fast-forward is not possible"
7180msgstr ""
7181
beb691f7 7182#: builtin/merge.c:213
c138af56
JX
7183msgid "Verify that the named commit has a valid GPG signature"
7184msgstr ""
7185
df0617bf
JX
7186#: builtin/merge.c:214 builtin/notes.c:767 builtin/pull.c:148
7187#: builtin/revert.c:89
cc76011e
JX
7188msgid "strategy"
7189msgstr ""
7190
df0617bf 7191#: builtin/merge.c:215 builtin/pull.c:149
cc76011e
JX
7192msgid "merge strategy to use"
7193msgstr ""
7194
df0617bf 7195#: builtin/merge.c:216 builtin/pull.c:152
cc76011e
JX
7196msgid "option=value"
7197msgstr ""
7198
df0617bf 7199#: builtin/merge.c:217 builtin/pull.c:153
cc76011e
JX
7200msgid "option for selected merge strategy"
7201msgstr ""
7202
beb691f7 7203#: builtin/merge.c:219
cc76011e
JX
7204msgid "merge commit message (for a non-fast-forward merge)"
7205msgstr ""
7206
beb691f7 7207#: builtin/merge.c:223
cc76011e
JX
7208msgid "abort the current in-progress merge"
7209msgstr ""
7210
beb691f7 7211#: builtin/merge.c:251
cc76011e
JX
7212msgid "could not run stash."
7213msgstr ""
7214
beb691f7 7215#: builtin/merge.c:256
cc76011e
JX
7216msgid "stash failed"
7217msgstr ""
7218
beb691f7 7219#: builtin/merge.c:261
cc76011e
JX
7220#, c-format
7221msgid "not a valid object: %s"
7222msgstr ""
7223
beb691f7 7224#: builtin/merge.c:280 builtin/merge.c:297
cc76011e
JX
7225msgid "read-tree failed"
7226msgstr ""
7227
beb691f7 7228#: builtin/merge.c:327
cc76011e
JX
7229msgid " (nothing to squash)"
7230msgstr ""
7231
beb691f7 7232#: builtin/merge.c:340
cc76011e
JX
7233#, c-format
7234msgid "Squash commit -- not updating HEAD\n"
7235msgstr ""
7236
df0617bf
JX
7237#: builtin/merge.c:344 builtin/merge.c:763 builtin/merge.c:975
7238#: builtin/merge.c:988
7239#, c-format
7240msgid "Could not write to '%s'"
7241msgstr ""
7242
beb691f7 7243#: builtin/merge.c:372
cc76011e
JX
7244msgid "Writing SQUASH_MSG"
7245msgstr ""
7246
beb691f7 7247#: builtin/merge.c:374
cc76011e
JX
7248msgid "Finishing SQUASH_MSG"
7249msgstr ""
7250
beb691f7 7251#: builtin/merge.c:397
cc76011e
JX
7252#, c-format
7253msgid "No merge message -- not updating HEAD\n"
7254msgstr ""
7255
beb691f7 7256#: builtin/merge.c:447
cc76011e
JX
7257#, c-format
7258msgid "'%s' does not point to a commit"
7259msgstr ""
7260
64f23b0c 7261#: builtin/merge.c:537
cc76011e
JX
7262#, c-format
7263msgid "Bad branch.%s.mergeoptions string: %s"
7264msgstr ""
7265
64f23b0c 7266#: builtin/merge.c:656
cc76011e
JX
7267msgid "Not handling anything other than two heads merge."
7268msgstr ""
7269
64f23b0c 7270#: builtin/merge.c:670
cc76011e
JX
7271#, c-format
7272msgid "Unknown option for merge-recursive: -X%s"
7273msgstr ""
7274
64f23b0c 7275#: builtin/merge.c:683
cc76011e
JX
7276#, c-format
7277msgid "unable to write %s"
7278msgstr ""
7279
64f23b0c 7280#: builtin/merge.c:772
cc76011e
JX
7281#, c-format
7282msgid "Could not read from '%s'"
7283msgstr ""
7284
64f23b0c 7285#: builtin/merge.c:781
cc76011e
JX
7286#, c-format
7287msgid "Not committing merge; use 'git commit' to complete the merge.\n"
7288msgstr ""
7289
64f23b0c 7290#: builtin/merge.c:787
9caaf23e 7291#, c-format
cc76011e
JX
7292msgid ""
7293"Please enter a commit message to explain why this merge is necessary,\n"
7294"especially if it merges an updated upstream into a topic branch.\n"
7295"\n"
9caaf23e 7296"Lines starting with '%c' will be ignored, and an empty message aborts\n"
cc76011e
JX
7297"the commit.\n"
7298msgstr ""
7299
64f23b0c 7300#: builtin/merge.c:811
cc76011e
JX
7301msgid "Empty commit message."
7302msgstr ""
7303
64f23b0c 7304#: builtin/merge.c:823
cc76011e
JX
7305#, c-format
7306msgid "Wonderful.\n"
7307msgstr ""
7308
64f23b0c 7309#: builtin/merge.c:878
cc76011e
JX
7310#, c-format
7311msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
7312msgstr ""
7313
64f23b0c 7314#: builtin/merge.c:894
cc76011e
JX
7315#, c-format
7316msgid "'%s' is not a commit"
7317msgstr ""
7318
64f23b0c 7319#: builtin/merge.c:935
cc76011e
JX
7320msgid "No current branch."
7321msgstr ""
7322
64f23b0c 7323#: builtin/merge.c:937
cc76011e
JX
7324msgid "No remote for the current branch."
7325msgstr ""
7326
64f23b0c 7327#: builtin/merge.c:939
cc76011e
JX
7328msgid "No default upstream defined for the current branch."
7329msgstr ""
7330
64f23b0c 7331#: builtin/merge.c:944
cc76011e 7332#, c-format
28b3cffc 7333msgid "No remote-tracking branch for %s from %s"
cc76011e
JX
7334msgstr ""
7335
64f23b0c
JX
7336#: builtin/merge.c:1081
7337#, c-format
7338msgid "could not close '%s'"
7339msgstr ""
7340
7341#: builtin/merge.c:1208
cc76011e
JX
7342msgid "There is no merge to abort (MERGE_HEAD missing)."
7343msgstr ""
7344
64f23b0c 7345#: builtin/merge.c:1224
cc76011e
JX
7346msgid ""
7347"You have not concluded your merge (MERGE_HEAD exists).\n"
d07a63e4 7348"Please, commit your changes before you merge."
cc76011e
JX
7349msgstr ""
7350
64f23b0c 7351#: builtin/merge.c:1231
cc76011e
JX
7352msgid ""
7353"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
d07a63e4 7354"Please, commit your changes before you merge."
cc76011e
JX
7355msgstr ""
7356
64f23b0c 7357#: builtin/merge.c:1234
cc76011e
JX
7358msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
7359msgstr ""
7360
64f23b0c 7361#: builtin/merge.c:1243
cc76011e
JX
7362msgid "You cannot combine --squash with --no-ff."
7363msgstr ""
7364
64f23b0c 7365#: builtin/merge.c:1251
cc76011e
JX
7366msgid "No commit specified and merge.defaultToUpstream not set."
7367msgstr ""
7368
64f23b0c 7369#: builtin/merge.c:1268
cc76011e
JX
7370msgid "Squash commit into empty head not supported yet"
7371msgstr ""
7372
64f23b0c 7373#: builtin/merge.c:1270
cc76011e
JX
7374msgid "Non-fast-forward commit does not make sense into an empty head"
7375msgstr ""
7376
64f23b0c 7377#: builtin/merge.c:1276
28b3cffc
JX
7378#, c-format
7379msgid "%s - not something we can merge"
7380msgstr ""
7381
64f23b0c
JX
7382#: builtin/merge.c:1278
7383msgid "Can merge only exactly one commit into empty head"
7384msgstr ""
7385
7386#: builtin/merge.c:1333
c138af56
JX
7387#, c-format
7388msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
7389msgstr ""
7390
64f23b0c 7391#: builtin/merge.c:1336
c138af56
JX
7392#, c-format
7393msgid "Commit %s has a bad GPG signature allegedly by %s."
7394msgstr ""
7395
64f23b0c 7396#: builtin/merge.c:1339
c138af56
JX
7397#, c-format
7398msgid "Commit %s does not have a GPG signature."
7399msgstr ""
7400
64f23b0c 7401#: builtin/merge.c:1342
c138af56
JX
7402#, c-format
7403msgid "Commit %s has a good GPG signature by %s\n"
7404msgstr ""
7405
64f23b0c 7406#: builtin/merge.c:1423
cc76011e
JX
7407#, c-format
7408msgid "Updating %s..%s\n"
7409msgstr ""
7410
64f23b0c 7411#: builtin/merge.c:1462
cc76011e
JX
7412#, c-format
7413msgid "Trying really trivial in-index merge...\n"
7414msgstr ""
7415
64f23b0c 7416#: builtin/merge.c:1469
cc76011e
JX
7417#, c-format
7418msgid "Nope.\n"
7419msgstr ""
7420
64f23b0c 7421#: builtin/merge.c:1501
cc76011e
JX
7422msgid "Not possible to fast-forward, aborting."
7423msgstr ""
7424
64f23b0c 7425#: builtin/merge.c:1524 builtin/merge.c:1603
cc76011e
JX
7426#, c-format
7427msgid "Rewinding the tree to pristine...\n"
7428msgstr ""
7429
64f23b0c 7430#: builtin/merge.c:1528
cc76011e
JX
7431#, c-format
7432msgid "Trying merge strategy %s...\n"
7433msgstr ""
7434
64f23b0c 7435#: builtin/merge.c:1594
cc76011e
JX
7436#, c-format
7437msgid "No merge strategy handled the merge.\n"
7438msgstr ""
7439
64f23b0c 7440#: builtin/merge.c:1596
cc76011e
JX
7441#, c-format
7442msgid "Merge with strategy %s failed.\n"
7443msgstr ""
7444
64f23b0c 7445#: builtin/merge.c:1605
cc76011e
JX
7446#, c-format
7447msgid "Using the %s to prepare resolving by hand.\n"
7448msgstr ""
7449
64f23b0c 7450#: builtin/merge.c:1617
cc76011e
JX
7451#, c-format
7452msgid "Automatic merge went well; stopped before committing as requested\n"
7453msgstr ""
7454
df49095a 7455#: builtin/merge-base.c:29
c2ea1208 7456msgid "git merge-base [-a | --all] <commit> <commit>..."
cc76011e
JX
7457msgstr ""
7458
df49095a 7459#: builtin/merge-base.c:30
c2ea1208 7460msgid "git merge-base [-a | --all] --octopus <commit>..."
cc76011e
JX
7461msgstr ""
7462
df49095a 7463#: builtin/merge-base.c:31
cc76011e
JX
7464msgid "git merge-base --independent <commit>..."
7465msgstr ""
7466
df49095a 7467#: builtin/merge-base.c:32
cc76011e
JX
7468msgid "git merge-base --is-ancestor <commit> <commit>"
7469msgstr ""
7470
df49095a
JX
7471#: builtin/merge-base.c:33
7472msgid "git merge-base --fork-point <ref> [<commit>]"
7473msgstr ""
7474
7475#: builtin/merge-base.c:214
cc76011e
JX
7476msgid "output all common ancestors"
7477msgstr ""
7478
df49095a 7479#: builtin/merge-base.c:216
cc76011e
JX
7480msgid "find ancestors for a single n-way merge"
7481msgstr ""
7482
df49095a 7483#: builtin/merge-base.c:218
cc76011e
JX
7484msgid "list revs not reachable from others"
7485msgstr ""
7486
df49095a 7487#: builtin/merge-base.c:220
cc76011e
JX
7488msgid "is the first one ancestor of the other?"
7489msgstr ""
7490
df49095a
JX
7491#: builtin/merge-base.c:222
7492msgid "find where <commit> forked from reflog of <ref>"
7493msgstr ""
7494
cc76011e
JX
7495#: builtin/merge-file.c:8
7496msgid ""
c2ea1208
JX
7497"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
7498"<orig-file> <file2>"
cc76011e
JX
7499msgstr ""
7500
7501#: builtin/merge-file.c:33
7502msgid "send results to standard output"
7503msgstr ""
7504
7505#: builtin/merge-file.c:34
7506msgid "use a diff3 based merge"
7507msgstr ""
7508
7509#: builtin/merge-file.c:35
7510msgid "for conflicts, use our version"
7511msgstr ""
7512
7513#: builtin/merge-file.c:37
7514msgid "for conflicts, use their version"
7515msgstr ""
7516
7517#: builtin/merge-file.c:39
7518msgid "for conflicts, use a union version"
7519msgstr ""
7520
7521#: builtin/merge-file.c:42
7522msgid "for conflicts, use this marker size"
7523msgstr ""
7524
7525#: builtin/merge-file.c:43
7526msgid "do not warn about conflicts"
7527msgstr ""
7528
7529#: builtin/merge-file.c:45
c2ea1208 7530msgid "set labels for file1/orig-file/file2"
cc76011e
JX
7531msgstr ""
7532
5e078fcd 7533#: builtin/mktree.c:64
cc76011e
JX
7534msgid "git mktree [-z] [--missing] [--batch]"
7535msgstr ""
7536
5e078fcd 7537#: builtin/mktree.c:150
cc76011e
JX
7538msgid "input is NUL terminated"
7539msgstr ""
7540
5e078fcd 7541#: builtin/mktree.c:151 builtin/write-tree.c:24
cc76011e
JX
7542msgid "allow missing objects"
7543msgstr ""
7544
5e078fcd 7545#: builtin/mktree.c:152
cc76011e
JX
7546msgid "allow creation of more than one tree"
7547msgstr ""
7548
727b9576 7549#: builtin/mv.c:15
c2ea1208 7550msgid "git mv [<options>] <source>... <destination>"
cc76011e
JX
7551msgstr ""
7552
d07a63e4
JX
7553#: builtin/mv.c:69
7554#, c-format
7555msgid "Directory %s is in index and no submodule?"
cc76011e
JX
7556msgstr ""
7557
d07a63e4
JX
7558#: builtin/mv.c:71
7559msgid "Please stage your changes to .gitmodules or stash them to proceed"
cc76011e
JX
7560msgstr ""
7561
d07a63e4 7562#: builtin/mv.c:89
cc76011e 7563#, c-format
d07a63e4 7564msgid "%.*s is in index"
cc76011e
JX
7565msgstr ""
7566
d07a63e4
JX
7567#: builtin/mv.c:111
7568msgid "force move/rename even if target exists"
cc76011e
JX
7569msgstr ""
7570
d07a63e4
JX
7571#: builtin/mv.c:112
7572msgid "skip move/rename errors"
cc76011e
JX
7573msgstr ""
7574
d07a63e4
JX
7575#: builtin/mv.c:151
7576#, c-format
7577msgid "destination '%s' is not a directory"
cc76011e
JX
7578msgstr ""
7579
d07a63e4 7580#: builtin/mv.c:162
727b9576 7581#, c-format
d07a63e4 7582msgid "Checking rename of '%s' to '%s'\n"
727b9576
JX
7583msgstr ""
7584
d07a63e4
JX
7585#: builtin/mv.c:166
7586msgid "bad source"
727b9576
JX
7587msgstr ""
7588
d07a63e4
JX
7589#: builtin/mv.c:169
7590msgid "can not move directory into itself"
cc76011e
JX
7591msgstr ""
7592
d07a63e4
JX
7593#: builtin/mv.c:172
7594msgid "cannot move directory over file"
7595msgstr ""
7596
7597#: builtin/mv.c:181
cc76011e
JX
7598msgid "source directory is empty"
7599msgstr ""
7600
d07a63e4 7601#: builtin/mv.c:206
cc76011e
JX
7602msgid "not under version control"
7603msgstr ""
7604
d07a63e4 7605#: builtin/mv.c:209
cc76011e
JX
7606msgid "destination exists"
7607msgstr ""
7608
d07a63e4 7609#: builtin/mv.c:217
cc76011e
JX
7610#, c-format
7611msgid "overwriting '%s'"
7612msgstr ""
7613
d07a63e4 7614#: builtin/mv.c:220
cc76011e
JX
7615msgid "Cannot overwrite"
7616msgstr ""
7617
d07a63e4 7618#: builtin/mv.c:223
cc76011e
JX
7619msgid "multiple sources for the same target"
7620msgstr ""
7621
d07a63e4 7622#: builtin/mv.c:225
df49095a
JX
7623msgid "destination directory does not exist"
7624msgstr ""
7625
d07a63e4 7626#: builtin/mv.c:232
cc76011e
JX
7627#, c-format
7628msgid "%s, source=%s, destination=%s"
7629msgstr ""
7630
d07a63e4 7631#: builtin/mv.c:253
cc76011e
JX
7632#, c-format
7633msgid "Renaming %s to %s\n"
7634msgstr ""
7635
df0617bf 7636#: builtin/mv.c:256 builtin/remote.c:722 builtin/repack.c:362
cc76011e
JX
7637#, c-format
7638msgid "renaming '%s' failed"
7639msgstr ""
7640
fe05e196 7641#: builtin/name-rev.c:255
c2ea1208 7642msgid "git name-rev [<options>] <commit>..."
cc76011e
JX
7643msgstr ""
7644
fe05e196 7645#: builtin/name-rev.c:256
c2ea1208 7646msgid "git name-rev [<options>] --all"
cc76011e
JX
7647msgstr ""
7648
fe05e196 7649#: builtin/name-rev.c:257
c2ea1208 7650msgid "git name-rev [<options>] --stdin"
cc76011e
JX
7651msgstr ""
7652
fe05e196 7653#: builtin/name-rev.c:309
cc76011e
JX
7654msgid "print only names (no SHA-1)"
7655msgstr ""
7656
fe05e196 7657#: builtin/name-rev.c:310
cc76011e
JX
7658msgid "only use tags to name the commits"
7659msgstr ""
7660
fe05e196 7661#: builtin/name-rev.c:312
cc76011e
JX
7662msgid "only use refs matching <pattern>"
7663msgstr ""
7664
fe05e196 7665#: builtin/name-rev.c:314
cc76011e
JX
7666msgid "list all commits reachable from all refs"
7667msgstr ""
7668
fe05e196 7669#: builtin/name-rev.c:315
cc76011e
JX
7670msgid "read from stdin"
7671msgstr ""
7672
fe05e196 7673#: builtin/name-rev.c:316
727b9576 7674msgid "allow to print `undefined` names (default)"
cc76011e
JX
7675msgstr ""
7676
fe05e196 7677#: builtin/name-rev.c:322
28b3cffc
JX
7678msgid "dereference tags in the input (internal use)"
7679msgstr ""
7680
df0617bf 7681#: builtin/notes.c:25
c2ea1208 7682msgid "git notes [--ref <notes-ref>] [list [<object>]]"
cc76011e
JX
7683msgstr ""
7684
df0617bf 7685#: builtin/notes.c:26
cc76011e 7686msgid ""
c2ea1208 7687"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
beb691f7 7688"| (-c | -C) <object>] [<object>]"
cc76011e
JX
7689msgstr ""
7690
df0617bf 7691#: builtin/notes.c:27
c2ea1208 7692msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
cc76011e
JX
7693msgstr ""
7694
df0617bf 7695#: builtin/notes.c:28
cc76011e 7696msgid ""
c2ea1208 7697"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
beb691f7 7698"(-c | -C) <object>] [<object>]"
cc76011e
JX
7699msgstr ""
7700
df0617bf 7701#: builtin/notes.c:29
c2ea1208 7702msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
cc76011e
JX
7703msgstr ""
7704
df0617bf 7705#: builtin/notes.c:30
c2ea1208 7706msgid "git notes [--ref <notes-ref>] show [<object>]"
cc76011e
JX
7707msgstr ""
7708
df0617bf 7709#: builtin/notes.c:31
cc76011e 7710msgid ""
c2ea1208 7711"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
cc76011e
JX
7712msgstr ""
7713
df0617bf 7714#: builtin/notes.c:32
cc76011e
JX
7715msgid "git notes merge --commit [-v | -q]"
7716msgstr ""
7717
df0617bf 7718#: builtin/notes.c:33
cc76011e
JX
7719msgid "git notes merge --abort [-v | -q]"
7720msgstr ""
7721
df0617bf 7722#: builtin/notes.c:34
c2ea1208 7723msgid "git notes [--ref <notes-ref>] remove [<object>...]"
cc76011e
JX
7724msgstr ""
7725
df0617bf 7726#: builtin/notes.c:35
c2ea1208 7727msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
cc76011e
JX
7728msgstr ""
7729
df0617bf 7730#: builtin/notes.c:36
c2ea1208 7731msgid "git notes [--ref <notes-ref>] get-ref"
cc76011e
JX
7732msgstr ""
7733
df0617bf 7734#: builtin/notes.c:41
cc76011e
JX
7735msgid "git notes [list [<object>]]"
7736msgstr ""
7737
df0617bf 7738#: builtin/notes.c:46
cc76011e
JX
7739msgid "git notes add [<options>] [<object>]"
7740msgstr ""
7741
df0617bf 7742#: builtin/notes.c:51
cc76011e
JX
7743msgid "git notes copy [<options>] <from-object> <to-object>"
7744msgstr ""
7745
df0617bf 7746#: builtin/notes.c:52
cc76011e
JX
7747msgid "git notes copy --stdin [<from-object> <to-object>]..."
7748msgstr ""
7749
df0617bf 7750#: builtin/notes.c:57
cc76011e
JX
7751msgid "git notes append [<options>] [<object>]"
7752msgstr ""
7753
df0617bf 7754#: builtin/notes.c:62
cc76011e
JX
7755msgid "git notes edit [<object>]"
7756msgstr ""
7757
df0617bf 7758#: builtin/notes.c:67
cc76011e
JX
7759msgid "git notes show [<object>]"
7760msgstr ""
7761
df0617bf 7762#: builtin/notes.c:72
c2ea1208 7763msgid "git notes merge [<options>] <notes-ref>"
cc76011e
JX
7764msgstr ""
7765
df0617bf 7766#: builtin/notes.c:73
cc76011e
JX
7767msgid "git notes merge --commit [<options>]"
7768msgstr ""
7769
df0617bf 7770#: builtin/notes.c:74
cc76011e
JX
7771msgid "git notes merge --abort [<options>]"
7772msgstr ""
7773
df0617bf 7774#: builtin/notes.c:79
cc76011e
JX
7775msgid "git notes remove [<object>]"
7776msgstr ""
7777
df0617bf 7778#: builtin/notes.c:84
cc76011e
JX
7779msgid "git notes prune [<options>]"
7780msgstr ""
7781
df0617bf 7782#: builtin/notes.c:89
cc76011e
JX
7783msgid "git notes get-ref"
7784msgstr ""
7785
df0617bf 7786#: builtin/notes.c:147
cc76011e
JX
7787#, c-format
7788msgid "unable to start 'show' for object '%s'"
7789msgstr ""
7790
df0617bf 7791#: builtin/notes.c:151
9caaf23e 7792msgid "could not read 'show' output"
cc76011e
JX
7793msgstr ""
7794
df0617bf 7795#: builtin/notes.c:159
cc76011e
JX
7796#, c-format
7797msgid "failed to finish 'show' for object '%s'"
7798msgstr ""
7799
df0617bf 7800#: builtin/notes.c:174 builtin/tag.c:477
cc76011e
JX
7801#, c-format
7802msgid "could not create file '%s'"
7803msgstr ""
7804
df0617bf 7805#: builtin/notes.c:193
cc76011e
JX
7806msgid "Please supply the note contents using either -m or -F option"
7807msgstr ""
7808
df0617bf 7809#: builtin/notes.c:202
cc76011e
JX
7810msgid "unable to write note object"
7811msgstr ""
7812
df0617bf 7813#: builtin/notes.c:204
cc76011e 7814#, c-format
d07a63e4 7815msgid "The note contents have been left in %s"
cc76011e
JX
7816msgstr ""
7817
df0617bf 7818#: builtin/notes.c:232 builtin/tag.c:695
cc76011e
JX
7819#, c-format
7820msgid "cannot read '%s'"
7821msgstr ""
7822
df0617bf 7823#: builtin/notes.c:234 builtin/tag.c:698
cc76011e
JX
7824#, c-format
7825msgid "could not open or read '%s'"
7826msgstr ""
7827
df0617bf
JX
7828#: builtin/notes.c:253 builtin/notes.c:304 builtin/notes.c:306
7829#: builtin/notes.c:366 builtin/notes.c:421 builtin/notes.c:507
7830#: builtin/notes.c:512 builtin/notes.c:590 builtin/notes.c:653
7831#: builtin/notes.c:877 builtin/tag.c:711
cc76011e
JX
7832#, c-format
7833msgid "Failed to resolve '%s' as a valid ref."
7834msgstr ""
7835
df0617bf 7836#: builtin/notes.c:256
cc76011e
JX
7837#, c-format
7838msgid "Failed to read object '%s'."
7839msgstr ""
7840
df0617bf 7841#: builtin/notes.c:260
5e078fcd
JX
7842#, c-format
7843msgid "Cannot read note data from non-blob object '%s'."
7844msgstr ""
7845
df0617bf
JX
7846#: builtin/notes.c:359 builtin/notes.c:414 builtin/notes.c:490
7847#: builtin/notes.c:502 builtin/notes.c:578 builtin/notes.c:646
7848#: builtin/notes.c:942
cc76011e
JX
7849msgid "too many parameters"
7850msgstr ""
7851
df0617bf 7852#: builtin/notes.c:372 builtin/notes.c:659
cc76011e
JX
7853#, c-format
7854msgid "No note found for object %s."
7855msgstr ""
7856
df0617bf 7857#: builtin/notes.c:393 builtin/notes.c:556
cc76011e
JX
7858msgid "note contents as a string"
7859msgstr ""
7860
df0617bf 7861#: builtin/notes.c:396 builtin/notes.c:559
cc76011e
JX
7862msgid "note contents in a file"
7863msgstr ""
7864
df0617bf
JX
7865#: builtin/notes.c:398 builtin/notes.c:401 builtin/notes.c:561
7866#: builtin/notes.c:564 builtin/tag.c:630
cc76011e
JX
7867msgid "object"
7868msgstr ""
7869
df0617bf 7870#: builtin/notes.c:399 builtin/notes.c:562
cc76011e
JX
7871msgid "reuse and edit specified note object"
7872msgstr ""
7873
df0617bf 7874#: builtin/notes.c:402 builtin/notes.c:565
cc76011e
JX
7875msgid "reuse specified note object"
7876msgstr ""
7877
df0617bf 7878#: builtin/notes.c:405 builtin/notes.c:568
beb691f7
JX
7879msgid "allow storing empty note"
7880msgstr ""
7881
df0617bf 7882#: builtin/notes.c:406 builtin/notes.c:477
cc76011e
JX
7883msgid "replace existing notes"
7884msgstr ""
7885
df0617bf 7886#: builtin/notes.c:431
cc76011e
JX
7887#, c-format
7888msgid ""
7889"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
7890"existing notes"
7891msgstr ""
7892
df0617bf 7893#: builtin/notes.c:446 builtin/notes.c:525
cc76011e
JX
7894#, c-format
7895msgid "Overwriting existing notes for object %s\n"
7896msgstr ""
7897
df0617bf 7898#: builtin/notes.c:457 builtin/notes.c:618 builtin/notes.c:882
beb691f7
JX
7899#, c-format
7900msgid "Removing note for object %s\n"
7901msgstr ""
7902
df0617bf 7903#: builtin/notes.c:478
cc76011e
JX
7904msgid "read objects from stdin"
7905msgstr ""
7906
df0617bf 7907#: builtin/notes.c:480
cc76011e
JX
7908msgid "load rewriting config for <command> (implies --stdin)"
7909msgstr ""
7910
df0617bf 7911#: builtin/notes.c:498
cc76011e
JX
7912msgid "too few parameters"
7913msgstr ""
7914
df0617bf 7915#: builtin/notes.c:519
cc76011e
JX
7916#, c-format
7917msgid ""
7918"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
7919"existing notes"
7920msgstr ""
7921
df0617bf 7922#: builtin/notes.c:531
cc76011e
JX
7923#, c-format
7924msgid "Missing notes on source object %s. Cannot copy."
7925msgstr ""
7926
df0617bf 7927#: builtin/notes.c:583
cc76011e
JX
7928#, c-format
7929msgid ""
7930"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
7931"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
7932msgstr ""
7933
df0617bf 7934#: builtin/notes.c:764
cc76011e
JX
7935msgid "General options"
7936msgstr ""
7937
df0617bf 7938#: builtin/notes.c:766
cc76011e
JX
7939msgid "Merge options"
7940msgstr ""
7941
df0617bf 7942#: builtin/notes.c:768
cc76011e
JX
7943msgid ""
7944"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
7945"cat_sort_uniq)"
7946msgstr ""
7947
df0617bf 7948#: builtin/notes.c:770
cc76011e
JX
7949msgid "Committing unmerged notes"
7950msgstr ""
7951
df0617bf 7952#: builtin/notes.c:772
cc76011e
JX
7953msgid "finalize notes merge by committing unmerged notes"
7954msgstr ""
7955
df0617bf 7956#: builtin/notes.c:774
cc76011e
JX
7957msgid "Aborting notes merge resolution"
7958msgstr ""
7959
df0617bf 7960#: builtin/notes.c:776
cc76011e
JX
7961msgid "abort notes merge"
7962msgstr ""
7963
df0617bf
JX
7964#: builtin/notes.c:853
7965#, c-format
7966msgid "A notes merge into %s is already in-progress at %s"
7967msgstr ""
7968
7969#: builtin/notes.c:880
cc76011e
JX
7970#, c-format
7971msgid "Object %s has no note\n"
7972msgstr ""
7973
df0617bf 7974#: builtin/notes.c:892
cc76011e
JX
7975msgid "attempt to remove non-existent note is not an error"
7976msgstr ""
7977
df0617bf 7978#: builtin/notes.c:895
cc76011e
JX
7979msgid "read object names from the standard input"
7980msgstr ""
7981
df0617bf 7982#: builtin/notes.c:976
5e078fcd 7983msgid "notes-ref"
cc76011e
JX
7984msgstr ""
7985
df0617bf 7986#: builtin/notes.c:977
c2ea1208 7987msgid "use notes from <notes-ref>"
cc76011e
JX
7988msgstr ""
7989
df0617bf 7990#: builtin/notes.c:1012 builtin/remote.c:1588
cc76011e
JX
7991#, c-format
7992msgid "Unknown subcommand: %s"
7993msgstr ""
7994
d07a63e4 7995#: builtin/pack-objects.c:28
df0617bf
JX
7996msgid ""
7997"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
cc76011e
JX
7998msgstr ""
7999
d07a63e4 8000#: builtin/pack-objects.c:29
df0617bf
JX
8001msgid ""
8002"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
cc76011e
JX
8003msgstr ""
8004
c2ea1208 8005#: builtin/pack-objects.c:175 builtin/pack-objects.c:178
cc76011e
JX
8006#, c-format
8007msgid "deflate error (%d)"
8008msgstr ""
8009
c2ea1208 8010#: builtin/pack-objects.c:771
5e078fcd
JX
8011msgid "Writing objects"
8012msgstr ""
8013
64f23b0c 8014#: builtin/pack-objects.c:1011
5e078fcd
JX
8015msgid "disabling bitmap writing, as some objects are not being packed"
8016msgstr ""
8017
64f23b0c 8018#: builtin/pack-objects.c:2171
5e078fcd
JX
8019msgid "Compressing objects"
8020msgstr ""
8021
64f23b0c 8022#: builtin/pack-objects.c:2568
cc76011e
JX
8023#, c-format
8024msgid "unsupported index version %s"
8025msgstr ""
8026
64f23b0c 8027#: builtin/pack-objects.c:2572
cc76011e
JX
8028#, c-format
8029msgid "bad index version '%s'"
8030msgstr ""
8031
df0617bf 8032#: builtin/pack-objects.c:2602
cc76011e
JX
8033msgid "do not show progress meter"
8034msgstr ""
8035
df0617bf 8036#: builtin/pack-objects.c:2604
cc76011e
JX
8037msgid "show progress meter"
8038msgstr ""
8039
df0617bf 8040#: builtin/pack-objects.c:2606
cc76011e
JX
8041msgid "show progress meter during object writing phase"
8042msgstr ""
8043
df0617bf 8044#: builtin/pack-objects.c:2609
cc76011e
JX
8045msgid "similar to --all-progress when progress meter is shown"
8046msgstr ""
8047
df0617bf 8048#: builtin/pack-objects.c:2610
cc76011e
JX
8049msgid "version[,offset]"
8050msgstr ""
8051
df0617bf 8052#: builtin/pack-objects.c:2611
cc76011e
JX
8053msgid "write the pack index file in the specified idx format version"
8054msgstr ""
8055
df0617bf 8056#: builtin/pack-objects.c:2614
cc76011e
JX
8057msgid "maximum size of each output pack file"
8058msgstr ""
8059
df0617bf 8060#: builtin/pack-objects.c:2616
cc76011e
JX
8061msgid "ignore borrowed objects from alternate object store"
8062msgstr ""
8063
df0617bf 8064#: builtin/pack-objects.c:2618
cc76011e
JX
8065msgid "ignore packed objects"
8066msgstr ""
8067
df0617bf 8068#: builtin/pack-objects.c:2620
cc76011e
JX
8069msgid "limit pack window by objects"
8070msgstr ""
8071
df0617bf 8072#: builtin/pack-objects.c:2622
cc76011e
JX
8073msgid "limit pack window by memory in addition to object limit"
8074msgstr ""
8075
df0617bf 8076#: builtin/pack-objects.c:2624
cc76011e
JX
8077msgid "maximum length of delta chain allowed in the resulting pack"
8078msgstr ""
8079
df0617bf 8080#: builtin/pack-objects.c:2626
cc76011e
JX
8081msgid "reuse existing deltas"
8082msgstr ""
8083
df0617bf 8084#: builtin/pack-objects.c:2628
cc76011e
JX
8085msgid "reuse existing objects"
8086msgstr ""
8087
df0617bf 8088#: builtin/pack-objects.c:2630
cc76011e
JX
8089msgid "use OFS_DELTA objects"
8090msgstr ""
8091
df0617bf 8092#: builtin/pack-objects.c:2632
cc76011e
JX
8093msgid "use threads when searching for best delta matches"
8094msgstr ""
8095
df0617bf 8096#: builtin/pack-objects.c:2634
cc76011e
JX
8097msgid "do not create an empty pack output"
8098msgstr ""
8099
df0617bf 8100#: builtin/pack-objects.c:2636
cc76011e
JX
8101msgid "read revision arguments from standard input"
8102msgstr ""
8103
df0617bf 8104#: builtin/pack-objects.c:2638
cc76011e
JX
8105msgid "limit the objects to those that are not yet packed"
8106msgstr ""
8107
df0617bf 8108#: builtin/pack-objects.c:2641
cc76011e
JX
8109msgid "include objects reachable from any reference"
8110msgstr ""
8111
df0617bf 8112#: builtin/pack-objects.c:2644
cc76011e
JX
8113msgid "include objects referred by reflog entries"
8114msgstr ""
8115
df0617bf 8116#: builtin/pack-objects.c:2647
d07a63e4
JX
8117msgid "include objects referred to by the index"
8118msgstr ""
8119
df0617bf 8120#: builtin/pack-objects.c:2650
cc76011e
JX
8121msgid "output pack to stdout"
8122msgstr ""
8123
df0617bf 8124#: builtin/pack-objects.c:2652
cc76011e
JX
8125msgid "include tag objects that refer to objects to be packed"
8126msgstr ""
8127
df0617bf 8128#: builtin/pack-objects.c:2654
cc76011e
JX
8129msgid "keep unreachable objects"
8130msgstr ""
8131
df0617bf 8132#: builtin/pack-objects.c:2655 parse-options.h:142
cc76011e
JX
8133msgid "time"
8134msgstr ""
8135
df0617bf 8136#: builtin/pack-objects.c:2656
cc76011e
JX
8137msgid "unpack unreachable objects newer than <time>"
8138msgstr ""
8139
df0617bf 8140#: builtin/pack-objects.c:2659
cc76011e
JX
8141msgid "create thin packs"
8142msgstr ""
8143
df0617bf 8144#: builtin/pack-objects.c:2661
beb691f7
JX
8145msgid "create packs suitable for shallow fetches"
8146msgstr ""
8147
df0617bf 8148#: builtin/pack-objects.c:2663
cc76011e
JX
8149msgid "ignore packs that have companion .keep file"
8150msgstr ""
8151
df0617bf 8152#: builtin/pack-objects.c:2665
cc76011e
JX
8153msgid "pack compression level"
8154msgstr ""
8155
df0617bf 8156#: builtin/pack-objects.c:2667
cc76011e
JX
8157msgid "do not hide commits by grafts"
8158msgstr ""
8159
df0617bf 8160#: builtin/pack-objects.c:2669
5e078fcd
JX
8161msgid "use a bitmap index if available to speed up counting objects"
8162msgstr ""
8163
df0617bf 8164#: builtin/pack-objects.c:2671
5e078fcd
JX
8165msgid "write a bitmap index together with the pack index"
8166msgstr ""
8167
df0617bf 8168#: builtin/pack-objects.c:2762
5e078fcd
JX
8169msgid "Counting objects"
8170msgstr ""
8171
df0617bf
JX
8172#: builtin/pack-refs.c:6
8173msgid "git pack-refs [<options>]"
8174msgstr ""
8175
8176#: builtin/pack-refs.c:14
8177msgid "pack everything"
8178msgstr ""
8179
8180#: builtin/pack-refs.c:15
8181msgid "prune loose refs (default)"
8182msgstr ""
8183
8184#: builtin/prune-packed.c:7
8185msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
8186msgstr ""
8187
8188#: builtin/prune-packed.c:40
8189msgid "Removing duplicate objects"
8190msgstr ""
8191
8192#: builtin/prune.c:11
8193msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
8194msgstr ""
8195
8196#: builtin/prune.c:105 builtin/worktree.c:121
8197msgid "do not remove, show only"
8198msgstr ""
8199
8200#: builtin/prune.c:106 builtin/worktree.c:122
8201msgid "report pruned objects"
8202msgstr ""
8203
8204#: builtin/prune.c:109 builtin/worktree.c:124
8205msgid "expire objects older than <time>"
8206msgstr ""
8207
8208#: builtin/pull.c:69
8209msgid "git pull [options] [<repository> [<refspec>...]]"
8210msgstr ""
8211
8212#: builtin/pull.c:113
8213msgid "Options related to merging"
8214msgstr ""
8215
df0617bf
JX
8216#: builtin/pull.c:116
8217msgid "incorporate changes by rebasing rather than merging"
8218msgstr ""
8219
8220#: builtin/pull.c:140 builtin/revert.c:105
8221msgid "allow fast-forward"
8222msgstr ""
8223
8224#: builtin/pull.c:146
8225msgid "verify that the named commit has a valid GPG signature"
8226msgstr ""
8227
8228#: builtin/pull.c:160
8229msgid "Options related to fetching"
8230msgstr ""
8231
8232#: builtin/pull.c:268
8233#, c-format
8234msgid "Invalid value for pull.ff: %s"
8235msgstr ""
8236
8237#: builtin/pull.c:352
8238msgid "Cannot pull with rebase: You have unstaged changes."
8239msgstr ""
8240
8241#: builtin/pull.c:358
8242msgid "Additionally, your index contains uncommitted changes."
8243msgstr ""
8244
8245#: builtin/pull.c:360
8246msgid "Cannot pull with rebase: Your index contains uncommitted changes."
8247msgstr ""
8248
8249#: builtin/pull.c:436
8250msgid ""
8251"There is no candidate for rebasing against among the refs that you just "
8252"fetched."
8253msgstr ""
8254
8255#: builtin/pull.c:438
8256msgid ""
8257"There are no candidates for merging among the refs that you just fetched."
8258msgstr ""
8259
8260#: builtin/pull.c:439
8261msgid ""
8262"Generally this means that you provided a wildcard refspec which had no\n"
8263"matches on the remote end."
8264msgstr ""
8265
8266#: builtin/pull.c:442
8267#, c-format
8268msgid ""
8269"You asked to pull from the remote '%s', but did not specify\n"
8270"a branch. Because this is not the default configured remote\n"
8271"for your current branch, you must specify a branch on the command line."
8272msgstr ""
8273
8274#: builtin/pull.c:447
8275msgid "You are not currently on a branch."
8276msgstr ""
8277
8278#: builtin/pull.c:449 builtin/pull.c:464
8279msgid "Please specify which branch you want to rebase against."
8280msgstr ""
8281
8282#: builtin/pull.c:451 builtin/pull.c:466
8283msgid "Please specify which branch you want to merge with."
8284msgstr ""
8285
8286#: builtin/pull.c:452 builtin/pull.c:467
8287msgid "See git-pull(1) for details."
cc76011e
JX
8288msgstr ""
8289
df0617bf
JX
8290#: builtin/pull.c:462
8291msgid "There is no tracking information for the current branch."
cc76011e
JX
8292msgstr ""
8293
df0617bf
JX
8294#: builtin/pull.c:471
8295#, c-format
8296msgid ""
8297"If you wish to set tracking information for this branch you can do so with:\n"
8298"\n"
8299" git branch --set-upstream-to=%s/<branch> %s\n"
cc76011e
JX
8300msgstr ""
8301
df0617bf
JX
8302#: builtin/pull.c:476
8303#, c-format
8304msgid ""
8305"Your configuration specifies to merge with the ref '%s'\n"
8306"from the remote, but no such ref was fetched."
cc76011e
JX
8307msgstr ""
8308
df0617bf
JX
8309#: builtin/pull.c:830
8310msgid "Updating an unborn branch with changes added to the index."
5e078fcd
JX
8311msgstr ""
8312
df0617bf
JX
8313#: builtin/pull.c:859
8314#, c-format
8315msgid ""
8316"fetch updated the current branch head.\n"
8317"fast-forwarding your working tree from\n"
8318"commit %s."
cc76011e
JX
8319msgstr ""
8320
df0617bf
JX
8321#: builtin/pull.c:864
8322#, c-format
8323msgid ""
8324"Cannot fast-forward your working tree.\n"
8325"After making sure that you saved anything precious from\n"
8326"$ git diff %s\n"
8327"output, run\n"
8328"$ git reset --hard\n"
8329"to recover."
cc76011e
JX
8330msgstr ""
8331
df0617bf
JX
8332#: builtin/pull.c:879
8333msgid "Cannot merge multiple branches into empty head."
cc76011e
JX
8334msgstr ""
8335
df0617bf
JX
8336#: builtin/pull.c:883
8337msgid "Cannot rebase onto multiple branches."
cc76011e
JX
8338msgstr ""
8339
df0617bf 8340#: builtin/push.c:15
cc76011e
JX
8341msgid "git push [<options>] [<repository> [<refspec>...]]"
8342msgstr ""
8343
df0617bf 8344#: builtin/push.c:86
cc76011e
JX
8345msgid "tag shorthand without <tag>"
8346msgstr ""
8347
df0617bf 8348#: builtin/push.c:96
cc76011e
JX
8349msgid "--delete only accepts plain target ref names"
8350msgstr ""
8351
df0617bf 8352#: builtin/push.c:140
cc76011e
JX
8353msgid ""
8354"\n"
8355"To choose either option permanently, see push.default in 'git help config'."
8356msgstr ""
8357
df0617bf 8358#: builtin/push.c:143
cc76011e
JX
8359#, c-format
8360msgid ""
8361"The upstream branch of your current branch does not match\n"
8362"the name of your current branch. To push to the upstream branch\n"
8363"on the remote, use\n"
8364"\n"
8365" git push %s HEAD:%s\n"
8366"\n"
8367"To push to the branch of the same name on the remote, use\n"
8368"\n"
8369" git push %s %s\n"
8370"%s"
8371msgstr ""
8372
df0617bf 8373#: builtin/push.c:158
cc76011e
JX
8374#, c-format
8375msgid ""
8376"You are not currently on a branch.\n"
8377"To push the history leading to the current (detached HEAD)\n"
8378"state now, use\n"
8379"\n"
8380" git push %s HEAD:<name-of-remote-branch>\n"
8381msgstr ""
8382
df0617bf 8383#: builtin/push.c:172
cc76011e
JX
8384#, c-format
8385msgid ""
8386"The current branch %s has no upstream branch.\n"
8387"To push the current branch and set the remote as upstream, use\n"
8388"\n"
8389" git push --set-upstream %s %s\n"
8390msgstr ""
8391
df0617bf 8392#: builtin/push.c:180
cc76011e
JX
8393#, c-format
8394msgid "The current branch %s has multiple upstream branches, refusing to push."
8395msgstr ""
8396
df0617bf 8397#: builtin/push.c:183
cc76011e
JX
8398#, c-format
8399msgid ""
8400"You are pushing to remote '%s', which is not the upstream of\n"
8401"your current branch '%s', without telling me what to push\n"
8402"to update which remote branch."
8403msgstr ""
8404
df0617bf 8405#: builtin/push.c:206
cc76011e 8406msgid ""
5e078fcd 8407"push.default is unset; its implicit value has changed in\n"
cc76011e 8408"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
5e078fcd 8409"and maintain the traditional behavior, use:\n"
cc76011e
JX
8410"\n"
8411" git config --global push.default matching\n"
8412"\n"
8413"To squelch this message and adopt the new behavior now, use:\n"
8414"\n"
8415" git config --global push.default simple\n"
8416"\n"
df49095a
JX
8417"When push.default is set to 'matching', git will push local branches\n"
8418"to the remote branches that already exist with the same name.\n"
8419"\n"
5e078fcd 8420"Since Git 2.0, Git defaults to the more conservative 'simple'\n"
df49095a
JX
8421"behavior, which only pushes the current branch to the corresponding\n"
8422"remote branch that 'git pull' uses to update the current branch.\n"
8423"\n"
cc76011e
JX
8424"See 'git help config' and search for 'push.default' for further "
8425"information.\n"
8426"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
8427"'current' instead of 'simple' if you sometimes use older versions of Git)"
8428msgstr ""
8429
df0617bf 8430#: builtin/push.c:273
cc76011e
JX
8431msgid ""
8432"You didn't specify any refspecs to push, and push.default is \"nothing\"."
8433msgstr ""
8434
df0617bf 8435#: builtin/push.c:280
cc76011e
JX
8436msgid ""
8437"Updates were rejected because the tip of your current branch is behind\n"
28b3cffc
JX
8438"its remote counterpart. Integrate the remote changes (e.g.\n"
8439"'git pull ...') before pushing again.\n"
cc76011e
JX
8440"See the 'Note about fast-forwards' in 'git push --help' for details."
8441msgstr ""
8442
df0617bf 8443#: builtin/push.c:286
cc76011e
JX
8444msgid ""
8445"Updates were rejected because a pushed branch tip is behind its remote\n"
28b3cffc
JX
8446"counterpart. Check out this branch and integrate the remote changes\n"
8447"(e.g. 'git pull ...') before pushing again.\n"
cc76011e
JX
8448"See the 'Note about fast-forwards' in 'git push --help' for details."
8449msgstr ""
8450
df0617bf 8451#: builtin/push.c:292
46bc4039 8452msgid ""
9caaf23e
JX
8453"Updates were rejected because the remote contains work that you do\n"
8454"not have locally. This is usually caused by another repository pushing\n"
28b3cffc
JX
8455"to the same ref. You may want to first integrate the remote changes\n"
8456"(e.g., 'git pull ...') before pushing again.\n"
9caaf23e 8457"See the 'Note about fast-forwards' in 'git push --help' for details."
46bc4039
JX
8458msgstr ""
8459
df0617bf 8460#: builtin/push.c:299
9caaf23e
JX
8461msgid "Updates were rejected because the tag already exists in the remote."
8462msgstr ""
8463
df0617bf 8464#: builtin/push.c:302
9caaf23e
JX
8465msgid ""
8466"You cannot update a remote ref that points at a non-commit object,\n"
8467"or update a remote ref to make it point at a non-commit object,\n"
8468"without using the '--force' option.\n"
8469msgstr ""
8470
df0617bf 8471#: builtin/push.c:361
cc76011e
JX
8472#, c-format
8473msgid "Pushing to %s\n"
8474msgstr ""
8475
df0617bf 8476#: builtin/push.c:365
cc76011e
JX
8477#, c-format
8478msgid "failed to push some refs to '%s'"
8479msgstr ""
8480
df0617bf 8481#: builtin/push.c:395
cc76011e
JX
8482#, c-format
8483msgid "bad repository '%s'"
8484msgstr ""
8485
df0617bf 8486#: builtin/push.c:396
cc76011e
JX
8487msgid ""
8488"No configured push destination.\n"
8489"Either specify the URL from the command-line or configure a remote "
8490"repository using\n"
8491"\n"
8492" git remote add <name> <url>\n"
8493"\n"
8494"and then push using the remote name\n"
8495"\n"
8496" git push <name>\n"
8497msgstr ""
8498
df0617bf 8499#: builtin/push.c:411
cc76011e
JX
8500msgid "--all and --tags are incompatible"
8501msgstr ""
8502
df0617bf 8503#: builtin/push.c:412
cc76011e
JX
8504msgid "--all can't be combined with refspecs"
8505msgstr ""
8506
df0617bf 8507#: builtin/push.c:417
cc76011e
JX
8508msgid "--mirror and --tags are incompatible"
8509msgstr ""
8510
df0617bf 8511#: builtin/push.c:418
cc76011e
JX
8512msgid "--mirror can't be combined with refspecs"
8513msgstr ""
8514
df0617bf 8515#: builtin/push.c:423
cc76011e
JX
8516msgid "--all and --mirror are incompatible"
8517msgstr ""
8518
df0617bf 8519#: builtin/push.c:539
cc76011e
JX
8520msgid "repository"
8521msgstr ""
8522
df0617bf 8523#: builtin/push.c:540 builtin/send-pack.c:161
cc76011e
JX
8524msgid "push all refs"
8525msgstr ""
8526
df0617bf 8527#: builtin/push.c:541 builtin/send-pack.c:163
cc76011e
JX
8528msgid "mirror all refs"
8529msgstr ""
8530
df0617bf 8531#: builtin/push.c:543
cc76011e
JX
8532msgid "delete refs"
8533msgstr ""
8534
df0617bf 8535#: builtin/push.c:544
cc76011e
JX
8536msgid "push tags (can't be used with --all or --mirror)"
8537msgstr ""
8538
df0617bf 8539#: builtin/push.c:547 builtin/send-pack.c:164
cc76011e
JX
8540msgid "force updates"
8541msgstr ""
8542
df0617bf 8543#: builtin/push.c:549 builtin/send-pack.c:175
727b9576
JX
8544msgid "refname>:<expect"
8545msgstr ""
8546
df0617bf 8547#: builtin/push.c:550 builtin/send-pack.c:176
727b9576
JX
8548msgid "require old value of ref to be at this value"
8549msgstr ""
8550
df0617bf 8551#: builtin/push.c:553
cc76011e
JX
8552msgid "control recursive pushing of submodules"
8553msgstr ""
8554
df0617bf 8555#: builtin/push.c:555 builtin/send-pack.c:169
cc76011e
JX
8556msgid "use thin pack"
8557msgstr ""
8558
df0617bf
JX
8559#: builtin/push.c:556 builtin/push.c:557 builtin/send-pack.c:158
8560#: builtin/send-pack.c:159
cc76011e
JX
8561msgid "receive pack program"
8562msgstr ""
8563
df0617bf 8564#: builtin/push.c:558
cc76011e
JX
8565msgid "set upstream for git pull/status"
8566msgstr ""
8567
df0617bf 8568#: builtin/push.c:561
cc76011e
JX
8569msgid "prune locally removed refs"
8570msgstr ""
8571
df0617bf 8572#: builtin/push.c:563
9caaf23e
JX
8573msgid "bypass pre-push hook"
8574msgstr ""
8575
df0617bf 8576#: builtin/push.c:564
c138af56 8577msgid "push missing but relevant tags"
cc76011e
JX
8578msgstr ""
8579
df0617bf 8580#: builtin/push.c:567 builtin/send-pack.c:166
d07a63e4
JX
8581msgid "GPG sign the push"
8582msgstr ""
8583
df0617bf 8584#: builtin/push.c:569 builtin/send-pack.c:170
c2ea1208
JX
8585msgid "request atomic transaction on remote side"
8586msgstr ""
8587
df0617bf 8588#: builtin/push.c:579
c138af56
JX
8589msgid "--delete is incompatible with --all, --mirror and --tags"
8590msgstr ""
8591
df0617bf 8592#: builtin/push.c:581
cc76011e
JX
8593msgid "--delete doesn't make sense without any refs"
8594msgstr ""
8595
d07a63e4 8596#: builtin/read-tree.c:37
cc76011e 8597msgid ""
df0617bf 8598"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
cc76011e
JX
8599"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
8600"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
8601msgstr ""
8602
d07a63e4 8603#: builtin/read-tree.c:110
cc76011e
JX
8604msgid "write resulting index to <file>"
8605msgstr ""
8606
d07a63e4 8607#: builtin/read-tree.c:113
cc76011e
JX
8608msgid "only empty the index"
8609msgstr ""
8610
d07a63e4 8611#: builtin/read-tree.c:115
cc76011e
JX
8612msgid "Merging"
8613msgstr ""
8614
d07a63e4 8615#: builtin/read-tree.c:117
cc76011e
JX
8616msgid "perform a merge in addition to a read"
8617msgstr ""
8618
d07a63e4 8619#: builtin/read-tree.c:119
cc76011e
JX
8620msgid "3-way merge if no file level merging required"
8621msgstr ""
8622
d07a63e4 8623#: builtin/read-tree.c:121
cc76011e
JX
8624msgid "3-way merge in presence of adds and removes"
8625msgstr ""
8626
d07a63e4 8627#: builtin/read-tree.c:123
cc76011e
JX
8628msgid "same as -m, but discard unmerged entries"
8629msgstr ""
8630
d07a63e4 8631#: builtin/read-tree.c:124
cc76011e
JX
8632msgid "<subdirectory>/"
8633msgstr ""
8634
d07a63e4 8635#: builtin/read-tree.c:125
cc76011e
JX
8636msgid "read the tree into the index under <subdirectory>/"
8637msgstr ""
8638
d07a63e4 8639#: builtin/read-tree.c:128
cc76011e
JX
8640msgid "update working tree with merge result"
8641msgstr ""
8642
d07a63e4 8643#: builtin/read-tree.c:130
cc76011e
JX
8644msgid "gitignore"
8645msgstr ""
8646
d07a63e4 8647#: builtin/read-tree.c:131
cc76011e
JX
8648msgid "allow explicitly ignored files to be overwritten"
8649msgstr ""
8650
d07a63e4 8651#: builtin/read-tree.c:134
cc76011e
JX
8652msgid "don't check the working tree after merging"
8653msgstr ""
8654
d07a63e4 8655#: builtin/read-tree.c:135
cc76011e
JX
8656msgid "don't update the index or the work tree"
8657msgstr ""
8658
d07a63e4 8659#: builtin/read-tree.c:137
cc76011e
JX
8660msgid "skip applying sparse checkout filter"
8661msgstr ""
8662
d07a63e4 8663#: builtin/read-tree.c:139
cc76011e
JX
8664msgid "debug unpack-trees"
8665msgstr ""
8666
df0617bf 8667#: builtin/reflog.c:432
28b3cffc 8668#, c-format
df0617bf 8669msgid "'%s' for '%s' is not a valid timestamp"
28b3cffc
JX
8670msgstr ""
8671
df0617bf 8672#: builtin/reflog.c:549 builtin/reflog.c:554
28b3cffc
JX
8673#, c-format
8674msgid "'%s' is not a valid timestamp"
8675msgstr ""
8676
df49095a 8677#: builtin/remote.c:12
cc76011e
JX
8678msgid "git remote [-v | --verbose]"
8679msgstr ""
8680
df49095a 8681#: builtin/remote.c:13
cc76011e 8682msgid ""
c2ea1208 8683"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
cc76011e
JX
8684"mirror=<fetch|push>] <name> <url>"
8685msgstr ""
8686
df49095a 8687#: builtin/remote.c:14 builtin/remote.c:33
cc76011e
JX
8688msgid "git remote rename <old> <new>"
8689msgstr ""
8690
df49095a 8691#: builtin/remote.c:15 builtin/remote.c:38
cc76011e
JX
8692msgid "git remote remove <name>"
8693msgstr ""
8694
c2ea1208
JX
8695#: builtin/remote.c:16 builtin/remote.c:43
8696msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
cc76011e
JX
8697msgstr ""
8698
df49095a 8699#: builtin/remote.c:17
cc76011e
JX
8700msgid "git remote [-v | --verbose] show [-n] <name>"
8701msgstr ""
8702
df49095a 8703#: builtin/remote.c:18
cc76011e
JX
8704msgid "git remote prune [-n | --dry-run] <name>"
8705msgstr ""
8706
df49095a 8707#: builtin/remote.c:19
cc76011e
JX
8708msgid ""
8709"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
8710msgstr ""
8711
df49095a 8712#: builtin/remote.c:20
cc76011e
JX
8713msgid "git remote set-branches [--add] <name> <branch>..."
8714msgstr ""
8715
df49095a 8716#: builtin/remote.c:21 builtin/remote.c:69
cc76011e
JX
8717msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
8718msgstr ""
8719
df49095a 8720#: builtin/remote.c:22 builtin/remote.c:70
cc76011e
JX
8721msgid "git remote set-url --add <name> <newurl>"
8722msgstr ""
8723
df49095a 8724#: builtin/remote.c:23 builtin/remote.c:71
cc76011e
JX
8725msgid "git remote set-url --delete <name> <url>"
8726msgstr ""
8727
df49095a 8728#: builtin/remote.c:28
cc76011e
JX
8729msgid "git remote add [<options>] <name> <url>"
8730msgstr ""
8731
df49095a 8732#: builtin/remote.c:48
cc76011e
JX
8733msgid "git remote set-branches <name> <branch>..."
8734msgstr ""
8735
df49095a 8736#: builtin/remote.c:49
cc76011e
JX
8737msgid "git remote set-branches --add <name> <branch>..."
8738msgstr ""
8739
df49095a 8740#: builtin/remote.c:54
cc76011e
JX
8741msgid "git remote show [<options>] <name>"
8742msgstr ""
8743
df49095a 8744#: builtin/remote.c:59
cc76011e
JX
8745msgid "git remote prune [<options>] <name>"
8746msgstr ""
8747
df49095a 8748#: builtin/remote.c:64
cc76011e
JX
8749msgid "git remote update [<options>] [<group> | <remote>]..."
8750msgstr ""
8751
df49095a 8752#: builtin/remote.c:88
cc76011e
JX
8753#, c-format
8754msgid "Updating %s"
8755msgstr ""
8756
df49095a 8757#: builtin/remote.c:120
cc76011e
JX
8758msgid ""
8759"--mirror is dangerous and deprecated; please\n"
8760"\t use --mirror=fetch or --mirror=push instead"
8761msgstr ""
8762
df49095a 8763#: builtin/remote.c:137
cc76011e
JX
8764#, c-format
8765msgid "unknown mirror argument: %s"
8766msgstr ""
8767
df49095a 8768#: builtin/remote.c:153
cc76011e
JX
8769msgid "fetch the remote branches"
8770msgstr ""
8771
df49095a 8772#: builtin/remote.c:155
cc76011e
JX
8773msgid "import all tags and associated objects when fetching"
8774msgstr ""
8775
df49095a 8776#: builtin/remote.c:158
cc76011e
JX
8777msgid "or do not fetch any tag at all (--no-tags)"
8778msgstr ""
8779
df49095a 8780#: builtin/remote.c:160
cc76011e
JX
8781msgid "branch(es) to track"
8782msgstr ""
8783
df49095a 8784#: builtin/remote.c:161
cc76011e
JX
8785msgid "master branch"
8786msgstr ""
8787
df49095a 8788#: builtin/remote.c:162
cc76011e
JX
8789msgid "push|fetch"
8790msgstr ""
8791
df49095a 8792#: builtin/remote.c:163
cc76011e
JX
8793msgid "set up remote as a mirror to push to or fetch from"
8794msgstr ""
8795
df49095a 8796#: builtin/remote.c:175
cc76011e
JX
8797msgid "specifying a master branch makes no sense with --mirror"
8798msgstr ""
8799
df49095a 8800#: builtin/remote.c:177
cc76011e
JX
8801msgid "specifying branches to track makes sense only with fetch mirrors"
8802msgstr ""
8803
df0617bf 8804#: builtin/remote.c:187 builtin/remote.c:637
cc76011e
JX
8805#, c-format
8806msgid "remote %s already exists."
8807msgstr ""
8808
df0617bf 8809#: builtin/remote.c:191 builtin/remote.c:641
cc76011e
JX
8810#, c-format
8811msgid "'%s' is not a valid remote name"
8812msgstr ""
8813
105979f7 8814#: builtin/remote.c:235
cc76011e
JX
8815#, c-format
8816msgid "Could not setup master '%s'"
8817msgstr ""
8818
105979f7 8819#: builtin/remote.c:335
cc76011e
JX
8820#, c-format
8821msgid "Could not get fetch map for refspec %s"
8822msgstr ""
8823
105979f7 8824#: builtin/remote.c:436 builtin/remote.c:444
cc76011e
JX
8825msgid "(matching)"
8826msgstr ""
8827
105979f7 8828#: builtin/remote.c:448
cc76011e
JX
8829msgid "(delete)"
8830msgstr ""
8831
df0617bf 8832#: builtin/remote.c:588 builtin/remote.c:594 builtin/remote.c:600
cc76011e
JX
8833#, c-format
8834msgid "Could not append '%s' to '%s'"
8835msgstr ""
8836
df0617bf 8837#: builtin/remote.c:630 builtin/remote.c:769 builtin/remote.c:869
cc76011e
JX
8838#, c-format
8839msgid "No such remote: %s"
8840msgstr ""
8841
df0617bf 8842#: builtin/remote.c:647
cc76011e
JX
8843#, c-format
8844msgid "Could not rename config section '%s' to '%s'"
8845msgstr ""
8846
df0617bf 8847#: builtin/remote.c:653 builtin/remote.c:821
cc76011e
JX
8848#, c-format
8849msgid "Could not remove config section '%s'"
8850msgstr ""
8851
df0617bf 8852#: builtin/remote.c:668
cc76011e
JX
8853#, c-format
8854msgid ""
8855"Not updating non-default fetch refspec\n"
8856"\t%s\n"
8857"\tPlease update the configuration manually if necessary."
8858msgstr ""
8859
df0617bf 8860#: builtin/remote.c:674
cc76011e
JX
8861#, c-format
8862msgid "Could not append '%s'"
8863msgstr ""
8864
df0617bf 8865#: builtin/remote.c:685
cc76011e
JX
8866#, c-format
8867msgid "Could not set '%s'"
8868msgstr ""
8869
df0617bf 8870#: builtin/remote.c:707
cc76011e
JX
8871#, c-format
8872msgid "deleting '%s' failed"
8873msgstr ""
8874
df0617bf 8875#: builtin/remote.c:741
cc76011e
JX
8876#, c-format
8877msgid "creating '%s' failed"
8878msgstr ""
8879
df0617bf 8880#: builtin/remote.c:807
cc76011e
JX
8881msgid ""
8882"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
8883"to delete it, use:"
8884msgid_plural ""
8885"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
8886"to delete them, use:"
8887msgstr[0] ""
8888msgstr[1] ""
8889
df0617bf 8890#: builtin/remote.c:922
cc76011e
JX
8891#, c-format
8892msgid " new (next fetch will store in remotes/%s)"
8893msgstr ""
8894
df0617bf 8895#: builtin/remote.c:925
cc76011e
JX
8896msgid " tracked"
8897msgstr ""
8898
df0617bf 8899#: builtin/remote.c:927
cc76011e
JX
8900msgid " stale (use 'git remote prune' to remove)"
8901msgstr ""
8902
df0617bf 8903#: builtin/remote.c:929
cc76011e
JX
8904msgid " ???"
8905msgstr ""
8906
df0617bf 8907#: builtin/remote.c:970
cc76011e
JX
8908#, c-format
8909msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
8910msgstr ""
8911
df0617bf 8912#: builtin/remote.c:977
cc76011e
JX
8913#, c-format
8914msgid "rebases onto remote %s"
8915msgstr ""
8916
df0617bf 8917#: builtin/remote.c:980
cc76011e
JX
8918#, c-format
8919msgid " merges with remote %s"
822e4a65
JX
8920msgstr ""
8921
df0617bf 8922#: builtin/remote.c:981
cc76011e
JX
8923msgid " and with remote"
8924msgstr ""
8925
df0617bf 8926#: builtin/remote.c:983
822e4a65 8927#, c-format
cc76011e 8928msgid "merges with remote %s"
822e4a65
JX
8929msgstr ""
8930
df0617bf 8931#: builtin/remote.c:984
cc76011e
JX
8932msgid " and with remote"
8933msgstr ""
8934
df0617bf 8935#: builtin/remote.c:1030
cc76011e
JX
8936msgid "create"
8937msgstr ""
8938
df0617bf 8939#: builtin/remote.c:1033
cc76011e
JX
8940msgid "delete"
8941msgstr ""
8942
df0617bf 8943#: builtin/remote.c:1037
cc76011e
JX
8944msgid "up to date"
8945msgstr ""
8946
df0617bf 8947#: builtin/remote.c:1040
cc76011e
JX
8948msgid "fast-forwardable"
8949msgstr ""
8950
df0617bf 8951#: builtin/remote.c:1043
cc76011e
JX
8952msgid "local out of date"
8953msgstr ""
8954
df0617bf 8955#: builtin/remote.c:1050
822e4a65 8956#, c-format
cc76011e 8957msgid " %-*s forces to %-*s (%s)"
822e4a65
JX
8958msgstr ""
8959
df0617bf 8960#: builtin/remote.c:1053
822e4a65 8961#, c-format
cc76011e 8962msgid " %-*s pushes to %-*s (%s)"
822e4a65
JX
8963msgstr ""
8964
df0617bf 8965#: builtin/remote.c:1057
cc76011e
JX
8966#, c-format
8967msgid " %-*s forces to %s"
822e4a65
JX
8968msgstr ""
8969
df0617bf 8970#: builtin/remote.c:1060
822e4a65 8971#, c-format
cc76011e 8972msgid " %-*s pushes to %s"
822e4a65
JX
8973msgstr ""
8974
df0617bf 8975#: builtin/remote.c:1128
cc76011e
JX
8976msgid "do not query remotes"
8977msgstr ""
8978
df0617bf 8979#: builtin/remote.c:1155
822e4a65 8980#, c-format
cc76011e 8981msgid "* remote %s"
822e4a65
JX
8982msgstr ""
8983
df0617bf 8984#: builtin/remote.c:1156
822e4a65 8985#, c-format
cc76011e 8986msgid " Fetch URL: %s"
822e4a65
JX
8987msgstr ""
8988
df0617bf 8989#: builtin/remote.c:1157 builtin/remote.c:1308
cc76011e
JX
8990msgid "(no URL)"
8991msgstr ""
8992
df0617bf 8993#: builtin/remote.c:1166 builtin/remote.c:1168
822e4a65 8994#, c-format
cc76011e 8995msgid " Push URL: %s"
822e4a65
JX
8996msgstr ""
8997
df0617bf 8998#: builtin/remote.c:1170 builtin/remote.c:1172 builtin/remote.c:1174
822e4a65 8999#, c-format
cc76011e 9000msgid " HEAD branch: %s"
822e4a65
JX
9001msgstr ""
9002
df0617bf 9003#: builtin/remote.c:1176
11b90174 9004#, c-format
cc76011e
JX
9005msgid ""
9006" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11b90174
JX
9007msgstr ""
9008
df0617bf 9009#: builtin/remote.c:1188
822e4a65 9010#, c-format
cc76011e
JX
9011msgid " Remote branch:%s"
9012msgid_plural " Remote branches:%s"
9013msgstr[0] ""
9014msgstr[1] ""
9015
df0617bf 9016#: builtin/remote.c:1191 builtin/remote.c:1218
cc76011e 9017msgid " (status not queried)"
822e4a65
JX
9018msgstr ""
9019
df0617bf 9020#: builtin/remote.c:1200
cc76011e
JX
9021msgid " Local branch configured for 'git pull':"
9022msgid_plural " Local branches configured for 'git pull':"
9023msgstr[0] ""
9024msgstr[1] ""
9025
df0617bf 9026#: builtin/remote.c:1208
cc76011e
JX
9027msgid " Local refs will be mirrored by 'git push'"
9028msgstr ""
9029
df0617bf 9030#: builtin/remote.c:1215
822e4a65 9031#, c-format
cc76011e
JX
9032msgid " Local ref configured for 'git push'%s:"
9033msgid_plural " Local refs configured for 'git push'%s:"
9034msgstr[0] ""
9035msgstr[1] ""
9036
df0617bf 9037#: builtin/remote.c:1236
cc76011e 9038msgid "set refs/remotes/<name>/HEAD according to remote"
822e4a65
JX
9039msgstr ""
9040
df0617bf 9041#: builtin/remote.c:1238
cc76011e
JX
9042msgid "delete refs/remotes/<name>/HEAD"
9043msgstr ""
9044
df0617bf 9045#: builtin/remote.c:1253
cc76011e
JX
9046msgid "Cannot determine remote HEAD"
9047msgstr ""
9048
df0617bf 9049#: builtin/remote.c:1255
cc76011e
JX
9050msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
9051msgstr ""
9052
df0617bf 9053#: builtin/remote.c:1265
822e4a65 9054#, c-format
cc76011e 9055msgid "Could not delete %s"
822e4a65
JX
9056msgstr ""
9057
df0617bf 9058#: builtin/remote.c:1273
822e4a65 9059#, c-format
cc76011e 9060msgid "Not a valid ref: %s"
822e4a65
JX
9061msgstr ""
9062
df0617bf 9063#: builtin/remote.c:1275
cc76011e
JX
9064#, c-format
9065msgid "Could not setup %s"
822e4a65
JX
9066msgstr ""
9067
df0617bf 9068#: builtin/remote.c:1293
cc76011e
JX
9069#, c-format
9070msgid " %s will become dangling!"
822e4a65
JX
9071msgstr ""
9072
df0617bf 9073#: builtin/remote.c:1294
cc76011e
JX
9074#, c-format
9075msgid " %s has become dangling!"
822e4a65
JX
9076msgstr ""
9077
df0617bf 9078#: builtin/remote.c:1304
822e4a65 9079#, c-format
cc76011e 9080msgid "Pruning %s"
822e4a65
JX
9081msgstr ""
9082
df0617bf 9083#: builtin/remote.c:1305
822e4a65 9084#, c-format
cc76011e 9085msgid "URL: %s"
822e4a65
JX
9086msgstr ""
9087
df0617bf 9088#: builtin/remote.c:1321
822e4a65 9089#, c-format
cc76011e 9090msgid " * [would prune] %s"
822e4a65
JX
9091msgstr ""
9092
df0617bf 9093#: builtin/remote.c:1324
822e4a65 9094#, c-format
cc76011e 9095msgid " * [pruned] %s"
822e4a65
JX
9096msgstr ""
9097
df0617bf 9098#: builtin/remote.c:1369
cc76011e
JX
9099msgid "prune remotes after fetching"
9100msgstr ""
9101
df0617bf 9102#: builtin/remote.c:1435 builtin/remote.c:1509
822e4a65 9103#, c-format
cc76011e 9104msgid "No such remote '%s'"
822e4a65
JX
9105msgstr ""
9106
df0617bf 9107#: builtin/remote.c:1455
cc76011e 9108msgid "add branch"
ccfca8dc
JX
9109msgstr ""
9110
df0617bf 9111#: builtin/remote.c:1462
cc76011e 9112msgid "no remote specified"
822e4a65
JX
9113msgstr ""
9114
df0617bf 9115#: builtin/remote.c:1484
cc76011e
JX
9116msgid "manipulate push URLs"
9117msgstr ""
9118
df0617bf 9119#: builtin/remote.c:1486
cc76011e
JX
9120msgid "add URL"
9121msgstr ""
9122
df0617bf 9123#: builtin/remote.c:1488
cc76011e
JX
9124msgid "delete URLs"
9125msgstr ""
9126
df0617bf 9127#: builtin/remote.c:1495
cc76011e
JX
9128msgid "--add --delete doesn't make sense"
9129msgstr ""
9130
df0617bf 9131#: builtin/remote.c:1535
cc76011e
JX
9132#, c-format
9133msgid "Invalid old URL pattern: %s"
9134msgstr ""
9135
df0617bf 9136#: builtin/remote.c:1543
cc76011e
JX
9137#, c-format
9138msgid "No such URL found: %s"
9139msgstr ""
9140
df0617bf 9141#: builtin/remote.c:1545
cc76011e
JX
9142msgid "Will not delete all non-push URLs"
9143msgstr ""
9144
df0617bf 9145#: builtin/remote.c:1559
cc76011e
JX
9146msgid "be verbose; must be placed before a subcommand"
9147msgstr ""
9148
fe05e196 9149#: builtin/repack.c:17
c2ea1208 9150msgid "git repack [<options>]"
727b9576
JX
9151msgstr ""
9152
beb691f7 9153#: builtin/repack.c:159
727b9576
JX
9154msgid "pack everything in a single pack"
9155msgstr ""
9156
beb691f7 9157#: builtin/repack.c:161
727b9576
JX
9158msgid "same as -a, and turn unreachable objects loose"
9159msgstr ""
9160
beb691f7 9161#: builtin/repack.c:164
727b9576
JX
9162msgid "remove redundant packs, and run git-prune-packed"
9163msgstr ""
9164
beb691f7 9165#: builtin/repack.c:166
727b9576
JX
9166msgid "pass --no-reuse-delta to git-pack-objects"
9167msgstr ""
9168
beb691f7 9169#: builtin/repack.c:168
727b9576
JX
9170msgid "pass --no-reuse-object to git-pack-objects"
9171msgstr ""
9172
beb691f7 9173#: builtin/repack.c:170
727b9576
JX
9174msgid "do not run git-update-server-info"
9175msgstr ""
9176
beb691f7 9177#: builtin/repack.c:173
727b9576
JX
9178msgid "pass --local to git-pack-objects"
9179msgstr ""
9180
beb691f7 9181#: builtin/repack.c:175
5e078fcd
JX
9182msgid "write bitmap index"
9183msgstr ""
9184
beb691f7 9185#: builtin/repack.c:176
727b9576
JX
9186msgid "approxidate"
9187msgstr ""
9188
beb691f7 9189#: builtin/repack.c:177
727b9576
JX
9190msgid "with -A, do not loosen objects older than this"
9191msgstr ""
9192
beb691f7 9193#: builtin/repack.c:179
727b9576
JX
9194msgid "size of the window used for delta compression"
9195msgstr ""
9196
beb691f7 9197#: builtin/repack.c:180 builtin/repack.c:184
d57b24b6
JX
9198msgid "bytes"
9199msgstr ""
9200
beb691f7 9201#: builtin/repack.c:181
727b9576
JX
9202msgid "same as the above, but limit memory size instead of entries count"
9203msgstr ""
9204
beb691f7 9205#: builtin/repack.c:183
727b9576
JX
9206msgid "limits the maximum delta depth"
9207msgstr ""
9208
beb691f7 9209#: builtin/repack.c:185
727b9576
JX
9210msgid "maximum size of each packfile"
9211msgstr ""
9212
beb691f7 9213#: builtin/repack.c:187
5e078fcd
JX
9214msgid "repack objects in packs marked with .keep"
9215msgstr ""
9216
df0617bf 9217#: builtin/repack.c:378
727b9576
JX
9218#, c-format
9219msgid "removing '%s' failed"
9220msgstr ""
9221
fe05e196 9222#: builtin/replace.c:19
cc76011e
JX
9223msgid "git replace [-f] <object> <replacement>"
9224msgstr ""
9225
fe05e196
JX
9226#: builtin/replace.c:20
9227msgid "git replace [-f] --edit <object>"
9228msgstr ""
9229
9230#: builtin/replace.c:21
9231msgid "git replace [-f] --graft <commit> [<parent>...]"
9232msgstr ""
9233
9234#: builtin/replace.c:22
cc76011e
JX
9235msgid "git replace -d <object>..."
9236msgstr ""
9237
fe05e196 9238#: builtin/replace.c:23
df49095a 9239msgid "git replace [--format=<format>] [-l [<pattern>]]"
822e4a65
JX
9240msgstr ""
9241
d07a63e4 9242#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
fe05e196
JX
9243#, c-format
9244msgid "Not a valid object name: '%s'"
9245msgstr ""
9246
d07a63e4 9247#: builtin/replace.c:355
fe05e196
JX
9248#, c-format
9249msgid "bad mergetag in commit '%s'"
9250msgstr ""
9251
d07a63e4 9252#: builtin/replace.c:357
fe05e196
JX
9253#, c-format
9254msgid "malformed mergetag in commit '%s'"
9255msgstr ""
9256
d07a63e4 9257#: builtin/replace.c:368
fe05e196
JX
9258#, c-format
9259msgid ""
9260"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
9261"instead of --graft"
9262msgstr ""
9263
d07a63e4 9264#: builtin/replace.c:401
fe05e196
JX
9265#, c-format
9266msgid "the original commit '%s' has a gpg signature."
9267msgstr ""
9268
d07a63e4 9269#: builtin/replace.c:402
fe05e196
JX
9270msgid "the signature will be removed in the replacement commit!"
9271msgstr ""
9272
d07a63e4 9273#: builtin/replace.c:408
fe05e196
JX
9274#, c-format
9275msgid "could not write replacement commit for: '%s'"
9276msgstr ""
9277
d07a63e4 9278#: builtin/replace.c:432
cc76011e 9279msgid "list replace refs"
822e4a65
JX
9280msgstr ""
9281
d07a63e4 9282#: builtin/replace.c:433
cc76011e 9283msgid "delete replace refs"
822e4a65
JX
9284msgstr ""
9285
d07a63e4 9286#: builtin/replace.c:434
fe05e196
JX
9287msgid "edit existing object"
9288msgstr ""
9289
d07a63e4 9290#: builtin/replace.c:435
fe05e196
JX
9291msgid "change a commit's parents"
9292msgstr ""
9293
d07a63e4 9294#: builtin/replace.c:436
cc76011e 9295msgid "replace the ref if it exists"
822e4a65
JX
9296msgstr ""
9297
d07a63e4 9298#: builtin/replace.c:437
fe05e196
JX
9299msgid "do not pretty-print contents for --edit"
9300msgstr ""
9301
d07a63e4 9302#: builtin/replace.c:438
df49095a
JX
9303msgid "use this format"
9304msgstr ""
9305
727b9576 9306#: builtin/rerere.c:12
c2ea1208 9307msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
822e4a65
JX
9308msgstr ""
9309
727b9576 9310#: builtin/rerere.c:57
cc76011e 9311msgid "register clean resolutions in index"
822e4a65
JX
9312msgstr ""
9313
d07a63e4 9314#: builtin/reset.c:26
822e4a65 9315msgid ""
cc76011e 9316"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
822e4a65
JX
9317msgstr ""
9318
d07a63e4 9319#: builtin/reset.c:27
46bc4039 9320msgid "git reset [-q] <tree-ish> [--] <paths>..."
822e4a65
JX
9321msgstr ""
9322
d07a63e4 9323#: builtin/reset.c:28
46bc4039 9324msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
822e4a65
JX
9325msgstr ""
9326
d07a63e4 9327#: builtin/reset.c:34
cc76011e 9328msgid "mixed"
dce37b66
JX
9329msgstr ""
9330
d07a63e4 9331#: builtin/reset.c:34
cc76011e 9332msgid "soft"
dce37b66
JX
9333msgstr ""
9334
d07a63e4 9335#: builtin/reset.c:34
cc76011e 9336msgid "hard"
dce37b66
JX
9337msgstr ""
9338
d07a63e4 9339#: builtin/reset.c:34
cc76011e 9340msgid "merge"
dce37b66
JX
9341msgstr ""
9342
d07a63e4 9343#: builtin/reset.c:34
cc76011e 9344msgid "keep"
dce37b66
JX
9345msgstr ""
9346
d07a63e4 9347#: builtin/reset.c:74
cc76011e 9348msgid "You do not have a valid HEAD."
dce37b66
JX
9349msgstr ""
9350
d07a63e4 9351#: builtin/reset.c:76
cc76011e 9352msgid "Failed to find tree of HEAD."
dce37b66
JX
9353msgstr ""
9354
d07a63e4 9355#: builtin/reset.c:82
822e4a65 9356#, c-format
cc76011e 9357msgid "Failed to find tree of %s."
dce37b66
JX
9358msgstr ""
9359
d07a63e4 9360#: builtin/reset.c:100
cc76011e
JX
9361#, c-format
9362msgid "HEAD is now at %s"
dce37b66
JX
9363msgstr ""
9364
d07a63e4 9365#: builtin/reset.c:183
dce37b66 9366#, c-format
cc76011e 9367msgid "Cannot do a %s reset in the middle of a merge."
dce37b66
JX
9368msgstr ""
9369
d07a63e4 9370#: builtin/reset.c:276
cc76011e 9371msgid "be quiet, only report errors"
dce37b66
JX
9372msgstr ""
9373
d07a63e4 9374#: builtin/reset.c:278
cc76011e 9375msgid "reset HEAD and index"
dce37b66
JX
9376msgstr ""
9377
d07a63e4 9378#: builtin/reset.c:279
cc76011e 9379msgid "reset only HEAD"
dce37b66
JX
9380msgstr ""
9381
d07a63e4 9382#: builtin/reset.c:281 builtin/reset.c:283
cc76011e 9383msgid "reset HEAD, index and working tree"
822e4a65
JX
9384msgstr ""
9385
d07a63e4 9386#: builtin/reset.c:285
cc76011e 9387msgid "reset HEAD but keep local changes"
dce37b66
JX
9388msgstr ""
9389
d07a63e4 9390#: builtin/reset.c:288
5e078fcd
JX
9391msgid "record only the fact that removed paths will be added later"
9392msgstr ""
9393
d07a63e4 9394#: builtin/reset.c:305
46bc4039
JX
9395#, c-format
9396msgid "Failed to resolve '%s' as a valid revision."
9397msgstr ""
9398
d07a63e4 9399#: builtin/reset.c:313
46bc4039
JX
9400#, c-format
9401msgid "Failed to resolve '%s' as a valid tree."
9402msgstr ""
9403
d07a63e4 9404#: builtin/reset.c:322
cc76011e 9405msgid "--patch is incompatible with --{hard,mixed,soft}"
dce37b66
JX
9406msgstr ""
9407
d07a63e4 9408#: builtin/reset.c:331
cc76011e 9409msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
dce37b66
JX
9410msgstr ""
9411
d07a63e4 9412#: builtin/reset.c:333
dce37b66 9413#, c-format
cc76011e 9414msgid "Cannot do %s reset with paths."
dce37b66
JX
9415msgstr ""
9416
d07a63e4 9417#: builtin/reset.c:343
822e4a65 9418#, c-format
cc76011e 9419msgid "%s reset is not allowed in a bare repository"
dce37b66
JX
9420msgstr ""
9421
d07a63e4 9422#: builtin/reset.c:347
5e078fcd
JX
9423msgid "-N can only be used with --mixed"
9424msgstr ""
9425
d07a63e4 9426#: builtin/reset.c:364
727b9576 9427msgid "Unstaged changes after reset:"
dce37b66
JX
9428msgstr ""
9429
d07a63e4 9430#: builtin/reset.c:370
727b9576
JX
9431#, c-format
9432msgid "Could not reset index file to revision '%s'."
46bc4039
JX
9433msgstr ""
9434
d07a63e4 9435#: builtin/reset.c:374
46bc4039
JX
9436msgid "Could not write new index file."
9437msgstr ""
9438
df0617bf
JX
9439#: builtin/rev-list.c:354
9440msgid "rev-list does not support display of notes"
9441msgstr ""
9442
d07a63e4 9443#: builtin/rev-parse.c:361
c2ea1208 9444msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
dce37b66
JX
9445msgstr ""
9446
d07a63e4 9447#: builtin/rev-parse.c:366
cc76011e 9448msgid "keep the `--` passed as an arg"
dce37b66
JX
9449msgstr ""
9450
d07a63e4 9451#: builtin/rev-parse.c:368
cc76011e 9452msgid "stop parsing after the first non-option argument"
dce37b66
JX
9453msgstr ""
9454
d07a63e4 9455#: builtin/rev-parse.c:371
df49095a
JX
9456msgid "output in stuck long form"
9457msgstr ""
9458
df0617bf 9459#: builtin/rev-parse.c:502
822e4a65 9460msgid ""
c2ea1208 9461"git rev-parse --parseopt [<options>] -- [<args>...]\n"
cc76011e 9462" or: git rev-parse --sq-quote [<arg>...]\n"
c2ea1208 9463" or: git rev-parse [<options>] [<arg>...]\n"
cc76011e
JX
9464"\n"
9465"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
dce37b66
JX
9466msgstr ""
9467
cc76011e 9468#: builtin/revert.c:22
c2ea1208 9469msgid "git revert [<options>] <commit-ish>..."
dce37b66
JX
9470msgstr ""
9471
cc76011e
JX
9472#: builtin/revert.c:23
9473msgid "git revert <subcommand>"
dce37b66
JX
9474msgstr ""
9475
cc76011e 9476#: builtin/revert.c:28
c2ea1208 9477msgid "git cherry-pick [<options>] <commit-ish>..."
dce37b66
JX
9478msgstr ""
9479
cc76011e
JX
9480#: builtin/revert.c:29
9481msgid "git cherry-pick <subcommand>"
dce37b66
JX
9482msgstr ""
9483
727b9576 9484#: builtin/revert.c:71
dce37b66 9485#, c-format
cc76011e 9486msgid "%s: %s cannot be used with %s"
dce37b66
JX
9487msgstr ""
9488
727b9576 9489#: builtin/revert.c:80
cc76011e 9490msgid "end revert or cherry-pick sequence"
dce37b66
JX
9491msgstr ""
9492
727b9576 9493#: builtin/revert.c:81
cc76011e 9494msgid "resume revert or cherry-pick sequence"
dce37b66
JX
9495msgstr ""
9496
727b9576 9497#: builtin/revert.c:82
cc76011e 9498msgid "cancel revert or cherry-pick sequence"
dce37b66
JX
9499msgstr ""
9500
727b9576 9501#: builtin/revert.c:83
cc76011e 9502msgid "don't automatically commit"
dce37b66
JX
9503msgstr ""
9504
727b9576 9505#: builtin/revert.c:84
cc76011e 9506msgid "edit the commit message"
dce37b66
JX
9507msgstr ""
9508
727b9576 9509#: builtin/revert.c:87
cc76011e 9510msgid "parent number"
dce37b66
JX
9511msgstr ""
9512
727b9576 9513#: builtin/revert.c:89
cc76011e 9514msgid "merge strategy"
dce37b66
JX
9515msgstr ""
9516
727b9576 9517#: builtin/revert.c:90
cc76011e 9518msgid "option"
dce37b66
JX
9519msgstr ""
9520
727b9576 9521#: builtin/revert.c:91
cc76011e 9522msgid "option for merge strategy"
dce37b66
JX
9523msgstr ""
9524
5e078fcd 9525#: builtin/revert.c:104
cc76011e 9526msgid "append commit name"
dce37b66
JX
9527msgstr ""
9528
5e078fcd 9529#: builtin/revert.c:106
cc76011e 9530msgid "preserve initially empty commits"
1d4ac88d
JX
9531msgstr ""
9532
5e078fcd 9533#: builtin/revert.c:107
cc76011e 9534msgid "allow commits with empty messages"
1d4ac88d
JX
9535msgstr ""
9536
5e078fcd 9537#: builtin/revert.c:108
cc76011e 9538msgid "keep redundant, empty commits"
1d4ac88d
JX
9539msgstr ""
9540
5e078fcd 9541#: builtin/revert.c:112
cc76011e 9542msgid "program error"
1d4ac88d
JX
9543msgstr ""
9544
5e078fcd 9545#: builtin/revert.c:197
cc76011e 9546msgid "revert failed"
dce37b66
JX
9547msgstr ""
9548
5e078fcd 9549#: builtin/revert.c:212
cc76011e 9550msgid "cherry-pick failed"
dce37b66
JX
9551msgstr ""
9552
727b9576 9553#: builtin/rm.c:17
c2ea1208 9554msgid "git rm [<options>] [--] <file>..."
dce37b66
JX
9555msgstr ""
9556
727b9576 9557#: builtin/rm.c:65
fe52cd62 9558msgid ""
28b3cffc
JX
9559"the following submodule (or one of its nested submodules)\n"
9560"uses a .git directory:"
9561msgid_plural ""
d07a63e4 9562"the following submodules (or one of their nested submodules)\n"
28b3cffc
JX
9563"use a .git directory:"
9564msgstr[0] ""
9565msgstr[1] ""
9566
727b9576 9567#: builtin/rm.c:71
28b3cffc
JX
9568msgid ""
9569"\n"
fe52cd62
JX
9570"(use 'rm -rf' if you really want to remove it including all of its history)"
9571msgstr ""
9572
64f23b0c 9573#: builtin/rm.c:230
dce37b66 9574msgid ""
28b3cffc
JX
9575"the following file has staged content different from both the\n"
9576"file and the HEAD:"
9577msgid_plural ""
9578"the following files have staged content different from both the\n"
9579"file and the HEAD:"
9580msgstr[0] ""
9581msgstr[1] ""
dce37b66 9582
64f23b0c 9583#: builtin/rm.c:235
cc76011e 9584msgid ""
28b3cffc
JX
9585"\n"
9586"(use -f to force removal)"
822e4a65
JX
9587msgstr ""
9588
64f23b0c 9589#: builtin/rm.c:239
28b3cffc
JX
9590msgid "the following file has changes staged in the index:"
9591msgid_plural "the following files have changes staged in the index:"
9592msgstr[0] ""
9593msgstr[1] ""
9594
64f23b0c 9595#: builtin/rm.c:243 builtin/rm.c:254
cc76011e 9596msgid ""
28b3cffc 9597"\n"
cc76011e
JX
9598"(use --cached to keep the file, or -f to force removal)"
9599msgstr ""
822e4a65 9600
64f23b0c 9601#: builtin/rm.c:251
28b3cffc
JX
9602msgid "the following file has local modifications:"
9603msgid_plural "the following files have local modifications:"
9604msgstr[0] ""
9605msgstr[1] ""
9606
64f23b0c 9607#: builtin/rm.c:269
cc76011e 9608msgid "do not list removed files"
dce37b66
JX
9609msgstr ""
9610
64f23b0c 9611#: builtin/rm.c:270
cc76011e 9612msgid "only remove from the index"
cd1e7487
JX
9613msgstr ""
9614
64f23b0c 9615#: builtin/rm.c:271
cc76011e 9616msgid "override the up-to-date check"
cd1e7487
JX
9617msgstr ""
9618
64f23b0c 9619#: builtin/rm.c:272
cc76011e 9620msgid "allow recursive removal"
dce37b66
JX
9621msgstr ""
9622
64f23b0c 9623#: builtin/rm.c:274
cc76011e 9624msgid "exit with a zero status even if nothing matched"
cd1e7487
JX
9625msgstr ""
9626
64f23b0c 9627#: builtin/rm.c:317
d07a63e4
JX
9628msgid "Please, stage your changes to .gitmodules or stash them to proceed"
9629msgstr ""
9630
64f23b0c 9631#: builtin/rm.c:335
dce37b66 9632#, c-format
cc76011e 9633msgid "not removing '%s' recursively without -r"
dce37b66
JX
9634msgstr ""
9635
64f23b0c 9636#: builtin/rm.c:374
dce37b66 9637#, c-format
cc76011e 9638msgid "git rm: unable to remove %s"
dce37b66
JX
9639msgstr ""
9640
df0617bf
JX
9641#: builtin/send-pack.c:18
9642msgid ""
9643"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
9644"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
9645"[<ref>...]\n"
9646" --all and explicit <ref> specification are mutually exclusive."
9647msgstr ""
9648
9649#: builtin/send-pack.c:160
9650msgid "remote name"
9651msgstr ""
9652
9653#: builtin/send-pack.c:171
9654msgid "use stateless RPC protocol"
9655msgstr ""
9656
9657#: builtin/send-pack.c:172
9658msgid "read refs from stdin"
9659msgstr ""
9660
9661#: builtin/send-pack.c:173
9662msgid "print status from remote helper"
9663msgstr ""
9664
cc76011e 9665#: builtin/shortlog.c:13
c2ea1208 9666msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
dce37b66
JX
9667msgstr ""
9668
c6bc7d43 9669#: builtin/shortlog.c:131
822e4a65 9670#, c-format
cc76011e 9671msgid "Missing author: %s"
dce37b66
JX
9672msgstr ""
9673
727b9576 9674#: builtin/shortlog.c:230
cc76011e 9675msgid "sort output according to the number of commits per author"
dce37b66
JX
9676msgstr ""
9677
727b9576 9678#: builtin/shortlog.c:232
cc76011e 9679msgid "Suppress commit descriptions, only provides commit count"
dce37b66
JX
9680msgstr ""
9681
727b9576 9682#: builtin/shortlog.c:234
cc76011e 9683msgid "Show the email address of each author"
dce37b66
JX
9684msgstr ""
9685
727b9576 9686#: builtin/shortlog.c:235
cc76011e 9687msgid "w[,i1[,i2]]"
dce37b66
JX
9688msgstr ""
9689
727b9576 9690#: builtin/shortlog.c:236
cc76011e 9691msgid "Linewrap output"
dce37b66
JX
9692msgstr ""
9693
cc76011e
JX
9694#: builtin/show-branch.c:9
9695msgid ""
c2ea1208 9696"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
1e607449
JX
9697"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
9698"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
9699"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
dce37b66
JX
9700msgstr ""
9701
105979f7 9702#: builtin/show-branch.c:13
c2ea1208 9703msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
822e4a65
JX
9704msgstr ""
9705
64f23b0c 9706#: builtin/show-branch.c:659
cc76011e 9707msgid "show remote-tracking and local branches"
dce37b66
JX
9708msgstr ""
9709
64f23b0c 9710#: builtin/show-branch.c:661
cc76011e 9711msgid "show remote-tracking branches"
dce37b66
JX
9712msgstr ""
9713
64f23b0c 9714#: builtin/show-branch.c:663
cc76011e 9715msgid "color '*!+-' corresponding to the branch"
dce37b66
JX
9716msgstr ""
9717
64f23b0c 9718#: builtin/show-branch.c:665
cc76011e 9719msgid "show <n> more commits after the common ancestor"
dce37b66
JX
9720msgstr ""
9721
64f23b0c 9722#: builtin/show-branch.c:667
cc76011e 9723msgid "synonym to more=-1"
822e4a65
JX
9724msgstr ""
9725
64f23b0c 9726#: builtin/show-branch.c:668
cc76011e 9727msgid "suppress naming strings"
dce37b66
JX
9728msgstr ""
9729
64f23b0c 9730#: builtin/show-branch.c:670
cc76011e 9731msgid "include the current branch"
dce37b66
JX
9732msgstr ""
9733
64f23b0c 9734#: builtin/show-branch.c:672
cc76011e 9735msgid "name commits with their object names"
dce37b66
JX
9736msgstr ""
9737
64f23b0c 9738#: builtin/show-branch.c:674
cc76011e 9739msgid "show possible merge bases"
dce37b66
JX
9740msgstr ""
9741
64f23b0c 9742#: builtin/show-branch.c:676
cc76011e 9743msgid "show refs unreachable from any other ref"
dce37b66
JX
9744msgstr ""
9745
64f23b0c 9746#: builtin/show-branch.c:678
cc76011e 9747msgid "show commits in topological order"
dce37b66
JX
9748msgstr ""
9749
64f23b0c 9750#: builtin/show-branch.c:681
cc76011e 9751msgid "show only commits not on the first branch"
dce37b66
JX
9752msgstr ""
9753
64f23b0c 9754#: builtin/show-branch.c:683
cc76011e 9755msgid "show merges reachable from only one tip"
dce37b66
JX
9756msgstr ""
9757
64f23b0c 9758#: builtin/show-branch.c:685
28b3cffc 9759msgid "topologically sort, maintaining date order where possible"
dce37b66
JX
9760msgstr ""
9761
64f23b0c 9762#: builtin/show-branch.c:688
cc76011e 9763msgid "<n>[,<base>]"
dce37b66
JX
9764msgstr ""
9765
64f23b0c 9766#: builtin/show-branch.c:689
cc76011e 9767msgid "show <n> most recent ref-log entries starting at base"
dce37b66
JX
9768msgstr ""
9769
cc76011e
JX
9770#: builtin/show-ref.c:10
9771msgid ""
c2ea1208
JX
9772"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
9773"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
dce37b66
JX
9774msgstr ""
9775
cc76011e 9776#: builtin/show-ref.c:11
80d1b481 9777msgid "git show-ref --exclude-existing[=<pattern>] < <ref-list>"
dce37b66
JX
9778msgstr ""
9779
64f23b0c 9780#: builtin/show-ref.c:170
cc76011e 9781msgid "only show tags (can be combined with heads)"
dce37b66
JX
9782msgstr ""
9783
64f23b0c 9784#: builtin/show-ref.c:171
cc76011e 9785msgid "only show heads (can be combined with tags)"
dce37b66
JX
9786msgstr ""
9787
64f23b0c 9788#: builtin/show-ref.c:172
cc76011e 9789msgid "stricter reference checking, requires exact ref path"
dce37b66
JX
9790msgstr ""
9791
64f23b0c 9792#: builtin/show-ref.c:175 builtin/show-ref.c:177
28b3cffc 9793msgid "show the HEAD reference, even if it would be filtered out"
dce37b66
JX
9794msgstr ""
9795
64f23b0c 9796#: builtin/show-ref.c:179
cc76011e 9797msgid "dereference tags into object IDs"
dce37b66
JX
9798msgstr ""
9799
64f23b0c 9800#: builtin/show-ref.c:181
cc76011e 9801msgid "only show SHA1 hash using <n> digits"
dce37b66
JX
9802msgstr ""
9803
64f23b0c 9804#: builtin/show-ref.c:185
cc76011e 9805msgid "do not print results to stdout (useful with --verify)"
dce37b66
JX
9806msgstr ""
9807
64f23b0c 9808#: builtin/show-ref.c:187
cc76011e 9809msgid "show refs from stdin that aren't in local repository"
dce37b66
JX
9810msgstr ""
9811
cc76011e 9812#: builtin/symbolic-ref.c:7
c2ea1208 9813msgid "git symbolic-ref [<options>] <name> [<ref>]"
cc76011e
JX
9814msgstr ""
9815
fe52cd62 9816#: builtin/symbolic-ref.c:8
c2ea1208 9817msgid "git symbolic-ref -d [-q] <name>"
fe52cd62
JX
9818msgstr ""
9819
9820#: builtin/symbolic-ref.c:40
cc76011e
JX
9821msgid "suppress error message for non-symbolic (detached) refs"
9822msgstr ""
9823
fe52cd62
JX
9824#: builtin/symbolic-ref.c:41
9825msgid "delete symbolic ref"
9826msgstr ""
9827
9828#: builtin/symbolic-ref.c:42
cc76011e
JX
9829msgid "shorten ref output"
9830msgstr ""
9831
df0617bf 9832#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
cc76011e
JX
9833msgid "reason"
9834msgstr ""
9835
df0617bf 9836#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
cc76011e
JX
9837msgid "reason of the update"
9838msgstr ""
9839
9840#: builtin/tag.c:22
dce37b66 9841msgid ""
c2ea1208
JX
9842"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
9843"[<head>]"
dce37b66
JX
9844msgstr ""
9845
cc76011e
JX
9846#: builtin/tag.c:23
9847msgid "git tag -d <tagname>..."
dce37b66
JX
9848msgstr ""
9849
cc76011e
JX
9850#: builtin/tag.c:24
9851msgid ""
c2ea1208 9852"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
cc76011e 9853"\t\t[<pattern>...]"
dce37b66
JX
9854msgstr ""
9855
cc76011e
JX
9856#: builtin/tag.c:26
9857msgid "git tag -v <tagname>..."
dce37b66
JX
9858msgstr ""
9859
fe05e196 9860#: builtin/tag.c:69
1d4ac88d
JX
9861#, c-format
9862msgid "malformed object at '%s'"
9863msgstr ""
9864
fe05e196 9865#: builtin/tag.c:301
dce37b66
JX
9866#, c-format
9867msgid "tag name too long: %.*s..."
9868msgstr ""
9869
fe05e196 9870#: builtin/tag.c:306
dce37b66
JX
9871#, c-format
9872msgid "tag '%s' not found."
9873msgstr ""
9874
fe05e196 9875#: builtin/tag.c:321
dce37b66
JX
9876#, c-format
9877msgid "Deleted tag '%s' (was %s)\n"
9878msgstr ""
9879
fe05e196 9880#: builtin/tag.c:333
dce37b66
JX
9881#, c-format
9882msgid "could not verify the tag '%s'"
9883msgstr ""
9884
fe05e196 9885#: builtin/tag.c:343
9caaf23e 9886#, c-format
dce37b66
JX
9887msgid ""
9888"\n"
fe05e196
JX
9889"Write a message for tag:\n"
9890" %s\n"
9caaf23e 9891"Lines starting with '%c' will be ignored.\n"
dce37b66
JX
9892msgstr ""
9893
fe05e196 9894#: builtin/tag.c:347
9caaf23e 9895#, c-format
dce37b66
JX
9896msgid ""
9897"\n"
fe05e196
JX
9898"Write a message for tag:\n"
9899" %s\n"
9caaf23e 9900"Lines starting with '%c' will be kept; you may remove them yourself if you "
dce37b66 9901"want to.\n"
dce37b66
JX
9902msgstr ""
9903
fe05e196
JX
9904#: builtin/tag.c:371
9905#, c-format
9906msgid "unsupported sort specification '%s'"
9907msgstr ""
9908
9909#: builtin/tag.c:373
9910#, c-format
9911msgid "unsupported sort specification '%s' in variable '%s'"
9912msgstr ""
9913
9914#: builtin/tag.c:428
dce37b66
JX
9915msgid "unable to sign the tag"
9916msgstr ""
9917
fe05e196 9918#: builtin/tag.c:430
dce37b66
JX
9919msgid "unable to write tag file"
9920msgstr ""
9921
fe05e196 9922#: builtin/tag.c:455
dce37b66
JX
9923msgid "bad object type."
9924msgstr ""
9925
fe05e196 9926#: builtin/tag.c:468
dce37b66
JX
9927msgid "tag header too big."
9928msgstr ""
9929
fe05e196 9930#: builtin/tag.c:504
dce37b66
JX
9931msgid "no tag message?"
9932msgstr ""
9933
fe05e196 9934#: builtin/tag.c:510
dce37b66
JX
9935#, c-format
9936msgid "The tag message has been left in %s\n"
9937msgstr ""
9938
fe05e196 9939#: builtin/tag.c:559
1d4ac88d
JX
9940msgid "switch 'points-at' requires an object"
9941msgstr ""
9942
fe05e196 9943#: builtin/tag.c:561
1d4ac88d
JX
9944#, c-format
9945msgid "malformed object name '%s'"
9946msgstr ""
9947
df0617bf 9948#: builtin/tag.c:590
cc76011e
JX
9949msgid "list tag names"
9950msgstr ""
9951
df0617bf 9952#: builtin/tag.c:592
cc76011e
JX
9953msgid "print <n> lines of each tag message"
9954msgstr ""
9955
df0617bf 9956#: builtin/tag.c:594
cc76011e
JX
9957msgid "delete tags"
9958msgstr ""
9959
df0617bf 9960#: builtin/tag.c:595
cc76011e
JX
9961msgid "verify tags"
9962msgstr ""
9963
df0617bf 9964#: builtin/tag.c:597
cc76011e
JX
9965msgid "Tag creation options"
9966msgstr ""
9967
df0617bf 9968#: builtin/tag.c:599
cc76011e
JX
9969msgid "annotated tag, needs a message"
9970msgstr ""
9971
df0617bf 9972#: builtin/tag.c:601
cc76011e
JX
9973msgid "tag message"
9974msgstr ""
9975
df0617bf 9976#: builtin/tag.c:603
cc76011e
JX
9977msgid "annotated and GPG-signed tag"
9978msgstr ""
9979
df0617bf 9980#: builtin/tag.c:607
cc76011e
JX
9981msgid "use another key to sign the tag"
9982msgstr ""
9983
df0617bf 9984#: builtin/tag.c:608
cc76011e
JX
9985msgid "replace the tag if exists"
9986msgstr ""
9987
df0617bf 9988#: builtin/tag.c:609 builtin/update-ref.c:368
80d1b481 9989msgid "create a reflog"
df0617bf
JX
9990msgstr ""
9991
9992#: builtin/tag.c:611
c2ea1208 9993msgid "Tag listing options"
cc76011e
JX
9994msgstr ""
9995
df0617bf 9996#: builtin/tag.c:612
c2ea1208 9997msgid "show tag list in columns"
5e078fcd
JX
9998msgstr ""
9999
df0617bf 10000#: builtin/tag.c:614
c2ea1208 10001msgid "sort tags"
cc76011e
JX
10002msgstr ""
10003
df0617bf 10004#: builtin/tag.c:619 builtin/tag.c:625
cc76011e
JX
10005msgid "print only tags that contain the commit"
10006msgstr ""
10007
df0617bf 10008#: builtin/tag.c:631
cc76011e
JX
10009msgid "print only tags of the object"
10010msgstr ""
10011
df0617bf 10012#: builtin/tag.c:657
822e4a65
JX
10013msgid "--column and -n are incompatible"
10014msgstr ""
10015
df0617bf 10016#: builtin/tag.c:669
5e078fcd
JX
10017msgid "--sort and -n are incompatible"
10018msgstr ""
10019
df0617bf 10020#: builtin/tag.c:676
dce37b66
JX
10021msgid "-n option is only allowed with -l."
10022msgstr ""
10023
df0617bf 10024#: builtin/tag.c:678
dce37b66
JX
10025msgid "--contains option is only allowed with -l."
10026msgstr ""
10027
df0617bf 10028#: builtin/tag.c:680
1d4ac88d
JX
10029msgid "--points-at option is only allowed with -l."
10030msgstr ""
10031
df0617bf 10032#: builtin/tag.c:688
dce37b66
JX
10033msgid "only one -F or -m option is allowed."
10034msgstr ""
10035
df0617bf 10036#: builtin/tag.c:708
dce37b66
JX
10037msgid "too many params"
10038msgstr ""
10039
df0617bf 10040#: builtin/tag.c:714
dce37b66
JX
10041#, c-format
10042msgid "'%s' is not a valid tag name."
10043msgstr ""
10044
df0617bf 10045#: builtin/tag.c:719
dce37b66
JX
10046#, c-format
10047msgid "tag '%s' already exists"
10048msgstr ""
10049
df0617bf 10050#: builtin/tag.c:744
dce37b66
JX
10051#, c-format
10052msgid "Updated tag '%s' (was %s)\n"
10053msgstr ""
10054
df0617bf 10055#: builtin/unpack-objects.c:490
5e078fcd
JX
10056msgid "Unpacking objects"
10057msgstr ""
10058
64f23b0c
JX
10059#: builtin/update-index.c:70
10060#, c-format
10061msgid "failed to create directory %s"
10062msgstr ""
10063
10064#: builtin/update-index.c:76
10065#, c-format
10066msgid "failed to stat %s"
10067msgstr ""
10068
10069#: builtin/update-index.c:86
10070#, c-format
10071msgid "failed to create file %s"
10072msgstr ""
10073
10074#: builtin/update-index.c:94
10075#, c-format
10076msgid "failed to delete file %s"
10077msgstr ""
10078
10079#: builtin/update-index.c:101 builtin/update-index.c:203
10080#, c-format
10081msgid "failed to delete directory %s"
10082msgstr ""
10083
10084#: builtin/update-index.c:124
10085#, c-format
10086msgid "Testing "
10087msgstr ""
10088
10089#: builtin/update-index.c:136
10090msgid "directory stat info does not change after adding a new file"
10091msgstr ""
10092
10093#: builtin/update-index.c:149
10094msgid "directory stat info does not change after adding a new directory"
10095msgstr ""
10096
10097#: builtin/update-index.c:162
10098msgid "directory stat info changes after updating a file"
10099msgstr ""
10100
10101#: builtin/update-index.c:173
10102msgid "directory stat info changes after adding a file inside subdirectory"
10103msgstr ""
10104
10105#: builtin/update-index.c:184
10106msgid "directory stat info does not change after deleting a file"
10107msgstr ""
10108
10109#: builtin/update-index.c:197
10110msgid "directory stat info does not change after deleting a directory"
10111msgstr ""
10112
10113#: builtin/update-index.c:204
10114msgid " OK"
10115msgstr ""
10116
10117#: builtin/update-index.c:564
c2ea1208 10118msgid "git update-index [<options>] [--] [<file>...]"
822e4a65
JX
10119msgstr ""
10120
64f23b0c 10121#: builtin/update-index.c:918
cc76011e 10122msgid "continue refresh even when index needs update"
6f6731e7
JX
10123msgstr ""
10124
64f23b0c 10125#: builtin/update-index.c:921
cc76011e 10126msgid "refresh: ignore submodules"
6f6731e7
JX
10127msgstr ""
10128
64f23b0c 10129#: builtin/update-index.c:924
cc76011e 10130msgid "do not ignore new files"
6f6731e7
JX
10131msgstr ""
10132
64f23b0c 10133#: builtin/update-index.c:926
cc76011e
JX
10134msgid "let files replace directories and vice-versa"
10135msgstr ""
10136
64f23b0c 10137#: builtin/update-index.c:928
cc76011e
JX
10138msgid "notice files missing from worktree"
10139msgstr ""
10140
64f23b0c 10141#: builtin/update-index.c:930
cc76011e
JX
10142msgid "refresh even if index contains unmerged entries"
10143msgstr ""
10144
64f23b0c 10145#: builtin/update-index.c:933
cc76011e
JX
10146msgid "refresh stat information"
10147msgstr ""
10148
64f23b0c 10149#: builtin/update-index.c:937
cc76011e
JX
10150msgid "like --refresh, but ignore assume-unchanged setting"
10151msgstr ""
10152
64f23b0c 10153#: builtin/update-index.c:941
5e078fcd 10154msgid "<mode>,<object>,<path>"
cc76011e
JX
10155msgstr ""
10156
64f23b0c 10157#: builtin/update-index.c:942
cc76011e
JX
10158msgid "add the specified entry to the index"
10159msgstr ""
10160
64f23b0c 10161#: builtin/update-index.c:946
cc76011e
JX
10162msgid "(+/-)x"
10163msgstr ""
10164
64f23b0c 10165#: builtin/update-index.c:947
cc76011e
JX
10166msgid "override the executable bit of the listed files"
10167msgstr ""
10168
64f23b0c 10169#: builtin/update-index.c:951
cc76011e
JX
10170msgid "mark files as \"not changing\""
10171msgstr ""
10172
64f23b0c 10173#: builtin/update-index.c:954
cc76011e
JX
10174msgid "clear assumed-unchanged bit"
10175msgstr ""
10176
64f23b0c 10177#: builtin/update-index.c:957
cc76011e
JX
10178msgid "mark files as \"index-only\""
10179msgstr ""
10180
64f23b0c 10181#: builtin/update-index.c:960
cc76011e
JX
10182msgid "clear skip-worktree bit"
10183msgstr ""
10184
64f23b0c 10185#: builtin/update-index.c:963
cc76011e
JX
10186msgid "add to index only; do not add content to object database"
10187msgstr ""
10188
64f23b0c 10189#: builtin/update-index.c:965
cc76011e
JX
10190msgid "remove named paths even if present in worktree"
10191msgstr ""
10192
64f23b0c 10193#: builtin/update-index.c:967
cc76011e
JX
10194msgid "with --stdin: input lines are terminated by null bytes"
10195msgstr ""
10196
64f23b0c 10197#: builtin/update-index.c:969
cc76011e
JX
10198msgid "read list of paths to be updated from standard input"
10199msgstr ""
10200
64f23b0c 10201#: builtin/update-index.c:973
cc76011e
JX
10202msgid "add entries from standard input to the index"
10203msgstr ""
10204
64f23b0c 10205#: builtin/update-index.c:977
cc76011e
JX
10206msgid "repopulate stages #2 and #3 for the listed paths"
10207msgstr ""
10208
64f23b0c 10209#: builtin/update-index.c:981
cc76011e
JX
10210msgid "only update entries that differ from HEAD"
10211msgstr ""
10212
64f23b0c 10213#: builtin/update-index.c:985
cc76011e
JX
10214msgid "ignore files missing from worktree"
10215msgstr ""
10216
64f23b0c 10217#: builtin/update-index.c:988
cc76011e
JX
10218msgid "report actions to standard output"
10219msgstr ""
10220
64f23b0c 10221#: builtin/update-index.c:990
cc76011e
JX
10222msgid "(for porcelains) forget saved unresolved conflicts"
10223msgstr ""
10224
64f23b0c 10225#: builtin/update-index.c:994
cc76011e
JX
10226msgid "write index in this format"
10227msgstr ""
10228
64f23b0c 10229#: builtin/update-index.c:996
fe05e196
JX
10230msgid "enable or disable split index"
10231msgstr ""
10232
64f23b0c
JX
10233#: builtin/update-index.c:998
10234msgid "enable/disable untracked cache"
10235msgstr ""
10236
10237#: builtin/update-index.c:1000
10238msgid "enable untracked cache without testing the filesystem"
10239msgstr ""
10240
727b9576 10241#: builtin/update-ref.c:9
c2ea1208 10242msgid "git update-ref [<options>] -d <refname> [<old-val>]"
cc76011e
JX
10243msgstr ""
10244
727b9576 10245#: builtin/update-ref.c:10
c2ea1208 10246msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
cc76011e
JX
10247msgstr ""
10248
727b9576 10249#: builtin/update-ref.c:11
c2ea1208 10250msgid "git update-ref [<options>] --stdin [-z]"
727b9576
JX
10251msgstr ""
10252
df0617bf 10253#: builtin/update-ref.c:363
cc76011e
JX
10254msgid "delete the reference"
10255msgstr ""
10256
df0617bf 10257#: builtin/update-ref.c:365
cc76011e
JX
10258msgid "update <refname> not the one it points to"
10259msgstr ""
10260
df0617bf 10261#: builtin/update-ref.c:366
727b9576
JX
10262msgid "stdin has NUL-terminated arguments"
10263msgstr ""
10264
df0617bf 10265#: builtin/update-ref.c:367
727b9576
JX
10266msgid "read updates from stdin"
10267msgstr ""
10268
cc76011e
JX
10269#: builtin/update-server-info.c:6
10270msgid "git update-server-info [--force]"
10271msgstr ""
10272
10273#: builtin/update-server-info.c:14
10274msgid "update the info files from scratch"
10275msgstr ""
10276
fe05e196 10277#: builtin/verify-commit.c:17
c2ea1208 10278msgid "git verify-commit [-v | --verbose] <commit>..."
fe05e196
JX
10279msgstr ""
10280
df0617bf 10281#: builtin/verify-commit.c:72
fe05e196
JX
10282msgid "print commit contents"
10283msgstr ""
10284
df0617bf
JX
10285#: builtin/verify-commit.c:73 builtin/verify-tag.c:84
10286msgid "print raw gpg status output"
10287msgstr ""
10288
d07a63e4 10289#: builtin/verify-pack.c:54
c2ea1208 10290msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
cc76011e
JX
10291msgstr ""
10292
d07a63e4 10293#: builtin/verify-pack.c:64
cc76011e
JX
10294msgid "verbose"
10295msgstr ""
10296
d07a63e4 10297#: builtin/verify-pack.c:66
cc76011e
JX
10298msgid "show statistics only"
10299msgstr ""
10300
10301#: builtin/verify-tag.c:17
c2ea1208 10302msgid "git verify-tag [-v | --verbose] <tag>..."
cc76011e
JX
10303msgstr ""
10304
df0617bf 10305#: builtin/verify-tag.c:83
cc76011e
JX
10306msgid "print tag contents"
10307msgstr ""
10308
df0617bf 10309#: builtin/worktree.c:13
a4156d20
JX
10310msgid "git worktree add [<options>] <path> <branch>"
10311msgstr ""
10312
df0617bf 10313#: builtin/worktree.c:14
a4156d20
JX
10314msgid "git worktree prune [<options>]"
10315msgstr ""
10316
df0617bf 10317#: builtin/worktree.c:36
a4156d20
JX
10318#, c-format
10319msgid "Removing worktrees/%s: not a valid directory"
10320msgstr ""
10321
df0617bf 10322#: builtin/worktree.c:42
a4156d20
JX
10323#, c-format
10324msgid "Removing worktrees/%s: gitdir file does not exist"
10325msgstr ""
10326
df0617bf 10327#: builtin/worktree.c:47
a4156d20
JX
10328#, c-format
10329msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
10330msgstr ""
10331
df0617bf 10332#: builtin/worktree.c:58
a4156d20
JX
10333#, c-format
10334msgid "Removing worktrees/%s: invalid gitdir file"
10335msgstr ""
10336
df0617bf 10337#: builtin/worktree.c:74
a4156d20
JX
10338#, c-format
10339msgid "Removing worktrees/%s: gitdir file points to non-existent location"
10340msgstr ""
10341
df0617bf 10342#: builtin/worktree.c:109
a4156d20
JX
10343#, c-format
10344msgid "failed to remove: %s"
10345msgstr ""
10346
df0617bf 10347#: builtin/worktree.c:198
a4156d20
JX
10348#, c-format
10349msgid "'%s' already exists"
10350msgstr ""
10351
df0617bf 10352#: builtin/worktree.c:232
a4156d20
JX
10353#, c-format
10354msgid "could not create directory of '%s'"
10355msgstr ""
10356
df0617bf 10357#: builtin/worktree.c:268
a4156d20 10358#, c-format
df0617bf 10359msgid "Preparing %s (identifier %s)"
a4156d20
JX
10360msgstr ""
10361
df0617bf 10362#: builtin/worktree.c:316
a4156d20
JX
10363msgid "checkout <branch> even if already checked out in other worktree"
10364msgstr ""
10365
df0617bf 10366#: builtin/worktree.c:318
a4156d20
JX
10367msgid "create a new branch"
10368msgstr ""
10369
df0617bf 10370#: builtin/worktree.c:320
a4156d20
JX
10371msgid "create or reset a branch"
10372msgstr ""
10373
df0617bf 10374#: builtin/worktree.c:321
a4156d20
JX
10375msgid "detach HEAD at named commit"
10376msgstr ""
10377
df0617bf
JX
10378#: builtin/worktree.c:328
10379msgid "-b, -B, and --detach are mutually exclusive"
a4156d20
JX
10380msgstr ""
10381
cc76011e
JX
10382#: builtin/write-tree.c:13
10383msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
10384msgstr ""
10385
10386#: builtin/write-tree.c:26
10387msgid "<prefix>/"
10388msgstr ""
10389
10390#: builtin/write-tree.c:27
10391msgid "write tree object for a subdirectory <prefix>"
10392msgstr ""
10393
10394#: builtin/write-tree.c:30
10395msgid "only useful for debugging"
10396msgstr ""
10397
df0617bf 10398#: credential-cache--daemon.c:255
d07a63e4
JX
10399msgid "print debugging messages to stderr"
10400msgstr ""
10401
105979f7 10402#: git.c:14
c6bc7d43 10403msgid ""
d07a63e4 10404"'git help -a' and 'git help -g' list available subcommands and some\n"
c6bc7d43
JX
10405"concept guides. See 'git help <command>' or 'git help <concept>'\n"
10406"to read about a specific subcommand or concept."
6f6731e7
JX
10407msgstr ""
10408
df0617bf 10409#: common-cmds.h:9
64f23b0c
JX
10410msgid "start a working area (see also: git help tutorial)"
10411msgstr ""
10412
df0617bf 10413#: common-cmds.h:10
64f23b0c
JX
10414msgid "work on the current change (see also: git help everyday)"
10415msgstr ""
10416
df0617bf 10417#: common-cmds.h:11
64f23b0c
JX
10418msgid "examine the history and state (see also: git help revisions)"
10419msgstr ""
10420
df0617bf 10421#: common-cmds.h:12
64f23b0c
JX
10422msgid "grow, mark and tweak your common history"
10423msgstr ""
10424
df0617bf 10425#: common-cmds.h:13
64f23b0c
JX
10426msgid "collaborate (see also: git help workflows)"
10427msgstr ""
10428
df0617bf 10429#: common-cmds.h:17
822e4a65
JX
10430msgid "Add file contents to the index"
10431msgstr ""
10432
df0617bf
JX
10433#: common-cmds.h:18
10434msgid "Use binary search to find the commit that introduced a bug"
822e4a65
JX
10435msgstr ""
10436
df0617bf 10437#: common-cmds.h:19
822e4a65
JX
10438msgid "List, create, or delete branches"
10439msgstr ""
10440
df0617bf 10441#: common-cmds.h:20
a4156d20 10442msgid "Switch branches or restore working tree files"
822e4a65
JX
10443msgstr ""
10444
df0617bf 10445#: common-cmds.h:21
822e4a65
JX
10446msgid "Clone a repository into a new directory"
10447msgstr ""
10448
df0617bf 10449#: common-cmds.h:22
822e4a65
JX
10450msgid "Record changes to the repository"
10451msgstr ""
10452
df0617bf 10453#: common-cmds.h:23
822e4a65
JX
10454msgid "Show changes between commits, commit and working tree, etc"
10455msgstr ""
10456
df0617bf 10457#: common-cmds.h:24
822e4a65
JX
10458msgid "Download objects and refs from another repository"
10459msgstr ""
10460
df0617bf 10461#: common-cmds.h:25
822e4a65
JX
10462msgid "Print lines matching a pattern"
10463msgstr ""
10464
df0617bf 10465#: common-cmds.h:26
9caaf23e 10466msgid "Create an empty Git repository or reinitialize an existing one"
822e4a65
JX
10467msgstr ""
10468
df0617bf 10469#: common-cmds.h:27
822e4a65
JX
10470msgid "Show commit logs"
10471msgstr ""
10472
df0617bf 10473#: common-cmds.h:28
822e4a65
JX
10474msgid "Join two or more development histories together"
10475msgstr ""
10476
df0617bf 10477#: common-cmds.h:29
822e4a65
JX
10478msgid "Move or rename a file, a directory, or a symlink"
10479msgstr ""
10480
df0617bf 10481#: common-cmds.h:30
28b3cffc 10482msgid "Fetch from and integrate with another repository or a local branch"
822e4a65
JX
10483msgstr ""
10484
df0617bf 10485#: common-cmds.h:31
822e4a65
JX
10486msgid "Update remote refs along with associated objects"
10487msgstr ""
10488
df0617bf 10489#: common-cmds.h:32
822e4a65
JX
10490msgid "Forward-port local commits to the updated upstream head"
10491msgstr ""
10492
df0617bf 10493#: common-cmds.h:33
822e4a65
JX
10494msgid "Reset current HEAD to the specified state"
10495msgstr ""
10496
df0617bf 10497#: common-cmds.h:34
822e4a65
JX
10498msgid "Remove files from the working tree and from the index"
10499msgstr ""
10500
df0617bf 10501#: common-cmds.h:35
822e4a65
JX
10502msgid "Show various types of objects"
10503msgstr ""
10504
df0617bf 10505#: common-cmds.h:36
822e4a65
JX
10506msgid "Show the working tree status"
10507msgstr ""
10508
df0617bf 10509#: common-cmds.h:37
822e4a65
JX
10510msgid "Create, list, delete or verify a tag object signed with GPG"
10511msgstr ""
10512
df0617bf 10513#: parse-options.h:145
d07a63e4
JX
10514msgid "expiry-date"
10515msgstr ""
10516
df0617bf 10517#: parse-options.h:160
d07a63e4
JX
10518msgid "no-op (backward compatibility)"
10519msgstr ""
10520
df0617bf 10521#: parse-options.h:236
d07a63e4
JX
10522msgid "be more verbose"
10523msgstr ""
10524
df0617bf 10525#: parse-options.h:238
d07a63e4
JX
10526msgid "be more quiet"
10527msgstr ""
10528
df0617bf 10529#: parse-options.h:244
d07a63e4
JX
10530msgid "use <n> digits to display SHA-1s"
10531msgstr ""
10532
df0617bf 10533#: rerere.h:28
d07a63e4
JX
10534msgid "update the index with reused conflict resolution if possible"
10535msgstr ""
10536
df0617bf 10537#: git-bisect.sh:50
7256fd7c
JX
10538msgid "You need to start by \"git bisect start\""
10539msgstr ""
10540
dce37b66
JX
10541#. TRANSLATORS: Make sure to include [Y] and [n] in your
10542#. translation. The program will only accept English input
10543#. at this point.
df0617bf 10544#: git-bisect.sh:56
dce37b66
JX
10545msgid "Do you want me to do it for you [Y/n]? "
10546msgstr ""
10547
df0617bf 10548#: git-bisect.sh:99
dce37b66
JX
10549#, sh-format
10550msgid "unrecognised option: '$arg'"
10551msgstr ""
10552
df0617bf 10553#: git-bisect.sh:103
dce37b66
JX
10554#, sh-format
10555msgid "'$arg' does not appear to be a valid revision"
10556msgstr ""
10557
df0617bf 10558#: git-bisect.sh:132
dce37b66
JX
10559msgid "Bad HEAD - I need a HEAD"
10560msgstr ""
10561
df0617bf 10562#: git-bisect.sh:145
dce37b66
JX
10563#, sh-format
10564msgid ""
c2ea1208 10565"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
dce37b66
JX
10566msgstr ""
10567
df0617bf 10568#: git-bisect.sh:155
df49095a 10569msgid "won't bisect on cg-seek'ed tree"
dce37b66
JX
10570msgstr ""
10571
df0617bf 10572#: git-bisect.sh:159
dce37b66
JX
10573msgid "Bad HEAD - strange symbolic ref"
10574msgstr ""
10575
df0617bf 10576#: git-bisect.sh:211
dce37b66
JX
10577#, sh-format
10578msgid "Bad bisect_write argument: $state"
10579msgstr ""
10580
df0617bf 10581#: git-bisect.sh:240
dce37b66
JX
10582#, sh-format
10583msgid "Bad rev input: $arg"
10584msgstr ""
10585
df0617bf 10586#: git-bisect.sh:255
dce37b66
JX
10587msgid "Please call 'bisect_state' with at least one argument."
10588msgstr ""
10589
df0617bf 10590#: git-bisect.sh:267
dce37b66
JX
10591#, sh-format
10592msgid "Bad rev input: $rev"
10593msgstr ""
10594
df0617bf
JX
10595#: git-bisect.sh:276
10596#, sh-format
10597msgid "'git bisect $TERM_BAD' can take only one argument."
dce37b66
JX
10598msgstr ""
10599
df0617bf
JX
10600#: git-bisect.sh:299
10601#, sh-format
10602msgid "Warning: bisecting only with a $TERM_BAD commit."
7256fd7c
JX
10603msgstr ""
10604
dce37b66
JX
10605#. TRANSLATORS: Make sure to include [Y] and [n] in your
10606#. translation. The program will only accept English input
10607#. at this point.
df0617bf 10608#: git-bisect.sh:305
dce37b66
JX
10609msgid "Are you sure [Y/n]? "
10610msgstr ""
10611
df0617bf
JX
10612#: git-bisect.sh:317
10613#, sh-format
7256fd7c 10614msgid ""
df0617bf
JX
10615"You need to give me at least one $bad_syn and one $good_syn revision.\n"
10616"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
10617msgstr ""
10618
df0617bf
JX
10619#: git-bisect.sh:320
10620#, sh-format
7256fd7c
JX
10621msgid ""
10622"You need to start by \"git bisect start\".\n"
df0617bf
JX
10623"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
10624"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
10625msgstr ""
10626
df0617bf 10627#: git-bisect.sh:391 git-bisect.sh:521
7256fd7c
JX
10628msgid "We are not bisecting."
10629msgstr ""
10630
df0617bf 10631#: git-bisect.sh:398
dce37b66
JX
10632#, sh-format
10633msgid "'$invalid' is not a valid commit"
10634msgstr ""
10635
df0617bf 10636#: git-bisect.sh:407
dce37b66
JX
10637#, sh-format
10638msgid ""
10639"Could not check out original HEAD '$branch'.\n"
10640"Try 'git bisect reset <commit>'."
10641msgstr ""
10642
df0617bf 10643#: git-bisect.sh:435
dce37b66
JX
10644msgid "No logfile given"
10645msgstr ""
10646
df0617bf 10647#: git-bisect.sh:436
dce37b66
JX
10648#, sh-format
10649msgid "cannot read $file for replaying"
10650msgstr ""
10651
df0617bf 10652#: git-bisect.sh:455
dce37b66
JX
10653msgid "?? what are you talking about?"
10654msgstr ""
10655
df0617bf 10656#: git-bisect.sh:467
7256fd7c
JX
10657#, sh-format
10658msgid "running $command"
10659msgstr ""
10660
df0617bf 10661#: git-bisect.sh:474
7256fd7c
JX
10662#, sh-format
10663msgid ""
10664"bisect run failed:\n"
10665"exit code $res from '$command' is < 0 or >= 128"
10666msgstr ""
10667
df0617bf 10668#: git-bisect.sh:500
7256fd7c
JX
10669msgid "bisect run cannot continue any more"
10670msgstr ""
10671
df0617bf 10672#: git-bisect.sh:506
7256fd7c
JX
10673#, sh-format
10674msgid ""
10675"bisect run failed:\n"
10676"'bisect_state $state' exited with error code $res"
10677msgstr ""
10678
df0617bf 10679#: git-bisect.sh:513
7256fd7c 10680msgid "bisect run success"
dce37b66
JX
10681msgstr ""
10682
df0617bf 10683#: git-bisect.sh:548
7256fd7c 10684#, sh-format
df0617bf 10685msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
dce37b66
JX
10686msgstr ""
10687
5e078fcd 10688#: git-rebase.sh:57
3b6137f2
JX
10689msgid ""
10690"When you have resolved this problem, run \"git rebase --continue\".\n"
10691"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
10692"To check out the original branch and stop rebasing, run \"git rebase --abort"
10693"\"."
10694msgstr ""
10695
fe05e196 10696#: git-rebase.sh:165
28b3cffc
JX
10697msgid "Applied autostash."
10698msgstr ""
10699
fe05e196 10700#: git-rebase.sh:168
28b3cffc
JX
10701#, sh-format
10702msgid "Cannot store $stash_sha1"
10703msgstr ""
10704
fe05e196 10705#: git-rebase.sh:169
28b3cffc
JX
10706msgid ""
10707"Applying autostash resulted in conflicts.\n"
10708"Your changes are safe in the stash.\n"
b8ecf239 10709"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
28b3cffc
JX
10710msgstr ""
10711
fe05e196 10712#: git-rebase.sh:208
3b6137f2
JX
10713msgid "The pre-rebase hook refused to rebase."
10714msgstr ""
10715
fe05e196 10716#: git-rebase.sh:213
3b6137f2
JX
10717msgid "It looks like git-am is in progress. Cannot rebase."
10718msgstr ""
10719
fe05e196 10720#: git-rebase.sh:351
3b6137f2
JX
10721msgid "The --exec option must be used with the --interactive option"
10722msgstr ""
10723
fe05e196 10724#: git-rebase.sh:356
3b6137f2
JX
10725msgid "No rebase in progress?"
10726msgstr ""
10727
fe05e196 10728#: git-rebase.sh:367
9306b5b9
JX
10729msgid "The --edit-todo action can only be used during interactive rebase."
10730msgstr ""
10731
fe05e196 10732#: git-rebase.sh:374
3b6137f2
JX
10733msgid "Cannot read HEAD"
10734msgstr ""
10735
fe05e196 10736#: git-rebase.sh:377
3b6137f2
JX
10737msgid ""
10738"You must edit all merge conflicts and then\n"
10739"mark them as resolved using git add"
10740msgstr ""
10741
fe05e196 10742#: git-rebase.sh:395
3b6137f2
JX
10743#, sh-format
10744msgid "Could not move back to $head_name"
10745msgstr ""
10746
fe05e196 10747#: git-rebase.sh:414
3b6137f2
JX
10748#, sh-format
10749msgid ""
10750"It seems that there is already a $state_dir_base directory, and\n"
10751"I wonder if you are in the middle of another rebase. If that is the\n"
10752"case, please try\n"
10753"\t$cmd_live_rebase\n"
10754"If that is not the case, please\n"
10755"\t$cmd_clear_stale_rebase\n"
10756"and run me again. I am stopping in case you still have something\n"
10757"valuable there."
10758msgstr ""
10759
fe05e196 10760#: git-rebase.sh:465
3b6137f2
JX
10761#, sh-format
10762msgid "invalid upstream $upstream_name"
10763msgstr ""
10764
fe05e196 10765#: git-rebase.sh:489
3b6137f2
JX
10766#, sh-format
10767msgid "$onto_name: there are more than one merge bases"
10768msgstr ""
10769
fe05e196 10770#: git-rebase.sh:492 git-rebase.sh:496
3b6137f2
JX
10771#, sh-format
10772msgid "$onto_name: there is no merge base"
10773msgstr ""
10774
fe05e196 10775#: git-rebase.sh:501
3b6137f2
JX
10776#, sh-format
10777msgid "Does not point to a valid commit: $onto_name"
10778msgstr ""
10779
fe05e196 10780#: git-rebase.sh:524
3b6137f2
JX
10781#, sh-format
10782msgid "fatal: no such branch: $branch_name"
10783msgstr ""
10784
fe05e196 10785#: git-rebase.sh:557
28b3cffc
JX
10786msgid "Cannot autostash"
10787msgstr ""
10788
fe05e196 10789#: git-rebase.sh:562
28b3cffc
JX
10790#, sh-format
10791msgid "Created autostash: $stash_abbrev"
10792msgstr ""
10793
fe05e196 10794#: git-rebase.sh:566
3b6137f2
JX
10795msgid "Please commit or stash them."
10796msgstr ""
10797
fe05e196 10798#: git-rebase.sh:586
3b6137f2
JX
10799#, sh-format
10800msgid "Current branch $branch_name is up to date."
10801msgstr ""
10802
fe05e196 10803#: git-rebase.sh:590
3b6137f2
JX
10804#, sh-format
10805msgid "Current branch $branch_name is up to date, rebase forced."
10806msgstr ""
10807
fe05e196 10808#: git-rebase.sh:601
3b6137f2
JX
10809#, sh-format
10810msgid "Changes from $mb to $onto:"
10811msgstr ""
10812
fe05e196 10813#: git-rebase.sh:610
3b6137f2
JX
10814msgid "First, rewinding head to replay your work on top of it..."
10815msgstr ""
10816
fe05e196 10817#: git-rebase.sh:620
3b6137f2
JX
10818#, sh-format
10819msgid "Fast-forwarded $branch_name to $onto_name."
10820msgstr ""
10821
dce37b66
JX
10822#: git-stash.sh:51
10823msgid "git stash clear with parameters is unimplemented"
10824msgstr ""
10825
10826#: git-stash.sh:74
10827msgid "You do not have the initial commit yet"
10828msgstr ""
10829
10830#: git-stash.sh:89
10831msgid "Cannot save the current index state"
10832msgstr ""
10833
fe05e196 10834#: git-stash.sh:124 git-stash.sh:137
dce37b66
JX
10835msgid "Cannot save the current worktree state"
10836msgstr ""
10837
fe05e196 10838#: git-stash.sh:141
dce37b66
JX
10839msgid "No changes selected"
10840msgstr ""
10841
fe05e196 10842#: git-stash.sh:144
dce37b66
JX
10843msgid "Cannot remove temporary index (can't happen)"
10844msgstr ""
10845
fe05e196 10846#: git-stash.sh:157
dce37b66
JX
10847msgid "Cannot record working tree state"
10848msgstr ""
10849
df0617bf 10850#: git-stash.sh:189
28b3cffc
JX
10851#, sh-format
10852msgid "Cannot update $ref_stash with $w_commit"
10853msgstr ""
10854
7256fd7c
JX
10855#. TRANSLATORS: $option is an invalid option, like
10856#. `--blah-blah'. The 7 spaces at the beginning of the
10857#. second line correspond to "error: ". So you should line
10858#. up the second line with however many characters the
10859#. translation of "error: " takes in your language. E.g. in
10860#. English this is:
10861#.
10862#. $ git stash save --blah-blah 2>&1 | head -n 2
10863#. error: unknown option for 'stash save': --blah-blah
10864#. To provide a message, use git stash save -- '--blah-blah'
df0617bf 10865#: git-stash.sh:239
7256fd7c
JX
10866#, sh-format
10867msgid ""
10868"error: unknown option for 'stash save': $option\n"
10869" To provide a message, use git stash save -- '$option'"
10870msgstr ""
10871
df0617bf 10872#: git-stash.sh:260
dce37b66
JX
10873msgid "No local changes to save"
10874msgstr ""
10875
df0617bf 10876#: git-stash.sh:264
dce37b66
JX
10877msgid "Cannot initialize stash"
10878msgstr ""
10879
df0617bf 10880#: git-stash.sh:268
dce37b66
JX
10881msgid "Cannot save the current status"
10882msgstr ""
10883
df0617bf 10884#: git-stash.sh:286
dce37b66
JX
10885msgid "Cannot remove worktree changes"
10886msgstr ""
10887
df0617bf 10888#: git-stash.sh:387
64f23b0c
JX
10889#, sh-format
10890msgid "unknown option: $opt"
10891msgstr ""
10892
df0617bf 10893#: git-stash.sh:397
dce37b66
JX
10894msgid "No stash found."
10895msgstr ""
10896
df0617bf 10897#: git-stash.sh:404
dce37b66
JX
10898#, sh-format
10899msgid "Too many revisions specified: $REV"
10900msgstr ""
10901
df0617bf 10902#: git-stash.sh:410
dce37b66 10903#, sh-format
d07a63e4 10904msgid "$reference is not a valid reference"
dce37b66
JX
10905msgstr ""
10906
df0617bf 10907#: git-stash.sh:438
dce37b66
JX
10908#, sh-format
10909msgid "'$args' is not a stash-like commit"
10910msgstr ""
10911
df0617bf 10912#: git-stash.sh:449
dce37b66
JX
10913#, sh-format
10914msgid "'$args' is not a stash reference"
10915msgstr ""
10916
df0617bf 10917#: git-stash.sh:457
dce37b66
JX
10918msgid "unable to refresh index"
10919msgstr ""
10920
df0617bf 10921#: git-stash.sh:461
dce37b66
JX
10922msgid "Cannot apply a stash in the middle of a merge"
10923msgstr ""
10924
df0617bf 10925#: git-stash.sh:469
dce37b66
JX
10926msgid "Conflicts in index. Try without --index."
10927msgstr ""
10928
df0617bf 10929#: git-stash.sh:471
dce37b66
JX
10930msgid "Could not save index tree"
10931msgstr ""
10932
df0617bf 10933#: git-stash.sh:505
dce37b66
JX
10934msgid "Cannot unstage modified files"
10935msgstr ""
10936
df0617bf 10937#: git-stash.sh:520
7256fd7c
JX
10938msgid "Index was not unstashed."
10939msgstr ""
10940
df0617bf 10941#: git-stash.sh:543
dce37b66
JX
10942#, sh-format
10943msgid "Dropped ${REV} ($s)"
10944msgstr ""
10945
df0617bf 10946#: git-stash.sh:544
dce37b66
JX
10947#, sh-format
10948msgid "${REV}: Could not drop stash entry"
10949msgstr ""
10950
df0617bf 10951#: git-stash.sh:552
dce37b66
JX
10952msgid "No branch name specified"
10953msgstr ""
10954
df0617bf 10955#: git-stash.sh:624
dce37b66
JX
10956msgid "(To restore them type \"git stash apply\")"
10957msgstr ""
10958
28b3cffc 10959#: git-submodule.sh:95
dce37b66
JX
10960#, sh-format
10961msgid "cannot strip one component off url '$remoteurl'"
10962msgstr ""
10963
28b3cffc 10964#: git-submodule.sh:237
dce37b66 10965#, sh-format
cd1e7487 10966msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
dce37b66
JX
10967msgstr ""
10968
5e078fcd 10969#: git-submodule.sh:287
dce37b66 10970#, sh-format
cd1e7487 10971msgid "Clone of '$url' into submodule path '$sm_path' failed"
dce37b66
JX
10972msgstr ""
10973
fe05e196 10974#: git-submodule.sh:296
a2c01b55
JX
10975#, sh-format
10976msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
10977msgstr ""
10978
fe05e196 10979#: git-submodule.sh:406
28b3cffc
JX
10980msgid "Relative path can only be used from the toplevel of the working tree"
10981msgstr ""
10982
fe05e196 10983#: git-submodule.sh:416
dce37b66
JX
10984#, sh-format
10985msgid "repo URL: '$repo' must be absolute or begin with ./|../"
10986msgstr ""
10987
fe05e196 10988#: git-submodule.sh:433
dce37b66 10989#, sh-format
cd1e7487 10990msgid "'$sm_path' already exists in the index"
dce37b66
JX
10991msgstr ""
10992
fe05e196 10993#: git-submodule.sh:437
7256fd7c
JX
10994#, sh-format
10995msgid ""
10996"The following path is ignored by one of your .gitignore files:\n"
10997"$sm_path\n"
10998"Use -f if you really want to add it."
10999msgstr ""
11000
fe05e196 11001#: git-submodule.sh:455
7256fd7c
JX
11002#, sh-format
11003msgid "Adding existing repo at '$sm_path' to the index"
11004msgstr ""
11005
fe05e196 11006#: git-submodule.sh:457
dce37b66 11007#, sh-format
cd1e7487 11008msgid "'$sm_path' already exists and is not a valid git repo"
dce37b66
JX
11009msgstr ""
11010
fe05e196 11011#: git-submodule.sh:465
fe52cd62
JX
11012#, sh-format
11013msgid "A git directory for '$sm_name' is found locally with remote(s):"
11014msgstr ""
11015
fe05e196 11016#: git-submodule.sh:467
fe52cd62
JX
11017#, sh-format
11018msgid ""
11019"If you want to reuse this local git directory instead of cloning again from"
11020msgstr ""
11021
fe05e196 11022#: git-submodule.sh:469
fe52cd62
JX
11023#, sh-format
11024msgid ""
11025"use the '--force' option. If the local git directory is not the correct repo"
11026msgstr ""
11027
fe05e196 11028#: git-submodule.sh:470
fe52cd62
JX
11029#, sh-format
11030msgid ""
11031"or you are unsure what this means choose another name with the '--name' "
11032"option."
11033msgstr ""
11034
fe05e196 11035#: git-submodule.sh:472
fe52cd62
JX
11036#, sh-format
11037msgid "Reactivating local git directory for submodule '$sm_name'."
11038msgstr ""
11039
fe05e196 11040#: git-submodule.sh:484
dce37b66 11041#, sh-format
cd1e7487 11042msgid "Unable to checkout submodule '$sm_path'"
dce37b66
JX
11043msgstr ""
11044
fe05e196 11045#: git-submodule.sh:489
dce37b66 11046#, sh-format
cd1e7487 11047msgid "Failed to add submodule '$sm_path'"
dce37b66
JX
11048msgstr ""
11049
fe05e196 11050#: git-submodule.sh:498
dce37b66 11051#, sh-format
cd1e7487 11052msgid "Failed to register submodule '$sm_path'"
dce37b66
JX
11053msgstr ""
11054
fe05e196 11055#: git-submodule.sh:542
dce37b66 11056#, sh-format
28b3cffc 11057msgid "Entering '$prefix$displaypath'"
dce37b66
JX
11058msgstr ""
11059
fe05e196 11060#: git-submodule.sh:562
dce37b66 11061#, sh-format
28b3cffc 11062msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
dce37b66
JX
11063msgstr ""
11064
fe05e196 11065#: git-submodule.sh:608
dce37b66 11066#, sh-format
28b3cffc 11067msgid "No url found for submodule path '$displaypath' in .gitmodules"
dce37b66
JX
11068msgstr ""
11069
fe05e196 11070#: git-submodule.sh:617
dce37b66 11071#, sh-format
28b3cffc 11072msgid "Failed to register url for submodule path '$displaypath'"
dce37b66
JX
11073msgstr ""
11074
fe05e196 11075#: git-submodule.sh:619
dce37b66 11076#, sh-format
28b3cffc 11077msgid "Submodule '$name' ($url) registered for path '$displaypath'"
dce37b66
JX
11078msgstr ""
11079
fe05e196 11080#: git-submodule.sh:636
dce37b66 11081#, sh-format
28b3cffc 11082msgid "Failed to register update mode for submodule path '$displaypath'"
dce37b66
JX
11083msgstr ""
11084
fe05e196 11085#: git-submodule.sh:674
c138af56
JX
11086#, sh-format
11087msgid "Use '.' if you really want to deinitialize all submodules"
11088msgstr ""
11089
fe05e196 11090#: git-submodule.sh:691
c138af56 11091#, sh-format
28b3cffc 11092msgid "Submodule work tree '$displaypath' contains a .git directory"
c138af56
JX
11093msgstr ""
11094
fe05e196 11095#: git-submodule.sh:692
c138af56
JX
11096#, sh-format
11097msgid ""
11098"(use 'rm -rf' if you really want to remove it including all of its history)"
11099msgstr ""
11100
fe05e196 11101#: git-submodule.sh:698
dce37b66
JX
11102#, sh-format
11103msgid ""
28b3cffc 11104"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
c138af56
JX
11105"discard them"
11106msgstr ""
11107
fe05e196 11108#: git-submodule.sh:701
c138af56 11109#, sh-format
28b3cffc 11110msgid "Cleared directory '$displaypath'"
c138af56
JX
11111msgstr ""
11112
fe05e196 11113#: git-submodule.sh:702
c138af56 11114#, sh-format
28b3cffc 11115msgid "Could not remove submodule work tree '$displaypath'"
c138af56
JX
11116msgstr ""
11117
fe05e196 11118#: git-submodule.sh:705
c138af56 11119#, sh-format
28b3cffc 11120msgid "Could not create empty submodule directory '$displaypath'"
c138af56
JX
11121msgstr ""
11122
fe05e196 11123#: git-submodule.sh:714
c138af56 11124#, sh-format
28b3cffc 11125msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
c138af56
JX
11126msgstr ""
11127
fe05e196 11128#: git-submodule.sh:830
c138af56
JX
11129#, sh-format
11130msgid ""
28b3cffc 11131"Submodule path '$displaypath' not initialized\n"
dce37b66
JX
11132"Maybe you want to use 'update --init'?"
11133msgstr ""
11134
fe05e196 11135#: git-submodule.sh:843
dce37b66 11136#, sh-format
28b3cffc 11137msgid "Unable to find current revision in submodule path '$displaypath'"
dce37b66
JX
11138msgstr ""
11139
fe05e196 11140#: git-submodule.sh:852
dce37b66 11141#, sh-format
cd1e7487 11142msgid "Unable to fetch in submodule path '$sm_path'"
dce37b66
JX
11143msgstr ""
11144
fe05e196 11145#: git-submodule.sh:876
dce37b66 11146#, sh-format
28b3cffc 11147msgid "Unable to fetch in submodule path '$displaypath'"
dce37b66
JX
11148msgstr ""
11149
fe05e196 11150#: git-submodule.sh:890
5e078fcd
JX
11151#, sh-format
11152msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
11153msgstr ""
11154
fe05e196 11155#: git-submodule.sh:891
dce37b66 11156#, sh-format
5e078fcd
JX
11157msgid "Submodule path '$displaypath': checked out '$sha1'"
11158msgstr ""
11159
fe05e196 11160#: git-submodule.sh:895
5e078fcd 11161#, sh-format
28b3cffc 11162msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
dce37b66
JX
11163msgstr ""
11164
fe05e196 11165#: git-submodule.sh:896
dce37b66 11166#, sh-format
28b3cffc 11167msgid "Submodule path '$displaypath': rebased into '$sha1'"
dce37b66
JX
11168msgstr ""
11169
fe05e196 11170#: git-submodule.sh:901
dce37b66 11171#, sh-format
28b3cffc 11172msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
dce37b66
JX
11173msgstr ""
11174
fe05e196 11175#: git-submodule.sh:902
dce37b66 11176#, sh-format
28b3cffc 11177msgid "Submodule path '$displaypath': merged in '$sha1'"
dce37b66
JX
11178msgstr ""
11179
fe05e196 11180#: git-submodule.sh:907
dce37b66 11181#, sh-format
28b3cffc 11182msgid ""
df0617bf 11183"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"
dce37b66
JX
11184msgstr ""
11185
fe05e196 11186#: git-submodule.sh:908
dce37b66 11187#, sh-format
28b3cffc 11188msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
dce37b66
JX
11189msgstr ""
11190
fe05e196 11191#: git-submodule.sh:938
28b3cffc
JX
11192#, sh-format
11193msgid "Failed to recurse into submodule path '$displaypath'"
11194msgstr ""
11195
fe05e196 11196#: git-submodule.sh:1046
3b6137f2 11197msgid "The --cached option cannot be used with the --files option"
7256fd7c
JX
11198msgstr ""
11199
fe05e196 11200#: git-submodule.sh:1098
7256fd7c
JX
11201#, sh-format
11202msgid "unexpected mode $mod_dst"
dce37b66
JX
11203msgstr ""
11204
fe05e196 11205#: git-submodule.sh:1118
dce37b66 11206#, sh-format
28b3cffc 11207msgid " Warn: $display_name doesn't contain commit $sha1_src"
dce37b66
JX
11208msgstr ""
11209
fe05e196 11210#: git-submodule.sh:1121
dce37b66 11211#, sh-format
28b3cffc 11212msgid " Warn: $display_name doesn't contain commit $sha1_dst"
dce37b66
JX
11213msgstr ""
11214
fe05e196 11215#: git-submodule.sh:1124
dce37b66 11216#, sh-format
28b3cffc 11217msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
dce37b66
JX
11218msgstr ""
11219
fe05e196 11220#: git-submodule.sh:1149
dce37b66
JX
11221msgid "blob"
11222msgstr ""
11223
fe05e196 11224#: git-submodule.sh:1267
c138af56
JX
11225#, sh-format
11226msgid "Failed to recurse into submodule path '$sm_path'"
11227msgstr ""
11228
fe05e196 11229#: git-submodule.sh:1331
dce37b66 11230#, sh-format
28b3cffc 11231msgid "Synchronizing submodule url for '$displaypath'"
dce37b66 11232msgstr ""