-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
905 lines (701 loc) · 19.5 KB
/
messages.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
# 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: \n"
"POT-Creation-Date: 2021-03-28 18:40+0200\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"
#: 404.php:14
msgid "404"
msgstr ""
#: 404.php:17
msgid "It looks like nothing was found at this location !!!"
msgstr ""
#: 404.php:18
msgid "Back to Home"
msgstr ""
#: comments.php:32
#, php-format
msgctxt "comments title"
msgid "One Reply to “%s”"
msgstr ""
#: comments.php:37
#, php-format
msgctxt "comments title"
msgid "%1$s Reply to “%2$s”"
msgid_plural "%1$s Replies to “%2$s”"
msgstr[0] ""
msgstr[1] ""
#: comments.php:68
msgid "Comments are closed."
msgstr ""
#: header.php:25
msgid "Skip to content"
msgstr ""
#: search.php:19
#, php-format
msgid "Search Results for: %s"
msgstr ""
#: search.php:23
msgid "Opps Nothing Found"
msgstr ""
#: searchform.php:12
msgctxt "label"
msgid "Search for:"
msgstr ""
#: searchform.php:15
msgctxt "placeholder"
msgid "Search …"
msgstr ""
#: searchform.php:18
msgctxt "submit button"
msgid "Search"
msgstr ""
#: inc/breadcrumb/breadcrumb.php:20
msgid "Home"
msgstr ""
#: inc/breadcrumb/breadcrumb.php:21
#, php-format
msgid "Category \"%s\""
msgstr ""
#: inc/breadcrumb/breadcrumb.php:22
#, php-format
msgid "Search Results for \"%s\" Query"
msgstr ""
#: inc/breadcrumb/breadcrumb.php:23
#, php-format
msgid "Tag \"%s\""
msgstr ""
#: inc/breadcrumb/breadcrumb.php:24
#, php-format
msgid "Articles Posted by %s"
msgstr ""
#: inc/breadcrumb/breadcrumb.php:25
msgid "Error 404"
msgstr ""
#: inc/breadcrumb/breadcrumb.php:26
#, php-format
msgid "Page %s"
msgstr ""
#: inc/breadcrumb/breadcrumb.php:27
#, php-format
msgid "Comment Page %s"
msgstr ""
#: inc/content/content-function.php:28 inc/content/content-function.php:53
msgid "thumbnail"
msgstr ""
#: inc/content/content-function.php:162
msgid ""
"<i class=\"fas fa-chevron-left\"></i><span class=\"screen-reader-text"
"\">prev</span>"
msgstr ""
#: inc/content/content-function.php:163
msgid ""
"<i class=\"fas fa-chevron-right\"></i><span class=\"screen-reader-text"
"\">next</span>"
msgstr ""
#: inc/content/content-function.php:177 inc/content/content-function.php:194
msgid "Pages:"
msgstr ""
#: inc/content/content-function.php:215
msgid "Sorry there is no quote"
msgstr ""
#: inc/customize/block/navigasi-footer.php:14
msgid "Navigasi Footer"
msgstr ""
#: inc/customize/block/navigasi-footer.php:40
#: inc/customize/block/navigasi-primary.php:40
msgid "Background Color"
msgstr ""
#: inc/customize/block/navigasi-footer.php:59
#: inc/customize/block/navigasi-primary.php:59
msgid "Color Link"
msgstr ""
#: inc/customize/block/navigasi-footer.php:78
#: inc/customize/block/navigasi-primary.php:78
msgid "Color Link Hover"
msgstr ""
#: inc/customize/block/navigasi-footer.php:97
msgid "Color Icon Social Media"
msgstr ""
#: inc/customize/block/navigasi-footer.php:116
msgid "Color Icon Hover Social Media"
msgstr ""
#: inc/customize/block/navigasi-footer.php:135
msgid "Link Facebook: "
msgstr ""
#: inc/customize/block/navigasi-footer.php:141
#: inc/customize/block/navigasi-footer.php:165
#: inc/customize/block/navigasi-footer.php:189
#: inc/customize/block/navigasi-footer.php:213
#: inc/customize/block/navigasi-footer.php:237
msgid "Enter a valid URL"
msgstr ""
#: inc/customize/block/navigasi-footer.php:159
msgid "Link Twitter: "
msgstr ""
#: inc/customize/block/navigasi-footer.php:183
msgid "Link Youtube: "
msgstr ""
#: inc/customize/block/navigasi-footer.php:207
msgid "Link Instagram: "
msgstr ""
#: inc/customize/block/navigasi-footer.php:231
msgid "Link Linkedin: "
msgstr ""
#: inc/customize/block/navigasi-primary.php:14
msgid "Navigasi Primary"
msgstr ""
#: inc/customize/block/navigasi-primary.php:97
msgid "Color Icon Search"
msgstr ""
#: inc/functions/info-meta.php:50
msgid "There is no description in the archive"
msgstr ""
#: inc/functions/info-meta.php:68
msgid "There are no quotes and content"
msgstr ""
#: inc/functions/theme-filter.php:37
#, php-format
msgid "Continue reading<span class=\"screen-reader-text\"> \"%s\"</span>"
msgstr ""
#: inc/functions/theme-filter.php:63
#, php-format
msgid "Category: %s"
msgstr ""
#: inc/functions/theme-filter.php:66
#, php-format
msgid "Tag: %s"
msgstr ""
#: inc/functions/theme-filter.php:69
#, php-format
msgid "Author: %s"
msgstr ""
#: inc/functions/theme-filter.php:72
#, php-format
msgid "Archives: %s"
msgstr ""
#: inc/functions/theme-support.php:114
msgid "Primary Menu"
msgstr ""
#: inc/functions/theme-support.php:115
msgid "Footer Menu"
msgstr ""
#: inc/parts/social-share.php:16
msgid "Share:"
msgstr ""
#: inc/parts/social-share.php:21 inc/widgets/widget-about.php:69
#: template-parts/footer/footer-sosmed.php:23
msgid "facebook"
msgstr ""
#: inc/parts/social-share.php:25 inc/widgets/widget-about.php:76
#: template-parts/footer/footer-sosmed.php:26
msgid "twitter"
msgstr ""
#: inc/parts/social-share.php:29
msgid "whatsapp"
msgstr ""
#: inc/parts/social-share.php:33 inc/widgets/widget-about.php:104
msgid "pinterest"
msgstr ""
#: inc/parts/social-share.php:37 inc/widgets/widget-about.php:97
#: template-parts/footer/footer-sosmed.php:35
msgid "linkedin"
msgstr ""
#: inc/widgets/widget-about.php:15
msgid "This is a widget for displaying personal information."
msgstr ""
#: inc/widgets/widget-about.php:22
msgid "Goblog About Me"
msgstr ""
#: inc/widgets/widget-about.php:61
msgid "About Me"
msgstr ""
#: inc/widgets/widget-about.php:83 template-parts/footer/footer-sosmed.php:29
msgid "youtube"
msgstr ""
#: inc/widgets/widget-about.php:90 template-parts/footer/footer-sosmed.php:32
msgid "instagram"
msgstr ""
#: inc/widgets/widget-about.php:111
msgid "github"
msgstr ""
#: inc/widgets/widget-about.php:176
msgid "Image Upload"
msgstr ""
#: inc/widgets/widget-about.php:179
msgid "Add Media"
msgstr ""
#: inc/widgets/widget-about.php:180
msgid "Clear"
msgstr ""
#: inc/widgets/widget-about.php:185
msgid "Description"
msgstr ""
#: inc/widgets/widget-about.php:216 inc/widgets/widget-ads.php:54
#: inc/widgets/widget-fanspage.php:80 inc/widgets/widget-posts.php:115
#: inc/widgets/builder/by-categories/by-categories.php:179
#: inc/widgets/builder/by-order/by-order.php:189
#: inc/widgets/builder/by-tags/by-tags.php:179
msgid "Title:"
msgstr ""
#: inc/widgets/widget-about.php:226
msgid "Link Facebook:"
msgstr ""
#: inc/widgets/widget-about.php:228
msgid "https://facebook.com/"
msgstr ""
#: inc/widgets/widget-about.php:234
msgid "Link Twitter:"
msgstr ""
#: inc/widgets/widget-about.php:236
msgid "https://twitter.com/"
msgstr ""
#: inc/widgets/widget-about.php:242
msgid "Link Youtube:"
msgstr ""
#: inc/widgets/widget-about.php:244
msgid "https://youtube.com/"
msgstr ""
#: inc/widgets/widget-about.php:250
msgid "Link Instagram:"
msgstr ""
#: inc/widgets/widget-about.php:252
msgid "https://instagram.com/"
msgstr ""
#: inc/widgets/widget-about.php:258
msgid "Link LinkedIn:"
msgstr ""
#: inc/widgets/widget-about.php:260
msgid "https://linkedin.com/"
msgstr ""
#: inc/widgets/widget-about.php:266
msgid "Link Pinterest:"
msgstr ""
#: inc/widgets/widget-about.php:268
msgid "https://pinterest.com/"
msgstr ""
#: inc/widgets/widget-about.php:274
msgid "Link Github:"
msgstr ""
#: inc/widgets/widget-about.php:276
msgid "https://github.com/"
msgstr ""
#: inc/widgets/widget-ads.php:15
msgid "Display any kinds of advertisements."
msgstr ""
#: inc/widgets/widget-ads.php:19
msgid "Goblog ADS"
msgstr ""
#: inc/widgets/widget-ads.php:62
msgid "Ads Code:"
msgstr ""
#: inc/widgets/widget-fanspage.php:20
msgid "This is a widget for displaying Facebook Fans Page."
msgstr ""
#: inc/widgets/widget-fanspage.php:24
msgid "Goblog Facebook Fans Page"
msgstr ""
#: inc/widgets/widget-fanspage.php:88
msgid "Facebook Page URL:"
msgstr ""
#: inc/widgets/widget-fanspage.php:90
msgid "Facebook Page URL"
msgstr ""
#: inc/widgets/widget-fanspage.php:94
msgid "Tabs"
msgstr ""
#: inc/widgets/widget-fanspage.php:96
msgid "timeline"
msgstr ""
#: inc/widgets/widget-fanspage.php:97
msgid "messages"
msgstr ""
#: inc/widgets/widget-fanspage.php:98
msgid "events"
msgstr ""
#: inc/widgets/widget-fanspage.php:104
msgid "Width:"
msgstr ""
#: inc/widgets/widget-fanspage.php:106
msgid "Min. 180 to Max. 500"
msgstr ""
#: inc/widgets/widget-fanspage.php:112
msgid "Height:"
msgstr ""
#: inc/widgets/widget-fanspage.php:114
msgid "Min. 70"
msgstr ""
#: inc/widgets/widget-fanspage.php:121
msgid "Use Small Header?"
msgstr ""
#: inc/widgets/widget-fanspage.php:129
msgid "Adapt to plugin container width?"
msgstr ""
#: inc/widgets/widget-fanspage.php:137
msgid "Hide Cover Photo?"
msgstr ""
#: inc/widgets/widget-fanspage.php:145
msgid "Show Friend's Faces?"
msgstr ""
#: inc/widgets/widget-posts.php:15
msgid "This is a widget for displaying article posts."
msgstr ""
#: inc/widgets/widget-posts.php:19
msgid "Goblog Posts (By: order)"
msgstr ""
#: inc/widgets/widget-posts.php:123
#: inc/widgets/builder/by-categories/by-categories.php:187
#: inc/widgets/builder/by-order/by-order.php:197
#: inc/widgets/builder/by-tags/by-tags.php:187
msgid "Number of post:"
msgstr ""
#: inc/widgets/widget-posts.php:132
#: inc/widgets/builder/by-categories/by-categories.php:214
#: inc/widgets/builder/by-order/by-order.php:224
#: inc/widgets/builder/by-tags/by-tags.php:214
msgid "Display post date?"
msgstr ""
#: inc/widgets/widget-posts.php:137
#: inc/widgets/builder/by-order/by-order.php:237
msgid "Type Posts"
msgstr ""
#: inc/widgets/widget-posts.php:139
#: inc/widgets/builder/by-order/by-order.php:239
msgid "Sticky Post"
msgstr ""
#: inc/widgets/widget-posts.php:140
#: inc/widgets/builder/by-order/by-order.php:240
msgid "Random Post"
msgstr ""
#: inc/widgets/widget-posts.php:141
#: inc/widgets/builder/by-order/by-order.php:241
msgid "Top Comments Post"
msgstr ""
#: inc/widgets/widget-posts.php:142
#: inc/widgets/builder/by-order/by-order.php:242
msgid "Recent Post ( DESC = 3 2 1)"
msgstr ""
#: inc/widgets/widget-posts.php:143
#: inc/widgets/builder/by-order/by-order.php:243
msgid "Recent Post ( ASC = 1 2 3 )"
msgstr ""
#: inc/widgets/widget-register.php:16
msgid "Front Page"
msgstr ""
#: inc/widgets/widget-register.php:18
msgid "Valid only for light blue widgets"
msgstr ""
#: inc/widgets/widget-register.php:29
msgid "Blog Sidebar"
msgstr ""
#: inc/widgets/widget-register.php:31
msgid "This is to display the sidebar on the blog"
msgstr ""
#: inc/widgets/widget-register.php:42
msgid "Footer 1"
msgstr ""
#: inc/widgets/widget-register.php:44
msgid "Footeer section #1"
msgstr ""
#: inc/widgets/widget-register.php:55
msgid "Footer 2"
msgstr ""
#: inc/widgets/widget-register.php:57
msgid "Footeer section #2"
msgstr ""
#: inc/widgets/widget-register.php:68
msgid "Footer 3"
msgstr ""
#: inc/widgets/widget-register.php:70
msgid "Footeer section #3"
msgstr ""
#: inc/widgets/builder/by-categories/by-categories.php:25
#: inc/widgets/builder/by-order/by-order.php:25
#: inc/widgets/builder/by-tags/by-tags.php:25
msgid "This widget only applies to the Front Page section."
msgstr ""
#: inc/widgets/builder/by-categories/by-categories.php:29
msgid "Goblog Posts Builder (By: Categories)"
msgstr ""
#: inc/widgets/builder/by-categories/by-categories.php:121
#: inc/widgets/builder/by-tags/by-tags.php:121
msgid "Posts navigation"
msgstr ""
#: inc/widgets/builder/by-categories/by-categories.php:195
#: inc/widgets/builder/by-order/by-order.php:205
#: inc/widgets/builder/by-tags/by-tags.php:195
msgid "Display category?"
msgstr ""
#: inc/widgets/builder/by-categories/by-categories.php:201
#: inc/widgets/builder/by-order/by-order.php:211
#: inc/widgets/builder/by-tags/by-tags.php:201
msgid "Display author?"
msgstr ""
#: inc/widgets/builder/by-categories/by-categories.php:207
#: inc/widgets/builder/by-order/by-order.php:217
#: inc/widgets/builder/by-tags/by-tags.php:207
msgid "Display comment?"
msgstr ""
#: inc/widgets/builder/by-categories/by-categories.php:222
#: inc/widgets/builder/by-order/by-order.php:232
#: inc/widgets/builder/by-tags/by-tags.php:222
msgid "Display pagination?"
msgstr ""
#: inc/widgets/builder/by-categories/by-categories.php:227
msgid "Categories"
msgstr ""
#: inc/widgets/builder/by-order/by-order.php:29
msgid "Goblog Posts Builder (By: order)"
msgstr ""
#: inc/widgets/builder/by-tags/by-tags.php:29
msgid "Goblog Posts Builder (By: Tags)"
msgstr ""
#: inc/widgets/builder/by-tags/by-tags.php:227
msgid "Tags"
msgstr ""
#: template-parts/admin/box-tabs.php:3 template-parts/admin/box-title.php:3
msgid "Overview"
msgstr ""
#: template-parts/admin/box-tabs.php:4
msgid ""
"Goblog Free is a WordPress theme with a clean design and fully responsive "
"layout. Tailor-made for bloggers and personal web needs. This theme has many "
"features to support your blogging needs, and there are customization "
"controls. You can get it for free and download it in the official WordPress "
"repository."
msgstr ""
#: template-parts/admin/box-tabs.php:9 template-parts/admin/box-title.php:7
msgid "Changelog"
msgstr ""
#: template-parts/admin/box-tabs.php:11
msgid "=== Version 3.1.1 ==="
msgstr ""
#: template-parts/admin/box-tabs.php:12
msgid "* Add new admin "
msgstr ""
#: template-parts/admin/box-tabs.php:13
msgid "* Add page blank, left and right"
msgstr ""
#: template-parts/admin/box-tabs.php:14
msgid "* Fix css responsive"
msgstr ""
#: template-parts/admin/box-tabs.php:15
msgid "* Add style"
msgstr ""
#: template-parts/admin/box-tabs.php:16
msgid "=== Version 3.1.0 ==="
msgstr ""
#: template-parts/admin/box-tabs.php:17
msgid "* Add New Widgets"
msgstr ""
#: template-parts/admin/box-tabs.php:18
msgid "* Add Customize"
msgstr ""
#: template-parts/admin/box-tabs.php:19
msgid "* Add Layout style"
msgstr ""
#: template-parts/admin/box-tabs.php:20
msgid "=== Version 2.0.0+ ==="
msgstr ""
#: template-parts/admin/box-tabs.php:21
msgid "* Send the theme to the repository 2"
msgstr ""
#: template-parts/admin/box-tabs.php:22
msgid "* Fix Coding Standard 2"
msgstr ""
#: template-parts/admin/box-tabs.php:23
msgid "=== Version 1.0.0+ ==="
msgstr ""
#: template-parts/admin/box-tabs.php:24
msgid "* Send the theme to the repository"
msgstr ""
#: template-parts/admin/box-tabs.php:25
msgid "* Fix Css Style"
msgstr ""
#: template-parts/admin/box-tabs.php:26
msgid "* Fix Coding Standard"
msgstr ""
#: template-parts/admin/box-tabs.php:30 template-parts/admin/box-title.php:11
msgid "Contact"
msgstr ""
#: template-parts/admin/box-tabs.php:31
msgid "Do you need our support?"
msgstr ""
#: template-parts/admin/box-tabs.php:32
msgid "Please visit the link below:"
msgstr ""
#: template-parts/admin/box-tabs.php:36
msgid "https://gothemeshop.com/contact-us"
msgstr ""
#: template-parts/admin/box-tabs.php:41
msgid "https://web.facebook.com/Gothemeshop"
msgstr ""
#: template-parts/admin/box-tabs.php:49 template-parts/admin/box-title.php:15
msgid "Documentation"
msgstr ""
#: template-parts/admin/box-tabs.php:50
msgid "This theme is well documented, you can visit the link below to read it:"
msgstr ""
#: template-parts/admin/box-tabs.php:54
msgid "https://gothemeshop.com/goblog-free-theme-doc/"
msgstr ""
#: template-parts/admin/box-tabs.php:62 template-parts/admin/box-title.php:19
msgid "Free Vs Pro"
msgstr ""
#: template-parts/admin/comparison-table.php:5
msgid "Features"
msgstr ""
#: template-parts/admin/comparison-table.php:6
msgid "Free Version"
msgstr ""
#: template-parts/admin/comparison-table.php:7
msgid "Pro Version"
msgstr ""
#: template-parts/admin/comparison-table.php:12
msgid "License"
msgstr ""
#: template-parts/admin/comparison-table.php:21
msgid "Domain"
msgstr ""
#: template-parts/admin/comparison-table.php:23
#: template-parts/admin/comparison-table.php:26
#: template-parts/admin/comparison-table.php:32
msgid "Unlimited"
msgstr ""
#: template-parts/admin/comparison-table.php:30
msgid "Update"
msgstr ""
#: template-parts/admin/comparison-table.php:35
msgid "12 Month"
msgstr ""
#: template-parts/admin/comparison-table.php:39
msgid "Customize"
msgstr ""
#: template-parts/admin/comparison-table.php:48
msgid "Customize Navigasi Primary"
msgstr ""
#: template-parts/admin/comparison-table.php:57
msgid "Customize Navigasi Footer"
msgstr ""
#: template-parts/admin/comparison-table.php:66
msgid "Customize Typography"
msgstr ""
#: template-parts/admin/comparison-table.php:75
msgid "Customize Single"
msgstr ""
#: template-parts/admin/comparison-table.php:84
msgid "Google Fonts 950+"
msgstr ""
#: template-parts/admin/comparison-table.php:93
msgid "Customize Selective Refresh"
msgstr ""
#: template-parts/admin/comparison-table.php:102
msgid "Widgets"
msgstr ""
#: template-parts/admin/comparison-table.php:111
msgid "Widget Goblog About Me"
msgstr ""
#: template-parts/admin/comparison-table.php:120
msgid "Widget Goblog ADS"
msgstr ""
#: template-parts/admin/comparison-table.php:129
msgid "Widget Goblog Facebook Fans Page"
msgstr ""
#: template-parts/admin/comparison-table.php:138
msgid "Widget Goblog Posts (By: Order)"
msgstr ""
#: template-parts/admin/comparison-table.php:147
msgid "Widget Goblog Posts Builder(By: Categories)"
msgstr ""
#: template-parts/admin/comparison-table.php:156
msgid "Widget Goblog Posts Builder(By: Order)"
msgstr ""
#: template-parts/admin/comparison-table.php:165
msgid "Widget Goblog Posts Builder(By: Tags)"
msgstr ""
#: template-parts/admin/comparison-table.php:174
msgid "Widget Goblog Posts Builder(By: Author)"
msgstr ""
#: template-parts/admin/comparison-table.php:183
msgid "Class Customize"
msgstr ""
#: template-parts/admin/comparison-table.php:192
msgid "Class Customize Range"
msgstr ""
#: template-parts/admin/comparison-table.php:201
msgid "Class Customize Toggle"
msgstr ""
#: template-parts/admin/comparison-table.php:210
msgid "Class Customize Layout"
msgstr ""
#: template-parts/admin/comparison-table.php:219
msgid "User Add Link Social Media"
msgstr ""
#: template-parts/admin/comparison-table.php:228
msgid "Social Media Footer"
msgstr ""
#: template-parts/admin/comparison-table.php:237
msgid "Layout"
msgstr ""
#: template-parts/admin/comparison-table.php:246
msgid "Layout Builder"
msgstr ""
#: template-parts/admin/comparison-table.php:255
msgid "Layout Single"
msgstr ""
#: template-parts/admin/comparison-table.php:264
msgid "Pages"
msgstr ""
#: template-parts/admin/comparison-table.php:273
msgid "Template Blank"
msgstr ""
#: template-parts/admin/comparison-table.php:282
msgid "Page No Sidebar"
msgstr ""
#: template-parts/admin/comparison-table.php:291
msgid "Page Sidebar Left"
msgstr ""
#: template-parts/admin/comparison-table.php:300
msgid "Page Sidebar Right"
msgstr ""
#: template-parts/admin/comparison-table.php:309
msgid "Shortcode"
msgstr ""
#: template-parts/admin/comparison-table.php:318
msgid "Table Of Contens"
msgstr ""
#: template-parts/admin/header-top.php:2
msgid "Goblog Free Version 3.1.1"
msgstr ""
#: template-parts/admin/header-top.php:3
msgid ""
"You will find everything you need to get started with Goblog Free below."
msgstr ""
#: template-parts/layout/blog/default.php:15
msgid "Recent Post"
msgstr ""
#: template-parts/navigation/navigation-primary.php:23
msgid "burger"
msgstr ""
#: template-parts/navigation/navigation-primary.php:44
msgid "search"
msgstr ""
#: template-parts/navigation/navigation-primary.php:56
msgid "close"
msgstr ""
#: template-parts/none/no-post.php:15
msgid "Nothing Found"
msgstr ""