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