-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgit.pot
9052 lines (7073 loc) · 175 KB
/
git.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: Git Mailing List <[email protected]>\n"
"POT-Creation-Date: 2012-11-30 12:40+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: advice.c:40
#, c-format
msgid "hint: %.*s\n"
msgstr ""
#.
#. * Message used both when 'git commit' fails and when
#. * other commands doing a merge do.
#.
#: advice.c:70
msgid ""
"Fix them up in the work tree,\n"
"and then use 'git add/rm <file>' as\n"
"appropriate to mark resolution and make a commit,\n"
"or use 'git commit -a'."
msgstr ""
#: archive.c:10
msgid "git archive [options] <tree-ish> [<path>...]"
msgstr ""
#: archive.c:11
msgid "git archive --list"
msgstr ""
#: archive.c:12
msgid ""
"git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]"
msgstr ""
#: archive.c:13
msgid "git archive --remote <repo> [--exec <cmd>] --list"
msgstr ""
#: archive.c:322
msgid "fmt"
msgstr ""
#: archive.c:322
msgid "archive format"
msgstr ""
#: archive.c:323 builtin/log.c:1084
msgid "prefix"
msgstr ""
#: archive.c:324
msgid "prepend prefix to each pathname in the archive"
msgstr ""
#: archive.c:325 builtin/archive.c:91 builtin/blame.c:2390
#: builtin/blame.c:2391 builtin/config.c:55 builtin/fast-export.c:642
#: builtin/fast-export.c:644 builtin/grep.c:715 builtin/hash-object.c:77
#: builtin/ls-files.c:494 builtin/ls-files.c:497 builtin/notes.c:540
#: builtin/notes.c:697 builtin/read-tree.c:107 parse-options.h:149
msgid "file"
msgstr ""
#: archive.c:326 builtin/archive.c:92
msgid "write the archive to this file"
msgstr ""
#: archive.c:328
msgid "read .gitattributes in working directory"
msgstr ""
#: archive.c:329
msgid "report archived files on stderr"
msgstr ""
#: archive.c:330
msgid "store only"
msgstr ""
#: archive.c:331
msgid "compress faster"
msgstr ""
#: archive.c:339
msgid "compress better"
msgstr ""
#: archive.c:342
msgid "list supported archive formats"
msgstr ""
#: archive.c:344 builtin/archive.c:93 builtin/clone.c:85
msgid "repo"
msgstr ""
#: archive.c:345 builtin/archive.c:94
msgid "retrieve the archive from remote repository <repo>"
msgstr ""
#: archive.c:346 builtin/archive.c:95 builtin/notes.c:619
msgid "command"
msgstr ""
#: archive.c:347 builtin/archive.c:96
msgid "path to the remote git-upload-archive command"
msgstr ""
#: attr.c:259
msgid ""
"Negative patterns are forbidden in git attributes\n"
"Use '\\!' for literal leading exclamation."
msgstr ""
#: bundle.c:36
#, c-format
msgid "'%s' does not look like a v2 bundle file"
msgstr ""
#: bundle.c:63
#, c-format
msgid "unrecognized header: %s%s (%d)"
msgstr ""
#: bundle.c:89 builtin/commit.c:674
#, c-format
msgid "could not open '%s'"
msgstr ""
#: bundle.c:140
msgid "Repository lacks these prerequisite commits:"
msgstr ""
#: bundle.c:164 sequencer.c:562 sequencer.c:994 builtin/log.c:290
#: builtin/log.c:732 builtin/log.c:1319 builtin/log.c:1535 builtin/merge.c:347
#: builtin/shortlog.c:181
msgid "revision walk setup failed"
msgstr ""
#: bundle.c:186
#, c-format
msgid "The bundle contains %d ref"
msgid_plural "The bundle contains %d refs"
msgstr[0] ""
msgstr[1] ""
#: bundle.c:192
msgid "The bundle records a complete history."
msgstr ""
#: bundle.c:195
#, c-format
msgid "The bundle requires this ref"
msgid_plural "The bundle requires these %d refs"
msgstr[0] ""
msgstr[1] ""
#: bundle.c:294
msgid "rev-list died"
msgstr ""
#: bundle.c:300 builtin/log.c:1215 builtin/shortlog.c:284
#, c-format
msgid "unrecognized argument: %s"
msgstr ""
#: bundle.c:335
#, c-format
msgid "ref '%s' is excluded by the rev-list options"
msgstr ""
#: bundle.c:380
msgid "Refusing to create empty bundle."
msgstr ""
#: bundle.c:398
msgid "Could not spawn pack-objects"
msgstr ""
#: bundle.c:416
msgid "pack-objects died"
msgstr ""
#: bundle.c:419
#, c-format
msgid "cannot create '%s'"
msgstr ""
#: bundle.c:441
msgid "index-pack died"
msgstr ""
#: commit.c:50
#, c-format
msgid "could not parse %s"
msgstr ""
#: commit.c:52
#, c-format
msgid "%s %s is not a commit!"
msgstr ""
#: compat/obstack.c:406 compat/obstack.c:408
msgid "memory exhausted"
msgstr ""
#: connected.c:39
msgid "Could not run 'git rev-list'"
msgstr ""
#: connected.c:48
#, c-format
msgid "failed write to rev-list: %s"
msgstr ""
#: connected.c:56
#, c-format
msgid "failed to close rev-list's stdin: %s"
msgstr ""
#: date.c:95
msgid "in the future"
msgstr ""
#: date.c:101
#, c-format
msgid "%lu second ago"
msgid_plural "%lu seconds ago"
msgstr[0] ""
msgstr[1] ""
#: date.c:108
#, c-format
msgid "%lu minute ago"
msgid_plural "%lu minutes ago"
msgstr[0] ""
msgstr[1] ""
#: date.c:115
#, c-format
msgid "%lu hour ago"
msgid_plural "%lu hours ago"
msgstr[0] ""
msgstr[1] ""
#: date.c:122
#, c-format
msgid "%lu day ago"
msgid_plural "%lu days ago"
msgstr[0] ""
msgstr[1] ""
#: date.c:128
#, c-format
msgid "%lu week ago"
msgid_plural "%lu weeks ago"
msgstr[0] ""
msgstr[1] ""
#: date.c:135
#, c-format
msgid "%lu month ago"
msgid_plural "%lu months ago"
msgstr[0] ""
msgstr[1] ""
#: date.c:146
#, c-format
msgid "%lu year"
msgid_plural "%lu years"
msgstr[0] ""
msgstr[1] ""
#: date.c:149
#, c-format
msgid "%s, %lu month ago"
msgid_plural "%s, %lu months ago"
msgstr[0] ""
msgstr[1] ""
#: date.c:154 date.c:159
#, c-format
msgid "%lu year ago"
msgid_plural "%lu years ago"
msgstr[0] ""
msgstr[1] ""
#: diff.c:111
#, c-format
msgid " Failed to parse dirstat cut-off percentage '%s'\n"
msgstr ""
#: diff.c:116
#, c-format
msgid " Unknown dirstat parameter '%s'\n"
msgstr ""
#: diff.c:194
#, c-format
msgid "Unknown value for 'diff.submodule' config variable: '%s'"
msgstr ""
#: diff.c:237
#, c-format
msgid ""
"Found errors in 'diff.dirstat' config variable:\n"
"%s"
msgstr ""
#: diff.c:3494
#, c-format
msgid ""
"Failed to parse --dirstat/-X option parameter:\n"
"%s"
msgstr ""
#: diff.c:3508
#, c-format
msgid "Failed to parse --submodule option parameter: '%s'"
msgstr ""
#: gpg-interface.c:59
msgid "could not run gpg."
msgstr ""
#: gpg-interface.c:71
msgid "gpg did not accept the data"
msgstr ""
#: gpg-interface.c:82
msgid "gpg failed to sign the data"
msgstr ""
#: grep.c:1622
#, c-format
msgid "'%s': unable to read %s"
msgstr ""
#: grep.c:1639
#, c-format
msgid "'%s': %s"
msgstr ""
#: grep.c:1650
#, c-format
msgid "'%s': short read %s"
msgstr ""
#: help.c:212
#, c-format
msgid "available git commands in '%s'"
msgstr ""
#: help.c:219
msgid "git commands available from elsewhere on your $PATH"
msgstr ""
#: help.c:275
#, c-format
msgid ""
"'%s' appears to be a git command, but we were not\n"
"able to execute it. Maybe git-%s is broken?"
msgstr ""
#: help.c:332
msgid "Uh oh. Your system reports no Git commands at all."
msgstr ""
#: help.c:354
#, c-format
msgid ""
"WARNING: You called a Git command named '%s', which does not exist.\n"
"Continuing under the assumption that you meant '%s'"
msgstr ""
#: help.c:359
#, c-format
msgid "in %0.1f seconds automatically..."
msgstr ""
#: help.c:366
#, c-format
msgid "git: '%s' is not a git command. See 'git --help'."
msgstr ""
#: help.c:370
msgid ""
"\n"
"Did you mean this?"
msgid_plural ""
"\n"
"Did you mean one of these?"
msgstr[0] ""
msgstr[1] ""
#: merge.c:56
msgid "failed to read the cache"
msgstr ""
#: merge.c:110 builtin/checkout.c:333 builtin/checkout.c:534
#: builtin/clone.c:586
msgid "unable to write new index file"
msgstr ""
#: merge-recursive.c:190
#, c-format
msgid "(bad commit)\n"
msgstr ""
#: merge-recursive.c:206
#, c-format
msgid "addinfo_cache failed for path '%s'"
msgstr ""
#: merge-recursive.c:268
msgid "error building trees"
msgstr ""
#: merge-recursive.c:672
#, c-format
msgid "failed to create path '%s'%s"
msgstr ""
#: merge-recursive.c:683
#, c-format
msgid "Removing %s to make room for subdirectory\n"
msgstr ""
#. something else exists
#. .. but not some other error (who really cares what?)
#: merge-recursive.c:697 merge-recursive.c:718
msgid ": perhaps a D/F conflict?"
msgstr ""
#: merge-recursive.c:708
#, c-format
msgid "refusing to lose untracked file at '%s'"
msgstr ""
#: merge-recursive.c:748
#, c-format
msgid "cannot read object %s '%s'"
msgstr ""
#: merge-recursive.c:750
#, c-format
msgid "blob expected for %s '%s'"
msgstr ""
#: merge-recursive.c:773 builtin/clone.c:302
#, c-format
msgid "failed to open '%s'"
msgstr ""
#: merge-recursive.c:781
#, c-format
msgid "failed to symlink '%s'"
msgstr ""
#: merge-recursive.c:784
#, c-format
msgid "do not know what to do with %06o %s '%s'"
msgstr ""
#: merge-recursive.c:922
msgid "Failed to execute internal merge"
msgstr ""
#: merge-recursive.c:926
#, c-format
msgid "Unable to add %s to database"
msgstr ""
#: merge-recursive.c:942
msgid "unsupported object type in the tree"
msgstr ""
#: merge-recursive.c:1021 merge-recursive.c:1035
#, c-format
msgid ""
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
"in tree."
msgstr ""
#: merge-recursive.c:1027 merge-recursive.c:1040
#, c-format
msgid ""
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
"in tree at %s."
msgstr ""
#: merge-recursive.c:1081
msgid "rename"
msgstr ""
#: merge-recursive.c:1081
msgid "renamed"
msgstr ""
#: merge-recursive.c:1137
#, c-format
msgid "%s is a directory in %s adding as %s instead"
msgstr ""
#: merge-recursive.c:1159
#, c-format
msgid ""
"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
"\"->\"%s\" in \"%s\"%s"
msgstr ""
#: merge-recursive.c:1164
msgid " (left unresolved)"
msgstr ""
#: merge-recursive.c:1218
#, c-format
msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
msgstr ""
#: merge-recursive.c:1248
#, c-format
msgid "Renaming %s to %s and %s to %s instead"
msgstr ""
#: merge-recursive.c:1447
#, c-format
msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
msgstr ""
#: merge-recursive.c:1457
#, c-format
msgid "Adding merged %s"
msgstr ""
#: merge-recursive.c:1462 merge-recursive.c:1660
#, c-format
msgid "Adding as %s instead"
msgstr ""
#: merge-recursive.c:1513
#, c-format
msgid "cannot read object %s"
msgstr ""
#: merge-recursive.c:1516
#, c-format
msgid "object %s is not a blob"
msgstr ""
#: merge-recursive.c:1564
msgid "modify"
msgstr ""
#: merge-recursive.c:1564
msgid "modified"
msgstr ""
#: merge-recursive.c:1574
msgid "content"
msgstr ""
#: merge-recursive.c:1581
msgid "add/add"
msgstr ""
#: merge-recursive.c:1615
#, c-format
msgid "Skipped %s (merged same as existing)"
msgstr ""
#: merge-recursive.c:1629
#, c-format
msgid "Auto-merging %s"
msgstr ""
#: merge-recursive.c:1633 git-submodule.sh:893
msgid "submodule"
msgstr ""
#: merge-recursive.c:1634
#, c-format
msgid "CONFLICT (%s): Merge conflict in %s"
msgstr ""
#: merge-recursive.c:1724
#, c-format
msgid "Removing %s"
msgstr ""
#: merge-recursive.c:1749
msgid "file/directory"
msgstr ""
#: merge-recursive.c:1755
msgid "directory/file"
msgstr ""
#: merge-recursive.c:1760
#, c-format
msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
msgstr ""
#: merge-recursive.c:1770
#, c-format
msgid "Adding %s"
msgstr ""
#: merge-recursive.c:1787
msgid "Fatal merge failure, shouldn't happen."
msgstr ""
#: merge-recursive.c:1806
msgid "Already up-to-date!"
msgstr ""
#: merge-recursive.c:1815
#, c-format
msgid "merging of trees %s and %s failed"
msgstr ""
#: merge-recursive.c:1845
#, c-format
msgid "Unprocessed path??? %s"
msgstr ""
#: merge-recursive.c:1890
msgid "Merging:"
msgstr ""
#: merge-recursive.c:1903
#, c-format
msgid "found %u common ancestor:"
msgid_plural "found %u common ancestors:"
msgstr[0] ""
msgstr[1] ""
#: merge-recursive.c:1940
msgid "merge returned no commit"
msgstr ""
#: merge-recursive.c:1997
#, c-format
msgid "Could not parse object '%s'"
msgstr ""
#: merge-recursive.c:2009 builtin/merge.c:643
msgid "Unable to write index."
msgstr ""
#: parse-options.c:494
msgid "..."
msgstr ""
#: parse-options.c:512
#, c-format
msgid "usage: %s"
msgstr ""
#. TRANSLATORS: the colon here should align with the
#. one in "usage: %s" translation
#: parse-options.c:516
#, c-format
msgid " or: %s"
msgstr ""
#: parse-options.c:519
#, c-format
msgid " %s"
msgstr ""
#: remote.c:1632
#, c-format
msgid "Your branch is ahead of '%s' by %d commit.\n"
msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
msgstr[0] ""
msgstr[1] ""
#: remote.c:1637
msgid " (use \"git push\" to publish your local commits)\n"
msgstr ""
#: remote.c:1640
#, c-format
msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
msgid_plural ""
"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
msgstr[0] ""
msgstr[1] ""
#: remote.c:1647
msgid " (use \"git pull\" to update your local branch)\n"
msgstr ""
#: remote.c:1650
#, c-format
msgid ""
"Your branch and '%s' have diverged,\n"
"and have %d and %d different commit each, respectively.\n"
msgid_plural ""
"Your branch and '%s' have diverged,\n"
"and have %d and %d different commits each, respectively.\n"
msgstr[0] ""
msgstr[1] ""
#: remote.c:1659
msgid " (use \"git pull\" to merge the remote branch into yours)\n"
msgstr ""
#: sequencer.c:123 builtin/merge.c:761 builtin/merge.c:874 builtin/merge.c:984
#: builtin/merge.c:994
#, c-format
msgid "Could not open '%s' for writing"
msgstr ""
#: sequencer.c:125 builtin/merge.c:333 builtin/merge.c:764 builtin/merge.c:986
#: builtin/merge.c:999
#, c-format
msgid "Could not write to '%s'"
msgstr ""
#: sequencer.c:146
msgid ""
"after resolving the conflicts, mark the corrected paths\n"
"with 'git add <paths>' or 'git rm <paths>'"
msgstr ""
#: sequencer.c:149
msgid ""
"after resolving the conflicts, mark the corrected paths\n"
"with 'git add <paths>' or 'git rm <paths>'\n"
"and commit the result with 'git commit'"
msgstr ""
#: sequencer.c:162 sequencer.c:770 sequencer.c:853
#, c-format
msgid "Could not write to %s"
msgstr ""
#: sequencer.c:165
#, c-format
msgid "Error wrapping up %s"
msgstr ""
#: sequencer.c:180
msgid "Your local changes would be overwritten by cherry-pick."
msgstr ""
#: sequencer.c:182
msgid "Your local changes would be overwritten by revert."
msgstr ""
#: sequencer.c:185
msgid "Commit your changes or stash them to proceed."
msgstr ""
#. TRANSLATORS: %s will be "revert" or "cherry-pick"
#: sequencer.c:235
#, c-format
msgid "%s: Unable to write new index file"
msgstr ""
#: sequencer.c:266
msgid "Could not resolve HEAD commit\n"
msgstr ""
#: sequencer.c:287
msgid "Unable to update cache tree\n"
msgstr ""
#: sequencer.c:332
#, c-format
msgid "Could not parse commit %s\n"
msgstr ""
#: sequencer.c:337
#, c-format
msgid "Could not parse parent commit %s\n"
msgstr ""
#: sequencer.c:403
msgid "Your index file is unmerged."
msgstr ""
#: sequencer.c:406
msgid "You do not have a valid HEAD"
msgstr ""
#: sequencer.c:421
#, c-format
msgid "Commit %s is a merge but no -m option was given."
msgstr ""
#: sequencer.c:429
#, c-format
msgid "Commit %s does not have parent %d"
msgstr ""
#: sequencer.c:433
#, c-format
msgid "Mainline was specified but commit %s is not a merge."
msgstr ""
#. TRANSLATORS: The first %s will be "revert" or
#. "cherry-pick", the second %s a SHA1
#: sequencer.c:444
#, c-format
msgid "%s: cannot parse parent commit %s"
msgstr ""
#: sequencer.c:448
#, c-format
msgid "Cannot get commit message for %s"
msgstr ""
#: sequencer.c:532
#, c-format
msgid "could not revert %s... %s"
msgstr ""
#: sequencer.c:533
#, c-format
msgid "could not apply %s... %s"
msgstr ""
#: sequencer.c:565
msgid "empty commit set passed"
msgstr ""
#: sequencer.c:573
#, c-format
msgid "git %s: failed to read the index"
msgstr ""
#: sequencer.c:578
#, c-format
msgid "git %s: failed to refresh the index"
msgstr ""
#: sequencer.c:636
#, c-format
msgid "Cannot %s during a %s"
msgstr ""
#: sequencer.c:658
#, c-format
msgid "Could not parse line %d."
msgstr ""
#: sequencer.c:663
msgid "No commits parsed."
msgstr ""
#: sequencer.c:676
#, c-format
msgid "Could not open %s"
msgstr ""
#: sequencer.c:680
#, c-format
msgid "Could not read %s."
msgstr ""
#: sequencer.c:687
#, c-format
msgid "Unusable instruction sheet: %s"
msgstr ""
#: sequencer.c:715
#, c-format
msgid "Invalid key: %s"
msgstr ""
#: sequencer.c:718
#, c-format
msgid "Invalid value for %s: %s"
msgstr ""
#: sequencer.c:730
#, c-format
msgid "Malformed options sheet: %s"
msgstr ""
#: sequencer.c:751
msgid "a cherry-pick or revert is already in progress"
msgstr ""
#: sequencer.c:752
msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
msgstr ""
#: sequencer.c:756
#, c-format
msgid "Could not create sequencer directory %s"
msgstr ""
#: sequencer.c:772 sequencer.c:857
#, c-format
msgid "Error wrapping up %s."
msgstr ""
#: sequencer.c:791 sequencer.c:925
msgid "no cherry-pick or revert in progress"
msgstr ""
#: sequencer.c:793
msgid "cannot resolve HEAD"
msgstr ""
#: sequencer.c:795
msgid "cannot abort from a branch yet to be born"
msgstr ""
#: sequencer.c:817 builtin/apply.c:4005
#, c-format
msgid "cannot open %s: %s"
msgstr ""
#: sequencer.c:820
#, c-format
msgid "cannot read %s: %s"
msgstr ""
#: sequencer.c:821
msgid "unexpected end of file"
msgstr ""
#: sequencer.c:827
#, c-format
msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
msgstr ""
#: sequencer.c:850
#, c-format
msgid "Could not format %s."
msgstr ""
#: sequencer.c:1012
msgid "Can't revert as initial commit"
msgstr ""
#: sequencer.c:1013
msgid "Can't cherry-pick into empty head"
msgstr ""
#: sha1_name.c:1044
msgid "HEAD does not point to a branch"
msgstr ""
#: sha1_name.c:1047
#, c-format
msgid "No such branch: '%s'"
msgstr ""
#: sha1_name.c:1049
#, c-format
msgid "No upstream configured for branch '%s'"
msgstr ""
#: sha1_name.c:1052
#, c-format
msgid "Upstream branch '%s' not stored as a remote-tracking branch"
msgstr ""
#: wrapper.c:408
#, c-format
msgid "unable to access '%s': %s"
msgstr ""
#: wrapper.c:426
#, c-format
msgid "unable to look up current user in the passwd file: %s"
msgstr ""
#: wrapper.c:427
msgid "no such user"
msgstr ""
#: wt-status.c:140
msgid "Unmerged paths:"
msgstr ""
#: wt-status.c:167 wt-status.c:194
#, c-format
msgid " (use \"git reset %s <file>...\" to unstage)"
msgstr ""