]> git.ipfire.org Git - thirdparty/git.git/blame - po/de.po
l10n: Update Simplified Chinese translation
[thirdparty/git.git] / po / de.po
CommitLineData
01b127cd
RT
1# German translations for Git.
2# Copyright (C) 2012 Ralf Thielow <ralf.thielow@googlemail.com>
3# This file is distributed under the same license as the Git package.
4# Ralf Thielow <ralf.thielow@googlemail.com>, 2012.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: git 1.7.10\n"
9"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
10"POT-Creation-Date: 2012-03-16 20:18+0800\n"
11"PO-Revision-Date: 2012-03-28 18:46+0200\n"
12"Last-Translator: Ralf Thielow <ralf.thielow@googlemail.com>\n"
13"Language-Team: Git Mailing List <git@vger.kernel.org>\n"
14"Language: de\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20#: advice.c:34
21#, c-format
22msgid "hint: %.*s\n"
23msgstr ""
24
25#.
26#. * Message used both when 'git commit' fails and when
27#. * other commands doing a merge do.
28#.
29#: advice.c:64
30msgid ""
31"Fix them up in the work tree,\n"
32"and then use 'git add/rm <file>' as\n"
33"appropriate to mark resolution and make a commit,\n"
34"or use 'git commit -a'."
35msgstr ""
36
37#: commit.c:47
38#, c-format
39msgid "could not parse %s"
40msgstr ""
41
42#: commit.c:49
43#, c-format
44msgid "%s %s is not a commit!"
45msgstr ""
46
47#: compat/obstack.c:406 compat/obstack.c:408
48msgid "memory exhausted"
49msgstr ""
50
51#: connected.c:39
52msgid "Could not run 'git rev-list'"
53msgstr ""
54
55#: connected.c:48
56#, c-format
57msgid "failed write to rev-list: %s"
58msgstr ""
59
60#: connected.c:56
61#, c-format
62msgid "failed to close rev-list's stdin: %s"
63msgstr ""
64
65#: diff.c:105
66#, c-format
67msgid " Failed to parse dirstat cut-off percentage '%.*s'\n"
68msgstr ""
69
70#: diff.c:110
71#, c-format
72msgid " Unknown dirstat parameter '%.*s'\n"
73msgstr ""
74
75#: diff.c:210
76#, c-format
77msgid ""
78"Found errors in 'diff.dirstat' config variable:\n"
79"%s"
80msgstr ""
81
82#: diff.c:1336
83msgid " 0 files changed\n"
84msgstr ""
85
86#: diff.c:1340
87#, c-format
88msgid " %d file changed"
89msgid_plural " %d files changed"
90msgstr[0] ""
91msgstr[1] ""
92
93#: diff.c:1357
94#, c-format
95msgid ", %d insertion(+)"
96msgid_plural ", %d insertions(+)"
97msgstr[0] ""
98msgstr[1] ""
99
100#: diff.c:1368
101#, c-format
102msgid ", %d deletion(-)"
103msgid_plural ", %d deletions(-)"
104msgstr[0] ""
105msgstr[1] ""
106
107#: diff.c:3424
108#, c-format
109msgid ""
110"Failed to parse --dirstat/-X option parameter:\n"
111"%s"
112msgstr ""
113
114#: gpg-interface.c:59
115msgid "could not run gpg."
116msgstr ""
117
118#: gpg-interface.c:71
119msgid "gpg did not accept the data"
120msgstr ""
121
122#: gpg-interface.c:82
123msgid "gpg failed to sign the data"
124msgstr ""
125
126#: grep.c:1280
127#, c-format
128msgid "'%s': unable to read %s"
129msgstr ""
130
131#: grep.c:1297
132#, c-format
133msgid "'%s': %s"
134msgstr ""
135
136#: grep.c:1308
137#, c-format
138msgid "'%s': short read %s"
139msgstr ""
140
141#: help.c:287
142#, c-format
143msgid ""
144"'%s' appears to be a git command, but we were not\n"
145"able to execute it. Maybe git-%s is broken?"
146msgstr ""
147
148#: remote.c:1607
149#, c-format
150msgid "Your branch is ahead of '%s' by %d commit.\n"
151msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
152msgstr[0] ""
153msgstr[1] ""
154
155#: remote.c:1613
156#, c-format
157msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
158msgid_plural ""
159"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
160msgstr[0] ""
161msgstr[1] ""
162
163#: remote.c:1621
164#, c-format
165msgid ""
166"Your branch and '%s' have diverged,\n"
167"and have %d and %d different commit each, respectively.\n"
168msgid_plural ""
169"Your branch and '%s' have diverged,\n"
170"and have %d and %d different commits each, respectively.\n"
171msgstr[0] ""
172msgstr[1] ""
173
174#: sequencer.c:120 builtin/merge.c:864 builtin/merge.c:985
175#: builtin/merge.c:1095 builtin/merge.c:1105
176#, c-format
177msgid "Could not open '%s' for writing"
178msgstr ""
179
180#: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:867
181#: builtin/merge.c:1097 builtin/merge.c:1110
182#, c-format
183msgid "Could not write to '%s'"
184msgstr ""
185
186#: sequencer.c:143
187msgid ""
188"after resolving the conflicts, mark the corrected paths\n"
189"with 'git add <paths>' or 'git rm <paths>'"
190msgstr ""
191
192#: sequencer.c:146
193msgid ""
194"after resolving the conflicts, mark the corrected paths\n"
195"with 'git add <paths>' or 'git rm <paths>'\n"
196"and commit the result with 'git commit'"
197msgstr ""
198
199#: sequencer.c:159 sequencer.c:685 sequencer.c:768
200#, c-format
201msgid "Could not write to %s"
202msgstr ""
203
204#: sequencer.c:162
205#, c-format
206msgid "Error wrapping up %s"
207msgstr ""
208
209#: sequencer.c:177
210msgid "Your local changes would be overwritten by cherry-pick."
211msgstr ""
212
213#: sequencer.c:179
214msgid "Your local changes would be overwritten by revert."
215msgstr ""
216
217#: sequencer.c:182
218msgid "Commit your changes or stash them to proceed."
219msgstr ""
220
221#. TRANSLATORS: %s will be "revert" or "cherry-pick"
222#: sequencer.c:232
223#, c-format
224msgid "%s: Unable to write new index file"
225msgstr ""
226
227#: sequencer.c:298
228msgid "Your index file is unmerged."
229msgstr ""
230
231#: sequencer.c:301
232msgid "You do not have a valid HEAD"
233msgstr ""
234
235#: sequencer.c:316
236#, c-format
237msgid "Commit %s is a merge but no -m option was given."
238msgstr ""
239
240#: sequencer.c:324
241#, c-format
242msgid "Commit %s does not have parent %d"
243msgstr ""
244
245#: sequencer.c:328
246#, c-format
247msgid "Mainline was specified but commit %s is not a merge."
248msgstr ""
249
250#. TRANSLATORS: The first %s will be "revert" or
251#. "cherry-pick", the second %s a SHA1
252#: sequencer.c:339
253#, c-format
254msgid "%s: cannot parse parent commit %s"
255msgstr ""
256
257#: sequencer.c:343
258#, c-format
259msgid "Cannot get commit message for %s"
260msgstr ""
261
262#: sequencer.c:427
263#, c-format
264msgid "could not revert %s... %s"
265msgstr ""
266
267#: sequencer.c:428
268#, c-format
269msgid "could not apply %s... %s"
270msgstr ""
271
272#: sequencer.c:450 sequencer.c:909 builtin/log.c:288 builtin/log.c:713
273#: builtin/log.c:1329 builtin/log.c:1548 builtin/merge.c:348
274#: builtin/shortlog.c:181
275msgid "revision walk setup failed"
276msgstr ""
277
278#: sequencer.c:453
279msgid "empty commit set passed"
280msgstr ""
281
282#: sequencer.c:461
283#, c-format
284msgid "git %s: failed to read the index"
285msgstr ""
286
287#: sequencer.c:466
288#, c-format
289msgid "git %s: failed to refresh the index"
290msgstr ""
291
292#: sequencer.c:551
293#, c-format
294msgid "Cannot %s during a %s"
295msgstr ""
296
297#: sequencer.c:573
298#, c-format
299msgid "Could not parse line %d."
300msgstr ""
301
302#: sequencer.c:578
303msgid "No commits parsed."
304msgstr ""
305
306#: sequencer.c:591
307#, c-format
308msgid "Could not open %s"
309msgstr ""
310
311#: sequencer.c:595
312#, c-format
313msgid "Could not read %s."
314msgstr ""
315
316#: sequencer.c:602
317#, c-format
318msgid "Unusable instruction sheet: %s"
319msgstr ""
320
321#: sequencer.c:630
322#, c-format
323msgid "Invalid key: %s"
324msgstr ""
325
326#: sequencer.c:633
327#, c-format
328msgid "Invalid value for %s: %s"
329msgstr ""
330
331#: sequencer.c:645
332#, c-format
333msgid "Malformed options sheet: %s"
334msgstr ""
335
336#: sequencer.c:666
337msgid "a cherry-pick or revert is already in progress"
338msgstr ""
339
340#: sequencer.c:667
341msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
342msgstr ""
343
344#: sequencer.c:671
345#, c-format
346msgid "Could not create sequencer directory %s"
347msgstr ""
348
349#: sequencer.c:687 sequencer.c:772
350#, c-format
351msgid "Error wrapping up %s."
352msgstr ""
353
354#: sequencer.c:706 sequencer.c:840
355msgid "no cherry-pick or revert in progress"
356msgstr ""
357
358#: sequencer.c:708
359msgid "cannot resolve HEAD"
360msgstr ""
361
362#: sequencer.c:710
363msgid "cannot abort from a branch yet to be born"
364msgstr ""
365
366#: sequencer.c:732
367#, c-format
368msgid "cannot open %s: %s"
369msgstr ""
370
371#: sequencer.c:735
372#, c-format
373msgid "cannot read %s: %s"
374msgstr ""
375
376#: sequencer.c:736
377msgid "unexpected end of file"
378msgstr ""
379
380#: sequencer.c:742
381#, c-format
382msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
383msgstr ""
384
385#: sequencer.c:765
386#, c-format
387msgid "Could not format %s."
388msgstr ""
389
390#: sequencer.c:927
391msgid "Can't revert as initial commit"
392msgstr ""
393
394#: sequencer.c:928
395msgid "Can't cherry-pick into empty head"
396msgstr ""
397
398#: wt-status.c:134
399msgid "Unmerged paths:"
400msgstr ""
401
402#: wt-status.c:140 wt-status.c:157
403#, c-format
404msgid " (use \"git reset %s <file>...\" to unstage)"
405msgstr ""
406
407#: wt-status.c:142 wt-status.c:159
408msgid " (use \"git rm --cached <file>...\" to unstage)"
409msgstr ""
410
411#: wt-status.c:143
412msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
413msgstr ""
414
415#: wt-status.c:151
416msgid "Changes to be committed:"
417msgstr ""
418
419#: wt-status.c:169
420msgid "Changes not staged for commit:"
421msgstr ""
422
423#: wt-status.c:173
424msgid " (use \"git add <file>...\" to update what will be committed)"
425msgstr ""
426
427#: wt-status.c:175
428msgid " (use \"git add/rm <file>...\" to update what will be committed)"
429msgstr ""
430
431#: wt-status.c:176
432msgid ""
433" (use \"git checkout -- <file>...\" to discard changes in working directory)"
434msgstr ""
435
436#: wt-status.c:178
437msgid " (commit or discard the untracked or modified content in submodules)"
438msgstr ""
439
440#: wt-status.c:187
441#, c-format
442msgid "%s files:"
443msgstr ""
444
445#: wt-status.c:190
446#, c-format
447msgid " (use \"git %s <file>...\" to include in what will be committed)"
448msgstr ""
449
450#: wt-status.c:207
451msgid "bug"
452msgstr ""
453
454#: wt-status.c:212
455msgid "both deleted:"
456msgstr ""
457
458#: wt-status.c:213
459msgid "added by us:"
460msgstr ""
461
462#: wt-status.c:214
463msgid "deleted by them:"
464msgstr ""
465
466#: wt-status.c:215
467msgid "added by them:"
468msgstr ""
469
470#: wt-status.c:216
471msgid "deleted by us:"
472msgstr ""
473
474#: wt-status.c:217
475msgid "both added:"
476msgstr ""
477
478#: wt-status.c:218
479msgid "both modified:"
480msgstr ""
481
482#: wt-status.c:248
483msgid "new commits, "
484msgstr ""
485
486#: wt-status.c:250
487msgid "modified content, "
488msgstr ""
489
490#: wt-status.c:252
491msgid "untracked content, "
492msgstr ""
493
494#: wt-status.c:266
495#, c-format
496msgid "new file: %s"
497msgstr ""
498
499#: wt-status.c:269
500#, c-format
501msgid "copied: %s -> %s"
502msgstr ""
503
504#: wt-status.c:272
505#, c-format
506msgid "deleted: %s"
507msgstr ""
508
509#: wt-status.c:275
510#, c-format
511msgid "modified: %s"
512msgstr ""
513
514#: wt-status.c:278
515#, c-format
516msgid "renamed: %s -> %s"
517msgstr ""
518
519#: wt-status.c:281
520#, c-format
521msgid "typechange: %s"
522msgstr ""
523
524#: wt-status.c:284
525#, c-format
526msgid "unknown: %s"
527msgstr ""
528
529#: wt-status.c:287
530#, c-format
531msgid "unmerged: %s"
532msgstr ""
533
534#: wt-status.c:290
535#, c-format
536msgid "bug: unhandled diff status %c"
537msgstr ""
538
539#: wt-status.c:713
540msgid "On branch "
541msgstr ""
542
543#: wt-status.c:720
544msgid "Not currently on any branch."
545msgstr ""
546
547#: wt-status.c:731
548msgid "Initial commit"
549msgstr ""
550
551#: wt-status.c:745
552msgid "Untracked"
553msgstr ""
554
555#: wt-status.c:747
556msgid "Ignored"
557msgstr ""
558
559#: wt-status.c:749
560#, c-format
561msgid "Untracked files not listed%s"
562msgstr ""
563
564#: wt-status.c:751
565msgid " (use -u option to show untracked files)"
566msgstr ""
567
568#: wt-status.c:757
569msgid "No changes"
570msgstr ""
571
572#: wt-status.c:761
573#, c-format
574msgid "no changes added to commit%s\n"
575msgstr ""
576
577#: wt-status.c:763
578msgid " (use \"git add\" and/or \"git commit -a\")"
579msgstr ""
580
581#: wt-status.c:765
582#, c-format
583msgid "nothing added to commit but untracked files present%s\n"
584msgstr ""
585
586#: wt-status.c:767
587msgid " (use \"git add\" to track)"
588msgstr ""
589
590#: wt-status.c:769 wt-status.c:772 wt-status.c:775
591#, c-format
592msgid "nothing to commit%s\n"
593msgstr ""
594
595#: wt-status.c:770
596msgid " (create/copy files and use \"git add\" to track)"
597msgstr ""
598
599#: wt-status.c:773
600msgid " (use -u to show untracked files)"
601msgstr ""
602
603#: wt-status.c:776
604msgid " (working directory clean)"
605msgstr ""
606
607#: wt-status.c:884
608msgid "HEAD (no branch)"
609msgstr ""
610
611#: wt-status.c:890
612msgid "Initial commit on "
613msgstr ""
614
615#: wt-status.c:905
616msgid "behind "
617msgstr ""
618
619#: wt-status.c:908 wt-status.c:911
620msgid "ahead "
621msgstr ""
622
623#: wt-status.c:913
624msgid ", behind "
625msgstr ""
626
627#: builtin/add.c:62
628#, c-format
629msgid "unexpected diff status %c"
630msgstr ""
631
632#: builtin/add.c:67 builtin/commit.c:298
633msgid "updating files failed"
634msgstr ""
635
636#: builtin/add.c:77
637#, c-format
638msgid "remove '%s'\n"
639msgstr ""
640
641#: builtin/add.c:176
642#, c-format
643msgid "Path '%s' is in submodule '%.*s'"
644msgstr ""
645
646#: builtin/add.c:192
647msgid "Unstaged changes after refreshing the index:"
648msgstr ""
649
650#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186
651#, c-format
652msgid "pathspec '%s' did not match any files"
653msgstr ""
654
655#: builtin/add.c:209
656#, c-format
657msgid "'%s' is beyond a symbolic link"
658msgstr ""
659
660#: builtin/add.c:276
661msgid "Could not read the index"
662msgstr ""
663
664#: builtin/add.c:286
665#, c-format
666msgid "Could not open '%s' for writing."
667msgstr ""
668
669#: builtin/add.c:290
670msgid "Could not write patch"
671msgstr ""
672
673#: builtin/add.c:295
674#, c-format
675msgid "Could not stat '%s'"
676msgstr ""
677
678#: builtin/add.c:297
679msgid "Empty patch. Aborted."
680msgstr ""
681
682#: builtin/add.c:303
683#, c-format
684msgid "Could not apply '%s'"
685msgstr ""
686
687#: builtin/add.c:312
688msgid "The following paths are ignored by one of your .gitignore files:\n"
689msgstr ""
690
691#: builtin/add.c:352
692#, c-format
693msgid "Use -f if you really want to add them.\n"
694msgstr ""
695
696#: builtin/add.c:353
697msgid "no files added"
698msgstr ""
699
700#: builtin/add.c:359
701msgid "adding files failed"
702msgstr ""
703
704#: builtin/add.c:391
705msgid "-A and -u are mutually incompatible"
706msgstr ""
707
708#: builtin/add.c:393
709msgid "Option --ignore-missing can only be used together with --dry-run"
710msgstr ""
711
712#: builtin/add.c:413
713#, c-format
714msgid "Nothing specified, nothing added.\n"
715msgstr ""
716
717#: builtin/add.c:414
718#, c-format
719msgid "Maybe you wanted to say 'git add .'?\n"
720msgstr ""
721
722#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82
723#: builtin/rm.c:162
724msgid "index file corrupt"
725msgstr ""
726
727#: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260
728msgid "Unable to write new index file"
729msgstr ""
730
731#: builtin/archive.c:17
732#, c-format
733msgid "could not create archive file '%s'"
734msgstr ""
735
736#: builtin/archive.c:20
737msgid "could not redirect output"
738msgstr ""
739
740#: builtin/archive.c:37
741msgid "git archive: Remote with no URL"
742msgstr ""
743
744#: builtin/archive.c:58
745msgid "git archive: expected ACK/NAK, got EOF"
746msgstr ""
747
748#: builtin/archive.c:63
749#, c-format
750msgid "git archive: NACK %s"
751msgstr ""
752
753#: builtin/archive.c:65
754#, c-format
755msgid "remote error: %s"
756msgstr ""
757
758#: builtin/archive.c:66
759msgid "git archive: protocol error"
760msgstr ""
761
762#: builtin/archive.c:71
763msgid "git archive: expected a flush"
764msgstr ""
765
766#: builtin/branch.c:137
767#, c-format
768msgid ""
769"deleting branch '%s' that has been merged to\n"
770" '%s', but not yet merged to HEAD."
771msgstr ""
772
773#: builtin/branch.c:141
774#, c-format
775msgid ""
776"not deleting branch '%s' that is not yet merged to\n"
777" '%s', even though it is merged to HEAD."
778msgstr ""
779
780#. TRANSLATORS: This is "remote " in "remote branch '%s' not found"
781#: builtin/branch.c:163
782msgid "remote "
783msgstr ""
784
785#: builtin/branch.c:171
786msgid "cannot use -a with -d"
787msgstr ""
788
789#: builtin/branch.c:177
790msgid "Couldn't look up commit object for HEAD"
791msgstr ""
792
793#: builtin/branch.c:182
794#, c-format
795msgid "Cannot delete the branch '%s' which you are currently on."
796msgstr ""
797
798#: builtin/branch.c:192
799#, c-format
800msgid "%sbranch '%s' not found."
801msgstr ""
802
803#: builtin/branch.c:200
804#, c-format
805msgid "Couldn't look up commit object for '%s'"
806msgstr ""
807
808#: builtin/branch.c:206
809#, c-format
810msgid ""
811"The branch '%s' is not fully merged.\n"
812"If you are sure you want to delete it, run 'git branch -D %s'."
813msgstr ""
814
815#: builtin/branch.c:214
816#, c-format
817msgid "Error deleting %sbranch '%s'"
818msgstr ""
819
820#: builtin/branch.c:219
821#, c-format
822msgid "Deleted %sbranch %s (was %s).\n"
823msgstr ""
824
825#: builtin/branch.c:224
826msgid "Update of config-file failed"
827msgstr ""
828
829#: builtin/branch.c:322
830#, c-format
831msgid "branch '%s' does not point at a commit"
832msgstr ""
833
834#: builtin/branch.c:394
835#, c-format
836msgid "behind %d] "
837msgstr ""
838
839#: builtin/branch.c:396
840#, c-format
841msgid "ahead %d] "
842msgstr ""
843
844#: builtin/branch.c:398
845#, c-format
846msgid "ahead %d, behind %d] "
847msgstr ""
848
849#: builtin/branch.c:501
850msgid "(no branch)"
851msgstr ""
852
853#: builtin/branch.c:566
854msgid "some refs could not be read"
855msgstr ""
856
857#: builtin/branch.c:579
858msgid "cannot rename the current branch while not on any."
859msgstr ""
860
861#: builtin/branch.c:589
862#, c-format
863msgid "Invalid branch name: '%s'"
864msgstr ""
865
866#: builtin/branch.c:604
867msgid "Branch rename failed"
868msgstr ""
869
870#: builtin/branch.c:608
871#, c-format
872msgid "Renamed a misnamed branch '%s' away"
873msgstr ""
874
875#: builtin/branch.c:612
876#, c-format
877msgid "Branch renamed to %s, but HEAD is not updated!"
878msgstr ""
879
880#: builtin/branch.c:619
881msgid "Branch is renamed, but update of config-file failed"
882msgstr ""
883
884#: builtin/branch.c:634
885#, c-format
886msgid "malformed object name %s"
887msgstr ""
888
889#: builtin/branch.c:658
890#, c-format
891msgid "could not write branch description template: %s\n"
892msgstr ""
893
894#: builtin/branch.c:746
895msgid "Failed to resolve HEAD as a valid ref."
896msgstr ""
897
898#: builtin/branch.c:751 builtin/clone.c:558
899msgid "HEAD not found below refs/heads!"
900msgstr ""
901
902#: builtin/branch.c:809
903msgid "-a and -r options to 'git branch' do not make sense with a branch name"
904msgstr ""
905
906#: builtin/bundle.c:47
907#, c-format
908msgid "%s is okay\n"
909msgstr ""
910
911#: builtin/bundle.c:56
912msgid "Need a repository to create a bundle."
913msgstr ""
914
915#: builtin/bundle.c:60
916msgid "Need a repository to unbundle."
917msgstr ""
918
919#: builtin/checkout.c:113 builtin/checkout.c:146
920#, c-format
921msgid "path '%s' does not have our version"
922msgstr ""
923
924#: builtin/checkout.c:115 builtin/checkout.c:148
925#, c-format
926msgid "path '%s' does not have their version"
927msgstr ""
928
929#: builtin/checkout.c:131
930#, c-format
931msgid "path '%s' does not have all necessary versions"
932msgstr ""
933
934#: builtin/checkout.c:175
935#, c-format
936msgid "path '%s' does not have necessary versions"
937msgstr ""
938
939#: builtin/checkout.c:192
940#, c-format
941msgid "path '%s': cannot merge"
942msgstr ""
943
944#: builtin/checkout.c:209
945#, c-format
946msgid "Unable to add merge result for '%s'"
947msgstr ""
948
949#: builtin/checkout.c:212 builtin/reset.c:158
950#, c-format
951msgid "make_cache_entry failed for path '%s'"
952msgstr ""
953
954#: builtin/checkout.c:234 builtin/checkout.c:392
955msgid "corrupt index file"
956msgstr ""
957
958#: builtin/checkout.c:264 builtin/checkout.c:271
959#, c-format
960msgid "path '%s' is unmerged"
961msgstr ""
962
963#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583
964#: builtin/merge.c:811
965msgid "unable to write new index file"
966msgstr ""
967
968#: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:408
969msgid "diff_setup_done failed"
970msgstr ""
971
972#: builtin/checkout.c:414
973msgid "you need to resolve your current index first"
974msgstr ""
975
976#: builtin/checkout.c:533
977#, c-format
978msgid "Can not do reflog for '%s'\n"
979msgstr ""
980
981#: builtin/checkout.c:565
982msgid "HEAD is now at"
983msgstr ""
984
985#: builtin/checkout.c:572
986#, c-format
987msgid "Reset branch '%s'\n"
988msgstr ""
989
990#: builtin/checkout.c:575
991#, c-format
992msgid "Already on '%s'\n"
993msgstr ""
994
995#: builtin/checkout.c:579
996#, c-format
997msgid "Switched to and reset branch '%s'\n"
998msgstr ""
999
1000#: builtin/checkout.c:581
1001#, c-format
1002msgid "Switched to a new branch '%s'\n"
1003msgstr ""
1004
1005#: builtin/checkout.c:583
1006#, c-format
1007msgid "Switched to branch '%s'\n"
1008msgstr ""
1009
1010#: builtin/checkout.c:639
1011#, c-format
1012msgid " ... and %d more.\n"
1013msgstr ""
1014
1015#. The singular version
1016#: builtin/checkout.c:645
1017#, c-format
1018msgid ""
1019"Warning: you are leaving %d commit behind, not connected to\n"
1020"any of your branches:\n"
1021"\n"
1022"%s\n"
1023msgid_plural ""
1024"Warning: you are leaving %d commits behind, not connected to\n"
1025"any of your branches:\n"
1026"\n"
1027"%s\n"
1028msgstr[0] ""
1029msgstr[1] ""
1030
1031#: builtin/checkout.c:663
1032#, c-format
1033msgid ""
1034"If you want to keep them by creating a new branch, this may be a good time\n"
1035"to do so with:\n"
1036"\n"
1037" git branch new_branch_name %s\n"
1038"\n"
1039msgstr ""
1040
1041#: builtin/checkout.c:692
1042msgid "internal error in revision walk"
1043msgstr ""
1044
1045#: builtin/checkout.c:696
1046msgid "Previous HEAD position was"
1047msgstr ""
1048
1049#: builtin/checkout.c:722
1050msgid "You are on a branch yet to be born"
1051msgstr ""
1052
1053#. case (1)
1054#: builtin/checkout.c:853
1055#, c-format
1056msgid "invalid reference: %s"
1057msgstr ""
1058
1059#. case (1): want a tree
1060#: builtin/checkout.c:892
1061#, c-format
1062msgid "reference is not a tree: %s"
1063msgstr ""
1064
1065#: builtin/checkout.c:972
1066msgid "-B cannot be used with -b"
1067msgstr ""
1068
1069#: builtin/checkout.c:981
1070msgid "--patch is incompatible with all other options"
1071msgstr ""
1072
1073#: builtin/checkout.c:984
1074msgid "--detach cannot be used with -b/-B/--orphan"
1075msgstr ""
1076
1077#: builtin/checkout.c:986
1078msgid "--detach cannot be used with -t"
1079msgstr ""
1080
1081#: builtin/checkout.c:992
1082msgid "--track needs a branch name"
1083msgstr ""
1084
1085#: builtin/checkout.c:999
1086msgid "Missing branch name; try -b"
1087msgstr ""
1088
1089#: builtin/checkout.c:1005
1090msgid "--orphan and -b|-B are mutually exclusive"
1091msgstr ""
1092
1093#: builtin/checkout.c:1007
1094msgid "--orphan cannot be used with -t"
1095msgstr ""
1096
1097#: builtin/checkout.c:1017
1098msgid "git checkout: -f and -m are incompatible"
1099msgstr ""
1100
1101#: builtin/checkout.c:1051
1102msgid "invalid path specification"
1103msgstr ""
1104
1105#: builtin/checkout.c:1059
1106#, c-format
1107msgid ""
1108"git checkout: updating paths is incompatible with switching branches.\n"
1109"Did you intend to checkout '%s' which can not be resolved as commit?"
1110msgstr ""
1111
1112#: builtin/checkout.c:1061
1113msgid "git checkout: updating paths is incompatible with switching branches."
1114msgstr ""
1115
1116#: builtin/checkout.c:1066
1117msgid "git checkout: --detach does not take a path argument"
1118msgstr ""
1119
1120#: builtin/checkout.c:1069
1121msgid ""
1122"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1123"checking out of the index."
1124msgstr ""
1125
1126#: builtin/checkout.c:1088
1127msgid "Cannot switch branch to a non-commit."
1128msgstr ""
1129
1130#: builtin/checkout.c:1091
1131msgid "--ours/--theirs is incompatible with switching branches."
1132msgstr ""
1133
1134#: builtin/clean.c:78
1135msgid "-x and -X cannot be used together"
1136msgstr ""
1137
1138#: builtin/clean.c:82
1139msgid ""
1140"clean.requireForce set to true and neither -n nor -f given; refusing to clean"
1141msgstr ""
1142
1143#: builtin/clean.c:85
1144msgid ""
1145"clean.requireForce defaults to true and neither -n nor -f given; refusing to "
1146"clean"
1147msgstr ""
1148
1149#: builtin/clean.c:155 builtin/clean.c:176
1150#, c-format
1151msgid "Would remove %s\n"
1152msgstr ""
1153
1154#: builtin/clean.c:159 builtin/clean.c:179
1155#, c-format
1156msgid "Removing %s\n"
1157msgstr ""
1158
1159#: builtin/clean.c:162 builtin/clean.c:182
1160#, c-format
1161msgid "failed to remove %s"
1162msgstr ""
1163
1164#: builtin/clean.c:166
1165#, c-format
1166msgid "Would not remove %s\n"
1167msgstr ""
1168
1169#: builtin/clean.c:168
1170#, c-format
1171msgid "Not removing %s\n"
1172msgstr ""
1173
1174#: builtin/clone.c:243
1175#, c-format
1176msgid "reference repository '%s' is not a local directory."
1177msgstr ""
1178
1179#: builtin/clone.c:302
1180#, c-format
1181msgid "failed to open '%s'"
1182msgstr ""
1183
1184#: builtin/clone.c:306
1185#, c-format
1186msgid "failed to create directory '%s'"
1187msgstr ""
1188
1189#: builtin/clone.c:308 builtin/diff.c:75
1190#, c-format
1191msgid "failed to stat '%s'"
1192msgstr ""
1193
1194#: builtin/clone.c:310
1195#, c-format
1196msgid "%s exists and is not a directory"
1197msgstr ""
1198
1199#: builtin/clone.c:324
1200#, c-format
1201msgid "failed to stat %s\n"
1202msgstr ""
1203
1204#: builtin/clone.c:341
1205#, c-format
1206msgid "failed to unlink '%s'"
1207msgstr ""
1208
1209#: builtin/clone.c:346
1210#, c-format
1211msgid "failed to create link '%s'"
1212msgstr ""
1213
1214#: builtin/clone.c:350
1215#, c-format
1216msgid "failed to copy file to '%s'"
1217msgstr ""
1218
1219#: builtin/clone.c:373
1220#, c-format
1221msgid "done.\n"
1222msgstr ""
1223
1224#: builtin/clone.c:440
1225#, c-format
1226msgid "Could not find remote branch %s to clone."
1227msgstr ""
1228
1229#: builtin/clone.c:549
1230msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
1231msgstr ""
1232
1233#: builtin/clone.c:639
1234msgid "Too many arguments."
1235msgstr ""
1236
1237#: builtin/clone.c:643
1238msgid "You must specify a repository to clone."
1239msgstr ""
1240
1241#: builtin/clone.c:654
1242#, c-format
1243msgid "--bare and --origin %s options are incompatible."
1244msgstr ""
1245
1246#: builtin/clone.c:668
1247#, c-format
1248msgid "repository '%s' does not exist"
1249msgstr ""
1250
1251#: builtin/clone.c:673
1252msgid "--depth is ignored in local clones; use file:// instead."
1253msgstr ""
1254
1255#: builtin/clone.c:683
1256#, c-format
1257msgid "destination path '%s' already exists and is not an empty directory."
1258msgstr ""
1259
1260#: builtin/clone.c:693
1261#, c-format
1262msgid "working tree '%s' already exists."
1263msgstr ""
1264
1265#: builtin/clone.c:706 builtin/clone.c:720
1266#, c-format
1267msgid "could not create leading directories of '%s'"
1268msgstr ""
1269
1270#: builtin/clone.c:709
1271#, c-format
1272msgid "could not create work tree dir '%s'."
1273msgstr ""
1274
1275#: builtin/clone.c:728
1276#, c-format
1277msgid "Cloning into bare repository '%s'...\n"
1278msgstr ""
1279
1280#: builtin/clone.c:730
1281#, c-format
1282msgid "Cloning into '%s'...\n"
1283msgstr ""
1284
1285#: builtin/clone.c:786
1286#, c-format
1287msgid "Don't know how to clone %s"
1288msgstr ""
1289
1290#: builtin/clone.c:835
1291#, c-format
1292msgid "Remote branch %s not found in upstream %s"
1293msgstr ""
1294
1295#: builtin/clone.c:842
1296msgid "You appear to have cloned an empty repository."
1297msgstr ""
1298
1299#: builtin/commit.c:42
1300msgid ""
1301"Your name and email address were configured automatically based\n"
1302"on your username and hostname. Please check that they are accurate.\n"
1303"You can suppress this message by setting them explicitly:\n"
1304"\n"
1305" git config --global user.name \"Your Name\"\n"
1306" git config --global user.email you@example.com\n"
1307"\n"
1308"After doing this, you may fix the identity used for this commit with:\n"
1309"\n"
1310" git commit --amend --reset-author\n"
1311msgstr ""
1312
1313#: builtin/commit.c:54
1314msgid ""
1315"You asked to amend the most recent commit, but doing so would make\n"
1316"it empty. You can repeat your command with --allow-empty, or you can\n"
1317"remove the commit entirely with \"git reset HEAD^\".\n"
1318msgstr ""
1319
1320#: builtin/commit.c:59
1321msgid ""
1322"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
1323"If you wish to commit it anyway, use:\n"
1324"\n"
1325" git commit --allow-empty\n"
1326"\n"
1327"Otherwise, please use 'git reset'\n"
1328msgstr ""
1329
1330#: builtin/commit.c:205 builtin/reset.c:33
1331msgid "merge"
1332msgstr ""
1333
1334#: builtin/commit.c:208
1335msgid "cherry-pick"
1336msgstr ""
1337
1338#: builtin/commit.c:325
1339msgid "failed to unpack HEAD tree object"
1340msgstr ""
1341
1342#: builtin/commit.c:367
1343msgid "unable to create temporary index"
1344msgstr ""
1345
1346#: builtin/commit.c:373
1347msgid "interactive add failed"
1348msgstr ""
1349
1350#: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:473
1351msgid "unable to write new_index file"
1352msgstr ""
1353
1354#: builtin/commit.c:457
1355#, c-format
1356msgid "cannot do a partial commit during a %s."
1357msgstr ""
1358
1359#: builtin/commit.c:466
1360msgid "cannot read the index"
1361msgstr ""
1362
1363#: builtin/commit.c:486
1364msgid "unable to write temporary index file"
1365msgstr ""
1366
1367#: builtin/commit.c:550 builtin/commit.c:556
1368#, c-format
1369msgid "invalid commit: %s"
1370msgstr ""
1371
1372#: builtin/commit.c:579
1373msgid "malformed --author parameter"
1374msgstr ""
1375
1376#: builtin/commit.c:635
1377#, c-format
1378msgid "Malformed ident string: '%s'"
1379msgstr ""
1380
1381#: builtin/commit.c:670 builtin/commit.c:703 builtin/commit.c:1000
1382#, c-format
1383msgid "could not lookup commit %s"
1384msgstr ""
1385
1386#: builtin/commit.c:682 builtin/shortlog.c:296
1387#, c-format
1388msgid "(reading log message from standard input)\n"
1389msgstr ""
1390
1391#: builtin/commit.c:684
1392msgid "could not read log from standard input"
1393msgstr ""
1394
1395#: builtin/commit.c:688
1396#, c-format
1397msgid "could not read log file '%s'"
1398msgstr ""
1399
1400#: builtin/commit.c:694
1401msgid "commit has empty message"
1402msgstr ""
1403
1404#: builtin/commit.c:710
1405msgid "could not read MERGE_MSG"
1406msgstr ""
1407
1408#: builtin/commit.c:714
1409msgid "could not read SQUASH_MSG"
1410msgstr ""
1411
1412#: builtin/commit.c:718
1413#, c-format
1414msgid "could not read '%s'"
1415msgstr ""
1416
1417#: builtin/commit.c:746
1418#, c-format
1419msgid "could not open '%s'"
1420msgstr ""
1421
1422#: builtin/commit.c:770
1423msgid "could not write commit template"
1424msgstr ""
1425
1426#: builtin/commit.c:783
1427#, c-format
1428msgid ""
1429"\n"
1430"It looks like you may be committing a %s.\n"
1431"If this is not correct, please remove the file\n"
1432"\t%s\n"
1433"and try again.\n"
1434msgstr ""
1435
1436#: builtin/commit.c:796
1437msgid "Please enter the commit message for your changes."
1438msgstr ""
1439
1440#: builtin/commit.c:799
1441msgid ""
1442" Lines starting\n"
1443"with '#' will be ignored, and an empty message aborts the commit.\n"
1444msgstr ""
1445
1446#: builtin/commit.c:804
1447msgid ""
1448" Lines starting\n"
1449"with '#' will be kept; you may remove them yourself if you want to.\n"
1450"An empty message aborts the commit.\n"
1451msgstr ""
1452
1453#: builtin/commit.c:816
1454#, c-format
1455msgid "%sAuthor: %s"
1456msgstr ""
1457
1458#: builtin/commit.c:823
1459#, c-format
1460msgid "%sCommitter: %s"
1461msgstr ""
1462
1463#: builtin/commit.c:843
1464msgid "Cannot read index"
1465msgstr ""
1466
1467#: builtin/commit.c:880
1468msgid "Error building trees"
1469msgstr ""
1470
1471#: builtin/commit.c:895 builtin/tag.c:357
1472#, c-format
1473msgid "Please supply the message using either -m or -F option.\n"
1474msgstr ""
1475
1476#: builtin/commit.c:975
1477#, c-format
1478msgid "No existing author found with '%s'"
1479msgstr ""
1480
1481#: builtin/commit.c:990 builtin/commit.c:1182
1482#, c-format
1483msgid "Invalid untracked files mode '%s'"
1484msgstr ""
1485
1486#: builtin/commit.c:1030
1487msgid "Using both --reset-author and --author does not make sense"
1488msgstr ""
1489
1490#: builtin/commit.c:1041
1491msgid "You have nothing to amend."
1492msgstr ""
1493
1494#: builtin/commit.c:1043
1495#, c-format
1496msgid "You are in the middle of a %s -- cannot amend."
1497msgstr ""
1498
1499#: builtin/commit.c:1045
1500msgid "Options --squash and --fixup cannot be used together"
1501msgstr ""
1502
1503#: builtin/commit.c:1055
1504msgid "Only one of -c/-C/-F/--fixup can be used."
1505msgstr ""
1506
1507#: builtin/commit.c:1057
1508msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
1509msgstr ""
1510
1511#: builtin/commit.c:1063
1512msgid "--reset-author can be used only with -C, -c or --amend."
1513msgstr ""
1514
1515#: builtin/commit.c:1080
1516msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
1517msgstr ""
1518
1519#: builtin/commit.c:1082
1520msgid "No paths with --include/--only does not make sense."
1521msgstr ""
1522
1523#: builtin/commit.c:1084
1524msgid "Clever... amending the last one with dirty index."
1525msgstr ""
1526
1527#: builtin/commit.c:1086
1528msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
1529msgstr ""
1530
1531#: builtin/commit.c:1096 builtin/tag.c:556
1532#, c-format
1533msgid "Invalid cleanup mode %s"
1534msgstr ""
1535
1536#: builtin/commit.c:1101
1537msgid "Paths with -a does not make sense."
1538msgstr ""
1539
1540#: builtin/commit.c:1280
1541msgid "couldn't look up newly created commit"
1542msgstr ""
1543
1544#: builtin/commit.c:1282
1545msgid "could not parse newly created commit"
1546msgstr ""
1547
1548#: builtin/commit.c:1323
1549msgid "detached HEAD"
1550msgstr ""
1551
1552#: builtin/commit.c:1325
1553msgid " (root-commit)"
1554msgstr ""
1555
1556#: builtin/commit.c:1415
1557msgid "could not parse HEAD commit"
1558msgstr ""
1559
1560#: builtin/commit.c:1452 builtin/merge.c:509
1561#, c-format
1562msgid "could not open '%s' for reading"
1563msgstr ""
1564
1565#: builtin/commit.c:1459
1566#, c-format
1567msgid "Corrupt MERGE_HEAD file (%s)"
1568msgstr ""
1569
1570#: builtin/commit.c:1466
1571msgid "could not read MERGE_MODE"
1572msgstr ""
1573
1574#: builtin/commit.c:1485
1575#, c-format
1576msgid "could not read commit message: %s"
1577msgstr ""
1578
1579#: builtin/commit.c:1499
1580#, c-format
1581msgid "Aborting commit due to empty commit message.\n"
1582msgstr ""
1583
1584#: builtin/commit.c:1514 builtin/merge.c:935 builtin/merge.c:968
1585msgid "failed to write commit object"
1586msgstr ""
1587
1588#: builtin/commit.c:1535
1589msgid "cannot lock HEAD ref"
1590msgstr ""
1591
1592#: builtin/commit.c:1539
1593msgid "cannot update HEAD ref"
1594msgstr ""
1595
1596#: builtin/commit.c:1550
1597msgid ""
1598"Repository has been updated, but unable to write\n"
1599"new_index file. Check that disk is not full or quota is\n"
1600"not exceeded, and then \"git reset HEAD\" to recover."
1601msgstr ""
1602
1603#: builtin/describe.c:234
1604#, c-format
1605msgid "annotated tag %s not available"
1606msgstr ""
1607
1608#: builtin/describe.c:238
1609#, c-format
1610msgid "annotated tag %s has no embedded name"
1611msgstr ""
1612
1613#: builtin/describe.c:240
1614#, c-format
1615msgid "tag '%s' is really '%s' here"
1616msgstr ""
1617
1618#: builtin/describe.c:267
1619#, c-format
1620msgid "Not a valid object name %s"
1621msgstr ""
1622
1623#: builtin/describe.c:270
1624#, c-format
1625msgid "%s is not a valid '%s' object"
1626msgstr ""
1627
1628#: builtin/describe.c:287
1629#, c-format
1630msgid "no tag exactly matches '%s'"
1631msgstr ""
1632
1633#: builtin/describe.c:289
1634#, c-format
1635msgid "searching to describe %s\n"
1636msgstr ""
1637
1638#: builtin/describe.c:329
1639#, c-format
1640msgid "finished search at %s\n"
1641msgstr ""
1642
1643#: builtin/describe.c:353
1644#, c-format
1645msgid ""
1646"No annotated tags can describe '%s'.\n"
1647"However, there were unannotated tags: try --tags."
1648msgstr ""
1649
1650#: builtin/describe.c:357
1651#, c-format
1652msgid ""
1653"No tags can describe '%s'.\n"
1654"Try --always, or create some tags."
1655msgstr ""
1656
1657#: builtin/describe.c:378
1658#, c-format
1659msgid "traversed %lu commits\n"
1660msgstr ""
1661
1662#: builtin/describe.c:381
1663#, c-format
1664msgid ""
1665"more than %i tags found; listed %i most recent\n"
1666"gave up search at %s\n"
1667msgstr ""
1668
1669#: builtin/describe.c:436
1670msgid "--long is incompatible with --abbrev=0"
1671msgstr ""
1672
1673#: builtin/describe.c:462
1674msgid "No names found, cannot describe anything."
1675msgstr ""
1676
1677#: builtin/describe.c:482
1678msgid "--dirty is incompatible with committishes"
1679msgstr ""
1680
1681#: builtin/diff.c:77
1682#, c-format
1683msgid "'%s': not a regular file or symlink"
1684msgstr ""
1685
1686#: builtin/diff.c:220
1687#, c-format
1688msgid "invalid option: %s"
1689msgstr ""
1690
1691#: builtin/diff.c:297
1692msgid "Not a git repository"
1693msgstr ""
1694
1695#: builtin/diff.c:347
1696#, c-format
1697msgid "invalid object '%s' given."
1698msgstr ""
1699
1700#: builtin/diff.c:352
1701#, c-format
1702msgid "more than %d trees given: '%s'"
1703msgstr ""
1704
1705#: builtin/diff.c:362
1706#, c-format
1707msgid "more than two blobs given: '%s'"
1708msgstr ""
1709
1710#: builtin/diff.c:370
1711#, c-format
1712msgid "unhandled object '%s' given."
1713msgstr ""
1714
1715#: builtin/fetch.c:200
1716msgid "Couldn't find remote ref HEAD"
1717msgstr ""
1718
1719#: builtin/fetch.c:252
1720#, c-format
1721msgid "object %s not found"
1722msgstr ""
1723
1724#: builtin/fetch.c:258
1725msgid "[up to date]"
1726msgstr ""
1727
1728#: builtin/fetch.c:272
1729#, c-format
1730msgid "! %-*s %-*s -> %s (can't fetch in current branch)"
1731msgstr ""
1732
1733#: builtin/fetch.c:273 builtin/fetch.c:351
1734msgid "[rejected]"
1735msgstr ""
1736
1737#: builtin/fetch.c:284
1738msgid "[tag update]"
1739msgstr ""
1740
1741#: builtin/fetch.c:286 builtin/fetch.c:313 builtin/fetch.c:331
1742msgid " (unable to update local ref)"
1743msgstr ""
1744
1745#: builtin/fetch.c:298
1746msgid "[new tag]"
1747msgstr ""
1748
1749#: builtin/fetch.c:302
1750msgid "[new branch]"
1751msgstr ""
1752
1753#: builtin/fetch.c:347
1754msgid "unable to update local ref"
1755msgstr ""
1756
1757#: builtin/fetch.c:347
1758msgid "forced update"
1759msgstr ""
1760
1761#: builtin/fetch.c:353
1762msgid "(non-fast-forward)"
1763msgstr ""
1764
1765#: builtin/fetch.c:384 builtin/fetch.c:676
1766#, c-format
1767msgid "cannot open %s: %s\n"
1768msgstr ""
1769
1770#: builtin/fetch.c:393
1771#, c-format
1772msgid "%s did not send all necessary objects\n"
1773msgstr ""
1774
1775#: builtin/fetch.c:479
1776#, c-format
1777msgid "From %.*s\n"
1778msgstr ""
1779
1780#: builtin/fetch.c:490
1781#, c-format
1782msgid ""
1783"some local refs could not be updated; try running\n"
1784" 'git remote prune %s' to remove any old, conflicting branches"
1785msgstr ""
1786
1787#: builtin/fetch.c:540
1788#, c-format
1789msgid " (%s will become dangling)\n"
1790msgstr ""
1791
1792#: builtin/fetch.c:541
1793#, c-format
1794msgid " (%s has become dangling)\n"
1795msgstr ""
1796
1797#: builtin/fetch.c:548
1798msgid "[deleted]"
1799msgstr ""
1800
1801#: builtin/fetch.c:549
1802msgid "(none)"
1803msgstr ""
1804
1805#: builtin/fetch.c:666
1806#, c-format
1807msgid "Refusing to fetch into current branch %s of non-bare repository"
1808msgstr ""
1809
1810#: builtin/fetch.c:700
1811#, c-format
1812msgid "Don't know how to fetch from %s"
1813msgstr ""
1814
1815#: builtin/fetch.c:777
1816#, c-format
1817msgid "Option \"%s\" value \"%s\" is not valid for %s"
1818msgstr ""
1819
1820#: builtin/fetch.c:780
1821#, c-format
1822msgid "Option \"%s\" is ignored for %s\n"
1823msgstr ""
1824
1825#: builtin/fetch.c:879
1826#, c-format
1827msgid "Fetching %s\n"
1828msgstr ""
1829
1830#: builtin/fetch.c:881
1831#, c-format
1832msgid "Could not fetch %s"
1833msgstr ""
1834
1835#: builtin/fetch.c:898
1836msgid ""
1837"No remote repository specified. Please, specify either a URL or a\n"
1838"remote name from which new revisions should be fetched."
1839msgstr ""
1840
1841#: builtin/fetch.c:918
1842msgid "You need to specify a tag name."
1843msgstr ""
1844
1845#: builtin/fetch.c:970
1846msgid "fetch --all does not take a repository argument"
1847msgstr ""
1848
1849#: builtin/fetch.c:972
1850msgid "fetch --all does not make sense with refspecs"
1851msgstr ""
1852
1853#: builtin/fetch.c:983
1854#, c-format
1855msgid "No such remote or remote group: %s"
1856msgstr ""
1857
1858#: builtin/fetch.c:991
1859msgid "Fetching a group and specifying refspecs does not make sense"
1860msgstr ""
1861
1862#: builtin/gc.c:63
1863#, c-format
1864msgid "Invalid %s: '%s'"
1865msgstr ""
1866
1867#: builtin/gc.c:78
1868msgid "Too many options specified"
1869msgstr ""
1870
1871#: builtin/gc.c:103
1872#, c-format
1873msgid "insanely long object directory %.*s"
1874msgstr ""
1875
1876#: builtin/gc.c:223
1877#, c-format
1878msgid "Auto packing the repository for optimum performance.\n"
1879msgstr ""
1880
1881#: builtin/gc.c:226
1882#, c-format
1883msgid ""
1884"Auto packing the repository for optimum performance. You may also\n"
1885"run \"git gc\" manually. See \"git help gc\" for more information.\n"
1886msgstr ""
1887
1888#: builtin/gc.c:256
1889msgid ""
1890"There are too many unreachable loose objects; run 'git prune' to remove them."
1891msgstr ""
1892
1893#: builtin/grep.c:216
1894#, c-format
1895msgid "grep: failed to create thread: %s"
1896msgstr ""
1897
1898#: builtin/grep.c:402
1899#, c-format
1900msgid "Failed to chdir: %s"
1901msgstr ""
1902
1903#: builtin/grep.c:478 builtin/grep.c:512
1904#, c-format
1905msgid "unable to read tree (%s)"
1906msgstr ""
1907
1908#: builtin/grep.c:526
1909#, c-format
1910msgid "unable to grep from object of type %s"
1911msgstr ""
1912
1913#: builtin/grep.c:584
1914#, c-format
1915msgid "switch `%c' expects a numerical value"
1916msgstr ""
1917
1918#: builtin/grep.c:601
1919#, c-format
1920msgid "cannot open '%s'"
1921msgstr ""
1922
1923#: builtin/grep.c:888
1924msgid "no pattern given."
1925msgstr ""
1926
1927#: builtin/grep.c:902
1928#, c-format
1929msgid "bad object %s"
1930msgstr ""
1931
1932#: builtin/grep.c:943
1933msgid "--open-files-in-pager only works on the worktree"
1934msgstr ""
1935
1936#: builtin/grep.c:966
1937msgid "--cached or --untracked cannot be used with --no-index."
1938msgstr ""
1939
1940#: builtin/grep.c:971
1941msgid "--no-index or --untracked cannot be used with revs."
1942msgstr ""
1943
1944#: builtin/grep.c:974
1945msgid "--[no-]exclude-standard cannot be used for tracked contents."
1946msgstr ""
1947
1948#: builtin/grep.c:982
1949msgid "both --cached and trees are given."
1950msgstr ""
1951
1952#: builtin/init-db.c:35
1953#, c-format
1954msgid "Could not make %s writable by group"
1955msgstr ""
1956
1957#: builtin/init-db.c:62
1958#, c-format
1959msgid "insanely long template name %s"
1960msgstr ""
1961
1962#: builtin/init-db.c:67
1963#, c-format
1964msgid "cannot stat '%s'"
1965msgstr ""
1966
1967#: builtin/init-db.c:73
1968#, c-format
1969msgid "cannot stat template '%s'"
1970msgstr ""
1971
1972#: builtin/init-db.c:80
1973#, c-format
1974msgid "cannot opendir '%s'"
1975msgstr ""
1976
1977#: builtin/init-db.c:97
1978#, c-format
1979msgid "cannot readlink '%s'"
1980msgstr ""
1981
1982#: builtin/init-db.c:99
1983#, c-format
1984msgid "insanely long symlink %s"
1985msgstr ""
1986
1987#: builtin/init-db.c:102
1988#, c-format
1989msgid "cannot symlink '%s' '%s'"
1990msgstr ""
1991
1992#: builtin/init-db.c:106
1993#, c-format
1994msgid "cannot copy '%s' to '%s'"
1995msgstr ""
1996
1997#: builtin/init-db.c:110
1998#, c-format
1999msgid "ignoring template %s"
2000msgstr ""
2001
2002#: builtin/init-db.c:133
2003#, c-format
2004msgid "insanely long template path %s"
2005msgstr ""
2006
2007#: builtin/init-db.c:141
2008#, c-format
2009msgid "templates not found %s"
2010msgstr ""
2011
2012#: builtin/init-db.c:154
2013#, c-format
2014msgid "not copying templates of a wrong format version %d from '%s'"
2015msgstr ""
2016
2017#: builtin/init-db.c:192
2018#, c-format
2019msgid "insane git directory %s"
2020msgstr ""
2021
2022#: builtin/init-db.c:322 builtin/init-db.c:325
2023#, c-format
2024msgid "%s already exists"
2025msgstr ""
2026
2027#: builtin/init-db.c:354
2028#, c-format
2029msgid "unable to handle file type %d"
2030msgstr ""
2031
2032#: builtin/init-db.c:357
2033#, c-format
2034msgid "unable to move %s to %s"
2035msgstr ""
2036
2037#: builtin/init-db.c:362
2038#, c-format
2039msgid "Could not create git link %s"
2040msgstr ""
2041
2042#.
2043#. * TRANSLATORS: The first '%s' is either "Reinitialized
2044#. * existing" or "Initialized empty", the second " shared" or
2045#. * "", and the last '%s%s' is the verbatim directory name.
2046#.
2047#: builtin/init-db.c:419
2048#, c-format
2049msgid "%s%s Git repository in %s%s\n"
2050msgstr ""
2051
2052#: builtin/init-db.c:420
2053msgid "Reinitialized existing"
2054msgstr ""
2055
2056#: builtin/init-db.c:420
2057msgid "Initialized empty"
2058msgstr ""
2059
2060#: builtin/init-db.c:421
2061msgid " shared"
2062msgstr ""
2063
2064#: builtin/init-db.c:440
2065msgid "cannot tell cwd"
2066msgstr ""
2067
2068#: builtin/init-db.c:521 builtin/init-db.c:528
2069#, c-format
2070msgid "cannot mkdir %s"
2071msgstr ""
2072
2073#: builtin/init-db.c:532
2074#, c-format
2075msgid "cannot chdir to %s"
2076msgstr ""
2077
2078#: builtin/init-db.c:554
2079#, c-format
2080msgid ""
2081"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
2082"dir=<directory>)"
2083msgstr ""
2084
2085#: builtin/init-db.c:578
2086msgid "Cannot access current working directory"
2087msgstr ""
2088
2089#: builtin/init-db.c:585
2090#, c-format
2091msgid "Cannot access work tree '%s'"
2092msgstr ""
2093
2094#: builtin/log.c:187
2095#, c-format
2096msgid "Final output: %d %s\n"
2097msgstr ""
2098
2099#: builtin/log.c:395 builtin/log.c:483
2100#, c-format
2101msgid "Could not read object %s"
2102msgstr ""
2103
2104#: builtin/log.c:507
2105#, c-format
2106msgid "Unknown type: %d"
2107msgstr ""
2108
2109#: builtin/log.c:596
2110msgid "format.headers without value"
2111msgstr ""
2112
2113#: builtin/log.c:669
2114msgid "name of output directory is too long"
2115msgstr ""
2116
2117#: builtin/log.c:680
2118#, c-format
2119msgid "Cannot open patch file %s"
2120msgstr ""
2121
2122#: builtin/log.c:694
2123msgid "Need exactly one range."
2124msgstr ""
2125
2126#: builtin/log.c:702
2127msgid "Not a range."
2128msgstr ""
2129
2130#: builtin/log.c:739
2131msgid "Could not extract email from committer identity."
2132msgstr ""
2133
2134#: builtin/log.c:785
2135msgid "Cover letter needs email format"
2136msgstr ""
2137
2138#: builtin/log.c:879
2139#, c-format
2140msgid "insane in-reply-to: %s"
2141msgstr ""
2142
2143#: builtin/log.c:952
2144msgid "Two output directories?"
2145msgstr ""
2146
2147#: builtin/log.c:1173
2148#, c-format
2149msgid "bogus committer info %s"
2150msgstr ""
2151
2152#: builtin/log.c:1218
2153msgid "-n and -k are mutually exclusive."
2154msgstr ""
2155
2156#: builtin/log.c:1220
2157msgid "--subject-prefix and -k are mutually exclusive."
2158msgstr ""
2159
2160#: builtin/log.c:1225 builtin/shortlog.c:284
2161#, c-format
2162msgid "unrecognized argument: %s"
2163msgstr ""
2164
2165#: builtin/log.c:1228
2166msgid "--name-only does not make sense"
2167msgstr ""
2168
2169#: builtin/log.c:1230
2170msgid "--name-status does not make sense"
2171msgstr ""
2172
2173#: builtin/log.c:1232
2174msgid "--check does not make sense"
2175msgstr ""
2176
2177#: builtin/log.c:1255
2178msgid "standard output, or directory, which one?"
2179msgstr ""
2180
2181#: builtin/log.c:1257
2182#, c-format
2183msgid "Could not create directory '%s'"
2184msgstr ""
2185
2186#: builtin/log.c:1410
2187msgid "Failed to create output files"
2188msgstr ""
2189
2190#: builtin/log.c:1514
2191#, c-format
2192msgid ""
2193"Could not find a tracked remote branch, please specify <upstream> manually.\n"
2194msgstr ""
2195
2196#: builtin/log.c:1530 builtin/log.c:1532 builtin/log.c:1544
2197#, c-format
2198msgid "Unknown commit %s"
2199msgstr ""
2200
2201#: builtin/merge.c:91
2202msgid "switch `m' requires a value"
2203msgstr ""
2204
2205#: builtin/merge.c:128
2206#, c-format
2207msgid "Could not find merge strategy '%s'.\n"
2208msgstr ""
2209
2210#: builtin/merge.c:129
2211#, c-format
2212msgid "Available strategies are:"
2213msgstr ""
2214
2215#: builtin/merge.c:134
2216#, c-format
2217msgid "Available custom strategies are:"
2218msgstr ""
2219
2220#: builtin/merge.c:241
2221msgid "could not run stash."
2222msgstr ""
2223
2224#: builtin/merge.c:246
2225msgid "stash failed"
2226msgstr ""
2227
2228#: builtin/merge.c:251
2229#, c-format
2230msgid "not a valid object: %s"
2231msgstr ""
2232
2233#: builtin/merge.c:270 builtin/merge.c:287
2234msgid "read-tree failed"
2235msgstr ""
2236
2237#: builtin/merge.c:317
2238msgid " (nothing to squash)"
2239msgstr ""
2240
2241#: builtin/merge.c:330
2242#, c-format
2243msgid "Squash commit -- not updating HEAD\n"
2244msgstr ""
2245
2246#: builtin/merge.c:362
2247msgid "Writing SQUASH_MSG"
2248msgstr ""
2249
2250#: builtin/merge.c:364
2251msgid "Finishing SQUASH_MSG"
2252msgstr ""
2253
2254#: builtin/merge.c:386
2255#, c-format
2256msgid "No merge message -- not updating HEAD\n"
2257msgstr ""
2258
2259#: builtin/merge.c:437
2260#, c-format
2261msgid "'%s' does not point to a commit"
2262msgstr ""
2263
2264#: builtin/merge.c:536
2265#, c-format
2266msgid "Bad branch.%s.mergeoptions string: %s"
2267msgstr ""
2268
2269#: builtin/merge.c:629
2270msgid "git write-tree failed to write a tree"
2271msgstr ""
2272
2273#: builtin/merge.c:679
2274msgid "failed to read the cache"
2275msgstr ""
2276
2277#: builtin/merge.c:696
2278msgid "Unable to write index."
2279msgstr ""
2280
2281#: builtin/merge.c:709
2282msgid "Not handling anything other than two heads merge."
2283msgstr ""
2284
2285#: builtin/merge.c:723
2286#, c-format
2287msgid "Unknown option for merge-recursive: -X%s"
2288msgstr ""
2289
2290#: builtin/merge.c:737
2291#, c-format
2292msgid "unable to write %s"
2293msgstr ""
2294
2295#: builtin/merge.c:876
2296#, c-format
2297msgid "Could not read from '%s'"
2298msgstr ""
2299
2300#: builtin/merge.c:885
2301#, c-format
2302msgid "Not committing merge; use 'git commit' to complete the merge.\n"
2303msgstr ""
2304
2305#: builtin/merge.c:891
2306msgid ""
2307"Please enter a commit message to explain why this merge is necessary,\n"
2308"especially if it merges an updated upstream into a topic branch.\n"
2309"\n"
2310"Lines starting with '#' will be ignored, and an empty message aborts\n"
2311"the commit.\n"
2312msgstr ""
2313
2314#: builtin/merge.c:915
2315msgid "Empty commit message."
2316msgstr ""
2317
2318#: builtin/merge.c:927
2319#, c-format
2320msgid "Wonderful.\n"
2321msgstr ""
2322
2323#: builtin/merge.c:1000
2324#, c-format
2325msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
2326msgstr ""
2327
2328#: builtin/merge.c:1016
2329#, c-format
2330msgid "'%s' is not a commit"
2331msgstr ""
2332
2333#: builtin/merge.c:1057
2334msgid "No current branch."
2335msgstr ""
2336
2337#: builtin/merge.c:1059
2338msgid "No remote for the current branch."
2339msgstr ""
2340
2341#: builtin/merge.c:1061
2342msgid "No default upstream defined for the current branch."
2343msgstr ""
2344
2345#: builtin/merge.c:1066
2346#, c-format
2347msgid "No remote tracking branch for %s from %s"
2348msgstr ""
2349
2350#: builtin/merge.c:1188
2351msgid "There is no merge to abort (MERGE_HEAD missing)."
2352msgstr ""
2353
2354#: builtin/merge.c:1204 git-pull.sh:31
2355msgid ""
2356"You have not concluded your merge (MERGE_HEAD exists).\n"
2357"Please, commit your changes before you can merge."
2358msgstr ""
2359
2360#: builtin/merge.c:1207 git-pull.sh:34
2361msgid "You have not concluded your merge (MERGE_HEAD exists)."
2362msgstr ""
2363
2364#: builtin/merge.c:1211
2365msgid ""
2366"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
2367"Please, commit your changes before you can merge."
2368msgstr ""
2369
2370#: builtin/merge.c:1214
2371msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
2372msgstr ""
2373
2374#: builtin/merge.c:1223
2375msgid "You cannot combine --squash with --no-ff."
2376msgstr ""
2377
2378#: builtin/merge.c:1228
2379msgid "You cannot combine --no-ff with --ff-only."
2380msgstr ""
2381
2382#: builtin/merge.c:1235
2383msgid "No commit specified and merge.defaultToUpstream not set."
2384msgstr ""
2385
2386#: builtin/merge.c:1266
2387msgid "Can merge only exactly one commit into empty head"
2388msgstr ""
2389
2390#: builtin/merge.c:1269
2391msgid "Squash commit into empty head not supported yet"
2392msgstr ""
2393
2394#: builtin/merge.c:1271
2395msgid "Non-fast-forward commit does not make sense into an empty head"
2396msgstr ""
2397
2398#: builtin/merge.c:1275 builtin/merge.c:1319
2399#, c-format
2400msgid "%s - not something we can merge"
2401msgstr ""
2402
2403#: builtin/merge.c:1385
2404#, c-format
2405msgid "Updating %s..%s\n"
2406msgstr ""
2407
2408#: builtin/merge.c:1423
2409#, c-format
2410msgid "Trying really trivial in-index merge...\n"
2411msgstr ""
2412
2413#: builtin/merge.c:1430
2414#, c-format
2415msgid "Nope.\n"
2416msgstr ""
2417
2418#: builtin/merge.c:1462
2419msgid "Not possible to fast-forward, aborting."
2420msgstr ""
2421
2422#: builtin/merge.c:1485 builtin/merge.c:1562
2423#, c-format
2424msgid "Rewinding the tree to pristine...\n"
2425msgstr ""
2426
2427#: builtin/merge.c:1489
2428#, c-format
2429msgid "Trying merge strategy %s...\n"
2430msgstr ""
2431
2432#: builtin/merge.c:1553
2433#, c-format
2434msgid "No merge strategy handled the merge.\n"
2435msgstr ""
2436
2437#: builtin/merge.c:1555
2438#, c-format
2439msgid "Merge with strategy %s failed.\n"
2440msgstr ""
2441
2442#: builtin/merge.c:1564
2443#, c-format
2444msgid "Using the %s to prepare resolving by hand.\n"
2445msgstr ""
2446
2447#: builtin/merge.c:1575
2448#, c-format
2449msgid "Automatic merge went well; stopped before committing as requested\n"
2450msgstr ""
2451
2452#: builtin/mv.c:108
2453#, c-format
2454msgid "Checking rename of '%s' to '%s'\n"
2455msgstr ""
2456
2457#: builtin/mv.c:112
2458msgid "bad source"
2459msgstr ""
2460
2461#: builtin/mv.c:115
2462msgid "can not move directory into itself"
2463msgstr ""
2464
2465#: builtin/mv.c:118
2466msgid "cannot move directory over file"
2467msgstr ""
2468
2469#: builtin/mv.c:128
2470#, c-format
2471msgid "Huh? %.*s is in index?"
2472msgstr ""
2473
2474#: builtin/mv.c:140
2475msgid "source directory is empty"
2476msgstr ""
2477
2478#: builtin/mv.c:171
2479msgid "not under version control"
2480msgstr ""
2481
2482#: builtin/mv.c:173
2483msgid "destination exists"
2484msgstr ""
2485
2486#: builtin/mv.c:181
2487#, c-format
2488msgid "overwriting '%s'"
2489msgstr ""
2490
2491#: builtin/mv.c:184
2492msgid "Cannot overwrite"
2493msgstr ""
2494
2495#: builtin/mv.c:187
2496msgid "multiple sources for the same target"
2497msgstr ""
2498
2499#: builtin/mv.c:202
2500#, c-format
2501msgid "%s, source=%s, destination=%s"
2502msgstr ""
2503
2504#: builtin/mv.c:212
2505#, c-format
2506msgid "Renaming %s to %s\n"
2507msgstr ""
2508
2509#: builtin/mv.c:215
2510#, c-format
2511msgid "renaming '%s' failed"
2512msgstr ""
2513
2514#: builtin/notes.c:139
2515#, c-format
2516msgid "unable to start 'show' for object '%s'"
2517msgstr ""
2518
2519#: builtin/notes.c:145
2520msgid "can't fdopen 'show' output fd"
2521msgstr ""
2522
2523#: builtin/notes.c:155
2524#, c-format
2525msgid "failed to close pipe to 'show' for object '%s'"
2526msgstr ""
2527
2528#: builtin/notes.c:158
2529#, c-format
2530msgid "failed to finish 'show' for object '%s'"
2531msgstr ""
2532
2533#: builtin/notes.c:175 builtin/tag.c:343
2534#, c-format
2535msgid "could not create file '%s'"
2536msgstr ""
2537
2538#: builtin/notes.c:189
2539msgid "Please supply the note contents using either -m or -F option"
2540msgstr ""
2541
2542#: builtin/notes.c:210 builtin/notes.c:973
2543#, c-format
2544msgid "Removing note for object %s\n"
2545msgstr ""
2546
2547#: builtin/notes.c:215
2548msgid "unable to write note object"
2549msgstr ""
2550
2551#: builtin/notes.c:217
2552#, c-format
2553msgid "The note contents has been left in %s"
2554msgstr ""
2555
2556#: builtin/notes.c:251 builtin/tag.c:521
2557#, c-format
2558msgid "cannot read '%s'"
2559msgstr ""
2560
2561#: builtin/notes.c:253 builtin/tag.c:524
2562#, c-format
2563msgid "could not open or read '%s'"
2564msgstr ""
2565
2566#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
2567#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
2568#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
2569#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:537
2570#, c-format
2571msgid "Failed to resolve '%s' as a valid ref."
2572msgstr ""
2573
2574#: builtin/notes.c:275
2575#, c-format
2576msgid "Failed to read object '%s'."
2577msgstr ""
2578
2579#: builtin/notes.c:299
2580msgid "Cannot commit uninitialized/unreferenced notes tree"
2581msgstr ""
2582
2583#: builtin/notes.c:340
2584#, c-format
2585msgid "Bad notes.rewriteMode value: '%s'"
2586msgstr ""
2587
2588#: builtin/notes.c:350
2589#, c-format
2590msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2591msgstr ""
2592
2593#. TRANSLATORS: The first %s is the name of the
2594#. environment variable, the second %s is its value
2595#: builtin/notes.c:377
2596#, c-format
2597msgid "Bad %s value: '%s'"
2598msgstr ""
2599
2600#: builtin/notes.c:441
2601#, c-format
2602msgid "Malformed input line: '%s'."
2603msgstr ""
2604
2605#: builtin/notes.c:456
2606#, c-format
2607msgid "Failed to copy notes from '%s' to '%s'"
2608msgstr ""
2609
2610#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
2611#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
2612#: builtin/notes.c:1033
2613msgid "too many parameters"
2614msgstr ""
2615
2616#: builtin/notes.c:513 builtin/notes.c:772
2617#, c-format
2618msgid "No note found for object %s."
2619msgstr ""
2620
2621#: builtin/notes.c:580
2622#, c-format
2623msgid ""
2624"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
2625"existing notes"
2626msgstr ""
2627
2628#: builtin/notes.c:585 builtin/notes.c:662
2629#, c-format
2630msgid "Overwriting existing notes for object %s\n"
2631msgstr ""
2632
2633#: builtin/notes.c:635
2634msgid "too few parameters"
2635msgstr ""
2636
2637#: builtin/notes.c:656
2638#, c-format
2639msgid ""
2640"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
2641"existing notes"
2642msgstr ""
2643
2644#: builtin/notes.c:668
2645#, c-format
2646msgid "Missing notes on source object %s. Cannot copy."
2647msgstr ""
2648
2649#: builtin/notes.c:717
2650#, c-format
2651msgid ""
2652"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
2653"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
2654msgstr ""
2655
2656#: builtin/notes.c:971
2657#, c-format
2658msgid "Object %s has no note\n"
2659msgstr ""
2660
2661#: builtin/notes.c:1103
2662#, c-format
2663msgid "Unknown subcommand: %s"
2664msgstr ""
2665
2666#: builtin/pack-objects.c:2310
2667#, c-format
2668msgid "unsupported index version %s"
2669msgstr ""
2670
2671#: builtin/pack-objects.c:2314
2672#, c-format
2673msgid "bad index version '%s'"
2674msgstr ""
2675
2676#: builtin/pack-objects.c:2322
2677#, c-format
2678msgid "option %s does not accept negative form"
2679msgstr ""
2680
2681#: builtin/pack-objects.c:2326
2682#, c-format
2683msgid "unable to parse value '%s' for option %s"
2684msgstr ""
2685
2686#: builtin/push.c:44
2687msgid "tag shorthand without <tag>"
2688msgstr ""
2689
2690#: builtin/push.c:63
2691msgid "--delete only accepts plain target ref names"
2692msgstr ""
2693
2694#: builtin/push.c:73
2695#, c-format
2696msgid ""
2697"You are not currently on a branch.\n"
2698"To push the history leading to the current (detached HEAD)\n"
2699"state now, use\n"
2700"\n"
2701" git push %s HEAD:<name-of-remote-branch>\n"
2702msgstr ""
2703
2704#: builtin/push.c:80
2705#, c-format
2706msgid ""
2707"The current branch %s has no upstream branch.\n"
2708"To push the current branch and set the remote as upstream, use\n"
2709"\n"
2710" git push --set-upstream %s %s\n"
2711msgstr ""
2712
2713#: builtin/push.c:88
2714#, c-format
2715msgid "The current branch %s has multiple upstream branches, refusing to push."
2716msgstr ""
2717
2718#: builtin/push.c:111
2719msgid ""
2720"You didn't specify any refspecs to push, and push.default is \"nothing\"."
2721msgstr ""
2722
2723#: builtin/push.c:131
2724#, c-format
2725msgid "Pushing to %s\n"
2726msgstr ""
2727
2728#: builtin/push.c:135
2729#, c-format
2730msgid "failed to push some refs to '%s'"
2731msgstr ""
2732
2733#: builtin/push.c:143
2734#, c-format
2735msgid ""
2736"To prevent you from losing history, non-fast-forward updates were rejected\n"
2737"Merge the remote changes (e.g. 'git pull') before pushing again. See the\n"
2738"'Note about fast-forwards' section of 'git push --help' for details.\n"
2739msgstr ""
2740
2741#: builtin/push.c:160
2742#, c-format
2743msgid "bad repository '%s'"
2744msgstr ""
2745
2746#: builtin/push.c:161
2747msgid ""
2748"No configured push destination.\n"
2749"Either specify the URL from the command-line or configure a remote "
2750"repository using\n"
2751"\n"
2752" git remote add <name> <url>\n"
2753"\n"
2754"and then push using the remote name\n"
2755"\n"
2756" git push <name>\n"
2757msgstr ""
2758
2759#: builtin/push.c:176
2760msgid "--all and --tags are incompatible"
2761msgstr ""
2762
2763#: builtin/push.c:177
2764msgid "--all can't be combined with refspecs"
2765msgstr ""
2766
2767#: builtin/push.c:182
2768msgid "--mirror and --tags are incompatible"
2769msgstr ""
2770
2771#: builtin/push.c:183
2772msgid "--mirror can't be combined with refspecs"
2773msgstr ""
2774
2775#: builtin/push.c:188
2776msgid "--all and --mirror are incompatible"
2777msgstr ""
2778
2779#: builtin/push.c:274
2780msgid "--delete is incompatible with --all, --mirror and --tags"
2781msgstr ""
2782
2783#: builtin/push.c:276
2784msgid "--delete doesn't make sense without any refs"
2785msgstr ""
2786
2787#: builtin/reset.c:33
2788msgid "mixed"
2789msgstr ""
2790
2791#: builtin/reset.c:33
2792msgid "soft"
2793msgstr ""
2794
2795#: builtin/reset.c:33
2796msgid "hard"
2797msgstr ""
2798
2799#: builtin/reset.c:33
2800msgid "keep"
2801msgstr ""
2802
2803#: builtin/reset.c:77
2804msgid "You do not have a valid HEAD."
2805msgstr ""
2806
2807#: builtin/reset.c:79
2808msgid "Failed to find tree of HEAD."
2809msgstr ""
2810
2811#: builtin/reset.c:85
2812#, c-format
2813msgid "Failed to find tree of %s."
2814msgstr ""
2815
2816#: builtin/reset.c:96
2817msgid "Could not write new index file."
2818msgstr ""
2819
2820#: builtin/reset.c:106
2821#, c-format
2822msgid "HEAD is now at %s"
2823msgstr ""
2824
2825#: builtin/reset.c:130
2826msgid "Could not read index"
2827msgstr ""
2828
2829#: builtin/reset.c:133
2830msgid "Unstaged changes after reset:"
2831msgstr ""
2832
2833#: builtin/reset.c:223
2834#, c-format
2835msgid "Cannot do a %s reset in the middle of a merge."
2836msgstr ""
2837
2838#: builtin/reset.c:297
2839#, c-format
2840msgid "Could not parse object '%s'."
2841msgstr ""
2842
2843#: builtin/reset.c:302
2844msgid "--patch is incompatible with --{hard,mixed,soft}"
2845msgstr ""
2846
2847#: builtin/reset.c:311
2848msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
2849msgstr ""
2850
2851#: builtin/reset.c:313
2852#, c-format
2853msgid "Cannot do %s reset with paths."
2854msgstr ""
2855
2856#: builtin/reset.c:325
2857#, c-format
2858msgid "%s reset is not allowed in a bare repository"
2859msgstr ""
2860
2861#: builtin/reset.c:341
2862#, c-format
2863msgid "Could not reset index file to revision '%s'."
2864msgstr ""
2865
2866#: builtin/revert.c:70 builtin/revert.c:91
2867#, c-format
2868msgid "%s: %s cannot be used with %s"
2869msgstr ""
2870
2871#: builtin/revert.c:126
2872msgid "program error"
2873msgstr ""
2874
2875#: builtin/revert.c:209
2876msgid "revert failed"
2877msgstr ""
2878
2879#: builtin/revert.c:224
2880msgid "cherry-pick failed"
2881msgstr ""
2882
2883#: builtin/rm.c:109
2884#, c-format
2885msgid ""
2886"'%s' has staged content different from both the file and the HEAD\n"
2887"(use -f to force removal)"
2888msgstr ""
2889
2890#: builtin/rm.c:115
2891#, c-format
2892msgid ""
2893"'%s' has changes staged in the index\n"
2894"(use --cached to keep the file, or -f to force removal)"
2895msgstr ""
2896
2897#: builtin/rm.c:119
2898#, c-format
2899msgid ""
2900"'%s' has local modifications\n"
2901"(use --cached to keep the file, or -f to force removal)"
2902msgstr ""
2903
2904#: builtin/rm.c:194
2905#, c-format
2906msgid "not removing '%s' recursively without -r"
2907msgstr ""
2908
2909#: builtin/rm.c:230
2910#, c-format
2911msgid "git rm: unable to remove %s"
2912msgstr ""
2913
2914#: builtin/shortlog.c:157
2915#, c-format
2916msgid "Missing author: %s"
2917msgstr ""
2918
2919#: builtin/tag.c:58
2920#, c-format
2921msgid "malformed object at '%s'"
2922msgstr ""
2923
2924#: builtin/tag.c:205
2925#, c-format
2926msgid "tag name too long: %.*s..."
2927msgstr ""
2928
2929#: builtin/tag.c:210
2930#, c-format
2931msgid "tag '%s' not found."
2932msgstr ""
2933
2934#: builtin/tag.c:225
2935#, c-format
2936msgid "Deleted tag '%s' (was %s)\n"
2937msgstr ""
2938
2939#: builtin/tag.c:237
2940#, c-format
2941msgid "could not verify the tag '%s'"
2942msgstr ""
2943
2944#: builtin/tag.c:247
2945msgid ""
2946"\n"
2947"#\n"
2948"# Write a tag message\n"
2949"# Lines starting with '#' will be ignored.\n"
2950"#\n"
2951msgstr ""
2952
2953#: builtin/tag.c:254
2954msgid ""
2955"\n"
2956"#\n"
2957"# Write a tag message\n"
2958"# Lines starting with '#' will be kept; you may remove them yourself if you "
2959"want to.\n"
2960"#\n"
2961msgstr ""
2962
2963#: builtin/tag.c:294
2964msgid "unable to sign the tag"
2965msgstr ""
2966
2967#: builtin/tag.c:296
2968msgid "unable to write tag file"
2969msgstr ""
2970
2971#: builtin/tag.c:321
2972msgid "bad object type."
2973msgstr ""
2974
2975#: builtin/tag.c:334
2976msgid "tag header too big."
2977msgstr ""
2978
2979#: builtin/tag.c:366
2980msgid "no tag message?"
2981msgstr ""
2982
2983#: builtin/tag.c:372
2984#, c-format
2985msgid "The tag message has been left in %s\n"
2986msgstr ""
2987
2988#: builtin/tag.c:421
2989msgid "switch 'points-at' requires an object"
2990msgstr ""
2991
2992#: builtin/tag.c:423
2993#, c-format
2994msgid "malformed object name '%s'"
2995msgstr ""
2996
2997#: builtin/tag.c:502
2998msgid "-n option is only allowed with -l."
2999msgstr ""
3000
3001#: builtin/tag.c:504
3002msgid "--contains option is only allowed with -l."
3003msgstr ""
3004
3005#: builtin/tag.c:506
3006msgid "--points-at option is only allowed with -l."
3007msgstr ""
3008
3009#: builtin/tag.c:514
3010msgid "only one -F or -m option is allowed."
3011msgstr ""
3012
3013#: builtin/tag.c:534
3014msgid "too many params"
3015msgstr ""
3016
3017#: builtin/tag.c:540
3018#, c-format
3019msgid "'%s' is not a valid tag name."
3020msgstr ""
3021
3022#: builtin/tag.c:545
3023#, c-format
3024msgid "tag '%s' already exists"
3025msgstr ""
3026
3027#: builtin/tag.c:563
3028#, c-format
3029msgid "%s: cannot lock the ref"
3030msgstr ""
3031
3032#: builtin/tag.c:565
3033#, c-format
3034msgid "%s: cannot update the ref"
3035msgstr ""
3036
3037#: builtin/tag.c:567
3038#, c-format
3039msgid "Updated tag '%s' (was %s)\n"
3040msgstr ""
3041
3042#: git-am.sh:49
3043msgid "You need to set your committer info first"
3044msgstr ""
3045
3046#: git-am.sh:136
3047msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3048msgstr ""
3049
3050#: git-am.sh:147
3051msgid ""
3052"Did you hand edit your patch?\n"
3053"It does not apply to blobs recorded in its index."
3054msgstr ""
3055
3056#: git-am.sh:156
3057msgid "Falling back to patching base and 3-way merge..."
3058msgstr ""
3059
3060#: git-am.sh:268
3061msgid "Only one StGIT patch series can be applied at once"
3062msgstr ""
3063
3064#: git-am.sh:355
3065#, sh-format
3066msgid "Patch format $patch_format is not supported."
3067msgstr ""
3068
3069#: git-am.sh:357
3070msgid "Patch format detection failed."
3071msgstr ""
3072
3073#: git-am.sh:411
3074msgid "-d option is no longer supported. Do not use."
3075msgstr ""
3076
3077#: git-am.sh:474
3078#, sh-format
3079msgid "previous rebase directory $dotest still exists but mbox given."
3080msgstr ""
3081
3082#: git-am.sh:479
3083msgid "Please make up your mind. --skip or --abort?"
3084msgstr ""
3085
3086#: git-am.sh:506
3087msgid "Resolve operation not in progress, we are not resuming."
3088msgstr ""
3089
3090#: git-am.sh:572
3091#, sh-format
3092msgid "Dirty index: cannot apply patches (dirty: $files)"
3093msgstr ""
3094
3095#: git-am.sh:748
3096msgid "cannot be interactive without stdin connected to a terminal."
3097msgstr ""
3098
3099#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3100#. in your translation. The program will only accept English
3101#. input at this point.
3102#: git-am.sh:759
3103msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
3104msgstr ""
3105
3106#: git-am.sh:795
3107#, sh-format
3108msgid "Applying: $FIRSTLINE"
3109msgstr ""
3110
3111#: git-am.sh:840
3112msgid "No changes -- Patch already applied."
3113msgstr ""
3114
3115#: git-am.sh:866
3116msgid "applying to an empty history"
3117msgstr ""
3118
3119#. TRANSLATORS: Make sure to include [Y] and [n] in your
3120#. translation. The program will only accept English input
3121#. at this point.
3122#: git-bisect.sh:54
3123msgid "Do you want me to do it for you [Y/n]? "
3124msgstr ""
3125
3126#: git-bisect.sh:95
3127#, sh-format
3128msgid "unrecognised option: '$arg'"
3129msgstr ""
3130
3131#: git-bisect.sh:99
3132#, sh-format
3133msgid "'$arg' does not appear to be a valid revision"
3134msgstr ""
3135
3136#: git-bisect.sh:117
3137msgid "Bad HEAD - I need a HEAD"
3138msgstr ""
3139
3140#: git-bisect.sh:130
3141#, sh-format
3142msgid ""
3143"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
3144msgstr ""
3145
3146#: git-bisect.sh:140
3147msgid "won't bisect on seeked tree"
3148msgstr ""
3149
3150#: git-bisect.sh:144
3151msgid "Bad HEAD - strange symbolic ref"
3152msgstr ""
3153
3154#: git-bisect.sh:189
3155#, sh-format
3156msgid "Bad bisect_write argument: $state"
3157msgstr ""
3158
3159#: git-bisect.sh:218
3160#, sh-format
3161msgid "Bad rev input: $arg"
3162msgstr ""
3163
3164#: git-bisect.sh:232
3165msgid "Please call 'bisect_state' with at least one argument."
3166msgstr ""
3167
3168#: git-bisect.sh:244
3169#, sh-format
3170msgid "Bad rev input: $rev"
3171msgstr ""
3172
3173#: git-bisect.sh:250
3174msgid "'git bisect bad' can take only one argument."
3175msgstr ""
3176
3177#. TRANSLATORS: Make sure to include [Y] and [n] in your
3178#. translation. The program will only accept English input
3179#. at this point.
3180#: git-bisect.sh:279
3181msgid "Are you sure [Y/n]? "
3182msgstr ""
3183
3184#: git-bisect.sh:354
3185#, sh-format
3186msgid "'$invalid' is not a valid commit"
3187msgstr ""
3188
3189#: git-bisect.sh:363
3190#, sh-format
3191msgid ""
3192"Could not check out original HEAD '$branch'.\n"
3193"Try 'git bisect reset <commit>'."
3194msgstr ""
3195
3196#: git-bisect.sh:390
3197msgid "No logfile given"
3198msgstr ""
3199
3200#: git-bisect.sh:391
3201#, sh-format
3202msgid "cannot read $file for replaying"
3203msgstr ""
3204
3205#: git-bisect.sh:408
3206msgid "?? what are you talking about?"
3207msgstr ""
3208
3209#: git-bisect.sh:474
3210msgid "We are not bisecting."
3211msgstr ""
3212
3213#: git-pull.sh:21
3214msgid ""
3215"Pull is not possible because you have unmerged files.\n"
3216"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
3217"as appropriate to mark resolution, or use 'git commit -a'."
3218msgstr ""
3219
3220#: git-pull.sh:25
3221msgid "Pull is not possible because you have unmerged files."
3222msgstr ""
3223
3224#: git-pull.sh:197
3225msgid "updating an unborn branch with changes added to the index"
3226msgstr ""
3227
3228#: git-pull.sh:253
3229msgid "Cannot merge multiple branches into empty head"
3230msgstr ""
3231
3232#: git-pull.sh:257
3233msgid "Cannot rebase onto multiple branches"
3234msgstr ""
3235
3236#: git-stash.sh:51
3237msgid "git stash clear with parameters is unimplemented"
3238msgstr ""
3239
3240#: git-stash.sh:74
3241msgid "You do not have the initial commit yet"
3242msgstr ""
3243
3244#: git-stash.sh:89
3245msgid "Cannot save the current index state"
3246msgstr ""
3247
3248#: git-stash.sh:123 git-stash.sh:136
3249msgid "Cannot save the current worktree state"
3250msgstr ""
3251
3252#: git-stash.sh:140
3253msgid "No changes selected"
3254msgstr ""
3255
3256#: git-stash.sh:143
3257msgid "Cannot remove temporary index (can't happen)"
3258msgstr ""
3259
3260#: git-stash.sh:156
3261msgid "Cannot record working tree state"
3262msgstr ""
3263
3264#: git-stash.sh:223
3265msgid "No local changes to save"
3266msgstr ""
3267
3268#: git-stash.sh:227
3269msgid "Cannot initialize stash"
3270msgstr ""
3271
3272#: git-stash.sh:235
3273msgid "Cannot save the current status"
3274msgstr ""
3275
3276#: git-stash.sh:253
3277msgid "Cannot remove worktree changes"
3278msgstr ""
3279
3280#: git-stash.sh:352
3281msgid "No stash found."
3282msgstr ""
3283
3284#: git-stash.sh:359
3285#, sh-format
3286msgid "Too many revisions specified: $REV"
3287msgstr ""
3288
3289#: git-stash.sh:365
3290#, sh-format
3291msgid "$reference is not valid reference"
3292msgstr ""
3293
3294#: git-stash.sh:393
3295#, sh-format
3296msgid "'$args' is not a stash-like commit"
3297msgstr ""
3298
3299#: git-stash.sh:404
3300#, sh-format
3301msgid "'$args' is not a stash reference"
3302msgstr ""
3303
3304#: git-stash.sh:412
3305msgid "unable to refresh index"
3306msgstr ""
3307
3308#: git-stash.sh:416
3309msgid "Cannot apply a stash in the middle of a merge"
3310msgstr ""
3311
3312#: git-stash.sh:424
3313msgid "Conflicts in index. Try without --index."
3314msgstr ""
3315
3316#: git-stash.sh:426
3317msgid "Could not save index tree"
3318msgstr ""
3319
3320#: git-stash.sh:460
3321msgid "Cannot unstage modified files"
3322msgstr ""
3323
3324#: git-stash.sh:491
3325#, sh-format
3326msgid "Dropped ${REV} ($s)"
3327msgstr ""
3328
3329#: git-stash.sh:492
3330#, sh-format
3331msgid "${REV}: Could not drop stash entry"
3332msgstr ""
3333
3334#: git-stash.sh:499
3335msgid "No branch name specified"
3336msgstr ""
3337
3338#: git-stash.sh:570
3339msgid "(To restore them type \"git stash apply\")"
3340msgstr ""
3341
3342#: git-submodule.sh:56
3343#, sh-format
3344msgid "cannot strip one component off url '$remoteurl'"
3345msgstr ""
3346
3347#: git-submodule.sh:108
3348#, sh-format
3349msgid "No submodule mapping found in .gitmodules for path '$path'"
3350msgstr ""
3351
3352#: git-submodule.sh:149
3353#, sh-format
3354msgid "Clone of '$url' into submodule path '$path' failed"
3355msgstr ""
3356
3357#: git-submodule.sh:159
3358#, sh-format
3359msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
3360msgstr ""
3361
3362#: git-submodule.sh:247
3363#, sh-format
3364msgid "repo URL: '$repo' must be absolute or begin with ./|../"
3365msgstr ""
3366
3367#: git-submodule.sh:264
3368#, sh-format
3369msgid "'$path' already exists in the index"
3370msgstr ""
3371
3372#: git-submodule.sh:281
3373#, sh-format
3374msgid "'$path' already exists and is not a valid git repo"
3375msgstr ""
3376
3377#: git-submodule.sh:295
3378#, sh-format
3379msgid "Unable to checkout submodule '$path'"
3380msgstr ""
3381
3382#: git-submodule.sh:300
3383#, sh-format
3384msgid "Failed to add submodule '$path'"
3385msgstr ""
3386
3387#: git-submodule.sh:305
3388#, sh-format
3389msgid "Failed to register submodule '$path'"
3390msgstr ""
3391
3392#: git-submodule.sh:347
3393#, sh-format
3394msgid "Entering '$prefix$path'"
3395msgstr ""
3396
3397#: git-submodule.sh:359
3398#, sh-format
3399msgid "Stopping at '$path'; script returned non-zero status."
3400msgstr ""
3401
3402#: git-submodule.sh:401
3403#, sh-format
3404msgid "No url found for submodule path '$path' in .gitmodules"
3405msgstr ""
3406
3407#: git-submodule.sh:410
3408#, sh-format
3409msgid "Failed to register url for submodule path '$path'"
3410msgstr ""
3411
3412#: git-submodule.sh:418
3413#, sh-format
3414msgid "Failed to register update mode for submodule path '$path'"
3415msgstr ""
3416
3417#: git-submodule.sh:420
3418#, sh-format
3419msgid "Submodule '$name' ($url) registered for path '$path'"
3420msgstr ""
3421
3422#: git-submodule.sh:519
3423#, sh-format
3424msgid ""
3425"Submodule path '$path' not initialized\n"
3426"Maybe you want to use 'update --init'?"
3427msgstr ""
3428
3429#: git-submodule.sh:532
3430#, sh-format
3431msgid "Unable to find current revision in submodule path '$path'"
3432msgstr ""
3433
3434#: git-submodule.sh:551
3435#, sh-format
3436msgid "Unable to fetch in submodule path '$path'"
3437msgstr ""
3438
3439#: git-submodule.sh:565
3440#, sh-format
3441msgid "Unable to rebase '$sha1' in submodule path '$path'"
3442msgstr ""
3443
3444#: git-submodule.sh:566
3445#, sh-format
3446msgid "Submodule path '$path': rebased into '$sha1'"
3447msgstr ""
3448
3449#: git-submodule.sh:571
3450#, sh-format
3451msgid "Unable to merge '$sha1' in submodule path '$path'"
3452msgstr ""
3453
3454#: git-submodule.sh:572
3455#, sh-format
3456msgid "Submodule path '$path': merged in '$sha1'"
3457msgstr ""
3458
3459#: git-submodule.sh:577
3460#, sh-format
3461msgid "Unable to checkout '$sha1' in submodule path '$path'"
3462msgstr ""
3463
3464#: git-submodule.sh:578
3465#, sh-format
3466msgid "Submodule path '$path': checked out '$sha1'"
3467msgstr ""
3468
3469#: git-submodule.sh:600 git-submodule.sh:923
3470#, sh-format
3471msgid "Failed to recurse into submodule path '$path'"
3472msgstr ""
3473
3474#: git-submodule.sh:708
3475msgid "--"
3476msgstr ""
3477
3478#: git-submodule.sh:766
3479#, sh-format
3480msgid " Warn: $name doesn't contain commit $sha1_src"
3481msgstr ""
3482
3483#: git-submodule.sh:769
3484#, sh-format
3485msgid " Warn: $name doesn't contain commit $sha1_dst"
3486msgstr ""
3487
3488#: git-submodule.sh:772
3489#, sh-format
3490msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
3491msgstr ""
3492
3493#: git-submodule.sh:797
3494msgid "blob"
3495msgstr ""
3496
3497#: git-submodule.sh:798
3498msgid "submodule"
3499msgstr ""
3500
3501#: git-submodule.sh:969
3502#, sh-format
3503msgid "Synchronizing submodule url for '$name'"
3504msgstr ""