-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorin.pot
1442 lines (1134 loc) · 33.7 KB
/
orin.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
# Orin WordPress Theme: Pot File
# Copyright (C) 2023
# This file is distributed under the GNU General Public License v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Orin v1.1.2\n"
"POT-Creation-Date: 2023-04-04 11:10+0300\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"Last-Translator: Your Name <[email protected]>\n"
"Language-Team: Your Team <[email protected]>\n"
"Report-Msgid-Bugs-To: Translator Name <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Textdomain-Support: yes\n"
"X-Generator: Poedit 3.2.2\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Language: English\n"
"X-Poedit-Country: UNITED STATES\n"
"X-Poedit-Bookmarks: \n"
#: 404.php:17
msgid "Oops... Error 404"
msgstr ""
#: 404.php:18
msgid "We are sorry, but the page you are looking for does not exist."
msgstr ""
#: 404.php:19
#, php-format
msgid ""
"Please check entered address and try again or go to <a href=\"%1$s\" "
"rel=\"home\">homepage</a>."
msgstr ""
#: assets/class-tgm-plugin-activation.php:327 assets/plugin-activation.php:64
msgid "Install Required Plugins"
msgstr ""
#: assets/class-tgm-plugin-activation.php:328 assets/plugin-activation.php:65
msgid "Install Plugins"
msgstr ""
#: assets/class-tgm-plugin-activation.php:330 assets/plugin-activation.php:67
#, php-format
msgid "Installing Plugin: %s"
msgstr ""
#: assets/class-tgm-plugin-activation.php:332 assets/plugin-activation.php:69
#, php-format
msgid "Updating Plugin: %s"
msgstr ""
#: assets/class-tgm-plugin-activation.php:333 assets/plugin-activation.php:70
msgid "Something went wrong with the plugin API."
msgstr ""
#: assets/class-tgm-plugin-activation.php:336 assets/plugin-activation.php:73
#, 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] ""
#: assets/class-tgm-plugin-activation.php:342 assets/plugin-activation.php:79
#, 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] ""
#: assets/class-tgm-plugin-activation.php:348 assets/plugin-activation.php:85
#, 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] ""
#: assets/class-tgm-plugin-activation.php:354 assets/plugin-activation.php:91
#, 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] ""
#: assets/class-tgm-plugin-activation.php:360 assets/plugin-activation.php:97
#, 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] ""
#: assets/class-tgm-plugin-activation.php:366 assets/plugin-activation.php:103
#, 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] ""
#: assets/class-tgm-plugin-activation.php:371 assets/plugin-activation.php:108
msgid "Begin installing plugin"
msgid_plural "Begin installing plugins"
msgstr[0] ""
msgstr[1] ""
#: assets/class-tgm-plugin-activation.php:376 assets/plugin-activation.php:113
msgid "Begin updating plugin"
msgid_plural "Begin updating plugins"
msgstr[0] ""
msgstr[1] ""
#: assets/class-tgm-plugin-activation.php:381 assets/plugin-activation.php:118
msgid "Begin activating plugin"
msgid_plural "Begin activating plugins"
msgstr[0] ""
msgstr[1] ""
#: assets/class-tgm-plugin-activation.php:385 assets/plugin-activation.php:122
msgid "Return to Required Plugins Installer"
msgstr ""
#: assets/class-tgm-plugin-activation.php:386
#: assets/class-tgm-plugin-activation.php:827
#: assets/class-tgm-plugin-activation.php:2533
#: assets/class-tgm-plugin-activation.php:3579
msgid "Return to the Dashboard"
msgstr ""
#: assets/class-tgm-plugin-activation.php:387
#: assets/class-tgm-plugin-activation.php:3159 assets/plugin-activation.php:123
msgid "Plugin activated successfully."
msgstr ""
#: assets/class-tgm-plugin-activation.php:388
#: assets/class-tgm-plugin-activation.php:2952 assets/plugin-activation.php:124
msgid "The following plugin was activated successfully:"
msgid_plural "The following plugins were activated successfully:"
msgstr[0] ""
msgstr[1] ""
#: assets/class-tgm-plugin-activation.php:390 assets/plugin-activation.php:126
#, php-format
msgid "No action taken. Plugin %1$s was already active."
msgstr ""
#: assets/class-tgm-plugin-activation.php:392 assets/plugin-activation.php:128
#, php-format
msgid ""
"Plugin not activated. A higher version of %s is needed for this theme. "
"Please update the plugin."
msgstr ""
#: assets/class-tgm-plugin-activation.php:394 assets/plugin-activation.php:130
#, php-format
msgid "All plugins installed and activated successfully. %1$s"
msgstr ""
#: assets/class-tgm-plugin-activation.php:395 assets/plugin-activation.php:131
msgid "Dismiss this notice"
msgstr ""
#: assets/class-tgm-plugin-activation.php:396 assets/plugin-activation.php:132
msgid ""
"There are one or more required or recommended plugins to install, update or "
"activate."
msgstr ""
#: assets/class-tgm-plugin-activation.php:397 assets/plugin-activation.php:133
msgid "Please contact the administrator of this site for help."
msgstr ""
#: assets/class-tgm-plugin-activation.php:522
msgid "This plugin needs to be updated to be compatible with your theme."
msgstr ""
#: assets/class-tgm-plugin-activation.php:523
msgid "Update Required"
msgstr ""
#: assets/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 ""
#: assets/class-tgm-plugin-activation.php:934
#: assets/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 ""
#: assets/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 ""
#: assets/class-tgm-plugin-activation.php:1121
#: assets/class-tgm-plugin-activation.php:2948
msgctxt "plugin A *and* plugin B"
msgid "and"
msgstr ""
#: assets/class-tgm-plugin-activation.php:1982
#, php-format
msgid "TGMPA v%s"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2273
msgid "Required"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2276
msgid "Recommended"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2292
msgid "WordPress Repository"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2295
msgid "External Source"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2298
msgid "Pre-Packaged"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2315
msgid "Not Installed"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2319
msgid "Installed But Not Activated"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2321
msgid "Active"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2327
msgid "Required Update not Available"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2330
msgid "Requires Update"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2333
msgid "Update recommended"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2342
#, php-format
msgctxt "Install/Update Status"
msgid "%1$s, %2$s"
msgstr ""
#: assets/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] ""
#: assets/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] ""
#: assets/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] ""
#: assets/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] ""
#: assets/class-tgm-plugin-activation.php:2482
msgctxt "as in: \"version nr unknown\""
msgid "unknown"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2490
msgid "Installed version:"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2498
msgid "Minimum required version:"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2510
msgid "Available version:"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2533
msgid "No plugins to install, update or activate."
msgstr ""
#: assets/class-tgm-plugin-activation.php:2547
msgid "Plugin"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2548
msgid "Source"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2549
msgid "Type"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2553
msgid "Version"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2554
msgid "Status"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2603
#, php-format
msgid "Install %2$s"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2608
#, php-format
msgid "Update %2$s"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2614
#, php-format
msgid "Activate %2$s"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2684
msgid "Upgrade message from the plugin author:"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2717
msgid "Install"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2723
msgid "Update"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2726
msgid "Activate"
msgstr ""
#: assets/class-tgm-plugin-activation.php:2757
msgid "No plugins were selected to be installed. No action taken."
msgstr ""
#: assets/class-tgm-plugin-activation.php:2759
msgid "No plugins were selected to be updated. No action taken."
msgstr ""
#: assets/class-tgm-plugin-activation.php:2800
msgid "No plugins are available to be installed at this time."
msgstr ""
#: assets/class-tgm-plugin-activation.php:2802
msgid "No plugins are available to be updated at this time."
msgstr ""
#: assets/class-tgm-plugin-activation.php:2908
msgid "No plugins were selected to be activated. No action taken."
msgstr ""
#: assets/class-tgm-plugin-activation.php:2934
msgid "No plugins are available to be activated at this time."
msgstr ""
#: assets/class-tgm-plugin-activation.php:3158
msgid "Plugin activation failed."
msgstr ""
#: assets/class-tgm-plugin-activation.php:3497
#, php-format
msgid "Updating Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: assets/class-tgm-plugin-activation.php:3500
#, php-format
msgid "An error occurred while installing %1$s: <strong>%2$s</strong>."
msgstr ""
#: assets/class-tgm-plugin-activation.php:3502
#, php-format
msgid "The installation of %1$s failed."
msgstr ""
#: assets/class-tgm-plugin-activation.php:3506
msgid ""
"The installation and activation process is starting. This process may take a "
"while on some hosts, so please be patient."
msgstr ""
#: assets/class-tgm-plugin-activation.php:3508
#, php-format
msgid "%1$s installed and activated successfully."
msgstr ""
#: assets/class-tgm-plugin-activation.php:3509
msgid "All installations and activations have been completed."
msgstr ""
#: assets/class-tgm-plugin-activation.php:3511
#, php-format
msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: assets/class-tgm-plugin-activation.php:3514
msgid ""
"The installation process is starting. This process may take a while on some "
"hosts, so please be patient."
msgstr ""
#: assets/class-tgm-plugin-activation.php:3516
#, php-format
msgid "%1$s installed successfully."
msgstr ""
#: assets/class-tgm-plugin-activation.php:3517
msgid "All installations have been completed."
msgstr ""
#: assets/class-tgm-plugin-activation.php:3519
#, php-format
msgid "Installing Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: assets/customizer.php:91
msgid "All categories"
msgstr ""
#: assets/customizer.php:116
msgid "Logo For Dark Style (optional)"
msgstr ""
#: assets/customizer.php:128
msgid ""
"The logo for the dark style should have the same dimensions as the original "
"logo and should differ only in color."
msgstr ""
#: assets/customizer.php:138
msgid "Logo For Dark Style (Setting Description)"
msgstr ""
#: assets/customizer.php:160
msgid "Logo Width, px"
msgstr ""
#: assets/customizer.php:177
msgid "Header And Text Logo"
msgstr ""
#: assets/customizer.php:202
msgid "Header"
msgstr ""
#: assets/customizer.php:223
msgid "Enable sticky header"
msgstr ""
#: assets/customizer.php:242
msgid "Enable switching between font types (sans-serif or serif fonts)"
msgstr ""
#: assets/customizer.php:252
msgid ""
"You can change the default fonts in the \"Styles And Cookies\" section: "
"\"Styles And Cookies > Fonts And Color Mode > Default Fonts: Sans-Serif Or "
"Serif\"."
msgstr ""
#: assets/customizer.php:262
msgid "Switching Between Font Types (Setting Description)"
msgstr ""
#: assets/customizer.php:283
msgid "Enable color switch (moon/sun icon)"
msgstr ""
#: assets/customizer.php:293
msgid ""
"You can change the default site style in the \"Styles And Cookies\" section: "
"\"Styles And Cookies > Fonts And Color Mode > Default Site Style: Light Or "
"Dark\"."
msgstr ""
#: assets/customizer.php:303
msgid "Color Switch (Setting Description)"
msgstr ""
#: assets/customizer.php:324
msgid "Show search icon and dropdown search form"
msgstr ""
#: assets/customizer.php:343
msgid "Show sidebar button (arrow icon)"
msgstr ""
#: assets/customizer.php:353
msgid ""
"The sidebar button will be hidden if there are no widgets in your sidebar."
msgstr ""
#: assets/customizer.php:363
msgid "Show sidebar button (Setting description)"
msgstr ""
#: assets/customizer.php:380
msgid ""
"By default, the Orin theme displays a text logo. Below you can change the "
"text for your logo or change the logo type from text to image."
msgstr ""
#: assets/customizer.php:390
msgid "Logo"
msgstr ""
#: assets/customizer.php:411
msgid "Logo Type"
msgstr ""
#: assets/customizer.php:414
msgid "Text"
msgstr ""
#: assets/customizer.php:415
msgid "Image"
msgstr ""
#: assets/customizer.php:425
msgid ""
"You can add an image for your logo in the \"Site Identity\" section: \"Site "
"Identity > Logo\"."
msgstr ""
#: assets/customizer.php:435
msgid "Logo Type (Setting Description)"
msgstr ""
#: assets/customizer.php:455
msgid "Logo Text (Logo Type: Text)"
msgstr ""
#: assets/customizer.php:471
msgid "Homepage Slider"
msgstr ""
#: assets/customizer.php:496
msgid "Slider Display Settings"
msgstr ""
#: assets/customizer.php:517
msgid "Show homepage slider"
msgstr ""
#: assets/customizer.php:536
msgid "Show the slider only on the first pagination page"
msgstr ""
#: assets/customizer.php:561
msgid "Slider Section: Title And Subtitle"
msgstr ""
#: assets/customizer.php:581
msgid "Slider Section: Title"
msgstr ""
#: assets/customizer.php:592 assets/customizer.php:633
#: assets/customizer.php:2453
msgid ""
"Allowed HTML tags: a, span, strong, b, em, i. Allowed attributes: a - href, "
"title, target, class, rel. span - class. i - class."
msgstr ""
#: assets/customizer.php:602
msgid "Slider Section: Title - Allowed HTML Tags"
msgstr ""
#: assets/customizer.php:622
msgid "Slider Section: Subtitle"
msgstr ""
#: assets/customizer.php:643
msgid "Slider Section: Subtitle - Allowed HTML Tags"
msgstr ""
#: assets/customizer.php:670
msgid "Slider Options"
msgstr ""
#: assets/customizer.php:692
msgid "Maximum Number Of Slides (Default Value: 4)"
msgstr ""
#: assets/customizer.php:713
msgid "What To Show In The Slider?"
msgstr ""
#: assets/customizer.php:716
msgid "Posts by category"
msgstr ""
#: assets/customizer.php:717
msgid "Featured posts"
msgstr ""
#: assets/customizer.php:727
msgid ""
"\"Posts by category\" - The slider will display posts from all categories or "
"from one selected category. \"Featured posts\" - The slider will only "
"display featured posts. You can select these posts manually in the settings "
"for each post: \"WordPress Dashboard > Posts > Add new or Edit existing post "
"> Additional Settings > Homepage slider\"."
msgstr ""
#: assets/customizer.php:737
msgid "What To Show In The Slider? (Setting Description)"
msgstr ""
#: assets/customizer.php:758
msgid "Category For Slider Items"
msgstr ""
#: assets/customizer.php:769
msgid ""
"The category selection setting works only if in the slider you display posts "
"by category."
msgstr ""
#: assets/customizer.php:779
msgid "Category For Slider Items (Setting Description)"
msgstr ""
#: assets/customizer.php:800
msgid "Order By"
msgstr ""
#: assets/customizer.php:803
msgid "Random order"
msgstr ""
#: assets/customizer.php:804
msgid "Publication date"
msgstr ""
#: assets/customizer.php:805
msgid "Number of comments"
msgstr ""
#: assets/customizer.php:824
msgid "Enable popup images for the slider"
msgstr ""
#: assets/customizer.php:843 assets/customizer.php:1535
msgid ""
"Enable rewind (Moves to the opposite edge when reaching the first or last "
"slide)"
msgstr ""
#: assets/customizer.php:862 assets/customizer.php:1554
msgid "Transition Type For Slides"
msgstr ""
#: assets/customizer.php:865 assets/customizer.php:1557
msgid "Fade animation"
msgstr ""
#: assets/customizer.php:866 assets/customizer.php:1558
msgid "Slide horizontal"
msgstr ""
#: assets/customizer.php:867 assets/customizer.php:1559
msgid "Slide vertical"
msgstr ""
#: assets/customizer.php:887 assets/customizer.php:1579
msgid "Speed Of The Slide Animation (in \"ms\")"
msgstr ""
#: assets/customizer.php:899 assets/customizer.php:1591
msgid "Default value: 600. Recommended range of values: 400...800."
msgstr ""
#: assets/customizer.php:909 assets/customizer.php:1601
msgid "Speed Of The Slide Animation (Setting Description)"
msgstr ""
#: assets/customizer.php:930
msgid "Show navigation buttons (Next/Previous)"
msgstr ""
#: assets/customizer.php:949
msgid "Show pagination (Dots)"
msgstr ""
#: assets/customizer.php:974
msgid "Slider Content"
msgstr ""
#: assets/customizer.php:995 assets/customizer.php:1664
#: assets/customizer.php:1930
msgid "Show author"
msgstr ""
#: assets/customizer.php:1014 assets/customizer.php:1683
#: assets/customizer.php:1949
msgid "Show date"
msgstr ""
#: assets/customizer.php:1033 assets/customizer.php:1408
#: assets/customizer.php:1702
msgid "Show categories"
msgstr ""
#: assets/customizer.php:1052 assets/customizer.php:1427
msgid "Show the \"Read more\" link"
msgstr ""
#: assets/customizer.php:1070 assets/customizer.php:1445
msgid "Text For The \"Read More\" Link"
msgstr ""
#: assets/customizer.php:1086
msgid "Blog Posts"
msgstr ""
#: assets/customizer.php:1111
msgid "Posts Section: Title And Subtitle"
msgstr ""
#: assets/customizer.php:1131
msgid "Posts Section: Title"
msgstr ""
#: assets/customizer.php:1142
msgid ""
"This title appears on the homepage with your latest posts. Allowed HTML "
"tags: a, span, strong, b, em, i. Allowed attributes: a - href, title, "
"target, class, rel. span - class. i - class."
msgstr ""
#: assets/customizer.php:1152
msgid "Posts Section: Title - Allowed HTML Tags"
msgstr ""
#: assets/customizer.php:1172
msgid "Posts Section: Subtitle"
msgstr ""
#: assets/customizer.php:1183
msgid ""
"This subtitle appears on the homepage with your latest posts. Allowed HTML "
"tags: a, span, strong, b, em, i. Allowed attributes: a - href, title, "
"target, class, rel. span - class. i - class."
msgstr ""
#: assets/customizer.php:1193
msgid "Posts Section: Subtitle - Allowed HTML Tags"
msgstr ""
#: assets/customizer.php:1214
msgid "Show page number"
msgstr ""
#: assets/customizer.php:1239
msgid "Posts"
msgstr ""
#: assets/customizer.php:1260
msgid "Increase The First Post In The List Of Posts"
msgstr ""
#: assets/customizer.php:1263
msgid "Only on the homepage"
msgstr ""
#: assets/customizer.php:1264
msgid "On all pages with posts"
msgstr ""
#: assets/customizer.php:1265
msgid "Do not increase"
msgstr ""
#: assets/customizer.php:1275
msgid ""
"The first post will be increased only on the first pagination page. However, "
"this can be changed in the setting below."
msgstr ""
#: assets/customizer.php:1285
msgid "Increase The First Post In The List Of Posts (Setting Description)"
msgstr ""
#: assets/customizer.php:1306
msgid "Increase the first post on pagination pages or not?"
msgstr ""
#: assets/customizer.php:1325
msgid ""
"Increase the size of small images (setting applies only to your featured "
"images)"
msgstr ""
#: assets/customizer.php:1344
msgid "Featured Image: Link Type"
msgstr ""
#: assets/customizer.php:1347
msgid "Link to post"
msgstr ""
#: assets/customizer.php:1348
msgid "Link to image"
msgstr ""
#: assets/customizer.php:1367
msgid "Enable hover effects when you hover on featured images"
msgstr ""
#: assets/customizer.php:1387
msgid "Excerpt Length (Number Of Words)"
msgstr ""
#: assets/customizer.php:1468
msgid "Show views counter"
msgstr ""
#: assets/customizer.php:1487
msgid "Show comments counter"
msgstr ""
#: assets/customizer.php:1514
msgid "Gallery Format: Slider Options"
msgstr ""
#: assets/customizer.php:1618
msgid "Single Pages"
msgstr ""
#: assets/customizer.php:1643
msgid "Single Post Page"
msgstr ""
#: assets/customizer.php:1721
msgid ""
"Featured image (or Slider images): Show cropped image instead of full image "
"(Note: This setting applies to a single post page as well as a regular page)"
msgstr ""
#: assets/customizer.php:1740
msgid ""
"Enable popup image for featured image and slider (Note: This setting applies "
"to a single post page as well as a regular page)"
msgstr ""
#: assets/customizer.php:1759
msgid "Show tags"
msgstr ""
#: assets/customizer.php:1781 assets/customizer.php:1971
msgid "Show social share buttons (Twitter, Facebook, and Reddit)"
msgstr ""
#: assets/customizer.php:1802
msgid "Show \"About the author\" section"
msgstr ""
#: assets/customizer.php:1812
msgid ""
"You can add information about yourself in your profile settings: \"WordPress "
"Dashboard > Users > Profile > About Yourself > Biographical Info\"."
msgstr ""
#: assets/customizer.php:1822
msgid "Show \"About the author\" section (Setting Description)"
msgstr ""
#: assets/customizer.php:1843
msgid "Show post navigation"
msgstr ""
#: assets/customizer.php:1862
msgid "Show related posts"
msgstr ""
#: assets/customizer.php:1872
msgid ""
"This section displays posts that have at least one tag, which the current "
"post also has. If the current post has no tags, then it has no related "
"posts. If other posts do not have tags that the current post has, then the "
"current post also has no related posts."
msgstr ""
#: assets/customizer.php:1882
msgid "Show related posts (Setting Description)"
msgstr ""
#: assets/customizer.php:1909
msgid "Regular Page"
msgstr ""
#: assets/customizer.php:1992
msgid "Show random posts at the bottom of the page"
msgstr ""
#: assets/customizer.php:2007
msgid "Footer"
msgstr ""
#: assets/customizer.php:2017
msgid ""
"The footer area displays text and menu. The text usually contains copyright "
"information. However, you can add your own links to this text, and you can "
"also use icons (for example, social media icons). You can add links using "
"the \"a\" tag, and you can add icons using the \"i\" tag. All available "
"icons you can find on the Font Awesome site (A link to this site is "
"available in the documentation, section Credits). To add a menu to the "
"footer, go to the menu edit page - there you can create and add your menu to "
"the footer (WordPress Dashboard > Appearance > Menus)."
msgstr ""
#: assets/customizer.php:2027
msgid "Footer: Description For The Settings Section"
msgstr ""
#: assets/customizer.php:2047
msgid "Copyright Text"
msgstr ""
#: assets/customizer.php:2058
msgid ""
"Allowed HTML tags: p, a, span, strong, b, em, i, br. Allowed attributes: p - "
"class. a - href, title, target, class, rel. span - class. i - class."
msgstr ""
#: assets/customizer.php:2068
msgid "Copyright Text - Allowed HTML Tags"
msgstr ""
#: assets/customizer.php:2085
msgid "Styles And Cookies"
msgstr ""
#: assets/customizer.php:2110
msgid "Fonts and Color Mode"
msgstr ""
#: assets/customizer.php:2131
msgid "Default Fonts: Sans-Serif Or Serif"
msgstr ""
#: assets/customizer.php:2134 header.php:161
msgid "Sans-serif fonts"
msgstr ""
#: assets/customizer.php:2135 header.php:164
msgid "Serif fonts"
msgstr ""
#: assets/customizer.php:2145
msgid ""
"This setting changes the default fonts (Sans-serif or Serif fonts). "
"Important! If your current browser has the \"orin_font_type\" cookie, then "
"the fonts will not change in that browser. The fonts will change for "
"visitors who do not have this cookie."
msgstr ""
#: assets/customizer.php:2155
msgid "Default Fonts (Setting Description)"
msgstr ""
#: assets/customizer.php:2176
msgid "Default Site Style: Light Or Dark"