]> git.ipfire.org Git - thirdparty/git.git/blame - po/git.pot
Merge git://github.com/git-l10n/git-po
[thirdparty/git.git] / po / git.pot
CommitLineData
dce37b66
JX
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
0bbe5b48 11"POT-Creation-Date: 2012-07-30 09:18+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
cd1e7487 21#: advice.c:40
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#.
cd1e7487 30#: advice.c:70
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
822e4a65
JX
38#: bundle.c:36
39#, c-format
40msgid "'%s' does not look like a v2 bundle file"
41msgstr ""
42
43#: bundle.c:63
44#, c-format
45msgid "unrecognized header: %s%s (%d)"
46msgstr ""
47
0bbe5b48 48#: bundle.c:89 builtin/commit.c:699
822e4a65
JX
49#, c-format
50msgid "could not open '%s'"
51msgstr ""
52
53#: bundle.c:140
54msgid "Repository lacks these prerequisite commits:"
55msgstr ""
56
11b90174 57#: bundle.c:164 sequencer.c:550 sequencer.c:982 builtin/log.c:290
0bbe5b48 58#: builtin/log.c:726 builtin/log.c:1316 builtin/log.c:1535 builtin/merge.c:347
822e4a65
JX
59#: builtin/shortlog.c:181
60msgid "revision walk setup failed"
61msgstr ""
62
63#: bundle.c:186
64#, c-format
65msgid "The bundle contains %d ref"
66msgid_plural "The bundle contains %d refs"
67msgstr[0] ""
68msgstr[1] ""
69
70#: bundle.c:192
11b90174
JX
71msgid "The bundle records a complete history."
72msgstr ""
73
74#: bundle.c:195
822e4a65
JX
75#, c-format
76msgid "The bundle requires this ref"
77msgid_plural "The bundle requires these %d refs"
78msgstr[0] ""
79msgstr[1] ""
80
11b90174 81#: bundle.c:294
822e4a65
JX
82msgid "rev-list died"
83msgstr ""
84
0bbe5b48 85#: bundle.c:300 builtin/log.c:1212 builtin/shortlog.c:284
822e4a65
JX
86#, c-format
87msgid "unrecognized argument: %s"
88msgstr ""
89
11b90174 90#: bundle.c:335
822e4a65
JX
91#, c-format
92msgid "ref '%s' is excluded by the rev-list options"
93msgstr ""
94
11b90174 95#: bundle.c:380
822e4a65
JX
96msgid "Refusing to create empty bundle."
97msgstr ""
98
11b90174 99#: bundle.c:398
822e4a65
JX
100msgid "Could not spawn pack-objects"
101msgstr ""
102
11b90174 103#: bundle.c:416
822e4a65
JX
104msgid "pack-objects died"
105msgstr ""
106
11b90174 107#: bundle.c:419
822e4a65
JX
108#, c-format
109msgid "cannot create '%s'"
110msgstr ""
111
11b90174 112#: bundle.c:441
822e4a65
JX
113msgid "index-pack died"
114msgstr ""
115
cd1e7487 116#: commit.c:48
dce37b66
JX
117#, c-format
118msgid "could not parse %s"
119msgstr ""
120
cd1e7487 121#: commit.c:50
dce37b66
JX
122#, c-format
123msgid "%s %s is not a commit!"
124msgstr ""
125
126#: compat/obstack.c:406 compat/obstack.c:408
127msgid "memory exhausted"
128msgstr ""
129
130#: connected.c:39
131msgid "Could not run 'git rev-list'"
132msgstr ""
133
134#: connected.c:48
135#, c-format
136msgid "failed write to rev-list: %s"
137msgstr ""
138
139#: connected.c:56
140#, c-format
141msgid "failed to close rev-list's stdin: %s"
142msgstr ""
143
822e4a65
JX
144#: date.c:95
145msgid "in the future"
146msgstr ""
147
148#: date.c:101
149#, c-format
150msgid "%lu second ago"
151msgid_plural "%lu seconds ago"
152msgstr[0] ""
153msgstr[1] ""
154
155#: date.c:108
156#, c-format
157msgid "%lu minute ago"
158msgid_plural "%lu minutes ago"
159msgstr[0] ""
160msgstr[1] ""
161
162#: date.c:115
163#, c-format
164msgid "%lu hour ago"
165msgid_plural "%lu hours ago"
166msgstr[0] ""
167msgstr[1] ""
168
169#: date.c:122
170#, c-format
171msgid "%lu day ago"
172msgid_plural "%lu days ago"
173msgstr[0] ""
174msgstr[1] ""
175
176#: date.c:128
177#, c-format
178msgid "%lu week ago"
179msgid_plural "%lu weeks ago"
180msgstr[0] ""
181msgstr[1] ""
182
183#: date.c:135
184#, c-format
185msgid "%lu month ago"
186msgid_plural "%lu months ago"
187msgstr[0] ""
188msgstr[1] ""
189
190#: date.c:146
191#, c-format
192msgid "%lu year"
193msgid_plural "%lu years"
194msgstr[0] ""
195msgstr[1] ""
196
197#: date.c:149
198#, c-format
199msgid "%s, %lu month ago"
200msgid_plural "%s, %lu months ago"
201msgstr[0] ""
202msgstr[1] ""
203
204#: date.c:154 date.c:159
205#, c-format
206msgid "%lu year ago"
207msgid_plural "%lu years ago"
208msgstr[0] ""
209msgstr[1] ""
210
2b911f81 211#: diff.c:105
dce37b66
JX
212#, c-format
213msgid " Failed to parse dirstat cut-off percentage '%.*s'\n"
214msgstr ""
215
2b911f81 216#: diff.c:110
dce37b66
JX
217#, c-format
218msgid " Unknown dirstat parameter '%.*s'\n"
219msgstr ""
220
2b911f81 221#: diff.c:210
dce37b66
JX
222#, c-format
223msgid ""
224"Found errors in 'diff.dirstat' config variable:\n"
225"%s"
226msgstr ""
227
cd1e7487 228#: diff.c:1400
1d4ac88d
JX
229msgid " 0 files changed\n"
230msgstr ""
231
cd1e7487 232#: diff.c:1404
1d4ac88d
JX
233#, c-format
234msgid " %d file changed"
235msgid_plural " %d files changed"
236msgstr[0] ""
237msgstr[1] ""
238
cd1e7487 239#: diff.c:1421
1d4ac88d
JX
240#, c-format
241msgid ", %d insertion(+)"
242msgid_plural ", %d insertions(+)"
243msgstr[0] ""
244msgstr[1] ""
245
cd1e7487 246#: diff.c:1432
1d4ac88d
JX
247#, c-format
248msgid ", %d deletion(-)"
249msgid_plural ", %d deletions(-)"
250msgstr[0] ""
251msgstr[1] ""
252
0bbe5b48 253#: diff.c:3461
dce37b66
JX
254#, c-format
255msgid ""
256"Failed to parse --dirstat/-X option parameter:\n"
257"%s"
258msgstr ""
259
260#: gpg-interface.c:59
261msgid "could not run gpg."
262msgstr ""
263
264#: gpg-interface.c:71
265msgid "gpg did not accept the data"
266msgstr ""
267
268#: gpg-interface.c:82
269msgid "gpg failed to sign the data"
270msgstr ""
271
75f7b4b9 272#: grep.c:1320
1d4ac88d
JX
273#, c-format
274msgid "'%s': unable to read %s"
275msgstr ""
276
75f7b4b9 277#: grep.c:1337
1d4ac88d
JX
278#, c-format
279msgid "'%s': %s"
280msgstr ""
281
75f7b4b9 282#: grep.c:1348
1d4ac88d
JX
283#, c-format
284msgid "'%s': short read %s"
285msgstr ""
286
0bbe5b48 287#: help.c:212
822e4a65
JX
288#, c-format
289msgid "available git commands in '%s'"
290msgstr ""
291
0bbe5b48 292#: help.c:219
822e4a65
JX
293msgid "git commands available from elsewhere on your $PATH"
294msgstr ""
295
0bbe5b48 296#: help.c:275
dce37b66
JX
297#, c-format
298msgid ""
299"'%s' appears to be a git command, but we were not\n"
300"able to execute it. Maybe git-%s is broken?"
301msgstr ""
302
0bbe5b48 303#: help.c:332
822e4a65
JX
304msgid "Uh oh. Your system reports no Git commands at all."
305msgstr ""
306
0bbe5b48 307#: help.c:354
822e4a65
JX
308#, c-format
309msgid ""
310"WARNING: You called a Git command named '%s', which does not exist.\n"
311"Continuing under the assumption that you meant '%s'"
312msgstr ""
313
0bbe5b48 314#: help.c:359
822e4a65
JX
315#, c-format
316msgid "in %0.1f seconds automatically..."
317msgstr ""
318
0bbe5b48 319#: help.c:366
822e4a65
JX
320#, c-format
321msgid "git: '%s' is not a git command. See 'git --help'."
322msgstr ""
323
0bbe5b48 324#: help.c:370
822e4a65
JX
325msgid ""
326"\n"
327"Did you mean this?"
328msgid_plural ""
329"\n"
330"Did you mean one of these?"
331msgstr[0] ""
332msgstr[1] ""
333
0bbe5b48 334#: parse-options.c:494
6f6731e7
JX
335msgid "..."
336msgstr ""
337
0bbe5b48 338#: parse-options.c:512
6f6731e7
JX
339#, c-format
340msgid "usage: %s"
341msgstr ""
342
343#. TRANSLATORS: the colon here should align with the
344#. one in "usage: %s" translation
0bbe5b48 345#: parse-options.c:516
6f6731e7
JX
346#, c-format
347msgid " or: %s"
348msgstr ""
349
0bbe5b48 350#: parse-options.c:519
6f6731e7
JX
351#, c-format
352msgid " %s"
353msgstr ""
354
0bbe5b48 355#: remote.c:1632
dce37b66
JX
356#, c-format
357msgid "Your branch is ahead of '%s' by %d commit.\n"
358msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
359msgstr[0] ""
360msgstr[1] ""
361
0bbe5b48 362#: remote.c:1638
dce37b66
JX
363#, c-format
364msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
365msgid_plural ""
366"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
367msgstr[0] ""
368msgstr[1] ""
369
0bbe5b48 370#: remote.c:1646
dce37b66
JX
371#, c-format
372msgid ""
373"Your branch and '%s' have diverged,\n"
374"and have %d and %d different commit each, respectively.\n"
375msgid_plural ""
376"Your branch and '%s' have diverged,\n"
377"and have %d and %d different commits each, respectively.\n"
378msgstr[0] ""
379msgstr[1] ""
380
822e4a65 381#: sequencer.c:121 builtin/merge.c:865 builtin/merge.c:978
cd1e7487 382#: builtin/merge.c:1088 builtin/merge.c:1098
dce37b66
JX
383#, c-format
384msgid "Could not open '%s' for writing"
385msgstr ""
386
822e4a65 387#: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:868
cd1e7487 388#: builtin/merge.c:1090 builtin/merge.c:1103
dce37b66
JX
389#, c-format
390msgid "Could not write to '%s'"
391msgstr ""
392
822e4a65 393#: sequencer.c:144
2b911f81
JX
394msgid ""
395"after resolving the conflicts, mark the corrected paths\n"
396"with 'git add <paths>' or 'git rm <paths>'"
397msgstr ""
398
822e4a65 399#: sequencer.c:147
dce37b66
JX
400msgid ""
401"after resolving the conflicts, mark the corrected paths\n"
402"with 'git add <paths>' or 'git rm <paths>'\n"
403"and commit the result with 'git commit'"
404msgstr ""
405
75f7b4b9 406#: sequencer.c:160 sequencer.c:758 sequencer.c:841
dce37b66
JX
407#, c-format
408msgid "Could not write to %s"
409msgstr ""
410
822e4a65 411#: sequencer.c:163
dce37b66
JX
412#, c-format
413msgid "Error wrapping up %s"
414msgstr ""
415
822e4a65 416#: sequencer.c:178
dce37b66
JX
417msgid "Your local changes would be overwritten by cherry-pick."
418msgstr ""
419
822e4a65 420#: sequencer.c:180
dce37b66
JX
421msgid "Your local changes would be overwritten by revert."
422msgstr ""
423
822e4a65 424#: sequencer.c:183
dce37b66
JX
425msgid "Commit your changes or stash them to proceed."
426msgstr ""
427
428#. TRANSLATORS: %s will be "revert" or "cherry-pick"
822e4a65 429#: sequencer.c:233
dce37b66
JX
430#, c-format
431msgid "%s: Unable to write new index file"
432msgstr ""
433
822e4a65
JX
434#: sequencer.c:261
435msgid "Could not resolve HEAD commit\n"
436msgstr ""
437
438#: sequencer.c:282
439msgid "Unable to update cache tree\n"
440msgstr ""
441
75f7b4b9 442#: sequencer.c:324
822e4a65
JX
443#, c-format
444msgid "Could not parse commit %s\n"
445msgstr ""
446
75f7b4b9 447#: sequencer.c:329
822e4a65
JX
448#, c-format
449msgid "Could not parse parent commit %s\n"
450msgstr ""
451
75f7b4b9 452#: sequencer.c:395
dce37b66
JX
453msgid "Your index file is unmerged."
454msgstr ""
455
75f7b4b9 456#: sequencer.c:398
dce37b66
JX
457msgid "You do not have a valid HEAD"
458msgstr ""
459
75f7b4b9 460#: sequencer.c:413
dce37b66
JX
461#, c-format
462msgid "Commit %s is a merge but no -m option was given."
463msgstr ""
464
75f7b4b9 465#: sequencer.c:421
dce37b66
JX
466#, c-format
467msgid "Commit %s does not have parent %d"
468msgstr ""
469
75f7b4b9 470#: sequencer.c:425
dce37b66
JX
471#, c-format
472msgid "Mainline was specified but commit %s is not a merge."
473msgstr ""
474
475#. TRANSLATORS: The first %s will be "revert" or
476#. "cherry-pick", the second %s a SHA1
75f7b4b9 477#: sequencer.c:436
dce37b66
JX
478#, c-format
479msgid "%s: cannot parse parent commit %s"
480msgstr ""
481
75f7b4b9 482#: sequencer.c:440
dce37b66
JX
483#, c-format
484msgid "Cannot get commit message for %s"
485msgstr ""
486
75f7b4b9 487#: sequencer.c:524
dce37b66
JX
488#, c-format
489msgid "could not revert %s... %s"
490msgstr ""
491
75f7b4b9 492#: sequencer.c:525
dce37b66
JX
493#, c-format
494msgid "could not apply %s... %s"
495msgstr ""
496
75f7b4b9 497#: sequencer.c:553
dce37b66
JX
498msgid "empty commit set passed"
499msgstr ""
500
75f7b4b9 501#: sequencer.c:561
dce37b66
JX
502#, c-format
503msgid "git %s: failed to read the index"
504msgstr ""
505
75f7b4b9 506#: sequencer.c:566
dce37b66
JX
507#, c-format
508msgid "git %s: failed to refresh the index"
509msgstr ""
510
75f7b4b9 511#: sequencer.c:624
dce37b66
JX
512#, c-format
513msgid "Cannot %s during a %s"
514msgstr ""
515
75f7b4b9 516#: sequencer.c:646
dce37b66
JX
517#, c-format
518msgid "Could not parse line %d."
519msgstr ""
520
75f7b4b9 521#: sequencer.c:651
dce37b66
JX
522msgid "No commits parsed."
523msgstr ""
524
75f7b4b9 525#: sequencer.c:664
dce37b66
JX
526#, c-format
527msgid "Could not open %s"
528msgstr ""
529
75f7b4b9 530#: sequencer.c:668
dce37b66
JX
531#, c-format
532msgid "Could not read %s."
533msgstr ""
534
75f7b4b9 535#: sequencer.c:675
dce37b66
JX
536#, c-format
537msgid "Unusable instruction sheet: %s"
538msgstr ""
539
75f7b4b9 540#: sequencer.c:703
dce37b66
JX
541#, c-format
542msgid "Invalid key: %s"
543msgstr ""
544
75f7b4b9 545#: sequencer.c:706
dce37b66
JX
546#, c-format
547msgid "Invalid value for %s: %s"
548msgstr ""
549
75f7b4b9 550#: sequencer.c:718
dce37b66
JX
551#, c-format
552msgid "Malformed options sheet: %s"
553msgstr ""
554
75f7b4b9 555#: sequencer.c:739
dce37b66
JX
556msgid "a cherry-pick or revert is already in progress"
557msgstr ""
558
75f7b4b9 559#: sequencer.c:740
dce37b66
JX
560msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
561msgstr ""
562
75f7b4b9 563#: sequencer.c:744
dce37b66
JX
564#, c-format
565msgid "Could not create sequencer directory %s"
566msgstr ""
567
75f7b4b9 568#: sequencer.c:760 sequencer.c:845
dce37b66
JX
569#, c-format
570msgid "Error wrapping up %s."
571msgstr ""
572
75f7b4b9 573#: sequencer.c:779 sequencer.c:913
dce37b66
JX
574msgid "no cherry-pick or revert in progress"
575msgstr ""
576
75f7b4b9 577#: sequencer.c:781
dce37b66
JX
578msgid "cannot resolve HEAD"
579msgstr ""
580
75f7b4b9 581#: sequencer.c:783
dce37b66
JX
582msgid "cannot abort from a branch yet to be born"
583msgstr ""
584
0bbe5b48 585#: sequencer.c:805 builtin/apply.c:3988
dce37b66
JX
586#, c-format
587msgid "cannot open %s: %s"
588msgstr ""
589
75f7b4b9 590#: sequencer.c:808
dce37b66
JX
591#, c-format
592msgid "cannot read %s: %s"
593msgstr ""
594
75f7b4b9 595#: sequencer.c:809
dce37b66
JX
596msgid "unexpected end of file"
597msgstr ""
598
75f7b4b9 599#: sequencer.c:815
dce37b66
JX
600#, c-format
601msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
602msgstr ""
603
75f7b4b9 604#: sequencer.c:838
dce37b66
JX
605#, c-format
606msgid "Could not format %s."
607msgstr ""
608
75f7b4b9 609#: sequencer.c:1000
dce37b66
JX
610msgid "Can't revert as initial commit"
611msgstr ""
612
75f7b4b9 613#: sequencer.c:1001
dce37b66
JX
614msgid "Can't cherry-pick into empty head"
615msgstr ""
616
0bbe5b48 617#: sha1_name.c:1044
cd1e7487
JX
618msgid "HEAD does not point to a branch"
619msgstr ""
620
0bbe5b48 621#: sha1_name.c:1047
cd1e7487
JX
622#, c-format
623msgid "No such branch: '%s'"
624msgstr ""
625
0bbe5b48 626#: sha1_name.c:1049
cd1e7487
JX
627#, c-format
628msgid "No upstream configured for branch '%s'"
629msgstr ""
630
0bbe5b48 631#: sha1_name.c:1052
cd1e7487
JX
632#, c-format
633msgid "Upstream branch '%s' not stored as a remote-tracking branch"
634msgstr ""
635
75f7b4b9
JX
636#: wrapper.c:413
637#, c-format
638msgid "unable to look up current user in the passwd file: %s"
639msgstr ""
640
641#: wrapper.c:414
642msgid "no such user"
643msgstr ""
644
0bbe5b48 645#: wt-status.c:140
dce37b66
JX
646msgid "Unmerged paths:"
647msgstr ""
648
0bbe5b48 649#: wt-status.c:167 wt-status.c:194
dce37b66
JX
650#, c-format
651msgid " (use \"git reset %s <file>...\" to unstage)"
652msgstr ""
653
0bbe5b48 654#: wt-status.c:169 wt-status.c:196
dce37b66
JX
655msgid " (use \"git rm --cached <file>...\" to unstage)"
656msgstr ""
657
0bbe5b48 658#: wt-status.c:173
11b90174
JX
659msgid " (use \"git add <file>...\" to mark resolution)"
660msgstr ""
661
0bbe5b48 662#: wt-status.c:175 wt-status.c:179
dce37b66
JX
663msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
664msgstr ""
665
0bbe5b48 666#: wt-status.c:177
11b90174
JX
667msgid " (use \"git rm <file>...\" to mark resolution)"
668msgstr ""
669
0bbe5b48 670#: wt-status.c:188
dce37b66
JX
671msgid "Changes to be committed:"
672msgstr ""
673
0bbe5b48 674#: wt-status.c:206
dce37b66
JX
675msgid "Changes not staged for commit:"
676msgstr ""
677
0bbe5b48 678#: wt-status.c:210
dce37b66
JX
679msgid " (use \"git add <file>...\" to update what will be committed)"
680msgstr ""
681
0bbe5b48 682#: wt-status.c:212
dce37b66
JX
683msgid " (use \"git add/rm <file>...\" to update what will be committed)"
684msgstr ""
685
0bbe5b48 686#: wt-status.c:213
dce37b66
JX
687msgid ""
688" (use \"git checkout -- <file>...\" to discard changes in working directory)"
689msgstr ""
690
0bbe5b48 691#: wt-status.c:215
dce37b66
JX
692msgid " (commit or discard the untracked or modified content in submodules)"
693msgstr ""
694
0bbe5b48 695#: wt-status.c:224
dce37b66
JX
696#, c-format
697msgid "%s files:"
698msgstr ""
699
0bbe5b48 700#: wt-status.c:227
dce37b66
JX
701#, c-format
702msgid " (use \"git %s <file>...\" to include in what will be committed)"
703msgstr ""
704
0bbe5b48 705#: wt-status.c:244
dce37b66
JX
706msgid "bug"
707msgstr ""
708
0bbe5b48 709#: wt-status.c:249
dce37b66
JX
710msgid "both deleted:"
711msgstr ""
712
0bbe5b48 713#: wt-status.c:250
dce37b66
JX
714msgid "added by us:"
715msgstr ""
716
0bbe5b48 717#: wt-status.c:251
dce37b66
JX
718msgid "deleted by them:"
719msgstr ""
720
0bbe5b48 721#: wt-status.c:252
dce37b66
JX
722msgid "added by them:"
723msgstr ""
724
0bbe5b48 725#: wt-status.c:253
dce37b66
JX
726msgid "deleted by us:"
727msgstr ""
728
0bbe5b48 729#: wt-status.c:254
dce37b66
JX
730msgid "both added:"
731msgstr ""
732
0bbe5b48 733#: wt-status.c:255
dce37b66
JX
734msgid "both modified:"
735msgstr ""
736
0bbe5b48 737#: wt-status.c:285
dce37b66
JX
738msgid "new commits, "
739msgstr ""
740
0bbe5b48 741#: wt-status.c:287
dce37b66
JX
742msgid "modified content, "
743msgstr ""
744
0bbe5b48 745#: wt-status.c:289
dce37b66
JX
746msgid "untracked content, "
747msgstr ""
748
0bbe5b48 749#: wt-status.c:303
dce37b66
JX
750#, c-format
751msgid "new file: %s"
752msgstr ""
753
0bbe5b48 754#: wt-status.c:306
dce37b66
JX
755#, c-format
756msgid "copied: %s -> %s"
757msgstr ""
758
0bbe5b48 759#: wt-status.c:309
dce37b66
JX
760#, c-format
761msgid "deleted: %s"
762msgstr ""
763
0bbe5b48 764#: wt-status.c:312
dce37b66
JX
765#, c-format
766msgid "modified: %s"
767msgstr ""
768
0bbe5b48 769#: wt-status.c:315
dce37b66
JX
770#, c-format
771msgid "renamed: %s -> %s"
772msgstr ""
773
0bbe5b48 774#: wt-status.c:318
dce37b66
JX
775#, c-format
776msgid "typechange: %s"
777msgstr ""
778
0bbe5b48 779#: wt-status.c:321
dce37b66
JX
780#, c-format
781msgid "unknown: %s"
782msgstr ""
783
0bbe5b48 784#: wt-status.c:324
dce37b66
JX
785#, c-format
786msgid "unmerged: %s"
787msgstr ""
788
0bbe5b48 789#: wt-status.c:327
dce37b66
JX
790#, c-format
791msgid "bug: unhandled diff status %c"
792msgstr ""
793
0bbe5b48 794#: wt-status.c:785
11b90174
JX
795msgid "You have unmerged paths."
796msgstr ""
797
0bbe5b48 798#: wt-status.c:788 wt-status.c:912
11b90174
JX
799msgid " (fix conflicts and run \"git commit\")"
800msgstr ""
801
0bbe5b48 802#: wt-status.c:791
11b90174
JX
803msgid "All conflicts fixed but you are still merging."
804msgstr ""
805
0bbe5b48 806#: wt-status.c:794
11b90174
JX
807msgid " (use \"git commit\" to conclude merge)"
808msgstr ""
809
0bbe5b48 810#: wt-status.c:804
11b90174
JX
811msgid "You are in the middle of an am session."
812msgstr ""
813
0bbe5b48 814#: wt-status.c:807
11b90174
JX
815msgid "The current patch is empty."
816msgstr ""
817
0bbe5b48 818#: wt-status.c:811
11b90174
JX
819msgid " (fix conflicts and then run \"git am --resolved\")"
820msgstr ""
821
0bbe5b48 822#: wt-status.c:813
11b90174
JX
823msgid " (use \"git am --skip\" to skip this patch)"
824msgstr ""
825
0bbe5b48 826#: wt-status.c:815
11b90174
JX
827msgid " (use \"git am --abort\" to restore the original branch)"
828msgstr ""
829
0bbe5b48 830#: wt-status.c:873 wt-status.c:883
11b90174
JX
831msgid "You are currently rebasing."
832msgstr ""
833
0bbe5b48 834#: wt-status.c:876
11b90174
JX
835msgid " (fix conflicts and then run \"git rebase --continue\")"
836msgstr ""
837
0bbe5b48 838#: wt-status.c:878
11b90174
JX
839msgid " (use \"git rebase --skip\" to skip this patch)"
840msgstr ""
841
0bbe5b48 842#: wt-status.c:880
11b90174
JX
843msgid " (use \"git rebase --abort\" to check out the original branch)"
844msgstr ""
845
0bbe5b48 846#: wt-status.c:886
11b90174
JX
847msgid " (all conflicts fixed: run \"git rebase --continue\")"
848msgstr ""
849
0bbe5b48 850#: wt-status.c:888
11b90174
JX
851msgid "You are currently splitting a commit during a rebase."
852msgstr ""
853
0bbe5b48 854#: wt-status.c:891
11b90174
JX
855msgid " (Once your working directory is clean, run \"git rebase --continue\")"
856msgstr ""
857
0bbe5b48 858#: wt-status.c:893
11b90174
JX
859msgid "You are currently editing a commit during a rebase."
860msgstr ""
861
0bbe5b48 862#: wt-status.c:896
11b90174
JX
863msgid " (use \"git commit --amend\" to amend the current commit)"
864msgstr ""
865
0bbe5b48 866#: wt-status.c:898
11b90174
JX
867msgid ""
868" (use \"git rebase --continue\" once you are satisfied with your changes)"
869msgstr ""
870
0bbe5b48 871#: wt-status.c:908
11b90174
JX
872msgid "You are currently cherry-picking."
873msgstr ""
874
0bbe5b48 875#: wt-status.c:915
11b90174
JX
876msgid " (all conflicts fixed: run \"git commit\")"
877msgstr ""
878
0bbe5b48 879#: wt-status.c:924
11b90174
JX
880msgid "You are currently bisecting."
881msgstr ""
882
0bbe5b48 883#: wt-status.c:927
11b90174
JX
884msgid " (use \"git bisect reset\" to get back to the original branch)"
885msgstr ""
886
0bbe5b48 887#: wt-status.c:978
dce37b66
JX
888msgid "On branch "
889msgstr ""
890
0bbe5b48 891#: wt-status.c:985
dce37b66
JX
892msgid "Not currently on any branch."
893msgstr ""
894
0bbe5b48 895#: wt-status.c:997
dce37b66
JX
896msgid "Initial commit"
897msgstr ""
898
0bbe5b48 899#: wt-status.c:1011
dce37b66
JX
900msgid "Untracked"
901msgstr ""
902
0bbe5b48 903#: wt-status.c:1013
dce37b66
JX
904msgid "Ignored"
905msgstr ""
906
0bbe5b48 907#: wt-status.c:1015
dce37b66
JX
908#, c-format
909msgid "Untracked files not listed%s"
910msgstr ""
911
0bbe5b48 912#: wt-status.c:1017
dce37b66
JX
913msgid " (use -u option to show untracked files)"
914msgstr ""
915
0bbe5b48 916#: wt-status.c:1023
dce37b66
JX
917msgid "No changes"
918msgstr ""
919
0bbe5b48 920#: wt-status.c:1027
dce37b66
JX
921#, c-format
922msgid "no changes added to commit%s\n"
923msgstr ""
924
0bbe5b48 925#: wt-status.c:1029
dce37b66
JX
926msgid " (use \"git add\" and/or \"git commit -a\")"
927msgstr ""
928
0bbe5b48 929#: wt-status.c:1031
dce37b66
JX
930#, c-format
931msgid "nothing added to commit but untracked files present%s\n"
932msgstr ""
933
0bbe5b48 934#: wt-status.c:1033
dce37b66
JX
935msgid " (use \"git add\" to track)"
936msgstr ""
937
0bbe5b48 938#: wt-status.c:1035 wt-status.c:1038 wt-status.c:1041
dce37b66
JX
939#, c-format
940msgid "nothing to commit%s\n"
941msgstr ""
942
0bbe5b48 943#: wt-status.c:1036
dce37b66
JX
944msgid " (create/copy files and use \"git add\" to track)"
945msgstr ""
946
0bbe5b48 947#: wt-status.c:1039
dce37b66
JX
948msgid " (use -u to show untracked files)"
949msgstr ""
950
0bbe5b48 951#: wt-status.c:1042
dce37b66
JX
952msgid " (working directory clean)"
953msgstr ""
954
0bbe5b48 955#: wt-status.c:1150
dce37b66
JX
956msgid "HEAD (no branch)"
957msgstr ""
958
0bbe5b48 959#: wt-status.c:1156
dce37b66
JX
960msgid "Initial commit on "
961msgstr ""
962
0bbe5b48 963#: wt-status.c:1171
dce37b66
JX
964msgid "behind "
965msgstr ""
966
0bbe5b48 967#: wt-status.c:1174 wt-status.c:1177
dce37b66
JX
968msgid "ahead "
969msgstr ""
970
0bbe5b48 971#: wt-status.c:1179
dce37b66
JX
972msgid ", behind "
973msgstr ""
974
975#: builtin/add.c:62
976#, c-format
977msgid "unexpected diff status %c"
978msgstr ""
979
0bbe5b48 980#: builtin/add.c:67 builtin/commit.c:229
dce37b66
JX
981msgid "updating files failed"
982msgstr ""
983
984#: builtin/add.c:77
985#, c-format
986msgid "remove '%s'\n"
987msgstr ""
988
989#: builtin/add.c:176
990#, c-format
991msgid "Path '%s' is in submodule '%.*s'"
992msgstr ""
993
994#: builtin/add.c:192
995msgid "Unstaged changes after refreshing the index:"
996msgstr ""
997
11b90174 998#: builtin/add.c:195 builtin/add.c:459 builtin/rm.c:186
dce37b66
JX
999#, c-format
1000msgid "pathspec '%s' did not match any files"
1001msgstr ""
1002
1003#: builtin/add.c:209
1004#, c-format
1005msgid "'%s' is beyond a symbolic link"
1006msgstr ""
1007
1008#: builtin/add.c:276
1009msgid "Could not read the index"
1010msgstr ""
1011
1012#: builtin/add.c:286
1013#, c-format
1014msgid "Could not open '%s' for writing."
1015msgstr ""
1016
1017#: builtin/add.c:290
1018msgid "Could not write patch"
1019msgstr ""
1020
1021#: builtin/add.c:295
1022#, c-format
1023msgid "Could not stat '%s'"
1024msgstr ""
1025
1026#: builtin/add.c:297
1027msgid "Empty patch. Aborted."
1028msgstr ""
1029
1030#: builtin/add.c:303
1031#, c-format
1032msgid "Could not apply '%s'"
1033msgstr ""
1034
1035#: builtin/add.c:312
1036msgid "The following paths are ignored by one of your .gitignore files:\n"
1037msgstr ""
1038
1039#: builtin/add.c:352
1040#, c-format
1041msgid "Use -f if you really want to add them.\n"
1042msgstr ""
1043
1044#: builtin/add.c:353
1045msgid "no files added"
1046msgstr ""
1047
1048#: builtin/add.c:359
1049msgid "adding files failed"
1050msgstr ""
1051
1052#: builtin/add.c:391
1053msgid "-A and -u are mutually incompatible"
1054msgstr ""
1055
1056#: builtin/add.c:393
1057msgid "Option --ignore-missing can only be used together with --dry-run"
1058msgstr ""
1059
1060#: builtin/add.c:413
1061#, c-format
1062msgid "Nothing specified, nothing added.\n"
1063msgstr ""
1064
1065#: builtin/add.c:414
1066#, c-format
1067msgid "Maybe you wanted to say 'git add .'?\n"
1068msgstr ""
1069
0bbe5b48 1070#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:289 builtin/mv.c:82
dce37b66
JX
1071#: builtin/rm.c:162
1072msgid "index file corrupt"
1073msgstr ""
1074
0bbe5b48 1075#: builtin/add.c:480 builtin/apply.c:4433 builtin/mv.c:229 builtin/rm.c:260
dce37b66
JX
1076msgid "Unable to write new index file"
1077msgstr ""
1078
0bbe5b48 1079#: builtin/apply.c:57
6f6731e7
JX
1080msgid "git apply [options] [<patch>...]"
1081msgstr ""
1082
0bbe5b48 1083#: builtin/apply.c:110
dce37b66 1084#, c-format
822e4a65 1085msgid "unrecognized whitespace option '%s'"
dce37b66
JX
1086msgstr ""
1087
0bbe5b48 1088#: builtin/apply.c:125
822e4a65
JX
1089#, c-format
1090msgid "unrecognized whitespace ignore option '%s'"
dce37b66
JX
1091msgstr ""
1092
0bbe5b48 1093#: builtin/apply.c:824
822e4a65
JX
1094#, c-format
1095msgid "Cannot prepare timestamp regexp %s"
dce37b66
JX
1096msgstr ""
1097
0bbe5b48 1098#: builtin/apply.c:833
822e4a65
JX
1099#, c-format
1100msgid "regexec returned %d for input: %s"
dce37b66
JX
1101msgstr ""
1102
0bbe5b48 1103#: builtin/apply.c:914
dce37b66 1104#, c-format
822e4a65 1105msgid "unable to find filename in patch at line %d"
dce37b66
JX
1106msgstr ""
1107
0bbe5b48 1108#: builtin/apply.c:946
dce37b66 1109#, c-format
822e4a65 1110msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
dce37b66
JX
1111msgstr ""
1112
0bbe5b48 1113#: builtin/apply.c:950
93329721
JX
1114#, c-format
1115msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1116msgstr ""
1117
0bbe5b48 1118#: builtin/apply.c:951
822e4a65 1119#, c-format
93329721 1120msgid "git apply: bad git-diff - inconsistent old filename on line %d"
dce37b66
JX
1121msgstr ""
1122
0bbe5b48 1123#: builtin/apply.c:958
822e4a65
JX
1124#, c-format
1125msgid "git apply: bad git-diff - expected /dev/null on line %d"
dce37b66
JX
1126msgstr ""
1127
0bbe5b48 1128#: builtin/apply.c:1403
dce37b66 1129#, c-format
822e4a65 1130msgid "recount: unexpected line: %.*s"
dce37b66
JX
1131msgstr ""
1132
0bbe5b48 1133#: builtin/apply.c:1460
dce37b66 1134#, c-format
822e4a65 1135msgid "patch fragment without header at line %d: %.*s"
dce37b66
JX
1136msgstr ""
1137
0bbe5b48 1138#: builtin/apply.c:1477
822e4a65
JX
1139#, c-format
1140msgid ""
1141"git diff header lacks filename information when removing %d leading pathname "
1142"component (line %d)"
1143msgid_plural ""
1144"git diff header lacks filename information when removing %d leading pathname "
1145"components (line %d)"
1146msgstr[0] ""
1147msgstr[1] ""
dce37b66 1148
0bbe5b48 1149#: builtin/apply.c:1637
822e4a65 1150msgid "new file depends on old contents"
dce37b66
JX
1151msgstr ""
1152
0bbe5b48 1153#: builtin/apply.c:1639
822e4a65 1154msgid "deleted file still has contents"
dce37b66
JX
1155msgstr ""
1156
0bbe5b48 1157#: builtin/apply.c:1665
dce37b66 1158#, c-format
822e4a65 1159msgid "corrupt patch at line %d"
dce37b66
JX
1160msgstr ""
1161
0bbe5b48 1162#: builtin/apply.c:1701
dce37b66 1163#, c-format
822e4a65 1164msgid "new file %s depends on old contents"
dce37b66
JX
1165msgstr ""
1166
0bbe5b48 1167#: builtin/apply.c:1703
dce37b66 1168#, c-format
822e4a65 1169msgid "deleted file %s still has contents"
dce37b66
JX
1170msgstr ""
1171
0bbe5b48 1172#: builtin/apply.c:1706
dce37b66 1173#, c-format
822e4a65 1174msgid "** warning: file %s becomes empty but is not deleted"
dce37b66
JX
1175msgstr ""
1176
0bbe5b48 1177#: builtin/apply.c:1852
dce37b66 1178#, c-format
822e4a65 1179msgid "corrupt binary patch at line %d: %.*s"
dce37b66
JX
1180msgstr ""
1181
822e4a65 1182#. there has to be one hunk (forward hunk)
0bbe5b48 1183#: builtin/apply.c:1881
dce37b66 1184#, c-format
822e4a65 1185msgid "unrecognized binary patch at line %d"
dce37b66
JX
1186msgstr ""
1187
0bbe5b48 1188#: builtin/apply.c:1967
dce37b66 1189#, c-format
822e4a65 1190msgid "patch with only garbage at line %d"
dce37b66
JX
1191msgstr ""
1192
0bbe5b48 1193#: builtin/apply.c:2057
dce37b66 1194#, c-format
822e4a65 1195msgid "unable to read symlink %s"
dce37b66
JX
1196msgstr ""
1197
0bbe5b48 1198#: builtin/apply.c:2061
dce37b66 1199#, c-format
822e4a65 1200msgid "unable to open or read %s"
dce37b66
JX
1201msgstr ""
1202
0bbe5b48 1203#: builtin/apply.c:2132
822e4a65 1204msgid "oops"
dce37b66
JX
1205msgstr ""
1206
0bbe5b48 1207#: builtin/apply.c:2654
822e4a65
JX
1208#, c-format
1209msgid "invalid start of line: '%c'"
dce37b66
JX
1210msgstr ""
1211
0bbe5b48 1212#: builtin/apply.c:2772
822e4a65
JX
1213#, c-format
1214msgid "Hunk #%d succeeded at %d (offset %d line)."
1215msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1216msgstr[0] ""
1217msgstr[1] ""
dce37b66 1218
0bbe5b48 1219#: builtin/apply.c:2784
822e4a65
JX
1220#, c-format
1221msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
dce37b66
JX
1222msgstr ""
1223
0bbe5b48 1224#: builtin/apply.c:2790
dce37b66 1225#, c-format
822e4a65
JX
1226msgid ""
1227"while searching for:\n"
1228"%.*s"
dce37b66
JX
1229msgstr ""
1230
0bbe5b48 1231#: builtin/apply.c:2809
822e4a65
JX
1232#, c-format
1233msgid "missing binary patch data for '%s'"
dce37b66
JX
1234msgstr ""
1235
0bbe5b48 1236#: builtin/apply.c:2912
dce37b66 1237#, c-format
822e4a65 1238msgid "binary patch does not apply to '%s'"
dce37b66
JX
1239msgstr ""
1240
0bbe5b48 1241#: builtin/apply.c:2918
dce37b66 1242#, c-format
822e4a65 1243msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
dce37b66
JX
1244msgstr ""
1245
0bbe5b48 1246#: builtin/apply.c:2939
822e4a65
JX
1247#, c-format
1248msgid "patch failed: %s:%ld"
dce37b66
JX
1249msgstr ""
1250
0bbe5b48 1251#: builtin/apply.c:3061
dce37b66 1252#, c-format
0bbe5b48 1253msgid "cannot checkout %s"
dce37b66
JX
1254msgstr ""
1255
0bbe5b48 1256#: builtin/apply.c:3106 builtin/apply.c:3115 builtin/apply.c:3159
dce37b66 1257#, c-format
822e4a65 1258msgid "read of %s failed"
dce37b66
JX
1259msgstr ""
1260
0bbe5b48 1261#: builtin/apply.c:3139 builtin/apply.c:3361
822e4a65 1262#, c-format
0bbe5b48 1263msgid "path %s has been renamed/deleted"
dce37b66
JX
1264msgstr ""
1265
0bbe5b48 1266#: builtin/apply.c:3220 builtin/apply.c:3375
822e4a65 1267#, c-format
0bbe5b48 1268msgid "%s: does not exist in index"
dce37b66
JX
1269msgstr ""
1270
0bbe5b48 1271#: builtin/apply.c:3224 builtin/apply.c:3367 builtin/apply.c:3389
dce37b66 1272#, c-format
822e4a65 1273msgid "%s: %s"
dce37b66
JX
1274msgstr ""
1275
0bbe5b48 1276#: builtin/apply.c:3229 builtin/apply.c:3383
822e4a65 1277#, c-format
0bbe5b48 1278msgid "%s: does not match index"
dce37b66
JX
1279msgstr ""
1280
0bbe5b48
JX
1281#: builtin/apply.c:3331
1282msgid "removal patch leaves file contents"
dce37b66
JX
1283msgstr ""
1284
0bbe5b48 1285#: builtin/apply.c:3400
dce37b66 1286#, c-format
822e4a65 1287msgid "%s: wrong type"
dce37b66
JX
1288msgstr ""
1289
0bbe5b48 1290#: builtin/apply.c:3402
dce37b66 1291#, c-format
822e4a65 1292msgid "%s has type %o, expected %o"
dce37b66
JX
1293msgstr ""
1294
0bbe5b48 1295#: builtin/apply.c:3503
dce37b66 1296#, c-format
822e4a65 1297msgid "%s: already exists in index"
dce37b66
JX
1298msgstr ""
1299
0bbe5b48
JX
1300#: builtin/apply.c:3506
1301#, c-format
1302msgid "%s: already exists in working directory"
1303msgstr ""
1304
1305#: builtin/apply.c:3526
dce37b66 1306#, c-format
75f7b4b9 1307msgid "new mode (%o) of %s does not match old mode (%o)"
dce37b66
JX
1308msgstr ""
1309
0bbe5b48 1310#: builtin/apply.c:3531
dce37b66 1311#, c-format
75f7b4b9
JX
1312msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1313msgstr ""
1314
0bbe5b48 1315#: builtin/apply.c:3539
75f7b4b9 1316#, c-format
822e4a65 1317msgid "%s: patch does not apply"
dce37b66
JX
1318msgstr ""
1319
0bbe5b48 1320#: builtin/apply.c:3552
dce37b66 1321#, c-format
822e4a65 1322msgid "Checking patch %s..."
dce37b66
JX
1323msgstr ""
1324
0bbe5b48 1325#: builtin/apply.c:3607 builtin/checkout.c:213 builtin/reset.c:158
dce37b66
JX
1326#, c-format
1327msgid "make_cache_entry failed for path '%s'"
1328msgstr ""
1329
0bbe5b48 1330#: builtin/apply.c:3750
822e4a65
JX
1331#, c-format
1332msgid "unable to remove %s from index"
dce37b66
JX
1333msgstr ""
1334
0bbe5b48 1335#: builtin/apply.c:3778
dce37b66 1336#, c-format
822e4a65 1337msgid "corrupt patch for subproject %s"
dce37b66
JX
1338msgstr ""
1339
0bbe5b48 1340#: builtin/apply.c:3782
822e4a65
JX
1341#, c-format
1342msgid "unable to stat newly created file '%s'"
dce37b66
JX
1343msgstr ""
1344
0bbe5b48 1345#: builtin/apply.c:3787
822e4a65
JX
1346#, c-format
1347msgid "unable to create backing store for newly created file %s"
dce37b66
JX
1348msgstr ""
1349
0bbe5b48 1350#: builtin/apply.c:3790 builtin/apply.c:3898
822e4a65
JX
1351#, c-format
1352msgid "unable to add cache entry for %s"
dce37b66
JX
1353msgstr ""
1354
0bbe5b48 1355#: builtin/apply.c:3823
dce37b66 1356#, c-format
822e4a65 1357msgid "closing file '%s'"
dce37b66
JX
1358msgstr ""
1359
0bbe5b48 1360#: builtin/apply.c:3872
822e4a65
JX
1361#, c-format
1362msgid "unable to write file '%s' mode %o"
dce37b66
JX
1363msgstr ""
1364
0bbe5b48 1365#: builtin/apply.c:3959
dce37b66 1366#, c-format
822e4a65 1367msgid "Applied patch %s cleanly."
dce37b66
JX
1368msgstr ""
1369
0bbe5b48 1370#: builtin/apply.c:3967
822e4a65 1371msgid "internal error"
dce37b66
JX
1372msgstr ""
1373
822e4a65 1374#. Say this even without --verbose
0bbe5b48 1375#: builtin/apply.c:3970
dce37b66 1376#, c-format
822e4a65
JX
1377msgid "Applying patch %%s with %d reject..."
1378msgid_plural "Applying patch %%s with %d rejects..."
1379msgstr[0] ""
1380msgstr[1] ""
dce37b66 1381
0bbe5b48 1382#: builtin/apply.c:3980
dce37b66 1383#, c-format
822e4a65 1384msgid "truncating .rej filename to %.*s.rej"
dce37b66
JX
1385msgstr ""
1386
0bbe5b48 1387#: builtin/apply.c:4001
dce37b66 1388#, c-format
822e4a65 1389msgid "Hunk #%d applied cleanly."
dce37b66
JX
1390msgstr ""
1391
0bbe5b48 1392#: builtin/apply.c:4004
dce37b66 1393#, c-format
822e4a65 1394msgid "Rejected hunk #%d."
dce37b66
JX
1395msgstr ""
1396
0bbe5b48 1397#: builtin/apply.c:4154
822e4a65 1398msgid "unrecognized input"
dce37b66
JX
1399msgstr ""
1400
0bbe5b48 1401#: builtin/apply.c:4165
822e4a65 1402msgid "unable to read index file"
dce37b66
JX
1403msgstr ""
1404
0bbe5b48 1405#: builtin/apply.c:4284 builtin/apply.c:4287
6f6731e7
JX
1406msgid "path"
1407msgstr ""
1408
0bbe5b48 1409#: builtin/apply.c:4285
6f6731e7
JX
1410msgid "don't apply changes matching the given path"
1411msgstr ""
1412
0bbe5b48 1413#: builtin/apply.c:4288
6f6731e7
JX
1414msgid "apply changes matching the given path"
1415msgstr ""
1416
0bbe5b48 1417#: builtin/apply.c:4290
6f6731e7
JX
1418msgid "num"
1419msgstr ""
1420
0bbe5b48 1421#: builtin/apply.c:4291
6f6731e7
JX
1422msgid "remove <num> leading slashes from traditional diff paths"
1423msgstr ""
1424
0bbe5b48 1425#: builtin/apply.c:4294
6f6731e7
JX
1426msgid "ignore additions made by the patch"
1427msgstr ""
1428
0bbe5b48 1429#: builtin/apply.c:4296
6f6731e7
JX
1430msgid "instead of applying the patch, output diffstat for the input"
1431msgstr ""
1432
0bbe5b48 1433#: builtin/apply.c:4300
6f6731e7
JX
1434msgid "shows number of added and deleted lines in decimal notation"
1435msgstr ""
1436
0bbe5b48 1437#: builtin/apply.c:4302
6f6731e7
JX
1438msgid "instead of applying the patch, output a summary for the input"
1439msgstr ""
1440
0bbe5b48 1441#: builtin/apply.c:4304
6f6731e7
JX
1442msgid "instead of applying the patch, see if the patch is applicable"
1443msgstr ""
1444
0bbe5b48 1445#: builtin/apply.c:4306
6f6731e7
JX
1446msgid "make sure the patch is applicable to the current index"
1447msgstr ""
1448
0bbe5b48 1449#: builtin/apply.c:4308
6f6731e7
JX
1450msgid "apply a patch without touching the working tree"
1451msgstr ""
1452
0bbe5b48 1453#: builtin/apply.c:4310
6f6731e7
JX
1454msgid "also apply the patch (use with --stat/--summary/--check)"
1455msgstr ""
1456
0bbe5b48
JX
1457#: builtin/apply.c:4312
1458msgid "attempt three-way merge if a patch does not apply"
1459msgstr ""
1460
1461#: builtin/apply.c:4314
6f6731e7
JX
1462msgid "build a temporary index based on embedded index information"
1463msgstr ""
1464
0bbe5b48 1465#: builtin/apply.c:4316
6f6731e7
JX
1466msgid "paths are separated with NUL character"
1467msgstr ""
1468
0bbe5b48 1469#: builtin/apply.c:4319
6f6731e7
JX
1470msgid "ensure at least <n> lines of context match"
1471msgstr ""
1472
0bbe5b48 1473#: builtin/apply.c:4320
6f6731e7
JX
1474msgid "action"
1475msgstr ""
1476
0bbe5b48 1477#: builtin/apply.c:4321
6f6731e7
JX
1478msgid "detect new or modified lines that have whitespace errors"
1479msgstr ""
1480
0bbe5b48 1481#: builtin/apply.c:4324 builtin/apply.c:4327
6f6731e7
JX
1482msgid "ignore changes in whitespace when finding context"
1483msgstr ""
1484
0bbe5b48 1485#: builtin/apply.c:4330
6f6731e7
JX
1486msgid "apply the patch in reverse"
1487msgstr ""
1488
0bbe5b48 1489#: builtin/apply.c:4332
6f6731e7
JX
1490msgid "don't expect at least one line of context"
1491msgstr ""
1492
0bbe5b48 1493#: builtin/apply.c:4334
6f6731e7
JX
1494msgid "leave the rejected hunks in corresponding *.rej files"
1495msgstr ""
1496
0bbe5b48 1497#: builtin/apply.c:4336
6f6731e7
JX
1498msgid "allow overlapping hunks"
1499msgstr ""
1500
0bbe5b48 1501#: builtin/apply.c:4337
6f6731e7
JX
1502msgid "be verbose"
1503msgstr ""
1504
0bbe5b48 1505#: builtin/apply.c:4339
6f6731e7
JX
1506msgid "tolerate incorrectly detected missing new-line at the end of file"
1507msgstr ""
1508
0bbe5b48 1509#: builtin/apply.c:4342
6f6731e7
JX
1510msgid "do not trust the line counts in the hunk headers"
1511msgstr ""
1512
0bbe5b48 1513#: builtin/apply.c:4344
6f6731e7
JX
1514msgid "root"
1515msgstr ""
1516
0bbe5b48 1517#: builtin/apply.c:4345
6f6731e7
JX
1518msgid "prepend <root> to all filenames"
1519msgstr ""
1520
0bbe5b48
JX
1521#: builtin/apply.c:4367
1522msgid "--3way outside a repository"
1523msgstr ""
1524
1525#: builtin/apply.c:4375
822e4a65 1526msgid "--index outside a repository"
dce37b66
JX
1527msgstr ""
1528
0bbe5b48 1529#: builtin/apply.c:4378
822e4a65 1530msgid "--cached outside a repository"
dce37b66
JX
1531msgstr ""
1532
0bbe5b48 1533#: builtin/apply.c:4394
dce37b66 1534#, c-format
822e4a65 1535msgid "can't open patch '%s'"
dce37b66
JX
1536msgstr ""
1537
0bbe5b48 1538#: builtin/apply.c:4408
dce37b66 1539#, c-format
822e4a65
JX
1540msgid "squelched %d whitespace error"
1541msgid_plural "squelched %d whitespace errors"
1542msgstr[0] ""
1543msgstr[1] ""
dce37b66 1544
0bbe5b48 1545#: builtin/apply.c:4414 builtin/apply.c:4424
822e4a65
JX
1546#, c-format
1547msgid "%d line adds whitespace errors."
1548msgid_plural "%d lines add whitespace errors."
1549msgstr[0] ""
1550msgstr[1] ""
dce37b66 1551
822e4a65
JX
1552#: builtin/archive.c:17
1553#, c-format
1554msgid "could not create archive file '%s'"
dce37b66
JX
1555msgstr ""
1556
822e4a65
JX
1557#: builtin/archive.c:20
1558msgid "could not redirect output"
dce37b66
JX
1559msgstr ""
1560
822e4a65
JX
1561#: builtin/archive.c:37
1562msgid "git archive: Remote with no URL"
dce37b66
JX
1563msgstr ""
1564
822e4a65
JX
1565#: builtin/archive.c:58
1566msgid "git archive: expected ACK/NAK, got EOF"
dce37b66
JX
1567msgstr ""
1568
822e4a65
JX
1569#: builtin/archive.c:63
1570#, c-format
1571msgid "git archive: NACK %s"
dce37b66
JX
1572msgstr ""
1573
822e4a65
JX
1574#: builtin/archive.c:65
1575#, c-format
1576msgid "remote error: %s"
dce37b66
JX
1577msgstr ""
1578
822e4a65
JX
1579#: builtin/archive.c:66
1580msgid "git archive: protocol error"
dce37b66
JX
1581msgstr ""
1582
822e4a65
JX
1583#: builtin/archive.c:71
1584msgid "git archive: expected a flush"
dce37b66
JX
1585msgstr ""
1586
822e4a65
JX
1587#: builtin/branch.c:144
1588#, c-format
1589msgid ""
1590"deleting branch '%s' that has been merged to\n"
1591" '%s', but not yet merged to HEAD."
dce37b66
JX
1592msgstr ""
1593
822e4a65 1594#: builtin/branch.c:148
dce37b66
JX
1595#, c-format
1596msgid ""
822e4a65
JX
1597"not deleting branch '%s' that is not yet merged to\n"
1598" '%s', even though it is merged to HEAD."
dce37b66
JX
1599msgstr ""
1600
822e4a65
JX
1601#: builtin/branch.c:180
1602msgid "cannot use -a with -d"
dce37b66
JX
1603msgstr ""
1604
822e4a65
JX
1605#: builtin/branch.c:186
1606msgid "Couldn't look up commit object for HEAD"
dce37b66
JX
1607msgstr ""
1608
822e4a65
JX
1609#: builtin/branch.c:191
1610#, c-format
1611msgid "Cannot delete the branch '%s' which you are currently on."
dce37b66
JX
1612msgstr ""
1613
822e4a65
JX
1614#: builtin/branch.c:202
1615#, c-format
1616msgid "remote branch '%s' not found."
dce37b66
JX
1617msgstr ""
1618
822e4a65
JX
1619#: builtin/branch.c:203
1620#, c-format
1621msgid "branch '%s' not found."
dce37b66
JX
1622msgstr ""
1623
822e4a65
JX
1624#: builtin/branch.c:210
1625#, c-format
1626msgid "Couldn't look up commit object for '%s'"
dce37b66
JX
1627msgstr ""
1628
822e4a65
JX
1629#: builtin/branch.c:216
1630#, c-format
dce37b66 1631msgid ""
822e4a65
JX
1632"The branch '%s' is not fully merged.\n"
1633"If you are sure you want to delete it, run 'git branch -D %s'."
dce37b66
JX
1634msgstr ""
1635
822e4a65
JX
1636#: builtin/branch.c:225
1637#, c-format
1638msgid "Error deleting remote branch '%s'"
dce37b66
JX
1639msgstr ""
1640
822e4a65 1641#: builtin/branch.c:226
dce37b66 1642#, c-format
822e4a65 1643msgid "Error deleting branch '%s'"
dce37b66
JX
1644msgstr ""
1645
822e4a65 1646#: builtin/branch.c:233
dce37b66 1647#, c-format
822e4a65 1648msgid "Deleted remote branch %s (was %s).\n"
dce37b66
JX
1649msgstr ""
1650
822e4a65 1651#: builtin/branch.c:234
dce37b66 1652#, c-format
822e4a65 1653msgid "Deleted branch %s (was %s).\n"
dce37b66
JX
1654msgstr ""
1655
822e4a65
JX
1656#: builtin/branch.c:239
1657msgid "Update of config-file failed"
dce37b66
JX
1658msgstr ""
1659
822e4a65 1660#: builtin/branch.c:337
dce37b66 1661#, c-format
822e4a65 1662msgid "branch '%s' does not point at a commit"
dce37b66
JX
1663msgstr ""
1664
822e4a65 1665#: builtin/branch.c:409
dce37b66 1666#, c-format
93329721 1667msgid "[%s: behind %d]"
dce37b66
JX
1668msgstr ""
1669
822e4a65 1670#: builtin/branch.c:411
dce37b66 1671#, c-format
93329721
JX
1672msgid "[behind %d]"
1673msgstr ""
1674
1675#: builtin/branch.c:415
1676#, c-format
1677msgid "[%s: ahead %d]"
1678msgstr ""
1679
1680#: builtin/branch.c:417
1681#, c-format
1682msgid "[ahead %d]"
dce37b66
JX
1683msgstr ""
1684
93329721 1685#: builtin/branch.c:420
dce37b66 1686#, c-format
93329721 1687msgid "[%s: ahead %d, behind %d]"
dce37b66
JX
1688msgstr ""
1689
93329721
JX
1690#: builtin/branch.c:423
1691#, c-format
1692msgid "[ahead %d, behind %d]"
1693msgstr ""
1694
1695#: builtin/branch.c:535
822e4a65 1696msgid "(no branch)"
dce37b66
JX
1697msgstr ""
1698
93329721 1699#: builtin/branch.c:600
822e4a65 1700msgid "some refs could not be read"
dce37b66
JX
1701msgstr ""
1702
93329721 1703#: builtin/branch.c:613
822e4a65 1704msgid "cannot rename the current branch while not on any."
dce37b66
JX
1705msgstr ""
1706
93329721 1707#: builtin/branch.c:623
dce37b66 1708#, c-format
822e4a65 1709msgid "Invalid branch name: '%s'"
dce37b66
JX
1710msgstr ""
1711
93329721 1712#: builtin/branch.c:638
822e4a65
JX
1713msgid "Branch rename failed"
1714msgstr ""
1715
93329721 1716#: builtin/branch.c:642
dce37b66 1717#, c-format
822e4a65 1718msgid "Renamed a misnamed branch '%s' away"
dce37b66
JX
1719msgstr ""
1720
93329721 1721#: builtin/branch.c:646
dce37b66 1722#, c-format
822e4a65 1723msgid "Branch renamed to %s, but HEAD is not updated!"
dce37b66
JX
1724msgstr ""
1725
93329721 1726#: builtin/branch.c:653
822e4a65
JX
1727msgid "Branch is renamed, but update of config-file failed"
1728msgstr ""
1729
93329721 1730#: builtin/branch.c:668
dce37b66 1731#, c-format
822e4a65 1732msgid "malformed object name %s"
dce37b66
JX
1733msgstr ""
1734
93329721 1735#: builtin/branch.c:692
dce37b66 1736#, c-format
822e4a65 1737msgid "could not write branch description template: %s"
dce37b66
JX
1738msgstr ""
1739
93329721 1740#: builtin/branch.c:783
822e4a65 1741msgid "Failed to resolve HEAD as a valid ref."
dce37b66
JX
1742msgstr ""
1743
0bbe5b48 1744#: builtin/branch.c:788 builtin/clone.c:561
822e4a65 1745msgid "HEAD not found below refs/heads!"
dce37b66
JX
1746msgstr ""
1747
93329721 1748#: builtin/branch.c:808
822e4a65 1749msgid "--column and --verbose are incompatible"
dce37b66
JX
1750msgstr ""
1751
93329721 1752#: builtin/branch.c:857
822e4a65 1753msgid "-a and -r options to 'git branch' do not make sense with a branch name"
dce37b66
JX
1754msgstr ""
1755
822e4a65 1756#: builtin/bundle.c:47
dce37b66 1757#, c-format
822e4a65 1758msgid "%s is okay\n"
dce37b66
JX
1759msgstr ""
1760
822e4a65
JX
1761#: builtin/bundle.c:56
1762msgid "Need a repository to create a bundle."
dce37b66
JX
1763msgstr ""
1764
822e4a65
JX
1765#: builtin/bundle.c:60
1766msgid "Need a repository to unbundle."
dce37b66
JX
1767msgstr ""
1768
0bbe5b48 1769#: builtin/checkout.c:114 builtin/checkout.c:147
dce37b66 1770#, c-format
822e4a65 1771msgid "path '%s' does not have our version"
dce37b66
JX
1772msgstr ""
1773
0bbe5b48 1774#: builtin/checkout.c:116 builtin/checkout.c:149
dce37b66 1775#, c-format
822e4a65 1776msgid "path '%s' does not have their version"
dce37b66
JX
1777msgstr ""
1778
0bbe5b48 1779#: builtin/checkout.c:132
dce37b66 1780#, c-format
822e4a65 1781msgid "path '%s' does not have all necessary versions"
dce37b66
JX
1782msgstr ""
1783
0bbe5b48 1784#: builtin/checkout.c:176
dce37b66 1785#, c-format
822e4a65 1786msgid "path '%s' does not have necessary versions"
dce37b66
JX
1787msgstr ""
1788
0bbe5b48 1789#: builtin/checkout.c:193
dce37b66 1790#, c-format
822e4a65 1791msgid "path '%s': cannot merge"
dce37b66
JX
1792msgstr ""
1793
0bbe5b48 1794#: builtin/checkout.c:210
dce37b66 1795#, c-format
822e4a65 1796msgid "Unable to add merge result for '%s'"
dce37b66
JX
1797msgstr ""
1798
0bbe5b48 1799#: builtin/checkout.c:235 builtin/checkout.c:393
822e4a65
JX
1800msgid "corrupt index file"
1801msgstr ""
1802
0bbe5b48 1803#: builtin/checkout.c:265 builtin/checkout.c:272
dce37b66 1804#, c-format
822e4a65 1805msgid "path '%s' is unmerged"
dce37b66
JX
1806msgstr ""
1807
0bbe5b48 1808#: builtin/checkout.c:303 builtin/checkout.c:499 builtin/clone.c:586
822e4a65
JX
1809#: builtin/merge.c:812
1810msgid "unable to write new index file"
dce37b66
JX
1811msgstr ""
1812
0bbe5b48 1813#: builtin/checkout.c:320 builtin/diff.c:302 builtin/merge.c:408
822e4a65 1814msgid "diff_setup_done failed"
dce37b66
JX
1815msgstr ""
1816
0bbe5b48 1817#: builtin/checkout.c:415
822e4a65 1818msgid "you need to resolve your current index first"
dce37b66
JX
1819msgstr ""
1820
0bbe5b48 1821#: builtin/checkout.c:534
822e4a65
JX
1822#, c-format
1823msgid "Can not do reflog for '%s'\n"
dce37b66
JX
1824msgstr ""
1825
0bbe5b48 1826#: builtin/checkout.c:567
822e4a65 1827msgid "HEAD is now at"
dce37b66
JX
1828msgstr ""
1829
0bbe5b48 1830#: builtin/checkout.c:574
822e4a65
JX
1831#, c-format
1832msgid "Reset branch '%s'\n"
dce37b66
JX
1833msgstr ""
1834
0bbe5b48 1835#: builtin/checkout.c:577
822e4a65
JX
1836#, c-format
1837msgid "Already on '%s'\n"
dce37b66
JX
1838msgstr ""
1839
0bbe5b48 1840#: builtin/checkout.c:581
822e4a65
JX
1841#, c-format
1842msgid "Switched to and reset branch '%s'\n"
dce37b66
JX
1843msgstr ""
1844
0bbe5b48 1845#: builtin/checkout.c:583
822e4a65
JX
1846#, c-format
1847msgid "Switched to a new branch '%s'\n"
dce37b66
JX
1848msgstr ""
1849
0bbe5b48 1850#: builtin/checkout.c:585
822e4a65
JX
1851#, c-format
1852msgid "Switched to branch '%s'\n"
dce37b66
JX
1853msgstr ""
1854
0bbe5b48 1855#: builtin/checkout.c:641
dce37b66 1856#, c-format
822e4a65 1857msgid " ... and %d more.\n"
dce37b66
JX
1858msgstr ""
1859
822e4a65 1860#. The singular version
0bbe5b48 1861#: builtin/checkout.c:647
822e4a65
JX
1862#, c-format
1863msgid ""
1864"Warning: you are leaving %d commit behind, not connected to\n"
1865"any of your branches:\n"
1866"\n"
1867"%s\n"
1868msgid_plural ""
1869"Warning: you are leaving %d commits behind, not connected to\n"
1870"any of your branches:\n"
1871"\n"
1872"%s\n"
1873msgstr[0] ""
1874msgstr[1] ""
1875
0bbe5b48 1876#: builtin/checkout.c:665
822e4a65
JX
1877#, c-format
1878msgid ""
1879"If you want to keep them by creating a new branch, this may be a good time\n"
1880"to do so with:\n"
1881"\n"
1882" git branch new_branch_name %s\n"
1883"\n"
dce37b66
JX
1884msgstr ""
1885
0bbe5b48 1886#: builtin/checkout.c:695
822e4a65 1887msgid "internal error in revision walk"
dce37b66
JX
1888msgstr ""
1889
0bbe5b48 1890#: builtin/checkout.c:699
822e4a65 1891msgid "Previous HEAD position was"
dce37b66
JX
1892msgstr ""
1893
0bbe5b48 1894#: builtin/checkout.c:725 builtin/checkout.c:920
822e4a65 1895msgid "You are on a branch yet to be born"
dce37b66
JX
1896msgstr ""
1897
822e4a65 1898#. case (1)
0bbe5b48 1899#: builtin/checkout.c:856
dce37b66 1900#, c-format
822e4a65 1901msgid "invalid reference: %s"
dce37b66
JX
1902msgstr ""
1903
822e4a65 1904#. case (1): want a tree
0bbe5b48 1905#: builtin/checkout.c:895
dce37b66 1906#, c-format
822e4a65 1907msgid "reference is not a tree: %s"
dce37b66
JX
1908msgstr ""
1909
0bbe5b48 1910#: builtin/checkout.c:977
822e4a65 1911msgid "-B cannot be used with -b"
dce37b66
JX
1912msgstr ""
1913
0bbe5b48 1914#: builtin/checkout.c:986
822e4a65 1915msgid "--patch is incompatible with all other options"
dce37b66
JX
1916msgstr ""
1917
0bbe5b48 1918#: builtin/checkout.c:989
822e4a65 1919msgid "--detach cannot be used with -b/-B/--orphan"
dce37b66
JX
1920msgstr ""
1921
0bbe5b48 1922#: builtin/checkout.c:991
822e4a65 1923msgid "--detach cannot be used with -t"
dce37b66
JX
1924msgstr ""
1925
0bbe5b48 1926#: builtin/checkout.c:997
822e4a65 1927msgid "--track needs a branch name"
dce37b66
JX
1928msgstr ""
1929
0bbe5b48 1930#: builtin/checkout.c:1004
822e4a65 1931msgid "Missing branch name; try -b"
dce37b66
JX
1932msgstr ""
1933
0bbe5b48 1934#: builtin/checkout.c:1010
822e4a65 1935msgid "--orphan and -b|-B are mutually exclusive"
dce37b66
JX
1936msgstr ""
1937
0bbe5b48 1938#: builtin/checkout.c:1012
822e4a65 1939msgid "--orphan cannot be used with -t"
dce37b66
JX
1940msgstr ""
1941
0bbe5b48 1942#: builtin/checkout.c:1022
822e4a65
JX
1943msgid "git checkout: -f and -m are incompatible"
1944msgstr ""
1945
0bbe5b48 1946#: builtin/checkout.c:1056
822e4a65 1947msgid "invalid path specification"
dce37b66
JX
1948msgstr ""
1949
0bbe5b48 1950#: builtin/checkout.c:1064
dce37b66
JX
1951#, c-format
1952msgid ""
822e4a65
JX
1953"git checkout: updating paths is incompatible with switching branches.\n"
1954"Did you intend to checkout '%s' which can not be resolved as commit?"
dce37b66
JX
1955msgstr ""
1956
0bbe5b48 1957#: builtin/checkout.c:1066
822e4a65 1958msgid "git checkout: updating paths is incompatible with switching branches."
dce37b66
JX
1959msgstr ""
1960
0bbe5b48 1961#: builtin/checkout.c:1071
822e4a65 1962msgid "git checkout: --detach does not take a path argument"
dce37b66
JX
1963msgstr ""
1964
0bbe5b48 1965#: builtin/checkout.c:1074
dce37b66 1966msgid ""
822e4a65
JX
1967"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1968"checking out of the index."
dce37b66
JX
1969msgstr ""
1970
0bbe5b48 1971#: builtin/checkout.c:1093
822e4a65 1972msgid "Cannot switch branch to a non-commit."
dce37b66
JX
1973msgstr ""
1974
0bbe5b48 1975#: builtin/checkout.c:1096
822e4a65 1976msgid "--ours/--theirs is incompatible with switching branches."
dce37b66
JX
1977msgstr ""
1978
822e4a65
JX
1979#: builtin/clean.c:78
1980msgid "-x and -X cannot be used together"
dce37b66
JX
1981msgstr ""
1982
822e4a65
JX
1983#: builtin/clean.c:82
1984msgid ""
1985"clean.requireForce set to true and neither -n nor -f given; refusing to clean"
dce37b66
JX
1986msgstr ""
1987
822e4a65
JX
1988#: builtin/clean.c:85
1989msgid ""
1990"clean.requireForce defaults to true and neither -n nor -f given; refusing to "
1991"clean"
dce37b66
JX
1992msgstr ""
1993
822e4a65 1994#: builtin/clean.c:155 builtin/clean.c:176
dce37b66 1995#, c-format
822e4a65 1996msgid "Would remove %s\n"
dce37b66
JX
1997msgstr ""
1998
822e4a65 1999#: builtin/clean.c:159 builtin/clean.c:179
dce37b66 2000#, c-format
822e4a65 2001msgid "Removing %s\n"
dce37b66
JX
2002msgstr ""
2003
822e4a65
JX
2004#: builtin/clean.c:162 builtin/clean.c:182
2005#, c-format
2006msgid "failed to remove %s"
dce37b66
JX
2007msgstr ""
2008
822e4a65 2009#: builtin/clean.c:166
dce37b66 2010#, c-format
822e4a65 2011msgid "Would not remove %s\n"
dce37b66
JX
2012msgstr ""
2013
822e4a65
JX
2014#: builtin/clean.c:168
2015#, c-format
2016msgid "Not removing %s\n"
dce37b66
JX
2017msgstr ""
2018
822e4a65
JX
2019#: builtin/clone.c:243
2020#, c-format
2021msgid "reference repository '%s' is not a local directory."
dce37b66
JX
2022msgstr ""
2023
822e4a65
JX
2024#: builtin/clone.c:302
2025#, c-format
2026msgid "failed to open '%s'"
dce37b66
JX
2027msgstr ""
2028
822e4a65
JX
2029#: builtin/clone.c:306
2030#, c-format
2031msgid "failed to create directory '%s'"
dce37b66
JX
2032msgstr ""
2033
822e4a65
JX
2034#: builtin/clone.c:308 builtin/diff.c:75
2035#, c-format
2036msgid "failed to stat '%s'"
dce37b66
JX
2037msgstr ""
2038
822e4a65
JX
2039#: builtin/clone.c:310
2040#, c-format
2041msgid "%s exists and is not a directory"
dce37b66
JX
2042msgstr ""
2043
822e4a65
JX
2044#: builtin/clone.c:324
2045#, c-format
2046msgid "failed to stat %s\n"
dce37b66
JX
2047msgstr ""
2048
822e4a65
JX
2049#: builtin/clone.c:341
2050#, c-format
2051msgid "failed to unlink '%s'"
dce37b66
JX
2052msgstr ""
2053
822e4a65 2054#: builtin/clone.c:346
dce37b66 2055#, c-format
822e4a65 2056msgid "failed to create link '%s'"
dce37b66
JX
2057msgstr ""
2058
822e4a65
JX
2059#: builtin/clone.c:350
2060#, c-format
2061msgid "failed to copy file to '%s'"
dce37b66
JX
2062msgstr ""
2063
822e4a65
JX
2064#: builtin/clone.c:373
2065#, c-format
2066msgid "done.\n"
dce37b66
JX
2067msgstr ""
2068
0bbe5b48 2069#: builtin/clone.c:443
822e4a65
JX
2070#, c-format
2071msgid "Could not find remote branch %s to clone."
dce37b66
JX
2072msgstr ""
2073
0bbe5b48 2074#: builtin/clone.c:552
822e4a65 2075msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
dce37b66
JX
2076msgstr ""
2077
0bbe5b48 2078#: builtin/clone.c:642
822e4a65 2079msgid "Too many arguments."
dce37b66
JX
2080msgstr ""
2081
0bbe5b48 2082#: builtin/clone.c:646
822e4a65 2083msgid "You must specify a repository to clone."
dce37b66
JX
2084msgstr ""
2085
0bbe5b48 2086#: builtin/clone.c:657
dce37b66 2087#, c-format
822e4a65 2088msgid "--bare and --origin %s options are incompatible."
dce37b66
JX
2089msgstr ""
2090
0bbe5b48 2091#: builtin/clone.c:671
dce37b66 2092#, c-format
822e4a65 2093msgid "repository '%s' does not exist"
dce37b66
JX
2094msgstr ""
2095
0bbe5b48 2096#: builtin/clone.c:676
822e4a65 2097msgid "--depth is ignored in local clones; use file:// instead."
dce37b66
JX
2098msgstr ""
2099
0bbe5b48 2100#: builtin/clone.c:686
dce37b66 2101#, c-format
822e4a65 2102msgid "destination path '%s' already exists and is not an empty directory."
dce37b66
JX
2103msgstr ""
2104
0bbe5b48 2105#: builtin/clone.c:696
cd1e7487 2106#, c-format
822e4a65 2107msgid "working tree '%s' already exists."
cd1e7487
JX
2108msgstr ""
2109
0bbe5b48 2110#: builtin/clone.c:709 builtin/clone.c:723
dce37b66 2111#, c-format
822e4a65 2112msgid "could not create leading directories of '%s'"
dce37b66
JX
2113msgstr ""
2114
0bbe5b48 2115#: builtin/clone.c:712
dce37b66 2116#, c-format
822e4a65 2117msgid "could not create work tree dir '%s'."
dce37b66
JX
2118msgstr ""
2119
0bbe5b48 2120#: builtin/clone.c:731
dce37b66 2121#, c-format
822e4a65 2122msgid "Cloning into bare repository '%s'...\n"
dce37b66
JX
2123msgstr ""
2124
0bbe5b48 2125#: builtin/clone.c:733
dce37b66 2126#, c-format
822e4a65 2127msgid "Cloning into '%s'...\n"
dce37b66
JX
2128msgstr ""
2129
0bbe5b48 2130#: builtin/clone.c:789
dce37b66 2131#, c-format
822e4a65 2132msgid "Don't know how to clone %s"
dce37b66
JX
2133msgstr ""
2134
0bbe5b48 2135#: builtin/clone.c:838
dce37b66 2136#, c-format
822e4a65 2137msgid "Remote branch %s not found in upstream %s"
dce37b66
JX
2138msgstr ""
2139
0bbe5b48 2140#: builtin/clone.c:845
822e4a65 2141msgid "You appear to have cloned an empty repository."
dce37b66
JX
2142msgstr ""
2143
822e4a65
JX
2144#: builtin/column.c:51
2145msgid "--command must be the first argument"
dce37b66
JX
2146msgstr ""
2147
822e4a65
JX
2148#: builtin/commit.c:43
2149msgid ""
2150"Your name and email address were configured automatically based\n"
2151"on your username and hostname. Please check that they are accurate.\n"
2152"You can suppress this message by setting them explicitly:\n"
2153"\n"
2154" git config --global user.name \"Your Name\"\n"
2155" git config --global user.email you@example.com\n"
2156"\n"
2157"After doing this, you may fix the identity used for this commit with:\n"
2158"\n"
2159" git commit --amend --reset-author\n"
dce37b66
JX
2160msgstr ""
2161
822e4a65 2162#: builtin/commit.c:55
dce37b66 2163msgid ""
822e4a65
JX
2164"You asked to amend the most recent commit, but doing so would make\n"
2165"it empty. You can repeat your command with --allow-empty, or you can\n"
2166"remove the commit entirely with \"git reset HEAD^\".\n"
dce37b66
JX
2167msgstr ""
2168
822e4a65 2169#: builtin/commit.c:60
dce37b66 2170msgid ""
822e4a65
JX
2171"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
2172"If you wish to commit it anyway, use:\n"
2173"\n"
2174" git commit --allow-empty\n"
2175"\n"
2176"Otherwise, please use 'git reset'\n"
dce37b66
JX
2177msgstr ""
2178
0bbe5b48 2179#: builtin/commit.c:256
822e4a65 2180msgid "failed to unpack HEAD tree object"
dce37b66
JX
2181msgstr ""
2182
0bbe5b48 2183#: builtin/commit.c:298
822e4a65 2184msgid "unable to create temporary index"
dce37b66
JX
2185msgstr ""
2186
0bbe5b48 2187#: builtin/commit.c:304
822e4a65 2188msgid "interactive add failed"
dce37b66
JX
2189msgstr ""
2190
0bbe5b48 2191#: builtin/commit.c:337 builtin/commit.c:358 builtin/commit.c:408
822e4a65 2192msgid "unable to write new_index file"
dce37b66
JX
2193msgstr ""
2194
0bbe5b48 2195#: builtin/commit.c:389
822e4a65 2196msgid "cannot do a partial commit during a merge."
dce37b66
JX
2197msgstr ""
2198
0bbe5b48 2199#: builtin/commit.c:391
822e4a65 2200msgid "cannot do a partial commit during a cherry-pick."
dce37b66
JX
2201msgstr ""
2202
0bbe5b48 2203#: builtin/commit.c:401
822e4a65 2204msgid "cannot read the index"
dce37b66
JX
2205msgstr ""
2206
0bbe5b48 2207#: builtin/commit.c:421
822e4a65 2208msgid "unable to write temporary index file"
dce37b66
JX
2209msgstr ""
2210
0bbe5b48 2211#: builtin/commit.c:496 builtin/commit.c:502
dce37b66 2212#, c-format
822e4a65 2213msgid "invalid commit: %s"
dce37b66
JX
2214msgstr ""
2215
0bbe5b48 2216#: builtin/commit.c:525
822e4a65 2217msgid "malformed --author parameter"
dce37b66
JX
2218msgstr ""
2219
0bbe5b48 2220#: builtin/commit.c:585
dce37b66 2221#, c-format
822e4a65 2222msgid "Malformed ident string: '%s'"
dce37b66
JX
2223msgstr ""
2224
0bbe5b48 2225#: builtin/commit.c:623 builtin/commit.c:656 builtin/commit.c:970
dce37b66 2226#, c-format
822e4a65 2227msgid "could not lookup commit %s"
dce37b66
JX
2228msgstr ""
2229
0bbe5b48 2230#: builtin/commit.c:635 builtin/shortlog.c:296
dce37b66 2231#, c-format
822e4a65 2232msgid "(reading log message from standard input)\n"
dce37b66
JX
2233msgstr ""
2234
0bbe5b48 2235#: builtin/commit.c:637
822e4a65 2236msgid "could not read log from standard input"
dce37b66
JX
2237msgstr ""
2238
0bbe5b48 2239#: builtin/commit.c:641
dce37b66 2240#, c-format
822e4a65 2241msgid "could not read log file '%s'"
dce37b66
JX
2242msgstr ""
2243
0bbe5b48 2244#: builtin/commit.c:647
822e4a65 2245msgid "commit has empty message"
dce37b66
JX
2246msgstr ""
2247
0bbe5b48 2248#: builtin/commit.c:663
822e4a65 2249msgid "could not read MERGE_MSG"
dce37b66
JX
2250msgstr ""
2251
0bbe5b48 2252#: builtin/commit.c:667
822e4a65 2253msgid "could not read SQUASH_MSG"
dce37b66
JX
2254msgstr ""
2255
0bbe5b48 2256#: builtin/commit.c:671
822e4a65
JX
2257#, c-format
2258msgid "could not read '%s'"
dce37b66
JX
2259msgstr ""
2260
0bbe5b48 2261#: builtin/commit.c:723
822e4a65 2262msgid "could not write commit template"
dce37b66
JX
2263msgstr ""
2264
0bbe5b48 2265#: builtin/commit.c:734
822e4a65
JX
2266#, c-format
2267msgid ""
2268"\n"
2269"It looks like you may be committing a merge.\n"
2270"If this is not correct, please remove the file\n"
2271"\t%s\n"
2272"and try again.\n"
cd1e7487
JX
2273msgstr ""
2274
0bbe5b48 2275#: builtin/commit.c:739
822e4a65
JX
2276#, c-format
2277msgid ""
2278"\n"
2279"It looks like you may be committing a cherry-pick.\n"
2280"If this is not correct, please remove the file\n"
2281"\t%s\n"
2282"and try again.\n"
dce37b66
JX
2283msgstr ""
2284
0bbe5b48 2285#: builtin/commit.c:751
822e4a65
JX
2286msgid ""
2287"Please enter the commit message for your changes. Lines starting\n"
2288"with '#' will be ignored, and an empty message aborts the commit.\n"
dce37b66
JX
2289msgstr ""
2290
0bbe5b48 2291#: builtin/commit.c:756
822e4a65
JX
2292msgid ""
2293"Please enter the commit message for your changes. Lines starting\n"
2294"with '#' will be kept; you may remove them yourself if you want to.\n"
2295"An empty message aborts the commit.\n"
dce37b66
JX
2296msgstr ""
2297
0bbe5b48 2298#: builtin/commit.c:769
dce37b66 2299#, c-format
822e4a65 2300msgid "%sAuthor: %s"
dce37b66
JX
2301msgstr ""
2302
0bbe5b48 2303#: builtin/commit.c:776
dce37b66 2304#, c-format
822e4a65 2305msgid "%sCommitter: %s"
dce37b66
JX
2306msgstr ""
2307
0bbe5b48 2308#: builtin/commit.c:796
822e4a65 2309msgid "Cannot read index"
dce37b66
JX
2310msgstr ""
2311
0bbe5b48 2312#: builtin/commit.c:833
822e4a65
JX
2313msgid "Error building trees"
2314msgstr ""
2315
0bbe5b48 2316#: builtin/commit.c:848 builtin/tag.c:361
dce37b66 2317#, c-format
822e4a65 2318msgid "Please supply the message using either -m or -F option.\n"
dce37b66
JX
2319msgstr ""
2320
0bbe5b48 2321#: builtin/commit.c:945
dce37b66 2322#, c-format
822e4a65 2323msgid "No existing author found with '%s'"
dce37b66
JX
2324msgstr ""
2325
0bbe5b48 2326#: builtin/commit.c:960 builtin/commit.c:1160
dce37b66 2327#, c-format
822e4a65 2328msgid "Invalid untracked files mode '%s'"
dce37b66
JX
2329msgstr ""
2330
0bbe5b48 2331#: builtin/commit.c:1000
822e4a65 2332msgid "Using both --reset-author and --author does not make sense"
dce37b66
JX
2333msgstr ""
2334
0bbe5b48 2335#: builtin/commit.c:1011
822e4a65 2336msgid "You have nothing to amend."
dce37b66
JX
2337msgstr ""
2338
0bbe5b48 2339#: builtin/commit.c:1014
822e4a65 2340msgid "You are in the middle of a merge -- cannot amend."
dce37b66
JX
2341msgstr ""
2342
0bbe5b48 2343#: builtin/commit.c:1016
822e4a65 2344msgid "You are in the middle of a cherry-pick -- cannot amend."
dce37b66
JX
2345msgstr ""
2346
0bbe5b48 2347#: builtin/commit.c:1019
822e4a65 2348msgid "Options --squash and --fixup cannot be used together"
dce37b66
JX
2349msgstr ""
2350
0bbe5b48 2351#: builtin/commit.c:1029
822e4a65 2352msgid "Only one of -c/-C/-F/--fixup can be used."
dce37b66
JX
2353msgstr ""
2354
0bbe5b48 2355#: builtin/commit.c:1031
822e4a65 2356msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
dce37b66
JX
2357msgstr ""
2358
0bbe5b48 2359#: builtin/commit.c:1039
822e4a65 2360msgid "--reset-author can be used only with -C, -c or --amend."
dce37b66
JX
2361msgstr ""
2362
0bbe5b48 2363#: builtin/commit.c:1056
822e4a65 2364msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
dce37b66
JX
2365msgstr ""
2366
0bbe5b48 2367#: builtin/commit.c:1058
822e4a65 2368msgid "No paths with --include/--only does not make sense."
dce37b66
JX
2369msgstr ""
2370
0bbe5b48 2371#: builtin/commit.c:1060
822e4a65 2372msgid "Clever... amending the last one with dirty index."
dce37b66
JX
2373msgstr ""
2374
0bbe5b48 2375#: builtin/commit.c:1062
822e4a65 2376msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
dce37b66
JX
2377msgstr ""
2378
0bbe5b48 2379#: builtin/commit.c:1072 builtin/tag.c:577
dce37b66 2380#, c-format
822e4a65 2381msgid "Invalid cleanup mode %s"
dce37b66
JX
2382msgstr ""
2383
0bbe5b48 2384#: builtin/commit.c:1077
822e4a65 2385msgid "Paths with -a does not make sense."
dce37b66
JX
2386msgstr ""
2387
0bbe5b48 2388#: builtin/commit.c:1260
822e4a65 2389msgid "couldn't look up newly created commit"
dce37b66
JX
2390msgstr ""
2391
0bbe5b48 2392#: builtin/commit.c:1262
822e4a65 2393msgid "could not parse newly created commit"
dce37b66
JX
2394msgstr ""
2395
0bbe5b48 2396#: builtin/commit.c:1303
822e4a65 2397msgid "detached HEAD"
dce37b66
JX
2398msgstr ""
2399
0bbe5b48 2400#: builtin/commit.c:1305
822e4a65 2401msgid " (root-commit)"
dce37b66
JX
2402msgstr ""
2403
0bbe5b48 2404#: builtin/commit.c:1449
822e4a65 2405msgid "could not parse HEAD commit"
dce37b66
JX
2406msgstr ""
2407
0bbe5b48 2408#: builtin/commit.c:1487 builtin/merge.c:509
dce37b66 2409#, c-format
822e4a65 2410msgid "could not open '%s' for reading"
dce37b66
JX
2411msgstr ""
2412
0bbe5b48 2413#: builtin/commit.c:1494
dce37b66 2414#, c-format
822e4a65 2415msgid "Corrupt MERGE_HEAD file (%s)"
dce37b66
JX
2416msgstr ""
2417
0bbe5b48 2418#: builtin/commit.c:1501
822e4a65 2419msgid "could not read MERGE_MODE"
dce37b66
JX
2420msgstr ""
2421
0bbe5b48 2422#: builtin/commit.c:1520
dce37b66 2423#, c-format
822e4a65 2424msgid "could not read commit message: %s"
dce37b66
JX
2425msgstr ""
2426
0bbe5b48 2427#: builtin/commit.c:1534
dce37b66 2428#, c-format
822e4a65 2429msgid "Aborting commit; you did not edit the message.\n"
dce37b66
JX
2430msgstr ""
2431
0bbe5b48 2432#: builtin/commit.c:1539
dce37b66 2433#, c-format
822e4a65 2434msgid "Aborting commit due to empty commit message.\n"
dce37b66
JX
2435msgstr ""
2436
0bbe5b48 2437#: builtin/commit.c:1554 builtin/merge.c:936 builtin/merge.c:961
822e4a65 2438msgid "failed to write commit object"
dce37b66
JX
2439msgstr ""
2440
0bbe5b48 2441#: builtin/commit.c:1575
822e4a65 2442msgid "cannot lock HEAD ref"
dce37b66
JX
2443msgstr ""
2444
0bbe5b48 2445#: builtin/commit.c:1579
822e4a65 2446msgid "cannot update HEAD ref"
dce37b66
JX
2447msgstr ""
2448
0bbe5b48 2449#: builtin/commit.c:1590
822e4a65
JX
2450msgid ""
2451"Repository has been updated, but unable to write\n"
2452"new_index file. Check that disk is not full or quota is\n"
2453"not exceeded, and then \"git reset HEAD\" to recover."
dce37b66
JX
2454msgstr ""
2455
822e4a65
JX
2456#: builtin/describe.c:234
2457#, c-format
2458msgid "annotated tag %s not available"
dce37b66
JX
2459msgstr ""
2460
822e4a65
JX
2461#: builtin/describe.c:238
2462#, c-format
2463msgid "annotated tag %s has no embedded name"
dce37b66
JX
2464msgstr ""
2465
822e4a65
JX
2466#: builtin/describe.c:240
2467#, c-format
2468msgid "tag '%s' is really '%s' here"
dce37b66
JX
2469msgstr ""
2470
822e4a65 2471#: builtin/describe.c:267
dce37b66 2472#, c-format
822e4a65 2473msgid "Not a valid object name %s"
dce37b66
JX
2474msgstr ""
2475
822e4a65 2476#: builtin/describe.c:270
dce37b66 2477#, c-format
822e4a65 2478msgid "%s is not a valid '%s' object"
dce37b66
JX
2479msgstr ""
2480
822e4a65 2481#: builtin/describe.c:287
dce37b66 2482#, c-format
822e4a65 2483msgid "no tag exactly matches '%s'"
dce37b66
JX
2484msgstr ""
2485
822e4a65 2486#: builtin/describe.c:289
dce37b66 2487#, c-format
822e4a65 2488msgid "searching to describe %s\n"
dce37b66
JX
2489msgstr ""
2490
822e4a65 2491#: builtin/describe.c:329
dce37b66 2492#, c-format
822e4a65 2493msgid "finished search at %s\n"
dce37b66
JX
2494msgstr ""
2495
822e4a65 2496#: builtin/describe.c:353
dce37b66 2497#, c-format
822e4a65
JX
2498msgid ""
2499"No annotated tags can describe '%s'.\n"
2500"However, there were unannotated tags: try --tags."
dce37b66
JX
2501msgstr ""
2502
822e4a65 2503#: builtin/describe.c:357
dce37b66 2504#, c-format
822e4a65
JX
2505msgid ""
2506"No tags can describe '%s'.\n"
2507"Try --always, or create some tags."
dce37b66
JX
2508msgstr ""
2509
822e4a65 2510#: builtin/describe.c:378
dce37b66 2511#, c-format
822e4a65 2512msgid "traversed %lu commits\n"
dce37b66
JX
2513msgstr ""
2514
822e4a65 2515#: builtin/describe.c:381
dce37b66 2516#, c-format
822e4a65
JX
2517msgid ""
2518"more than %i tags found; listed %i most recent\n"
2519"gave up search at %s\n"
dce37b66
JX
2520msgstr ""
2521
822e4a65
JX
2522#: builtin/describe.c:436
2523msgid "--long is incompatible with --abbrev=0"
dce37b66
JX
2524msgstr ""
2525
822e4a65
JX
2526#: builtin/describe.c:462
2527msgid "No names found, cannot describe anything."
dce37b66
JX
2528msgstr ""
2529
822e4a65
JX
2530#: builtin/describe.c:482
2531msgid "--dirty is incompatible with committishes"
2532msgstr ""
2533
2534#: builtin/diff.c:77
dce37b66 2535#, c-format
822e4a65 2536msgid "'%s': not a regular file or symlink"
dce37b66
JX
2537msgstr ""
2538
822e4a65 2539#: builtin/diff.c:220
dce37b66 2540#, c-format
822e4a65 2541msgid "invalid option: %s"
dce37b66
JX
2542msgstr ""
2543
822e4a65
JX
2544#: builtin/diff.c:297
2545msgid "Not a git repository"
2546msgstr ""
2547
11b90174 2548#: builtin/diff.c:341
dce37b66 2549#, c-format
822e4a65 2550msgid "invalid object '%s' given."
dce37b66
JX
2551msgstr ""
2552
11b90174 2553#: builtin/diff.c:346
dce37b66 2554#, c-format
822e4a65 2555msgid "more than %d trees given: '%s'"
dce37b66
JX
2556msgstr ""
2557
11b90174 2558#: builtin/diff.c:356
dce37b66 2559#, c-format
822e4a65 2560msgid "more than two blobs given: '%s'"
dce37b66
JX
2561msgstr ""
2562
11b90174 2563#: builtin/diff.c:364
dce37b66 2564#, c-format
822e4a65 2565msgid "unhandled object '%s' given."
dce37b66
JX
2566msgstr ""
2567
822e4a65
JX
2568#: builtin/fetch.c:200
2569msgid "Couldn't find remote ref HEAD"
2570msgstr ""
2571
2572#: builtin/fetch.c:253
dce37b66 2573#, c-format
822e4a65 2574msgid "object %s not found"
dce37b66
JX
2575msgstr ""
2576
822e4a65
JX
2577#: builtin/fetch.c:259
2578msgid "[up to date]"
2579msgstr ""
2580
2581#: builtin/fetch.c:273
dce37b66 2582#, c-format
822e4a65 2583msgid "! %-*s %-*s -> %s (can't fetch in current branch)"
dce37b66
JX
2584msgstr ""
2585
822e4a65
JX
2586#: builtin/fetch.c:274 builtin/fetch.c:360
2587msgid "[rejected]"
dce37b66
JX
2588msgstr ""
2589
822e4a65
JX
2590#: builtin/fetch.c:285
2591msgid "[tag update]"
dce37b66
JX
2592msgstr ""
2593
822e4a65
JX
2594#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:340
2595msgid " (unable to update local ref)"
dce37b66
JX
2596msgstr ""
2597
822e4a65
JX
2598#: builtin/fetch.c:305
2599msgid "[new tag]"
dce37b66
JX
2600msgstr ""
2601
822e4a65
JX
2602#: builtin/fetch.c:308
2603msgid "[new branch]"
dce37b66
JX
2604msgstr ""
2605
822e4a65
JX
2606#: builtin/fetch.c:311
2607msgid "[new ref]"
dce37b66
JX
2608msgstr ""
2609
822e4a65
JX
2610#: builtin/fetch.c:356
2611msgid "unable to update local ref"
dce37b66
JX
2612msgstr ""
2613
822e4a65
JX
2614#: builtin/fetch.c:356
2615msgid "forced update"
dce37b66
JX
2616msgstr ""
2617
822e4a65
JX
2618#: builtin/fetch.c:362
2619msgid "(non-fast-forward)"
dce37b66
JX
2620msgstr ""
2621
822e4a65 2622#: builtin/fetch.c:393 builtin/fetch.c:685
dce37b66 2623#, c-format
822e4a65 2624msgid "cannot open %s: %s\n"
dce37b66
JX
2625msgstr ""
2626
822e4a65 2627#: builtin/fetch.c:402
dce37b66 2628#, c-format
822e4a65 2629msgid "%s did not send all necessary objects\n"
dce37b66
JX
2630msgstr ""
2631
822e4a65 2632#: builtin/fetch.c:488
dce37b66 2633#, c-format
822e4a65 2634msgid "From %.*s\n"
dce37b66
JX
2635msgstr ""
2636
822e4a65
JX
2637#: builtin/fetch.c:499
2638#, c-format
2639msgid ""
2640"some local refs could not be updated; try running\n"
2641" 'git remote prune %s' to remove any old, conflicting branches"
dce37b66
JX
2642msgstr ""
2643
822e4a65
JX
2644#: builtin/fetch.c:549
2645#, c-format
2646msgid " (%s will become dangling)"
dce37b66
JX
2647msgstr ""
2648
822e4a65 2649#: builtin/fetch.c:550
dce37b66 2650#, c-format
822e4a65 2651msgid " (%s has become dangling)"
dce37b66
JX
2652msgstr ""
2653
822e4a65
JX
2654#: builtin/fetch.c:557
2655msgid "[deleted]"
dce37b66
JX
2656msgstr ""
2657
822e4a65
JX
2658#: builtin/fetch.c:558 builtin/remote.c:1055
2659msgid "(none)"
dce37b66
JX
2660msgstr ""
2661
822e4a65
JX
2662#: builtin/fetch.c:675
2663#, c-format
2664msgid "Refusing to fetch into current branch %s of non-bare repository"
dce37b66
JX
2665msgstr ""
2666
822e4a65
JX
2667#: builtin/fetch.c:709
2668#, c-format
2669msgid "Don't know how to fetch from %s"
dce37b66
JX
2670msgstr ""
2671
822e4a65 2672#: builtin/fetch.c:786
dce37b66 2673#, c-format
822e4a65 2674msgid "Option \"%s\" value \"%s\" is not valid for %s"
dce37b66
JX
2675msgstr ""
2676
822e4a65
JX
2677#: builtin/fetch.c:789
2678#, c-format
2679msgid "Option \"%s\" is ignored for %s\n"
dce37b66
JX
2680msgstr ""
2681
822e4a65 2682#: builtin/fetch.c:888
dce37b66 2683#, c-format
822e4a65 2684msgid "Fetching %s\n"
dce37b66
JX
2685msgstr ""
2686
822e4a65
JX
2687#: builtin/fetch.c:890 builtin/remote.c:100
2688#, c-format
2689msgid "Could not fetch %s"
dce37b66
JX
2690msgstr ""
2691
822e4a65
JX
2692#: builtin/fetch.c:907
2693msgid ""
2694"No remote repository specified. Please, specify either a URL or a\n"
2695"remote name from which new revisions should be fetched."
dce37b66
JX
2696msgstr ""
2697
822e4a65
JX
2698#: builtin/fetch.c:927
2699msgid "You need to specify a tag name."
dce37b66
JX
2700msgstr ""
2701
822e4a65
JX
2702#: builtin/fetch.c:979
2703msgid "fetch --all does not take a repository argument"
dce37b66
JX
2704msgstr ""
2705
822e4a65
JX
2706#: builtin/fetch.c:981
2707msgid "fetch --all does not make sense with refspecs"
dce37b66
JX
2708msgstr ""
2709
822e4a65
JX
2710#: builtin/fetch.c:992
2711#, c-format
2712msgid "No such remote or remote group: %s"
dce37b66
JX
2713msgstr ""
2714
822e4a65
JX
2715#: builtin/fetch.c:1000
2716msgid "Fetching a group and specifying refspecs does not make sense"
dce37b66
JX
2717msgstr ""
2718
822e4a65 2719#: builtin/gc.c:63
dce37b66 2720#, c-format
822e4a65 2721msgid "Invalid %s: '%s'"
dce37b66
JX
2722msgstr ""
2723
822e4a65
JX
2724#: builtin/gc.c:90
2725#, c-format
2726msgid "insanely long object directory %.*s"
dce37b66
JX
2727msgstr ""
2728
822e4a65
JX
2729#: builtin/gc.c:221
2730#, c-format
2731msgid "Auto packing the repository for optimum performance.\n"
2732msgstr ""
2733
2734#: builtin/gc.c:224
dce37b66
JX
2735#, c-format
2736msgid ""
822e4a65
JX
2737"Auto packing the repository for optimum performance. You may also\n"
2738"run \"git gc\" manually. See \"git help gc\" for more information.\n"
dce37b66
JX
2739msgstr ""
2740
822e4a65
JX
2741#: builtin/gc.c:251
2742msgid ""
2743"There are too many unreachable loose objects; run 'git prune' to remove them."
2744msgstr ""
2745
2746#: builtin/grep.c:216
dce37b66 2747#, c-format
822e4a65 2748msgid "grep: failed to create thread: %s"
dce37b66
JX
2749msgstr ""
2750
822e4a65
JX
2751#: builtin/grep.c:402
2752#, c-format
2753msgid "Failed to chdir: %s"
dce37b66
JX
2754msgstr ""
2755
822e4a65 2756#: builtin/grep.c:478 builtin/grep.c:512
dce37b66 2757#, c-format
822e4a65 2758msgid "unable to read tree (%s)"
dce37b66
JX
2759msgstr ""
2760
822e4a65 2761#: builtin/grep.c:526
dce37b66 2762#, c-format
822e4a65 2763msgid "unable to grep from object of type %s"
dce37b66
JX
2764msgstr ""
2765
822e4a65 2766#: builtin/grep.c:584
dce37b66 2767#, c-format
822e4a65 2768msgid "switch `%c' expects a numerical value"
dce37b66
JX
2769msgstr ""
2770
822e4a65
JX
2771#: builtin/grep.c:601
2772#, c-format
2773msgid "cannot open '%s'"
dce37b66
JX
2774msgstr ""
2775
75f7b4b9 2776#: builtin/grep.c:885
822e4a65 2777msgid "no pattern given."
dce37b66
JX
2778msgstr ""
2779
75f7b4b9 2780#: builtin/grep.c:899
dce37b66 2781#, c-format
822e4a65 2782msgid "bad object %s"
dce37b66
JX
2783msgstr ""
2784
75f7b4b9 2785#: builtin/grep.c:940
822e4a65 2786msgid "--open-files-in-pager only works on the worktree"
dce37b66
JX
2787msgstr ""
2788
75f7b4b9 2789#: builtin/grep.c:963
822e4a65 2790msgid "--cached or --untracked cannot be used with --no-index."
dce37b66
JX
2791msgstr ""
2792
75f7b4b9 2793#: builtin/grep.c:968
822e4a65
JX
2794msgid "--no-index or --untracked cannot be used with revs."
2795msgstr ""
2796
75f7b4b9 2797#: builtin/grep.c:971
822e4a65
JX
2798msgid "--[no-]exclude-standard cannot be used for tracked contents."
2799msgstr ""
2800
75f7b4b9 2801#: builtin/grep.c:979
822e4a65
JX
2802msgid "both --cached and trees are given."
2803msgstr ""
2804
0bbe5b48 2805#: builtin/help.c:65
dce37b66 2806#, c-format
822e4a65 2807msgid "unrecognized help format '%s'"
dce37b66
JX
2808msgstr ""
2809
0bbe5b48 2810#: builtin/help.c:93
822e4a65 2811msgid "Failed to start emacsclient."
dce37b66
JX
2812msgstr ""
2813
0bbe5b48 2814#: builtin/help.c:106
822e4a65 2815msgid "Failed to parse emacsclient version."
dce37b66
JX
2816msgstr ""
2817
0bbe5b48 2818#: builtin/help.c:114
dce37b66 2819#, c-format
822e4a65 2820msgid "emacsclient version '%d' too old (< 22)."
dce37b66
JX
2821msgstr ""
2822
0bbe5b48 2823#: builtin/help.c:132 builtin/help.c:160 builtin/help.c:169 builtin/help.c:177
dce37b66 2824#, c-format
822e4a65 2825msgid "failed to exec '%s': %s"
dce37b66
JX
2826msgstr ""
2827
0bbe5b48 2828#: builtin/help.c:217
dce37b66 2829#, c-format
822e4a65
JX
2830msgid ""
2831"'%s': path for unsupported man viewer.\n"
2832"Please consider using 'man.<tool>.cmd' instead."
dce37b66
JX
2833msgstr ""
2834
0bbe5b48 2835#: builtin/help.c:229
822e4a65
JX
2836#, c-format
2837msgid ""
2838"'%s': cmd for supported man viewer.\n"
2839"Please consider using 'man.<tool>.path' instead."
dce37b66
JX
2840msgstr ""
2841
0bbe5b48 2842#: builtin/help.c:299
822e4a65 2843msgid "The most commonly used git commands are:"
dce37b66
JX
2844msgstr ""
2845
0bbe5b48 2846#: builtin/help.c:367
822e4a65
JX
2847#, c-format
2848msgid "'%s': unknown man viewer."
dce37b66
JX
2849msgstr ""
2850
0bbe5b48 2851#: builtin/help.c:384
822e4a65 2852msgid "no man viewer handled the request"
dce37b66
JX
2853msgstr ""
2854
0bbe5b48 2855#: builtin/help.c:392
822e4a65
JX
2856msgid "no info viewer handled the request"
2857msgstr ""
2858
0bbe5b48 2859#: builtin/help.c:447 builtin/help.c:454
dce37b66 2860#, c-format
822e4a65 2861msgid "usage: %s%s"
dce37b66
JX
2862msgstr ""
2863
0bbe5b48 2864#: builtin/help.c:470
dce37b66 2865#, c-format
822e4a65 2866msgid "`git %s' is aliased to `%s'"
dce37b66
JX
2867msgstr ""
2868
11b90174 2869#: builtin/index-pack.c:170
dce37b66 2870#, c-format
822e4a65 2871msgid "object type mismatch at %s"
dce37b66
JX
2872msgstr ""
2873
11b90174 2874#: builtin/index-pack.c:190
822e4a65 2875msgid "object of unexpected type"
dce37b66
JX
2876msgstr ""
2877
11b90174 2878#: builtin/index-pack.c:227
822e4a65
JX
2879#, c-format
2880msgid "cannot fill %d byte"
2881msgid_plural "cannot fill %d bytes"
2882msgstr[0] ""
2883msgstr[1] ""
2884
11b90174 2885#: builtin/index-pack.c:237
822e4a65 2886msgid "early EOF"
dce37b66
JX
2887msgstr ""
2888
11b90174 2889#: builtin/index-pack.c:238
822e4a65
JX
2890msgid "read error on input"
2891msgstr ""
2892
11b90174 2893#: builtin/index-pack.c:250
822e4a65
JX
2894msgid "used more bytes than were available"
2895msgstr ""
2896
11b90174 2897#: builtin/index-pack.c:257
822e4a65
JX
2898msgid "pack too large for current definition of off_t"
2899msgstr ""
2900
11b90174 2901#: builtin/index-pack.c:273
dce37b66 2902#, c-format
822e4a65 2903msgid "unable to create '%s'"
dce37b66
JX
2904msgstr ""
2905
11b90174 2906#: builtin/index-pack.c:278
dce37b66 2907#, c-format
822e4a65 2908msgid "cannot open packfile '%s'"
dce37b66
JX
2909msgstr ""
2910
11b90174 2911#: builtin/index-pack.c:292
822e4a65
JX
2912msgid "pack signature mismatch"
2913msgstr ""
2914
11b90174 2915#: builtin/index-pack.c:312
dce37b66 2916#, c-format
822e4a65 2917msgid "pack has bad object at offset %lu: %s"
dce37b66
JX
2918msgstr ""
2919
11b90174 2920#: builtin/index-pack.c:434
822e4a65
JX
2921#, c-format
2922msgid "inflate returned %d"
dce37b66
JX
2923msgstr ""
2924
11b90174 2925#: builtin/index-pack.c:483
822e4a65 2926msgid "offset value overflow for delta base object"
dce37b66
JX
2927msgstr ""
2928
11b90174 2929#: builtin/index-pack.c:491
822e4a65 2930msgid "delta base offset is out of bound"
dce37b66
JX
2931msgstr ""
2932
11b90174 2933#: builtin/index-pack.c:499
dce37b66 2934#, c-format
822e4a65 2935msgid "unknown object type %d"
dce37b66
JX
2936msgstr ""
2937
0bbe5b48 2938#: builtin/index-pack.c:530
822e4a65
JX
2939msgid "cannot pread pack file"
2940msgstr ""
2941
0bbe5b48 2942#: builtin/index-pack.c:532
cd1e7487 2943#, c-format
822e4a65
JX
2944msgid "premature end of pack file, %lu byte missing"
2945msgid_plural "premature end of pack file, %lu bytes missing"
2946msgstr[0] ""
2947msgstr[1] ""
2948
0bbe5b48 2949#: builtin/index-pack.c:558
822e4a65 2950msgid "serious inflate inconsistency"
cd1e7487
JX
2951msgstr ""
2952
0bbe5b48
JX
2953#: builtin/index-pack.c:649 builtin/index-pack.c:655 builtin/index-pack.c:678
2954#: builtin/index-pack.c:712 builtin/index-pack.c:721
822e4a65 2955#, c-format
11b90174 2956msgid "SHA1 COLLISION FOUND WITH %s !"
dce37b66
JX
2957msgstr ""
2958
0bbe5b48 2959#: builtin/index-pack.c:652 builtin/pack-objects.c:170
11b90174 2960#: builtin/pack-objects.c:262
822e4a65 2961#, c-format
11b90174 2962msgid "unable to read %s"
dce37b66
JX
2963msgstr ""
2964
0bbe5b48 2965#: builtin/index-pack.c:718
11b90174
JX
2966#, c-format
2967msgid "cannot read existing object %s"
2968msgstr ""
2969
0bbe5b48 2970#: builtin/index-pack.c:732
822e4a65
JX
2971#, c-format
2972msgid "invalid blob object %s"
dce37b66
JX
2973msgstr ""
2974
0bbe5b48 2975#: builtin/index-pack.c:747
822e4a65
JX
2976#, c-format
2977msgid "invalid %s"
dce37b66
JX
2978msgstr ""
2979
0bbe5b48 2980#: builtin/index-pack.c:749
822e4a65 2981msgid "Error in object"
dce37b66
JX
2982msgstr ""
2983
0bbe5b48 2984#: builtin/index-pack.c:751
822e4a65
JX
2985#, c-format
2986msgid "Not all child objects of %s are reachable"
dce37b66
JX
2987msgstr ""
2988
0bbe5b48 2989#: builtin/index-pack.c:821 builtin/index-pack.c:847
822e4a65 2990msgid "failed to apply delta"
dce37b66
JX
2991msgstr ""
2992
0bbe5b48 2993#: builtin/index-pack.c:986
822e4a65 2994msgid "Receiving objects"
dce37b66
JX
2995msgstr ""
2996
0bbe5b48 2997#: builtin/index-pack.c:986
822e4a65 2998msgid "Indexing objects"
dce37b66
JX
2999msgstr ""
3000
0bbe5b48 3001#: builtin/index-pack.c:1012
822e4a65 3002msgid "pack is corrupted (SHA1 mismatch)"
dce37b66
JX
3003msgstr ""
3004
0bbe5b48 3005#: builtin/index-pack.c:1017
822e4a65 3006msgid "cannot fstat packfile"
dce37b66
JX
3007msgstr ""
3008
0bbe5b48 3009#: builtin/index-pack.c:1020
822e4a65 3010msgid "pack has junk at the end"
dce37b66
JX
3011msgstr ""
3012
0bbe5b48 3013#: builtin/index-pack.c:1031
11b90174
JX
3014msgid "confusion beyond insanity in parse_pack_objects()"
3015msgstr ""
3016
0bbe5b48 3017#: builtin/index-pack.c:1054
822e4a65
JX
3018msgid "Resolving deltas"
3019msgstr ""
3020
0bbe5b48 3021#: builtin/index-pack.c:1105
93329721
JX
3022msgid "confusion beyond insanity"
3023msgstr ""
3024
0bbe5b48 3025#: builtin/index-pack.c:1124
93329721
JX
3026#, c-format
3027msgid "pack has %d unresolved delta"
3028msgid_plural "pack has %d unresolved deltas"
3029msgstr[0] ""
3030msgstr[1] ""
3031
0bbe5b48 3032#: builtin/index-pack.c:1149
dce37b66 3033#, c-format
822e4a65 3034msgid "unable to deflate appended object (%d)"
dce37b66
JX
3035msgstr ""
3036
0bbe5b48 3037#: builtin/index-pack.c:1228
dce37b66 3038#, c-format
822e4a65 3039msgid "local object %s is corrupt"
dce37b66
JX
3040msgstr ""
3041
0bbe5b48 3042#: builtin/index-pack.c:1252
822e4a65 3043msgid "error while closing pack file"
dce37b66
JX
3044msgstr ""
3045
0bbe5b48 3046#: builtin/index-pack.c:1265
dce37b66 3047#, c-format
822e4a65 3048msgid "cannot write keep file '%s'"
dce37b66
JX
3049msgstr ""
3050
0bbe5b48 3051#: builtin/index-pack.c:1273
dce37b66 3052#, c-format
822e4a65 3053msgid "cannot close written keep file '%s'"
dce37b66
JX
3054msgstr ""
3055
0bbe5b48 3056#: builtin/index-pack.c:1286
822e4a65
JX
3057msgid "cannot store pack file"
3058msgstr ""
3059
0bbe5b48 3060#: builtin/index-pack.c:1297
822e4a65
JX
3061msgid "cannot store index file"
3062msgstr ""
3063
0bbe5b48 3064#: builtin/index-pack.c:1398
822e4a65
JX
3065#, c-format
3066msgid "Cannot open existing pack file '%s'"
3067msgstr ""
3068
0bbe5b48 3069#: builtin/index-pack.c:1400
822e4a65
JX
3070#, c-format
3071msgid "Cannot open existing pack idx file for '%s'"
3072msgstr ""
3073
0bbe5b48 3074#: builtin/index-pack.c:1447
822e4a65
JX
3075#, c-format
3076msgid "non delta: %d object"
3077msgid_plural "non delta: %d objects"
3078msgstr[0] ""
3079msgstr[1] ""
3080
0bbe5b48 3081#: builtin/index-pack.c:1454
822e4a65
JX
3082#, c-format
3083msgid "chain length = %d: %lu object"
3084msgid_plural "chain length = %d: %lu objects"
3085msgstr[0] ""
3086msgstr[1] ""
3087
0bbe5b48 3088#: builtin/index-pack.c:1481
822e4a65
JX
3089msgid "Cannot come back to cwd"
3090msgstr ""
3091
0bbe5b48
JX
3092#: builtin/index-pack.c:1525 builtin/index-pack.c:1528
3093#: builtin/index-pack.c:1540 builtin/index-pack.c:1544
822e4a65
JX
3094#, c-format
3095msgid "bad %s"
3096msgstr ""
3097
0bbe5b48 3098#: builtin/index-pack.c:1558
822e4a65
JX
3099msgid "--fix-thin cannot be used without --stdin"
3100msgstr ""
3101
0bbe5b48 3102#: builtin/index-pack.c:1562 builtin/index-pack.c:1572
822e4a65
JX
3103#, c-format
3104msgid "packfile name '%s' does not end with '.pack'"
3105msgstr ""
3106
0bbe5b48 3107#: builtin/index-pack.c:1581
822e4a65
JX
3108msgid "--verify with no packfile name given"
3109msgstr ""
3110
822e4a65
JX
3111#: builtin/init-db.c:35
3112#, c-format
3113msgid "Could not make %s writable by group"
3114msgstr ""
3115
3116#: builtin/init-db.c:62
3117#, c-format
3118msgid "insanely long template name %s"
3119msgstr ""
3120
3121#: builtin/init-db.c:67
3122#, c-format
3123msgid "cannot stat '%s'"
3124msgstr ""
3125
3126#: builtin/init-db.c:73
3127#, c-format
3128msgid "cannot stat template '%s'"
3129msgstr ""
3130
3131#: builtin/init-db.c:80
3132#, c-format
3133msgid "cannot opendir '%s'"
3134msgstr ""
3135
3136#: builtin/init-db.c:97
3137#, c-format
3138msgid "cannot readlink '%s'"
3139msgstr ""
3140
3141#: builtin/init-db.c:99
3142#, c-format
3143msgid "insanely long symlink %s"
3144msgstr ""
3145
3146#: builtin/init-db.c:102
3147#, c-format
3148msgid "cannot symlink '%s' '%s'"
3149msgstr ""
3150
3151#: builtin/init-db.c:106
3152#, c-format
3153msgid "cannot copy '%s' to '%s'"
3154msgstr ""
3155
3156#: builtin/init-db.c:110
3157#, c-format
3158msgid "ignoring template %s"
3159msgstr ""
3160
3161#: builtin/init-db.c:133
3162#, c-format
3163msgid "insanely long template path %s"
3164msgstr ""
3165
3166#: builtin/init-db.c:141
3167#, c-format
3168msgid "templates not found %s"
3169msgstr ""
3170
3171#: builtin/init-db.c:154
3172#, c-format
3173msgid "not copying templates of a wrong format version %d from '%s'"
3174msgstr ""
3175
3176#: builtin/init-db.c:192
3177#, c-format
3178msgid "insane git directory %s"
3179msgstr ""
3180
0bbe5b48 3181#: builtin/init-db.c:323 builtin/init-db.c:326
822e4a65
JX
3182#, c-format
3183msgid "%s already exists"
3184msgstr ""
3185
0bbe5b48 3186#: builtin/init-db.c:355
822e4a65
JX
3187#, c-format
3188msgid "unable to handle file type %d"
3189msgstr ""
3190
0bbe5b48 3191#: builtin/init-db.c:358
822e4a65
JX
3192#, c-format
3193msgid "unable to move %s to %s"
3194msgstr ""
3195
0bbe5b48 3196#: builtin/init-db.c:363
822e4a65
JX
3197#, c-format
3198msgid "Could not create git link %s"
3199msgstr ""
3200
3201#.
3202#. * TRANSLATORS: The first '%s' is either "Reinitialized
3203#. * existing" or "Initialized empty", the second " shared" or
3204#. * "", and the last '%s%s' is the verbatim directory name.
3205#.
0bbe5b48 3206#: builtin/init-db.c:420
822e4a65
JX
3207#, c-format
3208msgid "%s%s Git repository in %s%s\n"
3209msgstr ""
3210
0bbe5b48 3211#: builtin/init-db.c:421
822e4a65
JX
3212msgid "Reinitialized existing"
3213msgstr ""
3214
0bbe5b48 3215#: builtin/init-db.c:421
822e4a65
JX
3216msgid "Initialized empty"
3217msgstr ""
3218
0bbe5b48 3219#: builtin/init-db.c:422
822e4a65
JX
3220msgid " shared"
3221msgstr ""
3222
0bbe5b48 3223#: builtin/init-db.c:441
822e4a65
JX
3224msgid "cannot tell cwd"
3225msgstr ""
3226
0bbe5b48 3227#: builtin/init-db.c:522 builtin/init-db.c:529
822e4a65
JX
3228#, c-format
3229msgid "cannot mkdir %s"
3230msgstr ""
3231
0bbe5b48 3232#: builtin/init-db.c:533
822e4a65
JX
3233#, c-format
3234msgid "cannot chdir to %s"
3235msgstr ""
3236
0bbe5b48 3237#: builtin/init-db.c:555
822e4a65
JX
3238#, c-format
3239msgid ""
3240"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
3241"dir=<directory>)"
3242msgstr ""
3243
0bbe5b48 3244#: builtin/init-db.c:579
822e4a65
JX
3245msgid "Cannot access current working directory"
3246msgstr ""
3247
0bbe5b48 3248#: builtin/init-db.c:586
822e4a65
JX
3249#, c-format
3250msgid "Cannot access work tree '%s'"
3251msgstr ""
3252
11b90174 3253#: builtin/log.c:189
822e4a65
JX
3254#, c-format
3255msgid "Final output: %d %s\n"
3256msgstr ""
3257
0bbe5b48 3258#: builtin/log.c:403 builtin/log.c:494
822e4a65
JX
3259#, c-format
3260msgid "Could not read object %s"
3261msgstr ""
3262
0bbe5b48 3263#: builtin/log.c:518
822e4a65
JX
3264#, c-format
3265msgid "Unknown type: %d"
3266msgstr ""
3267
0bbe5b48 3268#: builtin/log.c:608
822e4a65
JX
3269msgid "format.headers without value"
3270msgstr ""
3271
0bbe5b48 3272#: builtin/log.c:682
822e4a65
JX
3273msgid "name of output directory is too long"
3274msgstr ""
3275
0bbe5b48 3276#: builtin/log.c:693
822e4a65
JX
3277#, c-format
3278msgid "Cannot open patch file %s"
3279msgstr ""
3280
0bbe5b48 3281#: builtin/log.c:707
822e4a65
JX
3282msgid "Need exactly one range."
3283msgstr ""
3284
0bbe5b48 3285#: builtin/log.c:715
822e4a65
JX
3286msgid "Not a range."
3287msgstr ""
3288
0bbe5b48 3289#: builtin/log.c:792
822e4a65
JX
3290msgid "Cover letter needs email format"
3291msgstr ""
3292
0bbe5b48 3293#: builtin/log.c:865
822e4a65
JX
3294#, c-format
3295msgid "insane in-reply-to: %s"
3296msgstr ""
3297
0bbe5b48 3298#: builtin/log.c:938
822e4a65
JX
3299msgid "Two output directories?"
3300msgstr ""
3301
0bbe5b48 3302#: builtin/log.c:1160
822e4a65
JX
3303#, c-format
3304msgid "bogus committer info %s"
3305msgstr ""
3306
0bbe5b48 3307#: builtin/log.c:1205
822e4a65
JX
3308msgid "-n and -k are mutually exclusive."
3309msgstr ""
3310
0bbe5b48 3311#: builtin/log.c:1207
822e4a65
JX
3312msgid "--subject-prefix and -k are mutually exclusive."
3313msgstr ""
3314
0bbe5b48 3315#: builtin/log.c:1215
822e4a65
JX
3316msgid "--name-only does not make sense"
3317msgstr ""
3318
0bbe5b48 3319#: builtin/log.c:1217
822e4a65
JX
3320msgid "--name-status does not make sense"
3321msgstr ""
3322
0bbe5b48 3323#: builtin/log.c:1219
822e4a65
JX
3324msgid "--check does not make sense"
3325msgstr ""
3326
0bbe5b48 3327#: builtin/log.c:1242
822e4a65
JX
3328msgid "standard output, or directory, which one?"
3329msgstr ""
3330
0bbe5b48 3331#: builtin/log.c:1244
822e4a65
JX
3332#, c-format
3333msgid "Could not create directory '%s'"
3334msgstr ""
3335
0bbe5b48 3336#: builtin/log.c:1397
822e4a65
JX
3337msgid "Failed to create output files"
3338msgstr ""
3339
0bbe5b48 3340#: builtin/log.c:1501
822e4a65
JX
3341#, c-format
3342msgid ""
3343"Could not find a tracked remote branch, please specify <upstream> manually.\n"
3344msgstr ""
3345
0bbe5b48 3346#: builtin/log.c:1517 builtin/log.c:1519 builtin/log.c:1531
822e4a65
JX
3347#, c-format
3348msgid "Unknown commit %s"
3349msgstr ""
3350
3351#: builtin/merge.c:90
3352msgid "switch `m' requires a value"
3353msgstr ""
3354
3355#: builtin/merge.c:127
3356#, c-format
3357msgid "Could not find merge strategy '%s'.\n"
3358msgstr ""
3359
3360#: builtin/merge.c:128
3361#, c-format
3362msgid "Available strategies are:"
3363msgstr ""
3364
3365#: builtin/merge.c:133
3366#, c-format
3367msgid "Available custom strategies are:"
3368msgstr ""
3369
3370#: builtin/merge.c:240
3371msgid "could not run stash."
3372msgstr ""
3373
3374#: builtin/merge.c:245
3375msgid "stash failed"
3376msgstr ""
3377
3378#: builtin/merge.c:250
3379#, c-format
3380msgid "not a valid object: %s"
3381msgstr ""
3382
3383#: builtin/merge.c:269 builtin/merge.c:286
3384msgid "read-tree failed"
3385msgstr ""
3386
3387#: builtin/merge.c:316
3388msgid " (nothing to squash)"
3389msgstr ""
3390
3391#: builtin/merge.c:329
3392#, c-format
3393msgid "Squash commit -- not updating HEAD\n"
3394msgstr ""
3395
3396#: builtin/merge.c:361
3397msgid "Writing SQUASH_MSG"
3398msgstr ""
3399
3400#: builtin/merge.c:363
3401msgid "Finishing SQUASH_MSG"
3402msgstr ""
3403
3404#: builtin/merge.c:386
3405#, c-format
3406msgid "No merge message -- not updating HEAD\n"
3407msgstr ""
3408
3409#: builtin/merge.c:437
3410#, c-format
3411msgid "'%s' does not point to a commit"
3412msgstr ""
3413
3414#: builtin/merge.c:536
3415#, c-format
3416msgid "Bad branch.%s.mergeoptions string: %s"
3417msgstr ""
3418
3419#: builtin/merge.c:629
3420msgid "git write-tree failed to write a tree"
3421msgstr ""
3422
3423#: builtin/merge.c:679
3424msgid "failed to read the cache"
3425msgstr ""
3426
3427#: builtin/merge.c:697
3428msgid "Unable to write index."
3429msgstr ""
3430
3431#: builtin/merge.c:710
3432msgid "Not handling anything other than two heads merge."
3433msgstr ""
3434
3435#: builtin/merge.c:724
3436#, c-format
3437msgid "Unknown option for merge-recursive: -X%s"
3438msgstr ""
3439
3440#: builtin/merge.c:738
3441#, c-format
3442msgid "unable to write %s"
3443msgstr ""
3444
3445#: builtin/merge.c:877
3446#, c-format
3447msgid "Could not read from '%s'"
3448msgstr ""
3449
3450#: builtin/merge.c:886
3451#, c-format
3452msgid "Not committing merge; use 'git commit' to complete the merge.\n"
3453msgstr ""
3454
3455#: builtin/merge.c:892
3456msgid ""
3457"Please enter a commit message to explain why this merge is necessary,\n"
3458"especially if it merges an updated upstream into a topic branch.\n"
3459"\n"
3460"Lines starting with '#' will be ignored, and an empty message aborts\n"
3461"the commit.\n"
3462msgstr ""
3463
3464#: builtin/merge.c:916
3465msgid "Empty commit message."
3466msgstr ""
3467
3468#: builtin/merge.c:928
3469#, c-format
3470msgid "Wonderful.\n"
3471msgstr ""
3472
3473#: builtin/merge.c:993
3474#, c-format
3475msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
3476msgstr ""
3477
3478#: builtin/merge.c:1009
3479#, c-format
3480msgid "'%s' is not a commit"
3481msgstr ""
3482
3483#: builtin/merge.c:1050
3484msgid "No current branch."
3485msgstr ""
3486
3487#: builtin/merge.c:1052
3488msgid "No remote for the current branch."
3489msgstr ""
3490
3491#: builtin/merge.c:1054
3492msgid "No default upstream defined for the current branch."
3493msgstr ""
3494
3495#: builtin/merge.c:1059
3496#, c-format
3497msgid "No remote tracking branch for %s from %s"
3498msgstr ""
3499
3500#: builtin/merge.c:1146 builtin/merge.c:1303
3501#, c-format
3502msgid "%s - not something we can merge"
3503msgstr ""
3504
3505#: builtin/merge.c:1214
3506msgid "There is no merge to abort (MERGE_HEAD missing)."
3507msgstr ""
3508
3509#: builtin/merge.c:1230 git-pull.sh:31
3510msgid ""
3511"You have not concluded your merge (MERGE_HEAD exists).\n"
3512"Please, commit your changes before you can merge."
3513msgstr ""
3514
3515#: builtin/merge.c:1233 git-pull.sh:34
3516msgid "You have not concluded your merge (MERGE_HEAD exists)."
3517msgstr ""
3518
3519#: builtin/merge.c:1237
3520msgid ""
3521"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
3522"Please, commit your changes before you can merge."
3523msgstr ""
3524
3525#: builtin/merge.c:1240
3526msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
3527msgstr ""
3528
3529#: builtin/merge.c:1249
3530msgid "You cannot combine --squash with --no-ff."
3531msgstr ""
3532
3533#: builtin/merge.c:1254
3534msgid "You cannot combine --no-ff with --ff-only."
3535msgstr ""
3536
3537#: builtin/merge.c:1261
3538msgid "No commit specified and merge.defaultToUpstream not set."
3539msgstr ""
3540
3541#: builtin/merge.c:1293
3542msgid "Can merge only exactly one commit into empty head"
3543msgstr ""
3544
3545#: builtin/merge.c:1296
3546msgid "Squash commit into empty head not supported yet"
3547msgstr ""
3548
3549#: builtin/merge.c:1298
3550msgid "Non-fast-forward commit does not make sense into an empty head"
3551msgstr ""
3552
3553#: builtin/merge.c:1413
3554#, c-format
3555msgid "Updating %s..%s\n"
3556msgstr ""
3557
3558#: builtin/merge.c:1451
3559#, c-format
3560msgid "Trying really trivial in-index merge...\n"
3561msgstr ""
3562
3563#: builtin/merge.c:1458
3564#, c-format
3565msgid "Nope.\n"
3566msgstr ""
3567
3568#: builtin/merge.c:1490
3569msgid "Not possible to fast-forward, aborting."
3570msgstr ""
3571
3572#: builtin/merge.c:1513 builtin/merge.c:1592
3573#, c-format
3574msgid "Rewinding the tree to pristine...\n"
3575msgstr ""
3576
3577#: builtin/merge.c:1517
3578#, c-format
3579msgid "Trying merge strategy %s...\n"
3580msgstr ""
3581
3582#: builtin/merge.c:1583
3583#, c-format
3584msgid "No merge strategy handled the merge.\n"
dce37b66
JX
3585msgstr ""
3586
cd1e7487 3587#: builtin/merge.c:1585
dce37b66 3588#, c-format
822e4a65
JX
3589msgid "Merge with strategy %s failed.\n"
3590msgstr ""
3591
3592#: builtin/merge.c:1594
3593#, c-format
3594msgid "Using the %s to prepare resolving by hand.\n"
3595msgstr ""
3596
3597#: builtin/merge.c:1606
3598#, c-format
3599msgid "Automatic merge went well; stopped before committing as requested\n"
3600msgstr ""
3601
3602#: builtin/mv.c:108
3603#, c-format
3604msgid "Checking rename of '%s' to '%s'\n"
3605msgstr ""
3606
3607#: builtin/mv.c:112
3608msgid "bad source"
3609msgstr ""
3610
3611#: builtin/mv.c:115
3612msgid "can not move directory into itself"
3613msgstr ""
3614
3615#: builtin/mv.c:118
3616msgid "cannot move directory over file"
3617msgstr ""
3618
3619#: builtin/mv.c:128
3620#, c-format
3621msgid "Huh? %.*s is in index?"
3622msgstr ""
3623
3624#: builtin/mv.c:140
3625msgid "source directory is empty"
3626msgstr ""
3627
3628#: builtin/mv.c:171
3629msgid "not under version control"
3630msgstr ""
3631
3632#: builtin/mv.c:173
3633msgid "destination exists"
3634msgstr ""
3635
3636#: builtin/mv.c:181
3637#, c-format
3638msgid "overwriting '%s'"
3639msgstr ""
3640
3641#: builtin/mv.c:184
3642msgid "Cannot overwrite"
3643msgstr ""
3644
3645#: builtin/mv.c:187
3646msgid "multiple sources for the same target"
3647msgstr ""
3648
3649#: builtin/mv.c:202
3650#, c-format
3651msgid "%s, source=%s, destination=%s"
3652msgstr ""
3653
3654#: builtin/mv.c:212
3655#, c-format
3656msgid "Renaming %s to %s\n"
3657msgstr ""
3658
3659#: builtin/mv.c:215 builtin/remote.c:731
3660#, c-format
3661msgid "renaming '%s' failed"
3662msgstr ""
3663
3664#: builtin/notes.c:139
3665#, c-format
3666msgid "unable to start 'show' for object '%s'"
3667msgstr ""
3668
3669#: builtin/notes.c:145
3670msgid "can't fdopen 'show' output fd"
3671msgstr ""
3672
3673#: builtin/notes.c:155
3674#, c-format
3675msgid "failed to close pipe to 'show' for object '%s'"
dce37b66
JX
3676msgstr ""
3677
822e4a65 3678#: builtin/notes.c:158
dce37b66 3679#, c-format
822e4a65 3680msgid "failed to finish 'show' for object '%s'"
dce37b66
JX
3681msgstr ""
3682
822e4a65 3683#: builtin/notes.c:175 builtin/tag.c:347
dce37b66 3684#, c-format
822e4a65 3685msgid "could not create file '%s'"
dce37b66
JX
3686msgstr ""
3687
822e4a65
JX
3688#: builtin/notes.c:189
3689msgid "Please supply the note contents using either -m or -F option"
3690msgstr ""
3691
3692#: builtin/notes.c:210 builtin/notes.c:973
dce37b66 3693#, c-format
822e4a65
JX
3694msgid "Removing note for object %s\n"
3695msgstr ""
3696
3697#: builtin/notes.c:215
3698msgid "unable to write note object"
3699msgstr ""
3700
3701#: builtin/notes.c:217
3702#, c-format
3703msgid "The note contents has been left in %s"
3704msgstr ""
3705
3706#: builtin/notes.c:251 builtin/tag.c:542
3707#, c-format
3708msgid "cannot read '%s'"
3709msgstr ""
3710
3711#: builtin/notes.c:253 builtin/tag.c:545
3712#, c-format
3713msgid "could not open or read '%s'"
3714msgstr ""
3715
3716#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
3717#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
3718#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
3719#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:558
3720#, c-format
3721msgid "Failed to resolve '%s' as a valid ref."
3722msgstr ""
3723
3724#: builtin/notes.c:275
3725#, c-format
3726msgid "Failed to read object '%s'."
3727msgstr ""
3728
3729#: builtin/notes.c:299
3730msgid "Cannot commit uninitialized/unreferenced notes tree"
3731msgstr ""
3732
3733#: builtin/notes.c:340
3734#, c-format
3735msgid "Bad notes.rewriteMode value: '%s'"
3736msgstr ""
3737
3738#: builtin/notes.c:350
3739#, c-format
3740msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3741msgstr ""
3742
3743#. TRANSLATORS: The first %s is the name of the
3744#. environment variable, the second %s is its value
3745#: builtin/notes.c:377
3746#, c-format
3747msgid "Bad %s value: '%s'"
3748msgstr ""
3749
3750#: builtin/notes.c:441
3751#, c-format
3752msgid "Malformed input line: '%s'."
3753msgstr ""
3754
3755#: builtin/notes.c:456
3756#, c-format
3757msgid "Failed to copy notes from '%s' to '%s'"
3758msgstr ""
3759
3760#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
3761#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
3762#: builtin/notes.c:1033
3763msgid "too many parameters"
3764msgstr ""
3765
3766#: builtin/notes.c:513 builtin/notes.c:772
3767#, c-format
3768msgid "No note found for object %s."
3769msgstr ""
3770
3771#: builtin/notes.c:580
3772#, c-format
3773msgid ""
3774"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
3775"existing notes"
3776msgstr ""
3777
3778#: builtin/notes.c:585 builtin/notes.c:662
3779#, c-format
3780msgid "Overwriting existing notes for object %s\n"
3781msgstr ""
3782
3783#: builtin/notes.c:635
3784msgid "too few parameters"
3785msgstr ""
3786
3787#: builtin/notes.c:656
3788#, c-format
3789msgid ""
3790"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
3791"existing notes"
3792msgstr ""
3793
3794#: builtin/notes.c:668
3795#, c-format
3796msgid "Missing notes on source object %s. Cannot copy."
3797msgstr ""
3798
3799#: builtin/notes.c:717
3800#, c-format
3801msgid ""
3802"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
3803"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
3804msgstr ""
3805
3806#: builtin/notes.c:971
3807#, c-format
3808msgid "Object %s has no note\n"
3809msgstr ""
3810
3811#: builtin/notes.c:1103 builtin/remote.c:1598
3812#, c-format
3813msgid "Unknown subcommand: %s"
3814msgstr ""
3815
11b90174
JX
3816#: builtin/pack-objects.c:183 builtin/pack-objects.c:186
3817#, c-format
3818msgid "deflate error (%d)"
3819msgstr ""
3820
3821#: builtin/pack-objects.c:2398
822e4a65
JX
3822#, c-format
3823msgid "unsupported index version %s"
3824msgstr ""
3825
11b90174 3826#: builtin/pack-objects.c:2402
822e4a65
JX
3827#, c-format
3828msgid "bad index version '%s'"
3829msgstr ""
3830
11b90174 3831#: builtin/pack-objects.c:2425
822e4a65
JX
3832#, c-format
3833msgid "option %s does not accept negative form"
3834msgstr ""
3835
11b90174 3836#: builtin/pack-objects.c:2429
822e4a65
JX
3837#, c-format
3838msgid "unable to parse value '%s' for option %s"
3839msgstr ""
3840
3841#: builtin/push.c:45
3842msgid "tag shorthand without <tag>"
3843msgstr ""
3844
3845#: builtin/push.c:64
3846msgid "--delete only accepts plain target ref names"
3847msgstr ""
3848
3849#: builtin/push.c:99
3850msgid ""
3851"\n"
3852"To choose either option permanently, see push.default in 'git help config'."
3853msgstr ""
3854
3855#: builtin/push.c:102
3856#, c-format
3857msgid ""
3858"The upstream branch of your current branch does not match\n"
3859"the name of your current branch. To push to the upstream branch\n"
3860"on the remote, use\n"
3861"\n"
3862" git push %s HEAD:%s\n"
3863"\n"
3864"To push to the branch of the same name on the remote, use\n"
3865"\n"
3866" git push %s %s\n"
3867"%s"
3868msgstr ""
3869
3870#: builtin/push.c:121
3871#, c-format
3872msgid ""
3873"You are not currently on a branch.\n"
3874"To push the history leading to the current (detached HEAD)\n"
3875"state now, use\n"
3876"\n"
3877" git push %s HEAD:<name-of-remote-branch>\n"
3878msgstr ""
3879
3880#: builtin/push.c:128
3881#, c-format
3882msgid ""
3883"The current branch %s has no upstream branch.\n"
3884"To push the current branch and set the remote as upstream, use\n"
3885"\n"
3886" git push --set-upstream %s %s\n"
3887msgstr ""
3888
3889#: builtin/push.c:136
3890#, c-format
3891msgid "The current branch %s has multiple upstream branches, refusing to push."
3892msgstr ""
3893
3894#: builtin/push.c:139
3895#, c-format
3896msgid ""
3897"You are pushing to remote '%s', which is not the upstream of\n"
3898"your current branch '%s', without telling me what to push\n"
3899"to update which remote branch."
3900msgstr ""
3901
3902#: builtin/push.c:174
3903msgid ""
3904"You didn't specify any refspecs to push, and push.default is \"nothing\"."
3905msgstr ""
3906
3907#: builtin/push.c:181
3908msgid ""
3909"Updates were rejected because the tip of your current branch is behind\n"
3910"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"
3911"before pushing again.\n"
3912"See the 'Note about fast-forwards' in 'git push --help' for details."
3913msgstr ""
3914
3915#: builtin/push.c:187
3916msgid ""
3917"Updates were rejected because a pushed branch tip is behind its remote\n"
3918"counterpart. If you did not intend to push that branch, you may want to\n"
3919"specify branches to push or set the 'push.default' configuration\n"
3920"variable to 'current' or 'upstream' to push only the current branch."
3921msgstr ""
3922
3923#: builtin/push.c:193
3924msgid ""
3925"Updates were rejected because a pushed branch tip is behind its remote\n"
3926"counterpart. Check out this branch and merge the remote changes\n"
3927"(e.g. 'git pull') before pushing again.\n"
3928"See the 'Note about fast-forwards' in 'git push --help' for details."
3929msgstr ""
3930
3931#: builtin/push.c:233
3932#, c-format
3933msgid "Pushing to %s\n"
3934msgstr ""
3935
3936#: builtin/push.c:237
3937#, c-format
3938msgid "failed to push some refs to '%s'"
3939msgstr ""
3940
3941#: builtin/push.c:269
3942#, c-format
3943msgid "bad repository '%s'"
3944msgstr ""
3945
3946#: builtin/push.c:270
3947msgid ""
3948"No configured push destination.\n"
3949"Either specify the URL from the command-line or configure a remote "
3950"repository using\n"
3951"\n"
3952" git remote add <name> <url>\n"
3953"\n"
3954"and then push using the remote name\n"
3955"\n"
3956" git push <name>\n"
3957msgstr ""
3958
3959#: builtin/push.c:285
3960msgid "--all and --tags are incompatible"
3961msgstr ""
3962
3963#: builtin/push.c:286
3964msgid "--all can't be combined with refspecs"
3965msgstr ""
3966
3967#: builtin/push.c:291
3968msgid "--mirror and --tags are incompatible"
dce37b66
JX
3969msgstr ""
3970
822e4a65
JX
3971#: builtin/push.c:292
3972msgid "--mirror can't be combined with refspecs"
dce37b66
JX
3973msgstr ""
3974
822e4a65
JX
3975#: builtin/push.c:297
3976msgid "--all and --mirror are incompatible"
dce37b66
JX
3977msgstr ""
3978
822e4a65
JX
3979#: builtin/push.c:385
3980msgid "--delete is incompatible with --all, --mirror and --tags"
dce37b66
JX
3981msgstr ""
3982
822e4a65
JX
3983#: builtin/push.c:387
3984msgid "--delete doesn't make sense without any refs"
dce37b66
JX
3985msgstr ""
3986
822e4a65
JX
3987#: builtin/remote.c:98
3988#, c-format
3989msgid "Updating %s"
dce37b66
JX
3990msgstr ""
3991
822e4a65
JX
3992#: builtin/remote.c:130
3993msgid ""
3994"--mirror is dangerous and deprecated; please\n"
3995"\t use --mirror=fetch or --mirror=push instead"
dce37b66
JX
3996msgstr ""
3997
822e4a65
JX
3998#: builtin/remote.c:147
3999#, c-format
4000msgid "unknown mirror argument: %s"
dce37b66
JX
4001msgstr ""
4002
822e4a65
JX
4003#: builtin/remote.c:185
4004msgid "specifying a master branch makes no sense with --mirror"
dce37b66
JX
4005msgstr ""
4006
822e4a65
JX
4007#: builtin/remote.c:187
4008msgid "specifying branches to track makes sense only with fetch mirrors"
dce37b66
JX
4009msgstr ""
4010
822e4a65
JX
4011#: builtin/remote.c:195 builtin/remote.c:646
4012#, c-format
4013msgid "remote %s already exists."
dce37b66
JX
4014msgstr ""
4015
822e4a65 4016#: builtin/remote.c:199 builtin/remote.c:650
dce37b66 4017#, c-format
822e4a65 4018msgid "'%s' is not a valid remote name"
dce37b66
JX
4019msgstr ""
4020
822e4a65 4021#: builtin/remote.c:243
dce37b66 4022#, c-format
822e4a65 4023msgid "Could not setup master '%s'"
dce37b66
JX
4024msgstr ""
4025
822e4a65 4026#: builtin/remote.c:299
dce37b66 4027#, c-format
822e4a65 4028msgid "more than one %s"
dce37b66
JX
4029msgstr ""
4030
822e4a65 4031#: builtin/remote.c:339
dce37b66 4032#, c-format
822e4a65 4033msgid "Could not get fetch map for refspec %s"
dce37b66
JX
4034msgstr ""
4035
822e4a65
JX
4036#: builtin/remote.c:440 builtin/remote.c:448
4037msgid "(matching)"
dce37b66
JX
4038msgstr ""
4039
822e4a65
JX
4040#: builtin/remote.c:452
4041msgid "(delete)"
4042msgstr ""
4043
4044#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:607
dce37b66 4045#, c-format
822e4a65 4046msgid "Could not append '%s' to '%s'"
dce37b66
JX
4047msgstr ""
4048
822e4a65 4049#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:890
dce37b66 4050#, c-format
822e4a65 4051msgid "No such remote: %s"
dce37b66
JX
4052msgstr ""
4053
822e4a65 4054#: builtin/remote.c:656
dce37b66 4055#, c-format
822e4a65 4056msgid "Could not rename config section '%s' to '%s'"
dce37b66
JX
4057msgstr ""
4058
822e4a65
JX
4059#: builtin/remote.c:662 builtin/remote.c:799
4060#, c-format
4061msgid "Could not remove config section '%s'"
dce37b66
JX
4062msgstr ""
4063
822e4a65 4064#: builtin/remote.c:677
dce37b66 4065#, c-format
822e4a65 4066msgid ""
75f7b4b9 4067"Not updating non-default fetch refspec\n"
822e4a65
JX
4068"\t%s\n"
4069"\tPlease update the configuration manually if necessary."
dce37b66
JX
4070msgstr ""
4071
822e4a65
JX
4072#: builtin/remote.c:683
4073#, c-format
4074msgid "Could not append '%s'"
dce37b66
JX
4075msgstr ""
4076
822e4a65 4077#: builtin/remote.c:694
dce37b66 4078#, c-format
822e4a65 4079msgid "Could not set '%s'"
dce37b66
JX
4080msgstr ""
4081
822e4a65 4082#: builtin/remote.c:716
dce37b66 4083#, c-format
822e4a65 4084msgid "deleting '%s' failed"
dce37b66
JX
4085msgstr ""
4086
822e4a65 4087#: builtin/remote.c:750
dce37b66 4088#, c-format
822e4a65 4089msgid "creating '%s' failed"
dce37b66
JX
4090msgstr ""
4091
822e4a65 4092#: builtin/remote.c:764
dce37b66 4093#, c-format
822e4a65 4094msgid "Could not remove branch %s"
dce37b66
JX
4095msgstr ""
4096
822e4a65
JX
4097#: builtin/remote.c:834
4098msgid ""
4099"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
4100"to delete it, use:"
4101msgid_plural ""
4102"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
4103"to delete them, use:"
4104msgstr[0] ""
4105msgstr[1] ""
4106
4107#: builtin/remote.c:943
dce37b66 4108#, c-format
822e4a65 4109msgid " new (next fetch will store in remotes/%s)"
dce37b66
JX
4110msgstr ""
4111
822e4a65
JX
4112#: builtin/remote.c:946
4113msgid " tracked"
dce37b66
JX
4114msgstr ""
4115
822e4a65
JX
4116#: builtin/remote.c:948
4117msgid " stale (use 'git remote prune' to remove)"
dce37b66
JX
4118msgstr ""
4119
822e4a65
JX
4120#: builtin/remote.c:950
4121msgid " ???"
dce37b66
JX
4122msgstr ""
4123
822e4a65 4124#: builtin/remote.c:991
dce37b66 4125#, c-format
822e4a65 4126msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
dce37b66
JX
4127msgstr ""
4128
822e4a65 4129#: builtin/remote.c:998
dce37b66 4130#, c-format
822e4a65 4131msgid "rebases onto remote %s"
dce37b66
JX
4132msgstr ""
4133
822e4a65 4134#: builtin/remote.c:1001
dce37b66 4135#, c-format
822e4a65 4136msgid " merges with remote %s"
dce37b66
JX
4137msgstr ""
4138
822e4a65
JX
4139#: builtin/remote.c:1002
4140msgid " and with remote"
dce37b66
JX
4141msgstr ""
4142
822e4a65 4143#: builtin/remote.c:1004
dce37b66 4144#, c-format
822e4a65 4145msgid "merges with remote %s"
dce37b66
JX
4146msgstr ""
4147
822e4a65
JX
4148#: builtin/remote.c:1005
4149msgid " and with remote"
dce37b66
JX
4150msgstr ""
4151
822e4a65
JX
4152#: builtin/remote.c:1051
4153msgid "create"
dce37b66
JX
4154msgstr ""
4155
822e4a65
JX
4156#: builtin/remote.c:1054
4157msgid "delete"
dce37b66
JX
4158msgstr ""
4159
822e4a65
JX
4160#: builtin/remote.c:1058
4161msgid "up to date"
dce37b66
JX
4162msgstr ""
4163
822e4a65
JX
4164#: builtin/remote.c:1061
4165msgid "fast-forwardable"
dce37b66
JX
4166msgstr ""
4167
822e4a65
JX
4168#: builtin/remote.c:1064
4169msgid "local out of date"
dce37b66
JX
4170msgstr ""
4171
822e4a65 4172#: builtin/remote.c:1071
dce37b66 4173#, c-format
822e4a65 4174msgid " %-*s forces to %-*s (%s)"
dce37b66
JX
4175msgstr ""
4176
822e4a65 4177#: builtin/remote.c:1074
dce37b66 4178#, c-format
822e4a65 4179msgid " %-*s pushes to %-*s (%s)"
dce37b66
JX
4180msgstr ""
4181
822e4a65 4182#: builtin/remote.c:1078
1d4ac88d 4183#, c-format
822e4a65 4184msgid " %-*s forces to %s"
1d4ac88d
JX
4185msgstr ""
4186
822e4a65 4187#: builtin/remote.c:1081
1d4ac88d 4188#, c-format
822e4a65 4189msgid " %-*s pushes to %s"
1d4ac88d
JX
4190msgstr ""
4191
822e4a65 4192#: builtin/remote.c:1118
1d4ac88d 4193#, c-format
822e4a65 4194msgid "* remote %s"
1d4ac88d
JX
4195msgstr ""
4196
822e4a65 4197#: builtin/remote.c:1119
1d4ac88d 4198#, c-format
822e4a65 4199msgid " Fetch URL: %s"
1d4ac88d
JX
4200msgstr ""
4201
822e4a65
JX
4202#: builtin/remote.c:1120 builtin/remote.c:1285
4203msgid "(no URL)"
dce37b66
JX
4204msgstr ""
4205
822e4a65
JX
4206#: builtin/remote.c:1129 builtin/remote.c:1131
4207#, c-format
4208msgid " Push URL: %s"
dce37b66
JX
4209msgstr ""
4210
822e4a65 4211#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:1137
dce37b66 4212#, c-format
822e4a65 4213msgid " HEAD branch: %s"
dce37b66
JX
4214msgstr ""
4215
822e4a65 4216#: builtin/remote.c:1139
dce37b66
JX
4217#, c-format
4218msgid ""
822e4a65 4219" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
dce37b66
JX
4220msgstr ""
4221
822e4a65 4222#: builtin/remote.c:1151
dce37b66 4223#, c-format
822e4a65
JX
4224msgid " Remote branch:%s"
4225msgid_plural " Remote branches:%s"
4226msgstr[0] ""
4227msgstr[1] ""
4228
4229#: builtin/remote.c:1154 builtin/remote.c:1181
4230msgid " (status not queried)"
dce37b66
JX
4231msgstr ""
4232
822e4a65
JX
4233#: builtin/remote.c:1163
4234msgid " Local branch configured for 'git pull':"
4235msgid_plural " Local branches configured for 'git pull':"
4236msgstr[0] ""
4237msgstr[1] ""
4238
4239#: builtin/remote.c:1171
4240msgid " Local refs will be mirrored by 'git push'"
4241msgstr ""
4242
4243#: builtin/remote.c:1178
cd1e7487 4244#, c-format
822e4a65
JX
4245msgid " Local ref configured for 'git push'%s:"
4246msgid_plural " Local refs configured for 'git push'%s:"
4247msgstr[0] ""
4248msgstr[1] ""
4249
4250#: builtin/remote.c:1216
4251msgid "Cannot determine remote HEAD"
dce37b66
JX
4252msgstr ""
4253
822e4a65
JX
4254#: builtin/remote.c:1218
4255msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
cd1e7487
JX
4256msgstr ""
4257
822e4a65
JX
4258#: builtin/remote.c:1228
4259#, c-format
4260msgid "Could not delete %s"
cd1e7487
JX
4261msgstr ""
4262
822e4a65
JX
4263#: builtin/remote.c:1236
4264#, c-format
4265msgid "Not a valid ref: %s"
dce37b66
JX
4266msgstr ""
4267
822e4a65
JX
4268#: builtin/remote.c:1238
4269#, c-format
4270msgid "Could not setup %s"
cd1e7487
JX
4271msgstr ""
4272
822e4a65 4273#: builtin/remote.c:1274
dce37b66 4274#, c-format
822e4a65 4275msgid " %s will become dangling!"
dce37b66
JX
4276msgstr ""
4277
822e4a65 4278#: builtin/remote.c:1275
dce37b66 4279#, c-format
822e4a65 4280msgid " %s has become dangling!"
dce37b66
JX
4281msgstr ""
4282
822e4a65 4283#: builtin/remote.c:1281
dce37b66 4284#, c-format
822e4a65 4285msgid "Pruning %s"
dce37b66
JX
4286msgstr ""
4287
822e4a65
JX
4288#: builtin/remote.c:1282
4289#, c-format
4290msgid "URL: %s"
dce37b66
JX
4291msgstr ""
4292
822e4a65
JX
4293#: builtin/remote.c:1295
4294#, c-format
4295msgid " * [would prune] %s"
dce37b66
JX
4296msgstr ""
4297
822e4a65
JX
4298#: builtin/remote.c:1298
4299#, c-format
4300msgid " * [pruned] %s"
dce37b66
JX
4301msgstr ""
4302
822e4a65
JX
4303#: builtin/remote.c:1387 builtin/remote.c:1461
4304#, c-format
4305msgid "No such remote '%s'"
dce37b66
JX
4306msgstr ""
4307
822e4a65
JX
4308#: builtin/remote.c:1414
4309msgid "no remote specified"
dce37b66
JX
4310msgstr ""
4311
822e4a65
JX
4312#: builtin/remote.c:1447
4313msgid "--add --delete doesn't make sense"
dce37b66
JX
4314msgstr ""
4315
822e4a65
JX
4316#: builtin/remote.c:1487
4317#, c-format
4318msgid "Invalid old URL pattern: %s"
dce37b66
JX
4319msgstr ""
4320
822e4a65
JX
4321#: builtin/remote.c:1495
4322#, c-format
4323msgid "No such URL found: %s"
4324msgstr ""
4325
4326#: builtin/remote.c:1497
4327msgid "Will not delete all non-push URLs"
dce37b66
JX
4328msgstr ""
4329
4330#: builtin/reset.c:33
4331msgid "mixed"
4332msgstr ""
4333
4334#: builtin/reset.c:33
4335msgid "soft"
4336msgstr ""
4337
4338#: builtin/reset.c:33
4339msgid "hard"
4340msgstr ""
4341
822e4a65
JX
4342#: builtin/reset.c:33
4343msgid "merge"
4344msgstr ""
4345
dce37b66
JX
4346#: builtin/reset.c:33
4347msgid "keep"
4348msgstr ""
4349
4350#: builtin/reset.c:77
4351msgid "You do not have a valid HEAD."
4352msgstr ""
4353
4354#: builtin/reset.c:79
4355msgid "Failed to find tree of HEAD."
4356msgstr ""
4357
4358#: builtin/reset.c:85
4359#, c-format
4360msgid "Failed to find tree of %s."
4361msgstr ""
4362
4363#: builtin/reset.c:96
4364msgid "Could not write new index file."
4365msgstr ""
4366
4367#: builtin/reset.c:106
4368#, c-format
4369msgid "HEAD is now at %s"
4370msgstr ""
4371
4372#: builtin/reset.c:130
4373msgid "Could not read index"
4374msgstr ""
4375
4376#: builtin/reset.c:133
4377msgid "Unstaged changes after reset:"
4378msgstr ""
4379
4380#: builtin/reset.c:223
4381#, c-format
4382msgid "Cannot do a %s reset in the middle of a merge."
4383msgstr ""
4384
0bbe5b48 4385#: builtin/reset.c:303
dce37b66
JX
4386#, c-format
4387msgid "Could not parse object '%s'."
4388msgstr ""
4389
0bbe5b48 4390#: builtin/reset.c:308
dce37b66
JX
4391msgid "--patch is incompatible with --{hard,mixed,soft}"
4392msgstr ""
4393
0bbe5b48 4394#: builtin/reset.c:317
dce37b66
JX
4395msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
4396msgstr ""
4397
0bbe5b48 4398#: builtin/reset.c:319
dce37b66
JX
4399#, c-format
4400msgid "Cannot do %s reset with paths."
4401msgstr ""
4402
0bbe5b48 4403#: builtin/reset.c:331
dce37b66
JX
4404#, c-format
4405msgid "%s reset is not allowed in a bare repository"
4406msgstr ""
4407
0bbe5b48 4408#: builtin/reset.c:347
dce37b66
JX
4409#, c-format
4410msgid "Could not reset index file to revision '%s'."
4411msgstr ""
4412
cd1e7487 4413#: builtin/revert.c:70 builtin/revert.c:92
dce37b66
JX
4414#, c-format
4415msgid "%s: %s cannot be used with %s"
4416msgstr ""
4417
822e4a65 4418#: builtin/revert.c:131
dce37b66
JX
4419msgid "program error"
4420msgstr ""
4421
822e4a65 4422#: builtin/revert.c:221
dce37b66
JX
4423msgid "revert failed"
4424msgstr ""
4425
822e4a65 4426#: builtin/revert.c:236
dce37b66
JX
4427msgid "cherry-pick failed"
4428msgstr ""
4429
4430#: builtin/rm.c:109
4431#, c-format
4432msgid ""
4433"'%s' has staged content different from both the file and the HEAD\n"
4434"(use -f to force removal)"
4435msgstr ""
4436
4437#: builtin/rm.c:115
4438#, c-format
4439msgid ""
4440"'%s' has changes staged in the index\n"
4441"(use --cached to keep the file, or -f to force removal)"
4442msgstr ""
4443
4444#: builtin/rm.c:119
4445#, c-format
4446msgid ""
4447"'%s' has local modifications\n"
4448"(use --cached to keep the file, or -f to force removal)"
4449msgstr ""
4450
4451#: builtin/rm.c:194
4452#, c-format
4453msgid "not removing '%s' recursively without -r"
4454msgstr ""
4455
4456#: builtin/rm.c:230
4457#, c-format
4458msgid "git rm: unable to remove %s"
4459msgstr ""
4460
4461#: builtin/shortlog.c:157
4462#, c-format
4463msgid "Missing author: %s"
4464msgstr ""
4465
822e4a65 4466#: builtin/tag.c:60
1d4ac88d
JX
4467#, c-format
4468msgid "malformed object at '%s'"
4469msgstr ""
4470
822e4a65 4471#: builtin/tag.c:207
dce37b66
JX
4472#, c-format
4473msgid "tag name too long: %.*s..."
4474msgstr ""
4475
822e4a65 4476#: builtin/tag.c:212
dce37b66
JX
4477#, c-format
4478msgid "tag '%s' not found."
4479msgstr ""
4480
822e4a65 4481#: builtin/tag.c:227
dce37b66
JX
4482#, c-format
4483msgid "Deleted tag '%s' (was %s)\n"
4484msgstr ""
4485
822e4a65 4486#: builtin/tag.c:239
dce37b66
JX
4487#, c-format
4488msgid "could not verify the tag '%s'"
4489msgstr ""
4490
822e4a65 4491#: builtin/tag.c:249
dce37b66
JX
4492msgid ""
4493"\n"
4494"#\n"
4495"# Write a tag message\n"
4496"# Lines starting with '#' will be ignored.\n"
4497"#\n"
4498msgstr ""
4499
822e4a65 4500#: builtin/tag.c:256
dce37b66
JX
4501msgid ""
4502"\n"
4503"#\n"
4504"# Write a tag message\n"
4505"# Lines starting with '#' will be kept; you may remove them yourself if you "
4506"want to.\n"
4507"#\n"
4508msgstr ""
4509
822e4a65 4510#: builtin/tag.c:298
dce37b66
JX
4511msgid "unable to sign the tag"
4512msgstr ""
4513
822e4a65 4514#: builtin/tag.c:300
dce37b66
JX
4515msgid "unable to write tag file"
4516msgstr ""
4517
822e4a65 4518#: builtin/tag.c:325
dce37b66
JX
4519msgid "bad object type."
4520msgstr ""
4521
822e4a65 4522#: builtin/tag.c:338
dce37b66
JX
4523msgid "tag header too big."
4524msgstr ""
4525
822e4a65 4526#: builtin/tag.c:370
dce37b66
JX
4527msgid "no tag message?"
4528msgstr ""
4529
822e4a65 4530#: builtin/tag.c:376
dce37b66
JX
4531#, c-format
4532msgid "The tag message has been left in %s\n"
4533msgstr ""
4534
822e4a65 4535#: builtin/tag.c:425
1d4ac88d
JX
4536msgid "switch 'points-at' requires an object"
4537msgstr ""
4538
822e4a65 4539#: builtin/tag.c:427
1d4ac88d
JX
4540#, c-format
4541msgid "malformed object name '%s'"
4542msgstr ""
4543
822e4a65
JX
4544#: builtin/tag.c:506
4545msgid "--column and -n are incompatible"
4546msgstr ""
4547
4548#: builtin/tag.c:523
dce37b66
JX
4549msgid "-n option is only allowed with -l."
4550msgstr ""
4551
822e4a65 4552#: builtin/tag.c:525
dce37b66
JX
4553msgid "--contains option is only allowed with -l."
4554msgstr ""
4555
822e4a65 4556#: builtin/tag.c:527
1d4ac88d
JX
4557msgid "--points-at option is only allowed with -l."
4558msgstr ""
4559
822e4a65 4560#: builtin/tag.c:535
dce37b66
JX
4561msgid "only one -F or -m option is allowed."
4562msgstr ""
4563
822e4a65 4564#: builtin/tag.c:555
dce37b66
JX
4565msgid "too many params"
4566msgstr ""
4567
822e4a65 4568#: builtin/tag.c:561
dce37b66
JX
4569#, c-format
4570msgid "'%s' is not a valid tag name."
4571msgstr ""
4572
822e4a65 4573#: builtin/tag.c:566
dce37b66
JX
4574#, c-format
4575msgid "tag '%s' already exists"
4576msgstr ""
4577
822e4a65 4578#: builtin/tag.c:584
dce37b66
JX
4579#, c-format
4580msgid "%s: cannot lock the ref"
4581msgstr ""
4582
822e4a65 4583#: builtin/tag.c:586
dce37b66
JX
4584#, c-format
4585msgid "%s: cannot update the ref"
4586msgstr ""
4587
822e4a65 4588#: builtin/tag.c:588
dce37b66
JX
4589#, c-format
4590msgid "Updated tag '%s' (was %s)\n"
4591msgstr ""
4592
822e4a65
JX
4593#: git.c:16
4594msgid "See 'git help <command>' for more information on a specific command."
4595msgstr ""
4596
6f6731e7
JX
4597#: parse-options.h:133 parse-options.h:235
4598msgid "n"
4599msgstr ""
4600
4601#: parse-options.h:141
4602msgid "time"
4603msgstr ""
4604
4605#: parse-options.h:149
4606msgid "file"
4607msgstr ""
4608
4609#: parse-options.h:151
4610msgid "when"
4611msgstr ""
4612
4613#: parse-options.h:156
4614msgid "no-op (backward compatibility)"
4615msgstr ""
4616
4617#: parse-options.h:228
4618msgid "be more verbose"
4619msgstr ""
4620
4621#: parse-options.h:230
4622msgid "be more quiet"
4623msgstr ""
4624
4625#: parse-options.h:236
4626msgid "use <n> digits to display SHA-1s"
4627msgstr ""
4628
822e4a65
JX
4629#: common-cmds.h:8
4630msgid "Add file contents to the index"
4631msgstr ""
4632
4633#: common-cmds.h:9
4634msgid "Find by binary search the change that introduced a bug"
4635msgstr ""
4636
4637#: common-cmds.h:10
4638msgid "List, create, or delete branches"
4639msgstr ""
4640
4641#: common-cmds.h:11
4642msgid "Checkout a branch or paths to the working tree"
4643msgstr ""
4644
4645#: common-cmds.h:12
4646msgid "Clone a repository into a new directory"
4647msgstr ""
4648
4649#: common-cmds.h:13
4650msgid "Record changes to the repository"
4651msgstr ""
4652
4653#: common-cmds.h:14
4654msgid "Show changes between commits, commit and working tree, etc"
4655msgstr ""
4656
4657#: common-cmds.h:15
4658msgid "Download objects and refs from another repository"
4659msgstr ""
4660
4661#: common-cmds.h:16
4662msgid "Print lines matching a pattern"
4663msgstr ""
4664
4665#: common-cmds.h:17
4666msgid "Create an empty git repository or reinitialize an existing one"
4667msgstr ""
4668
4669#: common-cmds.h:18
4670msgid "Show commit logs"
4671msgstr ""
4672
4673#: common-cmds.h:19
4674msgid "Join two or more development histories together"
4675msgstr ""
4676
4677#: common-cmds.h:20
4678msgid "Move or rename a file, a directory, or a symlink"
4679msgstr ""
4680
4681#: common-cmds.h:21
4682msgid "Fetch from and merge with another repository or a local branch"
4683msgstr ""
4684
4685#: common-cmds.h:22
4686msgid "Update remote refs along with associated objects"
4687msgstr ""
4688
4689#: common-cmds.h:23
4690msgid "Forward-port local commits to the updated upstream head"
4691msgstr ""
4692
4693#: common-cmds.h:24
4694msgid "Reset current HEAD to the specified state"
4695msgstr ""
4696
4697#: common-cmds.h:25
4698msgid "Remove files from the working tree and from the index"
4699msgstr ""
4700
4701#: common-cmds.h:26
4702msgid "Show various types of objects"
4703msgstr ""
4704
4705#: common-cmds.h:27
4706msgid "Show the working tree status"
4707msgstr ""
4708
4709#: common-cmds.h:28
4710msgid "Create, list, delete or verify a tag object signed with GPG"
4711msgstr ""
4712
cd1e7487 4713#: git-am.sh:50
dce37b66
JX
4714msgid "You need to set your committer info first"
4715msgstr ""
4716
7256fd7c
JX
4717#: git-am.sh:95
4718msgid ""
4719"You seem to have moved HEAD since the last 'am' failure.\n"
4720"Not rewinding to ORIG_HEAD"
4721msgstr ""
4722
4723#: git-am.sh:105
4724#, sh-format
4725msgid ""
4726"When you have resolved this problem run \"$cmdline --resolved\".\n"
4727"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
4728"To restore the original branch and stop patching run \"$cmdline --abort\"."
4729msgstr ""
4730
4731#: git-am.sh:121
4732msgid "Cannot fall back to three-way merge."
4733msgstr ""
4734
cd1e7487 4735#: git-am.sh:137
dce37b66
JX
4736msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4737msgstr ""
4738
cd1e7487 4739#: git-am.sh:154
dce37b66
JX
4740msgid ""
4741"Did you hand edit your patch?\n"
4742"It does not apply to blobs recorded in its index."
4743msgstr ""
4744
cd1e7487 4745#: git-am.sh:163
dce37b66
JX
4746msgid "Falling back to patching base and 3-way merge..."
4747msgstr ""
4748
cd1e7487 4749#: git-am.sh:275
dce37b66
JX
4750msgid "Only one StGIT patch series can be applied at once"
4751msgstr ""
4752
cd1e7487 4753#: git-am.sh:362
dce37b66
JX
4754#, sh-format
4755msgid "Patch format $patch_format is not supported."
4756msgstr ""
4757
cd1e7487 4758#: git-am.sh:364
dce37b66
JX
4759msgid "Patch format detection failed."
4760msgstr ""
4761
cd1e7487 4762#: git-am.sh:418
dce37b66
JX
4763msgid "-d option is no longer supported. Do not use."
4764msgstr ""
4765
cd1e7487 4766#: git-am.sh:481
dce37b66
JX
4767#, sh-format
4768msgid "previous rebase directory $dotest still exists but mbox given."
4769msgstr ""
4770
cd1e7487 4771#: git-am.sh:486
dce37b66
JX
4772msgid "Please make up your mind. --skip or --abort?"
4773msgstr ""
4774
cd1e7487 4775#: git-am.sh:513
dce37b66
JX
4776msgid "Resolve operation not in progress, we are not resuming."
4777msgstr ""
4778
cd1e7487 4779#: git-am.sh:579
dce37b66
JX
4780#, sh-format
4781msgid "Dirty index: cannot apply patches (dirty: $files)"
4782msgstr ""
4783
0bbe5b48 4784#: git-am.sh:683
7256fd7c
JX
4785#, sh-format
4786msgid ""
4787"Patch is empty. Was it split wrong?\n"
4788"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
4789"To restore the original branch and stop patching run \"$cmdline --abort\"."
4790msgstr ""
4791
0bbe5b48 4792#: git-am.sh:710
7256fd7c
JX
4793msgid "Patch does not have a valid e-mail address."
4794msgstr ""
4795
0bbe5b48 4796#: git-am.sh:757
dce37b66
JX
4797msgid "cannot be interactive without stdin connected to a terminal."
4798msgstr ""
4799
0bbe5b48 4800#: git-am.sh:761
7256fd7c
JX
4801msgid "Commit Body is:"
4802msgstr ""
4803
dce37b66
JX
4804#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4805#. in your translation. The program will only accept English
4806#. input at this point.
0bbe5b48 4807#: git-am.sh:768
dce37b66
JX
4808msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
4809msgstr ""
4810
0bbe5b48 4811#: git-am.sh:804
dce37b66
JX
4812#, sh-format
4813msgid "Applying: $FIRSTLINE"
4814msgstr ""
4815
0bbe5b48 4816#: git-am.sh:825
7256fd7c
JX
4817msgid ""
4818"No changes - did you forget to use 'git add'?\n"
4819"If there is nothing left to stage, chances are that something else\n"
4820"already introduced the same changes; you might want to skip this patch."
4821msgstr ""
4822
0bbe5b48 4823#: git-am.sh:833
7256fd7c
JX
4824msgid ""
4825"You still have unmerged paths in your index\n"
4826"did you forget to use 'git add'?"
4827msgstr ""
4828
0bbe5b48 4829#: git-am.sh:849
dce37b66
JX
4830msgid "No changes -- Patch already applied."
4831msgstr ""
4832
0bbe5b48 4833#: git-am.sh:859
7256fd7c
JX
4834#, sh-format
4835msgid "Patch failed at $msgnum $FIRSTLINE"
4836msgstr ""
4837
0bbe5b48 4838#: git-am.sh:880
dce37b66
JX
4839msgid "applying to an empty history"
4840msgstr ""
4841
7256fd7c
JX
4842#: git-bisect.sh:48
4843msgid "You need to start by \"git bisect start\""
4844msgstr ""
4845
dce37b66
JX
4846#. TRANSLATORS: Make sure to include [Y] and [n] in your
4847#. translation. The program will only accept English input
4848#. at this point.
4849#: git-bisect.sh:54
4850msgid "Do you want me to do it for you [Y/n]? "
4851msgstr ""
4852
4853#: git-bisect.sh:95
4854#, sh-format
4855msgid "unrecognised option: '$arg'"
4856msgstr ""
4857
4858#: git-bisect.sh:99
4859#, sh-format
4860msgid "'$arg' does not appear to be a valid revision"
4861msgstr ""
4862
4863#: git-bisect.sh:117
4864msgid "Bad HEAD - I need a HEAD"
4865msgstr ""
4866
4867#: git-bisect.sh:130
4868#, sh-format
4869msgid ""
4870"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
4871msgstr ""
4872
4873#: git-bisect.sh:140
4874msgid "won't bisect on seeked tree"
4875msgstr ""
4876
4877#: git-bisect.sh:144
4878msgid "Bad HEAD - strange symbolic ref"
4879msgstr ""
4880
4881#: git-bisect.sh:189
4882#, sh-format
4883msgid "Bad bisect_write argument: $state"
4884msgstr ""
4885
4886#: git-bisect.sh:218
4887#, sh-format
4888msgid "Bad rev input: $arg"
4889msgstr ""
4890
4891#: git-bisect.sh:232
4892msgid "Please call 'bisect_state' with at least one argument."
4893msgstr ""
4894
4895#: git-bisect.sh:244
4896#, sh-format
4897msgid "Bad rev input: $rev"
4898msgstr ""
4899
4900#: git-bisect.sh:250
4901msgid "'git bisect bad' can take only one argument."
4902msgstr ""
4903
7256fd7c
JX
4904#. have bad but not good. we could bisect although
4905#. this is less optimum.
4906#: git-bisect.sh:273
4907msgid "Warning: bisecting only with a bad commit."
4908msgstr ""
4909
dce37b66
JX
4910#. TRANSLATORS: Make sure to include [Y] and [n] in your
4911#. translation. The program will only accept English input
4912#. at this point.
4913#: git-bisect.sh:279
4914msgid "Are you sure [Y/n]? "
4915msgstr ""
4916
7256fd7c
JX
4917#: git-bisect.sh:289
4918msgid ""
4919"You need to give me at least one good and one bad revisions.\n"
4920"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
4921msgstr ""
4922
4923#: git-bisect.sh:292
4924msgid ""
4925"You need to start by \"git bisect start\".\n"
4926"You then need to give me at least one good and one bad revisions.\n"
4927"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
4928msgstr ""
4929
4930#: git-bisect.sh:347 git-bisect.sh:474
4931msgid "We are not bisecting."
4932msgstr ""
4933
dce37b66
JX
4934#: git-bisect.sh:354
4935#, sh-format
4936msgid "'$invalid' is not a valid commit"
4937msgstr ""
4938
4939#: git-bisect.sh:363
4940#, sh-format
4941msgid ""
4942"Could not check out original HEAD '$branch'.\n"
4943"Try 'git bisect reset <commit>'."
4944msgstr ""
4945
4946#: git-bisect.sh:390
4947msgid "No logfile given"
4948msgstr ""
4949
4950#: git-bisect.sh:391
4951#, sh-format
4952msgid "cannot read $file for replaying"
4953msgstr ""
4954
4955#: git-bisect.sh:408
4956msgid "?? what are you talking about?"
4957msgstr ""
4958
7256fd7c
JX
4959#: git-bisect.sh:420
4960#, sh-format
4961msgid "running $command"
4962msgstr ""
4963
4964#: git-bisect.sh:427
4965#, sh-format
4966msgid ""
4967"bisect run failed:\n"
4968"exit code $res from '$command' is < 0 or >= 128"
4969msgstr ""
4970
4971#: git-bisect.sh:453
4972msgid "bisect run cannot continue any more"
4973msgstr ""
4974
4975#: git-bisect.sh:459
4976#, sh-format
4977msgid ""
4978"bisect run failed:\n"
4979"'bisect_state $state' exited with error code $res"
4980msgstr ""
4981
4982#: git-bisect.sh:466
4983msgid "bisect run success"
dce37b66
JX
4984msgstr ""
4985
4986#: git-pull.sh:21
4987msgid ""
4988"Pull is not possible because you have unmerged files.\n"
4989"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
4990"as appropriate to mark resolution, or use 'git commit -a'."
4991msgstr ""
4992
4993#: git-pull.sh:25
4994msgid "Pull is not possible because you have unmerged files."
4995msgstr ""
4996
1d4ac88d 4997#: git-pull.sh:197
dce37b66
JX
4998msgid "updating an unborn branch with changes added to the index"
4999msgstr ""
5000
7256fd7c
JX
5001#. The fetch involved updating the current branch.
5002#. The working tree and the index file is still based on the
5003#. $orig_head commit, but we are merging into $curr_head.
5004#. First update the working tree to match $curr_head.
5005#: git-pull.sh:228
5006#, sh-format
5007msgid ""
5008"Warning: fetch updated the current branch head.\n"
5009"Warning: fast-forwarding your working tree from\n"
5010"Warning: commit $orig_head."
5011msgstr ""
5012
1d4ac88d 5013#: git-pull.sh:253
dce37b66
JX
5014msgid "Cannot merge multiple branches into empty head"
5015msgstr ""
5016
1d4ac88d 5017#: git-pull.sh:257
dce37b66
JX
5018msgid "Cannot rebase onto multiple branches"
5019msgstr ""
5020
5021#: git-stash.sh:51
5022msgid "git stash clear with parameters is unimplemented"
5023msgstr ""
5024
5025#: git-stash.sh:74
5026msgid "You do not have the initial commit yet"
5027msgstr ""
5028
5029#: git-stash.sh:89
5030msgid "Cannot save the current index state"
5031msgstr ""
5032
5033#: git-stash.sh:123 git-stash.sh:136
5034msgid "Cannot save the current worktree state"
5035msgstr ""
5036
5037#: git-stash.sh:140
5038msgid "No changes selected"
5039msgstr ""
5040
5041#: git-stash.sh:143
5042msgid "Cannot remove temporary index (can't happen)"
5043msgstr ""
5044
5045#: git-stash.sh:156
5046msgid "Cannot record working tree state"
5047msgstr ""
5048
7256fd7c
JX
5049#. TRANSLATORS: $option is an invalid option, like
5050#. `--blah-blah'. The 7 spaces at the beginning of the
5051#. second line correspond to "error: ". So you should line
5052#. up the second line with however many characters the
5053#. translation of "error: " takes in your language. E.g. in
5054#. English this is:
5055#.
5056#. $ git stash save --blah-blah 2>&1 | head -n 2
5057#. error: unknown option for 'stash save': --blah-blah
5058#. To provide a message, use git stash save -- '--blah-blah'
5059#: git-stash.sh:202
5060#, sh-format
5061msgid ""
5062"error: unknown option for 'stash save': $option\n"
5063" To provide a message, use git stash save -- '$option'"
5064msgstr ""
5065
dce37b66
JX
5066#: git-stash.sh:223
5067msgid "No local changes to save"
5068msgstr ""
5069
5070#: git-stash.sh:227
5071msgid "Cannot initialize stash"
5072msgstr ""
5073
5074#: git-stash.sh:235
5075msgid "Cannot save the current status"
5076msgstr ""
5077
5078#: git-stash.sh:253
5079msgid "Cannot remove worktree changes"
5080msgstr ""
5081
5082#: git-stash.sh:352
5083msgid "No stash found."
5084msgstr ""
5085
5086#: git-stash.sh:359
5087#, sh-format
5088msgid "Too many revisions specified: $REV"
5089msgstr ""
5090
5091#: git-stash.sh:365
5092#, sh-format
5093msgid "$reference is not valid reference"
5094msgstr ""
5095
5096#: git-stash.sh:393
5097#, sh-format
5098msgid "'$args' is not a stash-like commit"
5099msgstr ""
5100
5101#: git-stash.sh:404
5102#, sh-format
5103msgid "'$args' is not a stash reference"
5104msgstr ""
5105
5106#: git-stash.sh:412
5107msgid "unable to refresh index"
5108msgstr ""
5109
5110#: git-stash.sh:416
5111msgid "Cannot apply a stash in the middle of a merge"
5112msgstr ""
5113
5114#: git-stash.sh:424
5115msgid "Conflicts in index. Try without --index."
5116msgstr ""
5117
5118#: git-stash.sh:426
5119msgid "Could not save index tree"
5120msgstr ""
5121
5122#: git-stash.sh:460
5123msgid "Cannot unstage modified files"
5124msgstr ""
5125
7256fd7c
JX
5126#: git-stash.sh:474
5127msgid "Index was not unstashed."
5128msgstr ""
5129
dce37b66
JX
5130#: git-stash.sh:491
5131#, sh-format
5132msgid "Dropped ${REV} ($s)"
5133msgstr ""
5134
5135#: git-stash.sh:492
5136#, sh-format
5137msgid "${REV}: Could not drop stash entry"
5138msgstr ""
5139
5140#: git-stash.sh:499
5141msgid "No branch name specified"
5142msgstr ""
5143
5144#: git-stash.sh:570
5145msgid "(To restore them type \"git stash apply\")"
5146msgstr ""
5147
11b90174 5148#: git-submodule.sh:88
dce37b66
JX
5149#, sh-format
5150msgid "cannot strip one component off url '$remoteurl'"
5151msgstr ""
5152
11b90174 5153#: git-submodule.sh:145
dce37b66 5154#, sh-format
cd1e7487 5155msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
dce37b66
JX
5156msgstr ""
5157
0bbe5b48 5158#: git-submodule.sh:189
dce37b66 5159#, sh-format
cd1e7487 5160msgid "Clone of '$url' into submodule path '$sm_path' failed"
dce37b66
JX
5161msgstr ""
5162
0bbe5b48 5163#: git-submodule.sh:201
a2c01b55
JX
5164#, sh-format
5165msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
5166msgstr ""
5167
0bbe5b48 5168#: git-submodule.sh:290
dce37b66
JX
5169#, sh-format
5170msgid "repo URL: '$repo' must be absolute or begin with ./|../"
5171msgstr ""
5172
0bbe5b48 5173#: git-submodule.sh:307
dce37b66 5174#, sh-format
cd1e7487 5175msgid "'$sm_path' already exists in the index"
dce37b66
JX
5176msgstr ""
5177
0bbe5b48 5178#: git-submodule.sh:311
7256fd7c
JX
5179#, sh-format
5180msgid ""
5181"The following path is ignored by one of your .gitignore files:\n"
5182"$sm_path\n"
5183"Use -f if you really want to add it."
5184msgstr ""
5185
0bbe5b48 5186#: git-submodule.sh:322
7256fd7c
JX
5187#, sh-format
5188msgid "Adding existing repo at '$sm_path' to the index"
5189msgstr ""
5190
0bbe5b48 5191#: git-submodule.sh:324
dce37b66 5192#, sh-format
cd1e7487 5193msgid "'$sm_path' already exists and is not a valid git repo"
dce37b66
JX
5194msgstr ""
5195
0bbe5b48 5196#: git-submodule.sh:338
dce37b66 5197#, sh-format
cd1e7487 5198msgid "Unable to checkout submodule '$sm_path'"
dce37b66
JX
5199msgstr ""
5200
0bbe5b48 5201#: git-submodule.sh:343
dce37b66 5202#, sh-format
cd1e7487 5203msgid "Failed to add submodule '$sm_path'"
dce37b66
JX
5204msgstr ""
5205
0bbe5b48 5206#: git-submodule.sh:348
dce37b66 5207#, sh-format
cd1e7487 5208msgid "Failed to register submodule '$sm_path'"
dce37b66
JX
5209msgstr ""
5210
0bbe5b48 5211#: git-submodule.sh:390
dce37b66 5212#, sh-format
cd1e7487 5213msgid "Entering '$prefix$sm_path'"
dce37b66
JX
5214msgstr ""
5215
0bbe5b48 5216#: git-submodule.sh:404
dce37b66 5217#, sh-format
cd1e7487 5218msgid "Stopping at '$sm_path'; script returned non-zero status."
dce37b66
JX
5219msgstr ""
5220
0bbe5b48 5221#: git-submodule.sh:447
dce37b66 5222#, sh-format
cd1e7487 5223msgid "No url found for submodule path '$sm_path' in .gitmodules"
dce37b66
JX
5224msgstr ""
5225
0bbe5b48 5226#: git-submodule.sh:456
dce37b66 5227#, sh-format
cd1e7487 5228msgid "Failed to register url for submodule path '$sm_path'"
dce37b66
JX
5229msgstr ""
5230
0bbe5b48 5231#: git-submodule.sh:458
dce37b66 5232#, sh-format
75f7b4b9 5233msgid "Submodule '$name' ($url) registered for path '$sm_path'"
dce37b66
JX
5234msgstr ""
5235
0bbe5b48 5236#: git-submodule.sh:466
dce37b66 5237#, sh-format
75f7b4b9 5238msgid "Failed to register update mode for submodule path '$sm_path'"
dce37b66
JX
5239msgstr ""
5240
0bbe5b48 5241#: git-submodule.sh:565
dce37b66
JX
5242#, sh-format
5243msgid ""
cd1e7487 5244"Submodule path '$sm_path' not initialized\n"
dce37b66
JX
5245"Maybe you want to use 'update --init'?"
5246msgstr ""
5247
0bbe5b48 5248#: git-submodule.sh:578
dce37b66 5249#, sh-format
cd1e7487 5250msgid "Unable to find current revision in submodule path '$sm_path'"
dce37b66
JX
5251msgstr ""
5252
0bbe5b48 5253#: git-submodule.sh:597
dce37b66 5254#, sh-format
cd1e7487 5255msgid "Unable to fetch in submodule path '$sm_path'"
dce37b66
JX
5256msgstr ""
5257
0bbe5b48 5258#: git-submodule.sh:611
dce37b66 5259#, sh-format
cd1e7487 5260msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"
dce37b66
JX
5261msgstr ""
5262
0bbe5b48 5263#: git-submodule.sh:612
dce37b66 5264#, sh-format
cd1e7487 5265msgid "Submodule path '$sm_path': rebased into '$sha1'"
dce37b66
JX
5266msgstr ""
5267
0bbe5b48 5268#: git-submodule.sh:617
dce37b66 5269#, sh-format
cd1e7487 5270msgid "Unable to merge '$sha1' in submodule path '$sm_path'"
dce37b66
JX
5271msgstr ""
5272
0bbe5b48 5273#: git-submodule.sh:618
dce37b66 5274#, sh-format
cd1e7487 5275msgid "Submodule path '$sm_path': merged in '$sha1'"
dce37b66
JX
5276msgstr ""
5277
0bbe5b48 5278#: git-submodule.sh:623
dce37b66 5279#, sh-format
cd1e7487 5280msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"
dce37b66
JX
5281msgstr ""
5282
0bbe5b48 5283#: git-submodule.sh:624
dce37b66 5284#, sh-format
cd1e7487 5285msgid "Submodule path '$sm_path': checked out '$sha1'"
dce37b66
JX
5286msgstr ""
5287
0bbe5b48 5288#: git-submodule.sh:646 git-submodule.sh:969
dce37b66 5289#, sh-format
cd1e7487 5290msgid "Failed to recurse into submodule path '$sm_path'"
dce37b66
JX
5291msgstr ""
5292
0bbe5b48 5293#: git-submodule.sh:754
7256fd7c
JX
5294msgid "--cached cannot be used with --files"
5295msgstr ""
5296
5297#. unexpected type
0bbe5b48 5298#: git-submodule.sh:794
7256fd7c
JX
5299#, sh-format
5300msgid "unexpected mode $mod_dst"
dce37b66
JX
5301msgstr ""
5302
0bbe5b48 5303#: git-submodule.sh:812
dce37b66
JX
5304#, sh-format
5305msgid " Warn: $name doesn't contain commit $sha1_src"
5306msgstr ""
5307
0bbe5b48 5308#: git-submodule.sh:815
dce37b66
JX
5309#, sh-format
5310msgid " Warn: $name doesn't contain commit $sha1_dst"
5311msgstr ""
5312
0bbe5b48 5313#: git-submodule.sh:818
dce37b66
JX
5314#, sh-format
5315msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
5316msgstr ""
5317
0bbe5b48 5318#: git-submodule.sh:843
dce37b66
JX
5319msgid "blob"
5320msgstr ""
5321
0bbe5b48 5322#: git-submodule.sh:844
dce37b66
JX
5323msgid "submodule"
5324msgstr ""
5325
0bbe5b48 5326#: git-submodule.sh:881
7256fd7c
JX
5327msgid "# Submodules changed but not updated:"
5328msgstr ""
5329
0bbe5b48 5330#: git-submodule.sh:883
7256fd7c
JX
5331msgid "# Submodule changes to be committed:"
5332msgstr ""
5333
0bbe5b48 5334#: git-submodule.sh:1027
dce37b66
JX
5335#, sh-format
5336msgid "Synchronizing submodule url for '$name'"
5337msgstr ""