forked from mashirozx/sakura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsakura.pot
1861 lines (1428 loc) · 34.4 KB
/
sakura.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
#, fuzzy
msgid ""
msgstr ""
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"Project-Id-Version: Sakura\n"
"POT-Creation-Date: 2020-04-06 17:55+0800\n"
"PO-Revision-Date: 2019-11-01 14:27+0800\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
"X-Poedit-WPHeader: style.css\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;"
"esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;"
"__ngettext_noop:1,2\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
#: 404.php:17
#, php-format
msgid "page %s"
msgstr ""
#: 404.php:46
msgid "return to previous page"
msgstr ""
#: 404.php:47
msgid "return to home page"
msgstr ""
#: 404.php:50
msgid "Don't worry, search in site?"
msgstr ""
#: 404.php:53 footer.php:62 search.php:42
msgid "Search..."
msgstr ""
#: comments.php:21
msgid "view comments"
msgstr ""
#: comments.php:22 comments.php:27
msgid " comment"
msgstr ""
#: comments.php:22 comments.php:27
msgid " comments"
msgstr ""
#: comments.php:43
msgid "no comment"
msgstr ""
#: comments.php:53
msgid "I'm not a robot"
msgstr ""
#: comments.php:54
msgid "Comment in private"
msgstr ""
#: comments.php:55
msgid "Comment reply notify"
msgstr ""
#: comments.php:60
msgid "Leave a Reply to"
msgstr ""
#: comments.php:61
msgid "Cancel Reply"
msgstr ""
#: comments.php:62
msgid "BiuBiuBiu~"
msgstr ""
#: comments.php:63
msgid "You are a surprise that I will only meet once in my life"
msgstr ""
#: comments.php:67
msgid "Click me OωO"
msgstr ""
#: comments.php:68
msgid "Woooooow ヾ(≧∇≦*)ゝ"
msgstr ""
#: comments.php:93
msgid "Auto pull nickname and avatar with a QQ num. entered"
msgstr ""
#: comments.php:93
msgid "Nickname or QQ number"
msgstr ""
#: comments.php:93
msgid "Name* "
msgstr ""
#: comments.php:95
msgid "You will receive notification by email"
msgstr ""
#: comments.php:95
msgid "email"
msgstr ""
#: comments.php:95
msgid "Must* "
msgstr ""
#: comments.php:97
msgid "Advertisement is forbidden 😀"
msgstr ""
#: comments.php:97
msgid "Site"
msgstr ""
#: footer.php:75 footer.php:83
msgid "Want to find something?"
msgstr ""
#: footer.php:85
msgid "Search"
msgstr ""
#: footer.php:144
msgid "Widgets"
msgstr ""
#: functions.php:51
msgid "Nav Menus"
msgstr ""
#: functions.php:423 inc/theme_plus.php:186 layouts/authorprofile.php:11 options.php:121
msgid "Author"
msgstr ""
#: functions.php:423
msgid "Blogger"
msgstr ""
#: functions.php:427
msgid "Location"
msgstr ""
#: functions.php:431
msgid "Private"
msgstr ""
#: functions.php:433
msgid "Yes"
msgstr ""
#: functions.php:435
msgid "No"
msgstr ""
#: functions.php:438
msgid "Edit"
msgstr ""
#: functions.php:527
msgid ""
"Please install pulgin <a href=\"https://wordpress.org/plugins/wp-statistics/\" target=\"_blank"
"\">WP-Statistics</a>"
msgstr ""
#: functions.php:577
msgid "This guy is so lazy ╮(╯▽╰)╭"
msgstr ""
#: functions.php:1334
msgid "All expand/collapse"
msgstr ""
#: functions.php:1355 options.php:834
msgid " "
msgstr ""
#: functions.php:1359
msgid " post(s)"
msgstr ""
#: functions.php:1382 functions.php:1385 inc/theme_plus.php:478
msgid "Dashboard"
msgstr ""
#: functions.php:1611
msgid "<b>ERROR</b>: This email domain (<b>@"
msgstr ""
#: functions.php:1716
msgid "QQ"
msgstr ""
#: functions.php:1788
msgid "Sidebar"
msgstr ""
#: functions.php:1900
msgid ""
"<b> For a better experience, please do not set <a href=\"/wp-admin/options-permalink.php\"> "
"permalink </a> as plain. To do this, you may need to configure <a href=\"https://www.wpdaxue."
"com/wordpress-rewriterule.html\" target=\"_blank\"> pseudo-static </a>. </ b>"
msgstr ""
#: header.php:35
#, php-format
msgid "page %s "
msgstr ""
#: inc/categories-images.php:45 inc/categories-images.php:66
msgid "category/tag image"
msgstr ""
#: inc/categories-images.php:48 inc/categories-images.php:68 inc/categories-images.php:197
msgid "add image"
msgstr ""
#: inc/categories-images.php:69 inc/categories-images.php:198
msgid "remove image"
msgstr ""
#: inc/categories-images.php:211
msgid "image"
msgstr ""
#: inc/categories-images.php:223
msgid "no image"
msgstr ""
#: inc/classes/Cache.php:70 inc/theme_plus.php:727
msgid "The comment is private"
msgstr ""
#: inc/options-framework.php:182 inc/options-framework.php:183 inc/options-framework.php:412
msgid "Sakura Options"
msgstr ""
#: inc/options-framework.php:228
msgid "Clear"
msgstr ""
#: inc/options-framework.php:229
msgid "Default"
msgstr ""
#: inc/options-framework.php:230
msgid "Select Color"
msgstr ""
#: inc/options-framework.php:275
msgid "Save"
msgstr ""
#: inc/options-framework.php:276
msgid "Restore default"
msgstr ""
#: inc/options-framework.php:276
msgid "All setting will be lost, sure?"
msgstr ""
#: inc/options-framework.php:308
msgid "Default options restored."
msgstr ""
#: inc/options-framework.php:362
msgid "Options saved."
msgstr ""
#: inc/options-media-uploader.php:51
msgid "Choose file"
msgstr ""
#: inc/options-media-uploader.php:54 inc/options-media-uploader.php:113
msgid "Upload"
msgstr ""
#: inc/options-media-uploader.php:56 inc/options-media-uploader.php:114
msgid "Remove"
msgstr ""
#: inc/options-media-uploader.php:59
msgid "Upgrade your version of WordPress for full media support."
msgstr ""
#: inc/options-media-uploader.php:83
msgid "View File"
msgstr ""
#: inc/template-tags.php:28
#, php-format
msgctxt "post date"
msgid "Posted on %s"
msgstr ""
#: inc/template-tags.php:33
#, php-format
msgctxt "post author"
msgid "by %s"
msgstr ""
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:50 inc/template-tags.php:56
msgid ", "
msgstr ""
#: inc/template-tags.php:52
#, php-format
msgid "Posted in %1$s"
msgstr ""
#: inc/template-tags.php:58
#, php-format
msgid "Tagged %1$s"
msgstr ""
#. translators: %s: post title
#: inc/template-tags.php:65
#, php-format
msgid "Leave a Comment<span class=\"screen-reader-text\"> on %s</span>"
msgstr ""
#. translators: %s: Name of current post
#: inc/template-tags.php:72 tpl/content-page.php:35
#, php-format
msgid "Edit %s"
msgstr ""
#: inc/theme_plus.php:60
msgid " days ago"
msgstr ""
#: inc/theme_plus.php:61
msgid " hours ago"
msgstr ""
#: inc/theme_plus.php:62
msgid " minutes ago"
msgstr ""
#: inc/theme_plus.php:63
msgid " seconds ago"
msgstr ""
#: inc/theme_plus.php:71
msgid "Posted on "
msgstr ""
#: inc/theme_plus.php:130
msgid "Please upgrade wordpress to version 4.4+"
msgstr ""
#: inc/theme_plus.php:232
msgid "dashboard"
msgstr ""
#: inc/theme_plus.php:234
msgid "home"
msgstr ""
#: inc/theme_plus.php:241
msgid "Login successful, "
msgstr ""
#: inc/theme_plus.php:241
msgid "seconds later automatically transfer to"
msgstr ""
#: inc/theme_plus.php:264
msgid "Change avatar"
msgstr ""
#: inc/theme_plus.php:265
msgid "Hello, "
msgstr ""
#: inc/theme_plus.php:269
msgid "Home"
msgstr ""
#: inc/theme_plus.php:271
msgid "Manage"
msgstr ""
#: inc/theme_plus.php:273
msgid "Logout"
msgstr ""
#: inc/theme_plus.php:273
msgid "Sign out? "
msgstr ""
#: inc/theme_plus.php:298 inc/theme_plus.php:353 inc/theme_plus.php:421 tpl/content-single.php:16
#: tpl/single-image.php:18
msgid "View"
msgid_plural "Views"
msgstr[0] ""
msgstr[1] ""
#: inc/theme_plus.php:310 inc/theme_plus.php:368 inc/theme_plus.php:436
#, php-format
msgid "Search results for \" %s \""
msgstr ""
#: inc/theme_plus.php:416
msgid "EDIT"
msgstr ""
#: inc/theme_plus.php:479
msgid "New post"
msgstr ""
#: inc/theme_plus.php:481
msgid "Profile"
msgstr ""
#: inc/theme_plus.php:482
msgid "Sign out"
msgstr ""
#: layouts/duoshuo.php:12
msgid "View comments"
msgstr ""
#: options.php:34 options.php:45 options.php:299
msgid "1"
msgstr ""
#: options.php:35 options.php:46 options.php:300
msgid "2"
msgstr ""
#: options.php:36 options.php:47 options.php:301
msgid "3"
msgstr ""
#: options.php:37 options.php:48 options.php:302
msgid "4"
msgstr ""
#: options.php:38 options.php:49 options.php:303
msgid "5"
msgstr ""
#: options.php:39 options.php:304
msgid "6"
msgstr ""
#: options.php:40 options.php:305
msgid "7"
msgstr ""
#: options.php:110
msgid "Basic settings"
msgstr ""
#: options.php:114
msgid "Site title"
msgstr ""
#: options.php:115
msgid "Mashiro's Blog"
msgstr ""
#: options.php:122
msgid "Mashiro"
msgstr ""
#: options.php:128
msgid "Theme style"
msgstr ""
#: options.php:131
msgid "Custom theme color"
msgstr ""
#: options.php:136
msgid "Theme scheme tool transparency"
msgstr ""
#: options.php:137
msgid ""
"Adjust the theme scheme menu transparency, the smaller the value, the more transparent. The "
"default value is 0.8"
msgstr ""
#: options.php:142
msgid "Transparent"
msgstr ""
#: options.php:143
msgid "Transparency 0.1"
msgstr ""
#: options.php:144
msgid "Transparency 0.2"
msgstr ""
#: options.php:145
msgid "Transparency 0.3"
msgstr ""
#: options.php:146
msgid "Transparency 0.4"
msgstr ""
#: options.php:147
msgid "Transparency 0.5"
msgstr ""
#: options.php:148
msgid "Transparency 0.6"
msgstr ""
#: options.php:149
msgid "Transparency 0.7"
msgstr ""
#: options.php:150
msgid "Transparency 0.8"
msgstr ""
#: options.php:151
msgid "Transparency 0.9"
msgstr ""
#: options.php:152
msgid "Opaque"
msgstr ""
#: options.php:156
msgid "Change web background"
msgstr ""
#: options.php:157
msgid ""
"The foreground switches the background of the webpage. There are 8 urls separated by commas. "
"The order corresponds to the foreground scheme tool button position (the order of the buttons "
"is from left to right, top to bottom). If no background is needed, fill in the corresponding "
"position as none.<strong>Note: If the theme is updated from v3.2.3 and below, be sure to "
"change the [Version Control] parameter under the [Other] tab of this configuration page to any "
"new value!</strong>"
msgstr ""
#: options.php:163
msgid "Personal avatar"
msgstr ""
#: options.php:164
msgid "The best size is 130px*130px."
msgstr ""
#: options.php:169
msgid "Text LOGO"
msgstr ""
#: options.php:170
msgid ""
"The home page does not display the avatar above, but displays a paragraph of text (use the "
"avatar above if left blank).The text is recommended not to be too long, about 16 bytes is "
"appropriate."
msgstr ""
#: options.php:176
msgid "logo"
msgstr ""
#: options.php:177
msgid "The best height size is 40px。"
msgstr ""
#: options.php:182
msgid "Favicon"
msgstr ""
#: options.php:183
msgid "It is the small logo on the browser tab, fill in the url"
msgstr ""
#: options.php:189
msgid "Custom keywords and descriptions "
msgstr ""
#: options.php:190
msgid "Customize keywords and descriptions after opening"
msgstr ""
#: options.php:196
msgid "Site keywords"
msgstr ""
#: options.php:197
msgid "Each keyword is divided by a comma \",\" and the number is within 5."
msgstr ""
#: options.php:203
msgid "Site descriptions"
msgstr ""
#: options.php:204
msgid "Describe the site in concise text, with a maximum of 120 words."
msgstr ""
#: options.php:210
msgid "Expand the nav menu"
msgstr ""
#: options.php:211
msgid "Check to enable, default shrink"
msgstr ""
#: options.php:217
msgid "Head decoration"
msgstr ""
#: options.php:218
msgid ""
"Enable by default, check off, display on the article page, separate page and category page"
msgstr ""
#: options.php:224
msgid "Search button"
msgstr ""
#: options.php:229 options.php:270 options.php:574 options.php:584 options.php:594
#: options.php:604
msgid "Open"
msgstr ""
#: options.php:230 options.php:271 options.php:575 options.php:585 options.php:595
#: options.php:605
msgid "Close"
msgstr ""
#: options.php:234
msgid "Home article style"
msgstr ""
#: options.php:239
msgid "Standard"
msgstr ""
#: options.php:240
msgid "Graphic"
msgstr ""
#: options.php:244
msgid "Home article feature images (only valid for standard mode)"
msgstr ""
#: options.php:249
msgid "Round"
msgstr ""
#: options.php:250
msgid "Square"
msgstr ""
#: options.php:254
msgid ""
"Home article feature images alignment (only for graphic mode, default left and right alternate)"
msgstr ""
#: options.php:259
msgid "Left"
msgstr ""
#: options.php:260
msgid "Right"
msgstr ""
#: options.php:261
msgid "Alternate"
msgstr ""
#: options.php:265
msgid "Comment shrink"
msgstr ""
#: options.php:275
msgid "Display author information at the end of the article?"
msgstr ""
#: options.php:276
msgid "Check to enable"
msgstr ""
#: options.php:282
msgid "Paging mode"
msgstr ""
#: options.php:287
msgid "Ajax load"
msgstr ""
#: options.php:288
msgid "Previous and next page"
msgstr ""
#: options.php:292
msgid "Automatically load the next page"
msgstr ""
#: options.php:293
msgid ""
"(seconds) Set to automatically load the next page time, the default is not automatically loaded"
msgstr ""
#: options.php:298
msgid "0"
msgstr ""
#: options.php:306
msgid "8"
msgstr ""
#: options.php:307
msgid "9"
msgstr ""
#: options.php:308
msgid "10"
msgstr ""
#: options.php:309
msgid "Do not load automatically"
msgstr ""
#: options.php:313
msgid "Blogger description"
msgstr ""
#: options.php:314
msgid "A self-described statement"
msgstr ""
#: options.php:320
msgid "Footer info"
msgstr ""
#: options.php:321
msgid "Footer description, support for HTML code"
msgstr ""
#: options.php:327
msgid "Google analytics"
msgstr ""
#: options.php:328
msgid "UA-xxxxx-x"
msgstr ""
#: options.php:334
msgid "CNZZ Statistics (not recommand)"
msgstr ""
#: options.php:335
msgid "Statistics code, which will be invisible in web page."
msgstr ""
#: options.php:341
msgid "Customize CSS styles"
msgstr ""
#: options.php:342
msgid "Fill in the CSS code directly, no need to write style tags"
msgstr ""
#: options.php:349
msgid "First screen"
msgstr ""
#: options.php:353
msgid "Main switch"
msgstr ""
#: options.php:354 options.php:398
msgid "Default on, check off"
msgstr ""
#: options.php:360
msgid "Social information"
msgstr ""
#: options.php:361
msgid "Enable by default, check off, display avatar, signature, SNS"
msgstr ""
#: options.php:367
msgid "Social information style"
msgstr ""
#: options.php:372
msgid "Merge with signature"
msgstr ""
#: options.php:373
msgid "Independent line"
msgstr ""
#: options.php:377
msgid "Cover manifest"
msgstr ""
#: options.php:378
msgid "Select how to call the cover random image"
msgstr ""
#: options.php:383
msgid "webp images (optimization)"
msgstr ""
#: options.php:384
msgid "built-in api (default)"
msgstr ""
#: options.php:385
msgid "custom api (advanced)"
msgstr ""
#: options.php:390
msgid "Cover images url"
msgstr ""
#: options.php:391
#, php-format
msgid ""
"Fill in the manifest path for random picture display, please refer to <a href = \"https: //"
"github.com/mashirozx/Sakura/wiki/options\">Wiki </a>. If you select webp images above, click "
"<a href = \"%s\">here</a> to update manifest"
msgstr ""
#: options.php:397
msgid "full-screen display"
msgstr ""
#: options.php:404
msgid "Enable video"
msgstr ""
#: options.php:405
msgid "Check on"
msgstr ""
#: options.php:411
msgid "Live"
msgstr ""
#: options.php:412
msgid "Check to enable, the video will continue to play automatically, you need to enable Pjax"
msgstr ""
#: options.php:418
msgid "Video address"
msgstr ""
#: options.php:419
msgid ""
"The source address of the video, the address is spliced below the video name, the slash is not "
"required at the end of the address"
msgstr ""
#: options.php:425
msgid "Video name"
msgstr ""
#: options.php:426
msgid ""
"abc.mp4, just fill in the video file name abc, multiple videos separated by commas such as "
"abc, efg, do not care about the order, because the loading is random extraction"
msgstr ""
#: options.php:432
msgid "Background image filter"
msgstr ""
#: options.php:437
msgid "Nothing"
msgstr ""
#: options.php:438
msgid "Undertint"
msgstr ""
#: options.php:439
msgid "Dim"
msgstr ""
#: options.php:440
msgid "Grid"
msgstr ""
#: options.php:441
msgid "Dot"
msgstr ""
#: options.php:445
msgid "Whether to turn on the top-feature"
msgstr ""
#: options.php:446 options.php:1126
msgid "Default on"
msgstr ""
#: options.php:452
msgid "Top-feature style"
msgstr ""
#: options.php:457
msgid "Alternate left and right"
msgstr ""
#: options.php:458
msgid "From bottom to top"
msgstr ""
#: options.php:462
msgid "Top-feature title"
msgstr ""
#: options.php:463
msgid ""
"Default is Discovery, you can also change it to other, of course you can't use it as an "
"advertisement!Not allowed!!"
msgstr ""
#: options.php:470
msgid "Top-feature 1 image"
msgstr ""
#: options.php:471 options.php:499 options.php:527
msgid "size 257px*160px"
msgstr ""
#: options.php:477 options.php:478
msgid "Top-feature 1 title"
msgstr ""
#: options.php:484 options.php:485
msgid "Top-feature 1 description"
msgstr ""
#: options.php:491 options.php:492
msgid "Top-feature 1 link"
msgstr ""
#: options.php:498
msgid "Top-feature 2 image"
msgstr ""
#: options.php:505 options.php:506
msgid "Top-feature 2 title"
msgstr ""
#: options.php:512 options.php:513
msgid "Top-feature 2 description"
msgstr ""
#: options.php:519 options.php:520
msgid "Top-feature 2 link"
msgstr ""
#: options.php:526
msgid "Top-feature 3 image"
msgstr ""
#: options.php:533 options.php:534
msgid "Top-feature 3 title"
msgstr ""
#: options.php:540 options.php:541
msgid "Top-feature 3 description"
msgstr ""
#: options.php:547 options.php:548
msgid "Top-feature 3 link"
msgstr ""
#: options.php:555
msgid "Post page"
msgstr ""
#: options.php:559
msgid "Post style"
msgstr ""
#: options.php:564