forked from ColorlibHQ/unapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunapp.pot
executable file
·1892 lines (1488 loc) · 50.2 KB
/
unapp.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: UNAPP\n"
"POT-Creation-Date: 2018-06-12 00:56+0600\n"
"PO-Revision-Date: 2018-06-12 00:56+0600\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.0.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:16
msgid "Oops! That page can’t be found."
msgstr ""
#: 404.php:19
msgid "It looks like nothing was found at this location. Maybe try a search?"
msgstr ""
#: comments.php:34
msgid "Comments"
msgstr ""
#: comments.php:63
msgid "Submit"
msgstr ""
#: comments.php:64
msgid "Leave a Comments"
msgstr ""
#: footer.php:18
#, php-format
msgid "Unapp Themes © %s. All rights reserved."
msgstr ""
#: functions.php:71
msgid "Header Menu"
msgstr ""
#: functions.php:72
msgid "Footer Menu"
msgstr ""
#: functions.php:139
msgid "Sidebar"
msgstr ""
#: functions.php:141 functions.php:152
msgid "Add widgets here to appear in your sidebar."
msgstr ""
#: functions.php:150 inc/customizer/settings/sections.php:89
msgid "Footer"
msgstr ""
#: inc/class-tgm-plugin-activation.php:334 inc/unapp_add_plugin.php:61
msgid "Install Required Plugins"
msgstr ""
#: inc/class-tgm-plugin-activation.php:335 inc/unapp_add_plugin.php:62
msgid "Install Plugins"
msgstr ""
#. translators: %s: plugin name.
#: inc/class-tgm-plugin-activation.php:337 inc/unapp_add_plugin.php:63
#, php-format
msgid "Installing Plugin: %s"
msgstr ""
#. translators: %s: plugin name.
#: inc/class-tgm-plugin-activation.php:339 inc/unapp_add_plugin.php:64
#, php-format
msgid "Updating Plugin: %s"
msgstr ""
#: inc/class-tgm-plugin-activation.php:340 inc/unapp_add_plugin.php:65
msgid "Something went wrong with the plugin API."
msgstr ""
#. translators: 1: plugin name(s).
#: inc/class-tgm-plugin-activation.php:343 inc/unapp_add_plugin.php:67
#, 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] ""
#. translators: 1: plugin name(s).
#: inc/class-tgm-plugin-activation.php:349 inc/unapp_add_plugin.php:72
#, 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] ""
#. translators: 1: plugin name(s).
#: inc/class-tgm-plugin-activation.php:355 inc/unapp_add_plugin.php:77
#, 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] ""
#. translators: 1: plugin name(s).
#: inc/class-tgm-plugin-activation.php:361 inc/unapp_add_plugin.php:82
#, 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] ""
#. translators: 1: plugin name(s).
#: inc/class-tgm-plugin-activation.php:367 inc/unapp_add_plugin.php:87
#, 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] ""
#. translators: 1: plugin name(s).
#: inc/class-tgm-plugin-activation.php:373 inc/unapp_add_plugin.php:92
#, 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] ""
#: inc/class-tgm-plugin-activation.php:378 inc/unapp_add_plugin.php:97
msgid "Begin installing plugin"
msgid_plural "Begin installing plugins"
msgstr[0] ""
msgstr[1] ""
#: inc/class-tgm-plugin-activation.php:383 inc/unapp_add_plugin.php:102
msgid "Begin updating plugin"
msgid_plural "Begin updating plugins"
msgstr[0] ""
msgstr[1] ""
#: inc/class-tgm-plugin-activation.php:388 inc/unapp_add_plugin.php:107
msgid "Begin activating plugin"
msgid_plural "Begin activating plugins"
msgstr[0] ""
msgstr[1] ""
#: inc/class-tgm-plugin-activation.php:392 inc/unapp_add_plugin.php:111
msgid "Return to Required Plugins Installer"
msgstr ""
#: inc/class-tgm-plugin-activation.php:393
#: inc/class-tgm-plugin-activation.php:912
#: inc/class-tgm-plugin-activation.php:2618
#: inc/class-tgm-plugin-activation.php:3665
msgid "Return to the Dashboard"
msgstr ""
#: inc/class-tgm-plugin-activation.php:394
#: inc/class-tgm-plugin-activation.php:3244 inc/unapp_add_plugin.php:112
msgid "Plugin activated successfully."
msgstr ""
#: inc/class-tgm-plugin-activation.php:395
#: inc/class-tgm-plugin-activation.php:3037 inc/unapp_add_plugin.php:113
msgid "The following plugin was activated successfully:"
msgid_plural "The following plugins were activated successfully:"
msgstr[0] ""
msgstr[1] ""
#. translators: 1: plugin name.
#: inc/class-tgm-plugin-activation.php:397 inc/unapp_add_plugin.php:114
#, php-format
msgid "No action taken. Plugin %1$s was already active."
msgstr ""
#. translators: 1: plugin name.
#: inc/class-tgm-plugin-activation.php:399 inc/unapp_add_plugin.php:115
#, php-format
msgid ""
"Plugin not activated. A higher version of %s is needed for this theme. "
"Please update the plugin."
msgstr ""
#. translators: 1: dashboard link.
#: inc/class-tgm-plugin-activation.php:401 inc/unapp_add_plugin.php:116
#, php-format
msgid "All plugins installed and activated successfully. %1$s"
msgstr ""
#: inc/class-tgm-plugin-activation.php:402 inc/unapp_add_plugin.php:117
msgid "Dismiss this notice"
msgstr ""
#: inc/class-tgm-plugin-activation.php:403 inc/unapp_add_plugin.php:118
msgid ""
"There are one or more required or recommended plugins to install, update or "
"activate."
msgstr ""
#: inc/class-tgm-plugin-activation.php:404 inc/unapp_add_plugin.php:119
msgid "Please contact the administrator of this site for help."
msgstr ""
#: inc/class-tgm-plugin-activation.php:607
msgid "This plugin needs to be updated to be compatible with your theme."
msgstr ""
#: inc/class-tgm-plugin-activation.php:608
msgid "Update Required"
msgstr ""
#: inc/class-tgm-plugin-activation.php:1019
msgid ""
"The remote plugin package does not contain a folder with the desired slug "
"and renaming did not work."
msgstr ""
#: inc/class-tgm-plugin-activation.php:1019
#: inc/class-tgm-plugin-activation.php:1022
msgid ""
"Please contact the plugin provider and ask them to package their plugin "
"according to the WordPress guidelines."
msgstr ""
#: inc/class-tgm-plugin-activation.php:1022
msgid ""
"The remote plugin package consists of more than one file, but the files are "
"not packaged in a folder."
msgstr ""
#: inc/class-tgm-plugin-activation.php:1206
#: inc/class-tgm-plugin-activation.php:3033
msgctxt "plugin A *and* plugin B"
msgid "and"
msgstr ""
#. translators: %s: version number
#: inc/class-tgm-plugin-activation.php:2067
#, php-format
msgid "TGMPA v%s"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2358
msgid "Required"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2361
msgid "Recommended"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2377
msgid "WordPress Repository"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2380
msgid "External Source"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2383
msgid "Pre-Packaged"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2400
msgid "Not Installed"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2404
msgid "Installed But Not Activated"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2406
msgid "Active"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2412
msgid "Required Update not Available"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2415
msgid "Requires Update"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2418
msgid "Update recommended"
msgstr ""
#. translators: 1: install status, 2: update status
#: inc/class-tgm-plugin-activation.php:2427
#, php-format
msgctxt "Install/Update Status"
msgid "%1$s, %2$s"
msgstr ""
#. translators: 1: number of plugins.
#: inc/class-tgm-plugin-activation.php:2473
#, php-format
msgctxt "plugins"
msgid "All <span class=\"count\">(%s)</span>"
msgid_plural "All <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#. translators: 1: number of plugins.
#: inc/class-tgm-plugin-activation.php:2477
#, php-format
msgid "To Install <span class=\"count\">(%s)</span>"
msgid_plural "To Install <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#. translators: 1: number of plugins.
#: inc/class-tgm-plugin-activation.php:2481
#, php-format
msgid "Update Available <span class=\"count\">(%s)</span>"
msgid_plural "Update Available <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#. translators: 1: number of plugins.
#: inc/class-tgm-plugin-activation.php:2485
#, php-format
msgid "To Activate <span class=\"count\">(%s)</span>"
msgid_plural "To Activate <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: inc/class-tgm-plugin-activation.php:2567
msgctxt "as in: \"version nr unknown\""
msgid "unknown"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2575
msgid "Installed version:"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2583
msgid "Minimum required version:"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2595
msgid "Available version:"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2618
msgid "No plugins to install, update or activate."
msgstr ""
#: inc/class-tgm-plugin-activation.php:2632
msgid "Plugin"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2633
msgid "Source"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2634
msgid "Type"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2638
msgid "Version"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2639
msgid "Status"
msgstr ""
#. translators: %2$s: plugin name in screen reader markup
#: inc/class-tgm-plugin-activation.php:2688
#, php-format
msgid "Install %2$s"
msgstr ""
#. translators: %2$s: plugin name in screen reader markup
#: inc/class-tgm-plugin-activation.php:2693
#, php-format
msgid "Update %2$s"
msgstr ""
#. translators: %2$s: plugin name in screen reader markup
#: inc/class-tgm-plugin-activation.php:2699
#, php-format
msgid "Activate %2$s"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2769
msgid "Upgrade message from the plugin author:"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2802
#: inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-recommended-actions.php:279
#: inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-recommended-actions.php:345
msgid "Install"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2808
#: inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-recommended-actions.php:287
#: inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-recommended-actions.php:353
msgid "Update"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2811
#: inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-recommended-actions.php:283
#: inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-recommended-actions.php:349
msgid "Activate"
msgstr ""
#: inc/class-tgm-plugin-activation.php:2842
msgid "No plugins were selected to be installed. No action taken."
msgstr ""
#: inc/class-tgm-plugin-activation.php:2844
msgid "No plugins were selected to be updated. No action taken."
msgstr ""
#: inc/class-tgm-plugin-activation.php:2885
msgid "No plugins are available to be installed at this time."
msgstr ""
#: inc/class-tgm-plugin-activation.php:2887
msgid "No plugins are available to be updated at this time."
msgstr ""
#: inc/class-tgm-plugin-activation.php:2993
msgid "No plugins were selected to be activated. No action taken."
msgstr ""
#: inc/class-tgm-plugin-activation.php:3019
msgid "No plugins are available to be activated at this time."
msgstr ""
#: inc/class-tgm-plugin-activation.php:3243
msgid "Plugin activation failed."
msgstr ""
#. translators: 1: plugin name, 2: action number 3: total number of actions.
#: inc/class-tgm-plugin-activation.php:3583
#, php-format
msgid "Updating Plugin %1$s (%2$d/%3$d)"
msgstr ""
#. translators: 1: plugin name, 2: error message.
#: inc/class-tgm-plugin-activation.php:3586
#, php-format
msgid "An error occurred while installing %1$s: <strong>%2$s</strong>."
msgstr ""
#. translators: 1: plugin name.
#: inc/class-tgm-plugin-activation.php:3588
#, php-format
msgid "The installation of %1$s failed."
msgstr ""
#: inc/class-tgm-plugin-activation.php:3592
msgid ""
"The installation and activation process is starting. This process may take a "
"while on some hosts, so please be patient."
msgstr ""
#. translators: 1: plugin name.
#: inc/class-tgm-plugin-activation.php:3594
#, php-format
msgid "%1$s installed and activated successfully."
msgstr ""
#: inc/class-tgm-plugin-activation.php:3595
msgid "All installations and activations have been completed."
msgstr ""
#. translators: 1: plugin name, 2: action number 3: total number of actions.
#: inc/class-tgm-plugin-activation.php:3597
#, php-format
msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: inc/class-tgm-plugin-activation.php:3600
msgid ""
"The installation process is starting. This process may take a while on some "
"hosts, so please be patient."
msgstr ""
#. translators: 1: plugin name.
#: inc/class-tgm-plugin-activation.php:3602
#, php-format
msgid "%1$s installed successfully."
msgstr ""
#: inc/class-tgm-plugin-activation.php:3603
msgid "All installations have been completed."
msgstr ""
#. translators: 1: plugin name, 2: action number 3: total number of actions.
#: inc/class-tgm-plugin-activation.php:3605
#, php-format
msgid "Installing Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: inc/class-unapp.php:135
msgid "Accent Colors"
msgstr ""
#: inc/class-unapp.php:141
msgid "Accent Color #1"
msgstr ""
#: inc/class-unapp.php:142
msgid "Theme main color."
msgstr ""
#: inc/class-unapp.php:149
msgid "Accent Color #2"
msgstr ""
#: inc/class-unapp.php:150
msgid "The second main color."
msgstr ""
#: inc/class-unapp.php:157
msgid "Typography Colors"
msgstr ""
#: inc/class-unapp.php:163 inc/class-unapp.php:279
msgid "Title Color"
msgstr ""
#: inc/class-unapp.php:164
msgid "The color used for titles."
msgstr ""
#: inc/class-unapp.php:171 inc/class-unapp.php:287
#: inc/libraries/epsilon-framework/classes/helpers/class-epsilon-section-repeater-helper.php:279
msgid "Text Color"
msgstr ""
#: inc/class-unapp.php:172
msgid "The color used for paragraphs."
msgstr ""
#: inc/class-unapp.php:179 inc/class-unapp.php:295
msgid "Link Color"
msgstr ""
#: inc/class-unapp.php:180
msgid "The color used for links."
msgstr ""
#: inc/class-unapp.php:187 inc/class-unapp.php:303
msgid "Link Hover Color"
msgstr ""
#: inc/class-unapp.php:188
msgid "The color used for hovered links."
msgstr ""
#: inc/class-unapp.php:195 inc/class-unapp.php:311
msgid "Link Active Color"
msgstr ""
#: inc/class-unapp.php:196
msgid "The color used for active links."
msgstr ""
#: inc/class-unapp.php:203
msgid "Navigation Colors"
msgstr ""
#: inc/class-unapp.php:209
msgid "Header background color"
msgstr ""
#: inc/class-unapp.php:210
msgid "The color used for the header background."
msgstr ""
#: inc/class-unapp.php:217
msgid "Dropdown background"
msgstr ""
#: inc/class-unapp.php:218
msgid "The color used for the menu background."
msgstr ""
#: inc/class-unapp.php:225
msgid "Dropdown Hover background"
msgstr ""
#: inc/class-unapp.php:226
msgid "The color used for the menu hover background."
msgstr ""
#: inc/class-unapp.php:233
msgid "Menu item color"
msgstr ""
#: inc/class-unapp.php:234
msgid "The color used for the menu item color."
msgstr ""
#: inc/class-unapp.php:241
msgid "Menu item hover color"
msgstr ""
#: inc/class-unapp.php:242
msgid "The color used for the menu item hover color."
msgstr ""
#: inc/class-unapp.php:249
msgid "Menu item active color"
msgstr ""
#: inc/class-unapp.php:250
msgid "The color used for the menu item active color."
msgstr ""
#: inc/class-unapp.php:257
msgid "Footer Colors"
msgstr ""
#: inc/class-unapp.php:263
msgid "Contact Background Color"
msgstr ""
#: inc/class-unapp.php:264
msgid "The color used for the footer contact background."
msgstr ""
#: inc/class-unapp.php:271
msgid "Background Color"
msgstr ""
#: inc/class-unapp.php:272
msgid "The color used for the footer background."
msgstr ""
#: inc/class-unapp.php:280
msgid "The color used for the footer title color."
msgstr ""
#: inc/class-unapp.php:288 inc/class-unapp.php:296 inc/class-unapp.php:304
#: inc/class-unapp.php:312
msgid "The color used for the footer text color."
msgstr ""
#: inc/customizer/class-unapp-customizer.php:79
msgid ""
"The image logo, if set, will override the text logo. You can not have both "
"at the same time. A tagline can be displayed under the text logo."
msgstr ""
#: inc/customizer/class-unapp-customizer.php:80
msgid "Page Header"
msgstr ""
#: inc/customizer/class-unapp-customizer.php:81
msgid ""
"If you have front-end sections, those will be displayed instead. Consider "
"adding a \"Content Section\" if you need to display the page content as well."
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:69
msgid "Banner Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:70
msgid "Banner section retrieves content from theme options"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:143
#: inc/customizer/class-unapp-repeatable-sections.php:402
#: inc/customizer/class-unapp-repeatable-sections.php:508
#: inc/customizer/class-unapp-repeatable-sections.php:633
#: inc/customizer/class-unapp-repeatable-sections.php:839
#: inc/customizer/class-unapp-repeatable-sections.php:949
#: inc/customizer/class-unapp-repeatable-sections.php:1038
#: inc/customizer/class-unapp-repeatable-sections.php:1152
#: inc/customizer/class-unapp-repeatable-sections.php:1255
#: inc/customizer/settings/fields.php:220
#: inc/customizer/settings/fields.php:252
#: inc/customizer/settings/fields.php:290
#: inc/customizer/settings/fields.php:389
msgid "Title"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:149
#: inc/customizer/class-unapp-repeatable-sections.php:408
#: inc/customizer/class-unapp-repeatable-sections.php:845
#: inc/customizer/class-unapp-repeatable-sections.php:955
#: inc/customizer/class-unapp-repeatable-sections.php:1044
#: inc/customizer/class-unapp-repeatable-sections.php:1261
msgid "Subtitle"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:155
#: inc/customizer/settings/fields.php:442
msgid "Button Text"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:161
#: inc/customizer/class-unapp-repeatable-sections.php:526
#: inc/customizer/class-unapp-repeatable-sections.php:651
msgid "Button Link"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:167
msgid "Background Link"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:183
msgid "Slider Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:184
msgid "A slider section. It retrieves content from Theme Content / Slides."
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:191
msgid "Add Slides →"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:194
msgid "Slides to show"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:195
#: inc/customizer/class-unapp-repeatable-sections.php:297
#: inc/customizer/class-unapp-repeatable-sections.php:533
#: inc/customizer/class-unapp-repeatable-sections.php:658
#: inc/customizer/class-unapp-repeatable-sections.php:759
#: inc/customizer/class-unapp-repeatable-sections.php:1051
#: inc/customizer/class-unapp-repeatable-sections.php:1268
#: inc/customizer/class-unapp-repeatable-sections.php:1511
msgid "Only selected items will be shown in the frontend."
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:206
#: inc/customizer/class-unapp-repeatable-sections.php:314
#: inc/customizer/class-unapp-repeatable-sections.php:420
#: inc/customizer/class-unapp-repeatable-sections.php:861
#: inc/customizer/class-unapp-repeatable-sections.php:1068
#: inc/customizer/class-unapp-repeatable-sections.php:1175
#: inc/customizer/class-unapp-repeatable-sections.php:1285
#: inc/customizer/class-unapp-repeatable-sections.php:1422
#: inc/customizer/class-unapp-repeatable-sections.php:1528
msgid "Section ID"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:222
msgid "Services Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:223
#: inc/customizer/class-unapp-repeatable-sections.php:1437
msgid "Services section. It retrieves content from Theme Content / Services"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:296
#: inc/customizer/class-unapp-repeatable-sections.php:1510
msgid "Services Item To Show"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:307
#: inc/customizer/class-unapp-repeatable-sections.php:1521
msgid "Add Services →"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:328
msgid "Collaborate Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:329
msgid "Collaborate section retrieves content from theme options"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:414
msgid "Youtube Link"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:434
msgid "Featured Section Left"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:435
#: inc/customizer/class-unapp-repeatable-sections.php:560
msgid "Featured section retrieves content from theme options"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:514
#: inc/customizer/class-unapp-repeatable-sections.php:639
#: inc/customizer/class-unapp-repeatable-sections.php:1164
msgid "Image"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:520
#: inc/customizer/class-unapp-repeatable-sections.php:645
msgid "Button Label"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:532
#: inc/customizer/class-unapp-repeatable-sections.php:657
msgid "Featured Work To Show"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:543
#: inc/customizer/class-unapp-repeatable-sections.php:668
msgid "Add Featured Work →"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:559
msgid "Featured Section Right"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:684
msgid "Counter Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:685
msgid "Counter section retrieves content from theme options"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:758
msgid "Counter To Show"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:769
msgid "Add Counter Work →"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:785
msgid "Blog Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:786
msgid "Blog Area Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:841
msgid "News from our Blog"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:847
#: inc/customizer/class-unapp-repeatable-sections.php:1263
msgid ""
"Even the all-powerful Pointing has no control about the blind texts it is an "
"almost unorthographic life One day however a small line of blind text by the "
"name of Lorem Ipsum decided to leave for the far World of Grammar."
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:851
msgid "Post Count"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:852
msgid "Only posts with featured image are loaded"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:875
msgid "Subscribe Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:876
msgid "Subscribe section retrieves content from theme options"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:961
msgid "Mailchimp Shortcode"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:976
msgid "Pricing Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:977
msgid "Pricing section. It retrieves content from Theme Content / Pricing"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1040
#: inc/customizer/settings/sections.php:175
msgid "Pricing"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1046
msgid ""
"Even the all-powerful Pointing has no control about the blind texts it is an "
"almost unorthographic life One day however a small line of blind text by the "
"name"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1050
msgid "Price boxes to show"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1061
msgid "Add Price Boxes →"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1082
msgid "About Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1083
msgid "About section. It retrieves content from Theme Content / Services"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1154
#: inc/widget/about.php:65
msgid "About unapp"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1158
msgid "Information"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1160
msgid ""
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris lacinia "
"velit quis sem dignissim porta. Aliquam risus lorem, ornare sed diam at, "
"ultrices vehicula enim. Morbi pharetra ligula nulla, non blandit velit "
"tempor vel."
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1170
msgid "Video Link"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1189
msgid "Team Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1190
msgid ""
"Team members section. It retrieves content from Theme Content / Portfolio"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1257
msgid "Collaborate with your design team in a new way"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1267
msgid "Members to show"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1278
msgid "Add Members →"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1299
msgid "Contact Section"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1300
msgid "Contact section. It retrieves content from Theme Content / Services"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1369
msgid "Shortcode"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1374
#: inc/widget/contact_info.php:60
msgid "Address"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1376
msgid "198 West 21th Street, Suite 721 New York NY 10016"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1380
msgid "Phone"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1382
msgid "+ 1235 2355 98"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1386
msgid "Email"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1388
msgid "[email protected]"
msgstr ""
#: inc/customizer/class-unapp-repeatable-sections.php:1392
msgid "Web Address"