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