-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheleganto.pot
1938 lines (1495 loc) · 37.5 KB
/
eleganto.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 ""
"Project-Id-Version: eleganto\n"
"POT-Creation-Date: 2017-04-14 16:04+0200\n"
"PO-Revision-Date: 2015-12-08 14:37+0100\n"
"Last-Translator: Themes4WP <[email protected]>\n"
"Language-Team: \n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.12\n"
"X-Poedit-Basepath: ..\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: lib/kirki\n"
#: 404.php:21
msgid "Oops!"
msgstr ""
#: 404.php:22
msgid "404 Not Found"
msgstr ""
#: 404.php:24
msgid "Sorry, an error has occured, Requested page not found!"
msgstr ""
#: 404.php:27
msgid " Take Me Home"
msgstr ""
#: archive-portfolio.php:15 lib/shortcodes.php:26
#: templates/homepage-portfolio_section.php:39
msgid "All"
msgstr ""
#: archive-portfolio.php:61 content.php:30 lib/shortcodes.php:73
#: templates/homepage-portfolio_section.php:85
msgid "Read more"
msgstr ""
#: comments.php:6
msgid "Leave a Comment"
msgstr ""
#: comments.php:6
msgid "One Comment"
msgstr ""
#: comments.php:6
msgid " Comments"
msgstr ""
#: content-none.php:2
msgid "Nothing Found"
msgstr ""
#: content-none.php:5
#, php-format
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
#: content-none.php:9
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
#: content-none.php:14
msgid ""
"It seems we can’t find what you’re looking for. Perhaps "
"searching can help."
msgstr ""
#: content-page.php:24 content-single.php:47 template-page-fullwidth.php:44
msgid "Previous:"
msgstr ""
#: content-page.php:25 content-single.php:48 template-page-fullwidth.php:45
msgid "Next:"
msgstr ""
#: content-single.php:69
msgid "More"
msgstr ""
#: content-single.php:69
msgid "posts in"
msgstr ""
#: content-single.php:69
msgid "category"
msgstr ""
#: content-single.php:70
msgid "Recommended for you"
msgstr ""
#: footer.php:35
#, php-format
msgid "Proudly powered by %s"
msgstr ""
#: footer.php:37
#, php-format
msgid "Theme: %1$s by %2$s"
msgstr ""
#: functions.php:26
msgid "Top Menu"
msgstr ""
#: functions.php:27
msgid "Footer Menu"
msgstr ""
#: functions.php:123 lib/theme-config.php:1781
msgid "Right Sidebar"
msgstr ""
#: functions.php:133 lib/theme-config.php:1814
msgid "Left Sidebar"
msgstr ""
#: functions.php:143
msgid "Footer Section"
msgstr ""
#: functions.php:145
msgid "Content Footer Section"
msgstr ""
#: functions.php:186
msgid "Home"
msgstr ""
#: functions.php:201 lib/theme-config.php:195
msgid "Blog"
msgstr ""
#: functions.php:272
msgid "Error 404"
msgstr ""
#: functions.php:274
msgid "Search results for"
msgstr ""
#: functions.php:289
msgid "Page"
msgstr ""
#: functions.php:435 functions.php:443 functions.php:451 functions.php:459
#: functions.php:467
#, php-format
msgid "Activate these plugins before the import: %1s, %2s, %3s"
msgstr ""
#: lib/class-tgm-plugin-activation.php:327
msgid "Install Required Plugins"
msgstr ""
#: lib/class-tgm-plugin-activation.php:328
msgid "Install Plugins"
msgstr ""
#: lib/class-tgm-plugin-activation.php:330
#, php-format
msgid "Installing Plugin: %s"
msgstr ""
#: lib/class-tgm-plugin-activation.php:332
#, php-format
msgid "Updating Plugin: %s"
msgstr ""
#: lib/class-tgm-plugin-activation.php:333
msgid "Something went wrong with the plugin API."
msgstr ""
#: lib/class-tgm-plugin-activation.php:336
#, php-format
msgid "This theme requires the following plugin: %1$s."
msgid_plural "This theme requires the following plugins: %1$s."
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:342
#, php-format
msgid "This theme recommends the following plugin: %1$s."
msgid_plural "This theme recommends the following plugins: %1$s."
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:348
#, php-format
msgid ""
"The following plugin needs to be updated to its latest version to ensure "
"maximum compatibility with this theme: %1$s."
msgid_plural ""
"The following plugins need to be updated to their latest version to ensure "
"maximum compatibility with this theme: %1$s."
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:354
#, php-format
msgid "There is an update available for: %1$s."
msgid_plural "There are updates available for the following plugins: %1$s."
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:360
#, php-format
msgid "The following required plugin is currently inactive: %1$s."
msgid_plural "The following required plugins are currently inactive: %1$s."
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:366
#, php-format
msgid "The following recommended plugin is currently inactive: %1$s."
msgid_plural "The following recommended plugins are currently inactive: %1$s."
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:371
msgid "Begin installing plugin"
msgid_plural "Begin installing plugins"
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:376
msgid "Begin updating plugin"
msgid_plural "Begin updating plugins"
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:381
msgid "Begin activating plugin"
msgid_plural "Begin activating plugins"
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:385
msgid "Return to Required Plugins Installer"
msgstr ""
#: lib/class-tgm-plugin-activation.php:386
#: lib/class-tgm-plugin-activation.php:827
#: lib/class-tgm-plugin-activation.php:2533
#: lib/class-tgm-plugin-activation.php:3580
msgid "Return to the Dashboard"
msgstr ""
#: lib/class-tgm-plugin-activation.php:387
#: lib/class-tgm-plugin-activation.php:3159
msgid "Plugin activated successfully."
msgstr ""
#: lib/class-tgm-plugin-activation.php:388
#: lib/class-tgm-plugin-activation.php:2952
msgid "The following plugin was activated successfully:"
msgid_plural "The following plugins were activated successfully:"
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:390
#, php-format
msgid "No action taken. Plugin %1$s was already active."
msgstr ""
#: lib/class-tgm-plugin-activation.php:392
#, php-format
msgid ""
"Plugin not activated. A higher version of %s is needed for this theme. "
"Please update the plugin."
msgstr ""
#: lib/class-tgm-plugin-activation.php:394
#, php-format
msgid "All plugins installed and activated successfully. %1$s"
msgstr ""
#: lib/class-tgm-plugin-activation.php:395
msgid "Dismiss this notice"
msgstr ""
#: lib/class-tgm-plugin-activation.php:396
msgid ""
"There are one or more required or recommended plugins to install, update or "
"activate."
msgstr ""
#: lib/class-tgm-plugin-activation.php:397
msgid "Please contact the administrator of this site for help."
msgstr ""
#: lib/class-tgm-plugin-activation.php:522
msgid "This plugin needs to be updated to be compatible with your theme."
msgstr ""
#: lib/class-tgm-plugin-activation.php:523
msgid "Update Required"
msgstr ""
#: lib/class-tgm-plugin-activation.php:934
msgid ""
"The remote plugin package does not contain a folder with the desired slug "
"and renaming did not work."
msgstr ""
#: lib/class-tgm-plugin-activation.php:934
#: lib/class-tgm-plugin-activation.php:937
msgid ""
"Please contact the plugin provider and ask them to package their plugin "
"according to the WordPress guidelines."
msgstr ""
#: lib/class-tgm-plugin-activation.php:937
msgid ""
"The remote plugin package consists of more than one file, but the files are "
"not packaged in a folder."
msgstr ""
#: lib/class-tgm-plugin-activation.php:1121
#: lib/class-tgm-plugin-activation.php:2948
msgctxt "plugin A *and* plugin B"
msgid "and"
msgstr ""
#: lib/class-tgm-plugin-activation.php:1982
#, php-format
msgid "TGMPA v%s"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2273
msgid "Required"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2276
msgid "Recommended"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2292
msgid "WordPress Repository"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2295
msgid "External Source"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2298
msgid "Pre-Packaged"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2315
msgid "Not Installed"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2319
msgid "Installed But Not Activated"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2321
msgid "Active"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2327
msgid "Required Update not Available"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2330
msgid "Requires Update"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2333
msgid "Update recommended"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2342
#, php-format
msgctxt "Install/Update Status"
msgid "%1$s, %2$s"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2388
#, php-format
msgctxt "plugins"
msgid "All <span class=\"count\">(%s)</span>"
msgid_plural "All <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:2392
#, php-format
msgid "To Install <span class=\"count\">(%s)</span>"
msgid_plural "To Install <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:2396
#, php-format
msgid "Update Available <span class=\"count\">(%s)</span>"
msgid_plural "Update Available <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:2400
#, php-format
msgid "To Activate <span class=\"count\">(%s)</span>"
msgid_plural "To Activate <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: lib/class-tgm-plugin-activation.php:2482
msgctxt "as in: \"version nr unknown\""
msgid "unknown"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2490
msgid "Installed version:"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2498
msgid "Minimum required version:"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2510
msgid "Available version:"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2533
msgid "No plugins to install, update or activate."
msgstr ""
#: lib/class-tgm-plugin-activation.php:2547
msgid "Plugin"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2548
msgid "Source"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2549
msgid "Type"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2553
msgid "Version"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2554
msgid "Status"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2603
#, php-format
msgid "Install %2$s"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2608
#, php-format
msgid "Update %2$s"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2614
#, php-format
msgid "Activate %2$s"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2684
msgid "Upgrade message from the plugin author:"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2717
msgid "Install"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2723
msgid "Update"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2726
msgid "Activate"
msgstr ""
#: lib/class-tgm-plugin-activation.php:2757
msgid "No plugins were selected to be installed. No action taken."
msgstr ""
#: lib/class-tgm-plugin-activation.php:2759
msgid "No plugins were selected to be updated. No action taken."
msgstr ""
#: lib/class-tgm-plugin-activation.php:2800
msgid "No plugins are available to be installed at this time."
msgstr ""
#: lib/class-tgm-plugin-activation.php:2802
msgid "No plugins are available to be updated at this time."
msgstr ""
#: lib/class-tgm-plugin-activation.php:2908
msgid "No plugins were selected to be activated. No action taken."
msgstr ""
#: lib/class-tgm-plugin-activation.php:2934
msgid "No plugins are available to be activated at this time."
msgstr ""
#: lib/class-tgm-plugin-activation.php:3158
msgid "Plugin activation failed."
msgstr ""
#: lib/class-tgm-plugin-activation.php:3498
#, php-format
msgid "Updating Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: lib/class-tgm-plugin-activation.php:3501
#, php-format
msgid "An error occurred while installing %1$s: <strong>%2$s</strong>."
msgstr ""
#: lib/class-tgm-plugin-activation.php:3503
#, php-format
msgid "The installation of %1$s failed."
msgstr ""
#: lib/class-tgm-plugin-activation.php:3507
msgid ""
"The installation and activation process is starting. This process may take a "
"while on some hosts, so please be patient."
msgstr ""
#: lib/class-tgm-plugin-activation.php:3509
#, php-format
msgid "%1$s installed and activated successfully."
msgstr ""
#: lib/class-tgm-plugin-activation.php:3509
#: lib/class-tgm-plugin-activation.php:3517
msgid "Show Details"
msgstr ""
#: lib/class-tgm-plugin-activation.php:3509
#: lib/class-tgm-plugin-activation.php:3517
msgid "Hide Details"
msgstr ""
#: lib/class-tgm-plugin-activation.php:3510
msgid "All installations and activations have been completed."
msgstr ""
#: lib/class-tgm-plugin-activation.php:3512
#, php-format
msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: lib/class-tgm-plugin-activation.php:3515
msgid ""
"The installation process is starting. This process may take a while on some "
"hosts, so please be patient."
msgstr ""
#: lib/class-tgm-plugin-activation.php:3517
#, php-format
msgid "%1$s installed successfully."
msgstr ""
#: lib/class-tgm-plugin-activation.php:3518
msgid "All installations have been completed."
msgstr ""
#: lib/class-tgm-plugin-activation.php:3520
#, php-format
msgid "Installing Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: lib/include-kirki.php:50
msgid ""
"A plugin is required to take advantage of this theme's features in the "
"customizer."
msgstr ""
#: lib/include-kirki.php:52
msgid "Install Now"
msgstr ""
#: lib/include-kirki.php:55
msgid ""
"You have installed Kirki. Activate it to take advantage of this theme's "
"features in the customizer."
msgstr ""
#: lib/include-kirki.php:57
msgid "Activate Now"
msgstr ""
#: lib/shortcodes.php:134 lib/theme-config.php:2129
#: templates/homepage-my_team_section.php:62
msgid "Facebook"
msgstr ""
#: lib/shortcodes.php:141 templates/homepage-my_team_section.php:69
msgid "Google Plus"
msgstr ""
#: lib/shortcodes.php:148 lib/theme-config.php:2130
#: templates/homepage-my_team_section.php:76
msgid "Twitter"
msgstr ""
#: lib/theme-config.php:22
msgid "Homepage Settings"
msgstr ""
#: lib/theme-config.php:26
msgid "Homepage Layout"
msgstr ""
#: lib/theme-config.php:31
msgid "Slider Settings"
msgstr ""
#: lib/theme-config.php:36
msgid "Blog Section Settings"
msgstr ""
#: lib/theme-config.php:41
msgid "Carousel Section Settings"
msgstr ""
#: lib/theme-config.php:46
msgid "Portfolio Section Settings"
msgstr ""
#: lib/theme-config.php:51
msgid "Testimonial Section Settings"
msgstr ""
#: lib/theme-config.php:56
msgid "Image Section Settings"
msgstr ""
#: lib/theme-config.php:61
msgid "My Team Settings"
msgstr ""
#: lib/theme-config.php:66
msgid "Custom Page #1 Settings"
msgstr ""
#: lib/theme-config.php:71
msgid "Custom Page #2 Settings"
msgstr ""
#: lib/theme-config.php:76
msgid "Custom Page #3 Settings"
msgstr ""
#: lib/theme-config.php:81
msgid "Newsletter Settings"
msgstr ""
#: lib/theme-config.php:86
msgid "WooCommerce Settings"
msgstr ""
#: lib/theme-config.php:91
msgid "Contact Section Settings"
msgstr ""
#: lib/theme-config.php:96
msgid "Brand Logos Section Settings"
msgstr ""
#: lib/theme-config.php:101
msgid "Background Image Section Settings"
msgstr ""
#: lib/theme-config.php:107
msgid "Sidebars"
msgstr ""
#: lib/theme-config.php:109
msgid "Sidebar layouts."
msgstr ""
#: lib/theme-config.php:113
msgid "Main styling"
msgstr ""
#: lib/theme-config.php:115
msgid "Define theme layout"
msgstr ""
#: lib/theme-config.php:119
msgid "Social icons"
msgstr ""
#: lib/theme-config.php:124
msgid "Post settings"
msgstr ""
#: lib/theme-config.php:126
msgid "Single post settings"
msgstr ""
#: lib/theme-config.php:129
msgid "Site Background"
msgstr ""
#: lib/theme-config.php:133
msgid "Colors"
msgstr ""
#: lib/theme-config.php:138 lib/theme-config.php:202
msgid "WooCommerce"
msgstr ""
#: lib/theme-config.php:143
msgid "Typography"
msgstr ""
#: lib/theme-config.php:147
msgid "Custom Codes"
msgstr ""
#: lib/theme-config.php:158 lib/theme-config.php:318
msgid "Slider"
msgstr ""
#: lib/theme-config.php:159
msgid "Select slider type displayed on homepage"
msgstr ""
#: lib/theme-config.php:164 template-part-postmeta.php:4
msgid "Off"
msgstr ""
#: lib/theme-config.php:165
msgid "Flexslider"
msgstr ""
#: lib/theme-config.php:166
msgid "Crelly Slider"
msgstr ""
#: lib/theme-config.php:188
msgid "Homepage Blocks"
msgstr ""
#: lib/theme-config.php:190
msgid "Drag and Drop and enable the homepage blocks."
msgstr ""
#: lib/theme-config.php:194
msgid "Carousel"
msgstr ""
#: lib/theme-config.php:196
msgid "Portfolio"
msgstr ""
#: lib/theme-config.php:197 lib/theme-config.php:1022 lib/theme-config.php:1033
msgid "Testimonial"
msgstr ""
#: lib/theme-config.php:198
msgid "Contact"
msgstr ""
#: lib/theme-config.php:199 lib/theme-config.php:340 lib/theme-config.php:519
#: lib/theme-config.php:730 lib/theme-config.php:880 lib/theme-config.php:1139
#: lib/theme-config.php:1453 lib/theme-config.php:1581
#: lib/theme-config.php:1606
msgid "Image"
msgstr ""
#: lib/theme-config.php:200 lib/theme-config.php:1055
msgid "My Team"
msgstr ""
#: lib/theme-config.php:201
msgid "Newsletter"
msgstr ""
#: lib/theme-config.php:203
msgid "Custom Page #1"
msgstr ""
#: lib/theme-config.php:204
msgid "Custom Page #2"
msgstr ""
#: lib/theme-config.php:205
msgid "Custom Page #3"
msgstr ""
#: lib/theme-config.php:206
msgid "Brand Logos"
msgstr ""
#: lib/theme-config.php:207 lib/theme-config.php:1636 lib/theme-config.php:2511
msgid "Background Image"
msgstr ""
#: lib/theme-config.php:229
msgid "Crelly Slider Alias"
msgstr ""
#: lib/theme-config.php:230
msgid "Paste the Crelly Slider alias (e.g eleganto_pro_1)"
msgstr ""
#: lib/theme-config.php:239
msgid "Slider height"
msgstr ""
#: lib/theme-config.php:259
msgid "Slider Interval"
msgstr ""
#: lib/theme-config.php:272
msgid "Caption Style"
msgstr ""
#: lib/theme-config.php:277
msgid "Style #1"
msgstr ""
#: lib/theme-config.php:278
msgid "Style #2"
msgstr ""
#: lib/theme-config.php:284
msgid "Slider Animation"
msgstr ""
#: lib/theme-config.php:289
msgid "Slide"
msgstr ""
#: lib/theme-config.php:290
msgid "Fade"
msgstr ""
#: lib/theme-config.php:296
msgid "Slider Images Overlay"
msgstr ""
#: lib/theme-config.php:345 lib/theme-config.php:885 lib/theme-config.php:1689
msgid "Title"
msgstr ""
#: lib/theme-config.php:350 lib/theme-config.php:890 lib/theme-config.php:1073
#: lib/theme-config.php:1697
msgid "Description"
msgstr ""
#: lib/theme-config.php:355 lib/theme-config.php:895 lib/theme-config.php:1586
msgid "URL"
msgstr ""
#: lib/theme-config.php:449
msgid "Section Intro"
msgstr ""
#: lib/theme-config.php:450
msgid "Enable or disable section intro"
msgstr ""
#: lib/theme-config.php:458
msgid "Intro Title"
msgstr ""
#: lib/theme-config.php:474
msgid "Intro Description"
msgstr ""
#: lib/theme-config.php:490
msgid "Intro Padding"
msgstr ""
#: lib/theme-config.php:514
msgid "Intro Background"
msgstr ""
#: lib/theme-config.php:520 lib/theme-config.php:1607
msgid "Video"
msgstr ""
#: lib/theme-config.php:533
msgid "Intro Background Color"
msgstr ""
#: lib/theme-config.php:560
msgid "Intro Background Image"
msgstr ""
#: lib/theme-config.php:580 lib/theme-config.php:1658
msgid "Youtube Video ID"
msgstr ""
#: lib/theme-config.php:581 lib/theme-config.php:1659
msgid "Paste the Youtube video ID (e.g LSmgKRx5pBo)"
msgstr ""
#: lib/theme-config.php:601
msgid "Section Background Color"
msgstr ""
#: lib/theme-config.php:620
msgid "Section Font Color"
msgstr ""
#: lib/theme-config.php:639
msgid "Section Title"
msgstr ""
#: lib/theme-config.php:648
msgid "Title Style"
msgstr ""
#: lib/theme-config.php:653
msgid "Clear"
msgstr ""
#: lib/theme-config.php:654
msgid "Bordered"
msgstr ""
#: lib/theme-config.php:655
msgid "Shadowed"
msgstr ""
#: lib/theme-config.php:656 lib/theme-config.php:1950
msgid "Boxed"
msgstr ""
#: lib/theme-config.php:657
msgid "Layered"
msgstr ""
#: lib/theme-config.php:663
msgid "Section Description"
msgstr ""
#: lib/theme-config.php:672 lib/theme-config.php:1770
msgid "Main Menu Title"
msgstr ""
#: lib/theme-config.php:680
msgid "Section Animation"
msgstr ""
#: lib/theme-config.php:695 lib/theme-config.php:912
msgid "Number of Posts"
msgstr ""
#: lib/theme-config.php:708 lib/theme-config.php:826 lib/theme-config.php:1534
msgid "Visible items"
msgstr ""
#: lib/theme-config.php:723
msgid "Posts Layout"
msgstr ""
#: lib/theme-config.php:728 lib/theme-config.php:1048
msgid "Basic"
msgstr ""
#: lib/theme-config.php:729 lib/theme-config.php:1726
msgid "Hover"
msgstr ""
#: lib/theme-config.php:736
msgid "Button to archive"
msgstr ""
#: lib/theme-config.php:751 lib/theme-config.php:1705
msgid "Button Text"
msgstr ""
#: lib/theme-config.php:775 lib/theme-config.php:959 lib/theme-config.php:1483
msgid "Animate Carousel Automatically"
msgstr ""
#: lib/theme-config.php:780 lib/theme-config.php:812 lib/theme-config.php:964
#: lib/theme-config.php:1488 lib/theme-config.php:1520