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