-
Notifications
You must be signed in to change notification settings - Fork 1
/
anima.pot
1206 lines (927 loc) · 34.1 KB
/
anima.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
# Copyright (C) 2022 anima
# This file is distributed under the same license as the anima package.
msgid ""
msgstr ""
"Project-Id-Version: anima\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"
#: functions.php:58
msgid "Primary Menu"
msgstr ""
#: functions.php:59
msgid "Secondary Menu"
msgstr ""
#: functions.php:60
msgid "Tertiary Menu"
msgstr ""
#: functions.php:61
msgid "Search Suggestions"
msgstr ""
#: functions.php:126
msgid "Article Sidebar"
msgstr ""
#: functions.php:128
msgid "Add widgets here to appear next to your articles."
msgstr ""
#: inc/fse.php:42
msgid "Products Archive"
msgstr ""
#: inc/fse.php:43
msgid "Displays the entire products list."
msgstr ""
#: inc/fse.php:46
msgid "Product Categories Archive"
msgstr ""
#: inc/fse.php:47
msgid "Displays the products from a certain product category."
msgstr ""
#: inc/fse.php:50
msgid "Product Tags Archive"
msgstr ""
#: inc/fse.php:51
msgid "Displays the products with a certain product tag attached."
msgstr ""
#: inc/fse.php:54
msgid "Single Product"
msgstr ""
#: inc/fse.php:55
msgid "Displays a single product."
msgstr ""
#: inc/fse.php:58
msgid "Displays a single post with a different layout for the header."
msgstr ""
#: inc/fse.php:63
msgid "Displays a single testimonial."
msgstr ""
#: inc/fse.php:66
msgid "Displays a single project."
msgstr ""
#: inc/fse.php:69
msgid "Displays a single gallery."
msgstr ""
#: inc/fse.php:74
msgid "Displays the entire testimonials list."
msgstr ""
#: inc/fse.php:77
msgid "Displays the entire projects list."
msgstr ""
#: inc/fse.php:80
msgid "Displays the entire galleries list."
msgstr ""
#: inc/fse.php:85
msgid "Displays the testimonials with a certain tag attached."
msgstr ""
#: inc/fse.php:88
msgid "Displays the projects with a certain tag attached."
msgstr ""
#: inc/fse.php:91
msgid "Displays the galleries with a certain tag attached."
msgstr ""
#: inc/fse.php:96
msgid "Displays the testimonials with a certain type attached."
msgstr ""
#: inc/fse.php:99
msgid "Displays the projects with a certain type attached."
msgstr ""
#: inc/fse.php:102
msgid "Displays the galleries with a certain type attached."
msgstr ""
#: inc/required-plugins.php:57, inc/required-plugins/class-tgm-plugin-activation.php:340
msgid "Install Required Plugins"
msgstr ""
#: inc/required-plugins.php:58, inc/required-plugins/class-tgm-plugin-activation.php:341
msgid "Install Plugins"
msgstr ""
#. translators: %s: plugin name.
#: inc/required-plugins.php:59, inc/required-plugins/class-tgm-plugin-activation.php:343
msgid "Installing Plugin: %s"
msgstr ""
#: inc/required-plugins.php:61, inc/required-plugins/class-tgm-plugin-activation.php:346
msgid "Something went wrong with the plugin API."
msgstr ""
#. translators: %1$s = plugin name
#: inc/required-plugins.php:63
msgid "Anima requires the following plugin: %1$s."
msgid_plural "Anima requires the following plugins: %1$s."
msgstr[0] ""
msgstr[1] ""
#. translators: %1$s = plugin name
#: inc/required-plugins.php:65
msgid "Anima recommends the following plugin: %1$s."
msgid_plural "Anima recommends the following plugins: %1$s."
msgstr[0] ""
msgstr[1] ""
#: inc/required-plugins.php:67
msgid "Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed."
msgid_plural "Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed."
msgstr[0] ""
msgstr[1] ""
#. translators: 1: plugin name(s).
#: inc/required-plugins.php:69, inc/required-plugins/class-tgm-plugin-activation.php:372
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/required-plugins.php:71, inc/required-plugins/class-tgm-plugin-activation.php:378
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/required-plugins.php:73
msgid "Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated."
msgid_plural "Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated."
msgstr[0] ""
msgstr[1] ""
#: inc/required-plugins.php:80
msgid "Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated."
msgid_plural "Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated."
msgstr[0] ""
msgstr[1] ""
#: inc/required-plugins.php:82, inc/required-plugins/class-tgm-plugin-activation.php:383
msgid "Begin installing plugin"
msgid_plural "Begin installing plugins"
msgstr[0] ""
msgstr[1] ""
#: inc/required-plugins.php:83
msgid "Activate installed plugin"
msgid_plural "Activate installed plugins"
msgstr[0] ""
msgstr[1] ""
#: inc/required-plugins.php:84, inc/required-plugins/class-tgm-plugin-activation.php:398
msgid "Return to Required Plugins Installer"
msgstr ""
#: inc/required-plugins.php:85, inc/required-plugins/class-tgm-plugin-activation.php:400, inc/required-plugins/class-tgm-plugin-activation.php:3296, inc/admin/pixcare-notice/class-notice.php:213
msgid "Plugin activated successfully."
msgstr ""
#: inc/required-plugins.php:86
msgid "All plugins installed and activated successfully. %s"
msgstr ""
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:15
msgid ", "
msgstr ""
#. translators: before list of categories.
#: inc/template-tags.php:18
msgctxt "post categories"
msgid "Posted in"
msgstr ""
#: inc/template-tags.php:103
msgid "Theme: %1$s by %2$s."
msgstr ""
#: inc/template-tags.php:103
msgid "The Pixelgrade Website"
msgstr ""
#: inc/template-tags.php:121
msgid "© %year% %site-title%."
msgstr ""
#: inc/admin/class-admin-customize.php:62
msgid "Logo while on Transparent Header"
msgstr ""
#: inc/admin/class-admin-customize.php:64, inc/admin/class-admin-customize.php:69
msgid "Select logo"
msgstr ""
#: inc/admin/class-admin-customize.php:65
msgid "Change logo"
msgstr ""
#: inc/admin/class-admin-customize.php:66
msgid "Default"
msgstr ""
#: inc/admin/class-admin-customize.php:67
msgid "Remove"
msgstr ""
#: inc/admin/class-admin-customize.php:68
msgid "No logo selected"
msgstr ""
#: inc/admin/class-admin-customize.php:70
msgid "Choose logo"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:28
msgid "Extras"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:35, inc/admin/class-admin-nav-menus.php:64, inc/admin/class-admin-nav-menus.php:94, inc/integrations/woocommerce.php:563
msgid "Custom"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:37, inc/admin/class-admin-nav-menus.php:39, inc/fse/patterns/hidden-404.php:18, inc/fse/patterns/hidden-404.php:18, inc/fse/patterns/hidden-search.php:15, inc/fse/patterns/hidden-search.php:15
msgid "Search"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:41
msgid "Search for something you seek"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:47, inc/admin/class-admin-nav-menus.php:76, inc/admin/class-admin-nav-menus.php:104, inc/integrations/woocommerce.php:575
msgid "Visual Style"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:48, inc/admin/class-admin-nav-menus.php:77, inc/admin/class-admin-nav-menus.php:105, inc/integrations/woocommerce.php:576
msgid "Choose a visual style suitable to your goals and audience."
msgstr ""
#: inc/admin/class-admin-nav-menus.php:51, inc/admin/class-admin-nav-menus.php:80, inc/admin/class-admin-nav-menus.php:108, inc/integrations/woocommerce.php:579
msgid "Label"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:52, inc/admin/class-admin-nav-menus.php:81, inc/admin/class-admin-nav-menus.php:109, inc/integrations/woocommerce.php:580
msgid "Icon"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:53, inc/admin/class-admin-nav-menus.php:82, inc/admin/class-admin-nav-menus.php:110, inc/integrations/woocommerce.php:581
msgid "Label with icon"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:66
msgid "Light/Dark Mode"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:68
msgid "Dark Mode Switcher"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:70
msgid "Switch between dark and light color mode"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:95, inc/admin/class-admin-nav-menus.php:96, inc/integrations/woocommerce.php:332, inc/integrations/woocommerce.php:565
msgid "Cart"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:98, inc/integrations/woocommerce.php:569
msgid "Toggle visibility of cart panel"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:428
msgid "Add to Menu"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:795
msgid "Begin typing your search above and press return to search."
msgstr ""
#: inc/admin/class-admin-nav-menus.php:796
msgid "Press Esc to cancel."
msgstr ""
#: inc/admin/class-admin-nav-menus.php:830
msgctxt "label"
msgid "Search for:"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:834
msgid "Search %s..."
msgstr ""
#: inc/admin/class-admin-nav-menus.php:835
msgctxt "submit button"
msgid "Search"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:879, inc/admin/class-admin-nav-menus.php:948
msgid "Badge"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:880, inc/admin/class-admin-nav-menus.php:949
msgid "e.g. New, Popular, Free, Sales"
msgstr ""
#: inc/admin/class-admin-nav-menus.php:881, inc/admin/class-admin-nav-menus.php:950
msgid "A badge is <strong>a short text indicator</strong> used to inform visitors that something's special about this menu item."
msgstr ""
#: inc/fse/block-patterns.php:15
msgid "Layout: Header"
msgstr ""
#: inc/fse/block-patterns.php:16
msgid "Layout: Footer"
msgstr ""
#: inc/integrations/pixelgrade-care.php:130
msgid "Pixelgrade Care › Installer"
msgstr ""
#: inc/integrations/pixelgrade-care.php:154
msgid "One more lap to go.."
msgstr ""
#: inc/integrations/pixelgrade-care.php:159
msgid "Start your digital journey with our"
msgstr ""
#: inc/integrations/pixelgrade-care.php:160, inc/integrations/pixelgrade-care.php:167
msgid "Pixelgrade Care®"
msgstr ""
#: inc/integrations/pixelgrade-care.php:161
msgid "on board. It's the core of your experience with our WordPress theme, and we bet you are going to love it from day one. You're in great hands, no doubt about that!"
msgstr ""
#: inc/integrations/pixelgrade-care.php:175
msgid "Return to the WordPress Dashboard"
msgstr ""
#: inc/integrations/pixelgrade-care.php:196
msgid "Installing..."
msgstr ""
#: inc/integrations/pixelgrade-care.php:199, inc/integrations/pixelgrade-care.php:233
msgid "Activating..."
msgstr ""
#: inc/integrations/pixelgrade-care.php:222, inc/admin/pixcare-notice/class-notice.php:212
msgid "Plugin installed successfully."
msgstr ""
#: inc/integrations/pixelgrade-care.php:225, inc/admin/pixcare-notice/class-notice.php:215
msgid "Plugin destination folder already exists."
msgstr ""
#: inc/integrations/pixelgrade-care.php:254, inc/integrations/pixelgrade-care.php:272
msgid "Unfortunately something went wrong. We are sorry, but you will need to install the plugin manually. Redirecting you to the appropriate page..."
msgstr ""
#: inc/integrations/woocommerce.php:50
msgid "Adding..."
msgstr ""
#: inc/integrations/woocommerce.php:51
msgid "Added!"
msgstr ""
#: inc/integrations/woocommerce.php:234
msgid "Sale!"
msgstr ""
#: inc/integrations/woocommerce.php:334
msgid "Checkout"
msgstr ""
#: inc/integrations/woocommerce.php:366
msgid "Your cart"
msgstr ""
#: inc/integrations/woocommerce.php:395
msgid "All Products"
msgstr ""
#: inc/integrations/woocommerce.php:437
msgctxt "previous set of posts"
msgid "Previous"
msgstr ""
#: inc/integrations/woocommerce.php:438
msgctxt "next set of posts"
msgid "Next"
msgstr ""
#: inc/integrations/woocommerce.php:447, woocommerce/checkout/form-coupon.php:32
msgid "Coupon code"
msgstr ""
#: inc/integrations/woocommerce.php:503
msgctxt "breadcrumb"
msgid "Shop"
msgstr ""
#: inc/integrations/woocommerce.php:517
msgid "Quantity"
msgstr ""
#: inc/integrations/woocommerce.php:531
msgid "Stock"
msgstr ""
#: inc/integrations/woocommerce.php:567
msgid "WooCommerce Cart"
msgstr ""
#. translators: %s: plugin name.
#: inc/required-plugins/class-tgm-plugin-activation.php:345
msgid "Updating Plugin: %s"
msgstr ""
#. translators: 1: plugin name(s).
#: inc/required-plugins/class-tgm-plugin-activation.php:348
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/required-plugins/class-tgm-plugin-activation.php:354
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/required-plugins/class-tgm-plugin-activation.php:360
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/required-plugins/class-tgm-plugin-activation.php:366
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] ""
#: inc/required-plugins/class-tgm-plugin-activation.php:388
msgid "Begin updating plugin"
msgid_plural "Begin updating plugins"
msgstr[0] ""
msgstr[1] ""
#: inc/required-plugins/class-tgm-plugin-activation.php:393
msgid "Begin activating plugin"
msgid_plural "Begin activating plugins"
msgstr[0] ""
msgstr[1] ""
#: inc/required-plugins/class-tgm-plugin-activation.php:399, inc/required-plugins/class-tgm-plugin-activation.php:2666, inc/required-plugins/class-tgm-plugin-activation.php:3727
msgid "Return to the Dashboard"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:401, inc/required-plugins/class-tgm-plugin-activation.php:3088
msgid "The following plugin was activated successfully:"
msgid_plural "The following plugins were activated successfully:"
msgstr[0] ""
msgstr[1] ""
#. translators: 1: plugin name.
#: inc/required-plugins/class-tgm-plugin-activation.php:403
msgid "No action taken. Plugin %1$s was already active."
msgstr ""
#. translators: 1: plugin name.
#: inc/required-plugins/class-tgm-plugin-activation.php:405
msgid "Plugin not activated. A higher version of %s is needed for this theme. Please update the plugin."
msgstr ""
#. translators: 1: dashboard link.
#: inc/required-plugins/class-tgm-plugin-activation.php:407
msgid "All plugins installed and activated successfully. %1$s"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:408
msgid "Dismiss this notice"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:409
msgid "There are one or more required or recommended plugins to install, update or activate."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:410
msgid "Please contact the administrator of this site for help."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:616
msgid "This plugin needs to be updated to be compatible with your theme."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:617
msgid "Update Required"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:735
msgid "Set the parent_slug config variable instead."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:1052
msgid "The remote plugin package consists of more than one file, but the files are not packaged in a folder."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:1052, inc/required-plugins/class-tgm-plugin-activation.php:1042
msgid "Please contact the plugin provider and ask them to package their plugin according to the WordPress guidelines."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:1042
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:1243, inc/required-plugins/class-tgm-plugin-activation.php:3084
msgctxt "plugin A *and* plugin B"
msgid "and"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2406
msgid "Required"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2409
msgid "Recommended"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2425
msgid "WordPress Repository"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2428
msgid "External Source"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2431
msgid "Pre-Packaged"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2448
msgid "Not Installed"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2454
msgid "Active"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2452
msgid "Installed But Not Activated"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2466
msgid "Update recommended"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2463
msgid "Requires Update"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2460
msgid "Required Update not Available"
msgstr ""
#. translators: 1: install status, 2: update status
#: inc/required-plugins/class-tgm-plugin-activation.php:2475
msgctxt "Install/Update Status"
msgid "%1$s, %2$s"
msgstr ""
#. translators: 1: number of plugins.
#: inc/required-plugins/class-tgm-plugin-activation.php:2521
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/required-plugins/class-tgm-plugin-activation.php:2525
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/required-plugins/class-tgm-plugin-activation.php:2529
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/required-plugins/class-tgm-plugin-activation.php:2533
msgid "To Activate <span class=\"count\">(%s)</span>"
msgid_plural "To Activate <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2615
msgctxt "as in: \"version nr unknown\""
msgid "unknown"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2623
msgid "Installed version:"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2631
msgid "Minimum required version:"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2643
msgid "Available version:"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2666
msgid "No plugins to install, update or activate."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2680
msgid "Plugin"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2681
msgid "Source"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2682
msgid "Type"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2686
msgid "Version"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2687
msgid "Status"
msgstr ""
#. translators: %2$s: plugin name in screen reader markup
#: inc/required-plugins/class-tgm-plugin-activation.php:2741
msgid "Update %2$s"
msgstr ""
#. translators: %2$s: plugin name in screen reader markup
#: inc/required-plugins/class-tgm-plugin-activation.php:2747
msgid "Activate %2$s"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2736
msgid "Install %2$s"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2819
msgid "Upgrade message from the plugin author:"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2852
msgid "Install"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2858
msgid "Update"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2861
msgid "Activate"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2894
msgid "No plugins were selected to be updated. No action taken."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2892
msgid "No plugins were selected to be installed. No action taken."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2937
msgid "No plugins are available to be updated at this time."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:2935
msgid "No plugins are available to be installed at this time."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3044
msgid "No plugins were selected to be activated. No action taken."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3070
msgid "No plugins are available to be activated at this time."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3295
msgid "Plugin activation failed."
msgstr ""
#. translators: 1: plugin name, 2: error message.
#: inc/required-plugins/class-tgm-plugin-activation.php:3643
msgid "An error occurred while installing %1$s: <strong>%2$s</strong>."
msgstr ""
#. translators: 1: plugin name.
#: inc/required-plugins/class-tgm-plugin-activation.php:3645
msgid "The installation of %1$s failed."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3657
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/required-plugins/class-tgm-plugin-activation.php:3659
msgid "%1$s installed successfully."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3659, inc/required-plugins/class-tgm-plugin-activation.php:3651, inc/required-plugins/class-tgm-plugin-activation.php:3667
msgid "Show Details"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3659, inc/required-plugins/class-tgm-plugin-activation.php:3651
msgid "Hide Details"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3660
msgid "All installations have been completed."
msgstr ""
#. translators: 1: plugin name, 2: action number 3: total number of actions.
#: inc/required-plugins/class-tgm-plugin-activation.php:3662
msgid "Installing Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3649
msgid "The installation and activation process is starting. This process may take a while on some hosts, so please be patient."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3651
msgid "%1$s installed and activated successfully."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3652
msgid "All installations and activations have been completed."
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3654
msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: inc/required-plugins/class-tgm-plugin-activation.php:3640
msgid "Updating Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: inc/upgrade/class-Anima_Upgrade.php:148
msgid "Your <strong>%s</strong> theme has been updated to <strong>version %s.</strong> Enjoy!"
msgstr ""
#: inc/upgrade/class-Anima_Upgrade.php:208, inc/upgrade/class-Anima_Upgrade.php:216
msgid "You should not do that!"
msgstr ""
#: woocommerce/checkout/form-coupon.php:24
msgid "Have a coupon?"
msgstr ""
#: woocommerce/checkout/form-coupon.php:24
msgid "Click here to enter your code"
msgstr ""
#: woocommerce/checkout/form-coupon.php:29
msgid "If you have a coupon code, please apply it below."
msgstr ""
#: woocommerce/checkout/form-coupon.php:36, woocommerce/checkout/form-coupon.php:36
msgid "Apply coupon"
msgstr ""
#: woocommerce/single-product/rating.php:38
msgid "%s review"
msgid_plural "%s reviews"
msgstr[0] ""
msgstr[1] ""
#: inc/admin/pixcare-notice/class-notice.php:65, inc/admin/pixcare-notice/class-notice.php:204
msgid "Install the Pixelgrade Care® plugin"
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:71, inc/admin/pixcare-notice/class-notice.php:208
msgid "Start the Pixelgrade Care® setup"
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:68, inc/admin/pixcare-notice/class-notice.php:206
msgid "Activate the Pixelgrade Care® plugin"
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:79
msgid "Theme"
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:83
msgid "Pixelgrade Care®"
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:87
msgid "Site setup"
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:91
msgid "Ready!"
msgstr ""
#. translators: %s: the theme name.
#: inc/admin/pixcare-notice/class-notice.php:118
msgid "Thanks for installing %s, you're awesome!<br>Let's make an experience out of it."
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:119
msgid "We've prepared a special onboarding setup that helps you get started and configure your upcoming website in style. Let's make it shine!"
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:122
msgid "<strong>Recommended plugins</strong> to boost your site."
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:125
msgid "<strong>Starter Content</strong> to make your site look like the demo."
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:128
msgid "<strong>Premium Support</strong> to assist you all the way."
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:140
msgid "Dismiss this notice."
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:205
msgid "Installing Pixelgrade Care®..."
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:207
msgid "Activating Pixelgrade Care®..."
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:209, inc/admin/pixcare-notice/class-notice.php:210
msgid "Opening the Pixelgrade Care® setup..."
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:211
msgid "Please refresh the page 🙏 and try again..."
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:214
msgid "Opening the Pixelgrade Care® setup in a couple of seconds."
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:216
msgid "We are truly sorry 😢 Something went wrong and we couldn't make sense of it and continue with the plugin setup."
msgstr ""
#: inc/admin/pixcare-notice/class-notice.php:323, inc/admin/pixcare-notice/class-notice.php:330
msgid "Cheatin’ huh?"
msgstr ""
#: inc/fse/patterns/footer-default.php:6
msgid "Default footer (theme)"
msgstr ""
#: inc/fse/patterns/footer-navigation-copyright.php:6
msgid "Footer with navigation and copyright (theme)"
msgstr ""
#: inc/fse/patterns/header-default.php:6
msgid "Default Header (theme)"
msgstr ""
#: inc/fse/patterns/hidden-404.php:8
msgid "404 content (theme)"
msgstr ""
#: inc/fse/patterns/hidden-404.php:11
msgid "Looks like you've stumbled into nowhere."
msgstr ""
#: inc/fse/patterns/hidden-404.php:15
msgid "It seems we can't find what you’re looking for. Perhaps searching can help."
msgstr ""
#: inc/fse/patterns/hidden-search.php:8
msgid "Search content (theme)"
msgstr ""
#: inc/fse/patterns/hidden-search.php:12
msgid "Search results"
msgstr ""
#: inc/integrations/style-manager/colors.php:31
msgid "Elements coloration"
msgstr ""
#. translators: %s: Open and close for the anchor to the documentation.
#: inc/integrations/style-manager/colors.php:37
msgid "Apply color to %scertain elements%s from your site you wish to get more attention."
msgstr ""
#: inc/integrations/style-manager/colors.php:44
msgid "Main Content"
msgstr ""
#: inc/integrations/style-manager/colors.php:47
msgid "Page title"
msgstr ""
#: inc/integrations/style-manager/colors.php:48
msgid "Body text"
msgstr ""
#: inc/integrations/style-manager/colors.php:49
msgid "Body links"
msgstr ""
#: inc/integrations/style-manager/colors.php:50
msgid "Heading links"
msgstr ""
#: inc/integrations/style-manager/colors.php:56
msgid "Header"
msgstr ""
#: inc/integrations/style-manager/colors.php:59
msgid "Navigation links"
msgstr ""
#: inc/integrations/style-manager/colors.php:60
msgid "Navigation active link"
msgstr ""
#: inc/integrations/style-manager/colors.php:66
msgid "Headings"
msgstr ""
#: inc/integrations/style-manager/colors.php:69, inc/integrations/style-manager/fonts.php:148
msgid "Super Display"
msgstr ""
#: inc/integrations/style-manager/colors.php:70, inc/integrations/style-manager/fonts.php:165
msgid "Display"
msgstr ""
#: inc/integrations/style-manager/colors.php:71, inc/integrations/style-manager/fonts.php:182
msgid "Heading 1"