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