-
Notifications
You must be signed in to change notification settings - Fork 0
/
startup-shop.pot
1221 lines (954 loc) · 26.2 KB
/
startup-shop.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: Startup Shop\n"
"POT-Creation-Date: 2021-08-17 18:30+0600\n"
"PO-Revision-Date: 2021-08-17 18:28+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 1.8.8\n"
"X-Poedit-Basepath: ..\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:15 inc/class/class-header.php:288
msgid "Oops! That page can’t be found."
msgstr ""
#: 404.php:19
msgid ""
"It looks like nothing was found at this location. Maybe try one of the links "
"below or a search?"
msgstr ""
#: comments.php:36
#, php-format
msgid "One thought on “%1$s”"
msgstr ""
#: comments.php:42
#, php-format
msgctxt "comments title"
msgid "%1$s thought on “%2$s”"
msgid_plural "%1$s thoughts on “%2$s”"
msgstr[0] ""
msgstr[1] ""
#: comments.php:68
msgid "Comments are closed."
msgstr ""
#: comments.php:85
msgid "Your Name"
msgstr ""
#: comments.php:90
msgid "Your Email"
msgstr ""
#: comments.php:96
msgid "Website"
msgstr ""
#: comments.php:99
msgid ""
"Save my name, email, and website in this browser for the next time I comment."
msgstr ""
#: comments.php:104
msgid "Comment"
msgstr ""
#: comments.php:109
msgid "Post Comment"
msgstr ""
#: comments.php:112
msgid "Your email address will not be published. Required fields are marked *."
msgstr ""
#: comments.php:113
#, php-format
msgid ""
"You may use these <abbr title=\"HyperText Markup Language\">HTML</abbr> tags "
"and attributes: %s"
msgstr ""
#: inc/admin/admin-page.php:36 inc/admin/admin-page.php:37
msgid "Getting Started Startup Shop"
msgstr ""
#: inc/admin/admin-page.php:80
msgid "Action failed. Please refresh the page and retry."
msgstr ""
#: inc/admin/admin-page.php:85
msgid "Cheatin’ huh?"
msgstr ""
#: inc/admin/admin-page.php:103
msgid "Dismiss"
msgstr ""
#: inc/admin/admin-page.php:104
#, php-format
msgid ""
"Welcome! Thank you for choosing Startup Shop! To fully take advantage of the "
"best our theme can offer please make sure you visit our %1$swelcome page%2$s."
msgstr ""
#: inc/admin/admin-page.php:106
msgid "Get started with Startup Shop"
msgstr ""
#: inc/admin/admin-page.php:122
msgid "About"
msgstr ""
#: inc/admin/admin-page.php:129
msgid "Theme Info"
msgstr ""
#: inc/admin/admin-page.php:131
msgid "View Demo"
msgstr ""
#: inc/admin/admin-page.php:133
msgid "Rate this theme"
msgstr ""
#: inc/admin/admin-page.php:135
msgid "Get Demo Content"
msgstr ""
#: inc/admin/admin-page.php:148
msgid "Free Vs PRO"
msgstr ""
#: inc/admin/admin-page.php:151
msgid "Changelog"
msgstr ""
#: inc/admin/admin-page.php:191 inc/admin/admin-page.php:311
msgid "Theme Customizer"
msgstr ""
#: inc/admin/admin-page.php:192
msgid "All Theme Options are available via Customize screen."
msgstr ""
#: inc/admin/admin-page.php:193
msgid "Customize"
msgstr ""
#: inc/admin/admin-page.php:197
msgid "Got theme support question?"
msgstr ""
#: inc/admin/admin-page.php:198
msgid "Please put it in our support forum."
msgstr ""
#: inc/admin/admin-page.php:199
msgid "Support"
msgstr ""
#: inc/admin/admin-page.php:203
msgid "Need more features?"
msgstr ""
#: inc/admin/admin-page.php:204 inc/admin/admin-page.php:293
msgid "Upgrade to PRO version for more exciting features."
msgstr ""
#: inc/admin/admin-page.php:205
msgid "Info about PRO version"
msgstr ""
#: inc/admin/admin-page.php:209
msgid "Need Demo Content?"
msgstr ""
#: inc/admin/admin-page.php:210
msgid "You can find aThemeArt's all sample content on Github."
msgstr ""
#: inc/admin/admin-page.php:211
msgid "Download Demo"
msgstr ""
#: inc/admin/admin-page.php:221
msgid "Return to Updates"
msgstr ""
#: inc/admin/admin-page.php:221
msgid "Return to Dashboard → Updates"
msgstr ""
#: inc/admin/admin-page.php:224
msgid "Go to Dashboard → Home"
msgstr ""
#: inc/admin/admin-page.php:224
msgid "Go to Dashboard"
msgstr ""
#: inc/admin/admin-page.php:241
msgid "View changelog below:"
msgstr ""
#: inc/admin/admin-page.php:299
msgid "Features"
msgstr ""
#: inc/admin/admin-page.php:300
msgid "Startup-shop"
msgstr ""
#: inc/admin/admin-page.php:301
msgid "Startup-shop PRO"
msgstr ""
#: inc/admin/admin-page.php:306
msgid "24/7 Priority Support"
msgstr ""
#: inc/admin/admin-page.php:307
msgid "WP forum ( 48 / 5 )"
msgstr ""
#: inc/admin/admin-page.php:308
msgid "Own Ticket, email , Skype & Teamviewer ( 24 / 7 )"
msgstr ""
#: inc/admin/admin-page.php:312
msgid "lite features Customizer"
msgstr ""
#: inc/admin/admin-page.php:313
msgid "Full features Customizer"
msgstr ""
#: inc/admin/admin-page.php:316
msgid "Elementor Page Builder toolkit & Addons"
msgstr ""
#: inc/admin/admin-page.php:317
msgid "Only Elementor plugins"
msgstr ""
#: inc/admin/admin-page.php:318
msgid "Theme Own Addons"
msgstr ""
#: inc/admin/admin-page.php:321
msgid "Slider Plugins"
msgstr ""
#: inc/admin/admin-page.php:322
msgid "3rd party plugins"
msgstr ""
#: inc/admin/admin-page.php:323
msgid "Theme Own Slider or 3rd party plugins"
msgstr ""
#: inc/admin/admin-page.php:326
msgid "Services Sections"
msgstr ""
#: inc/admin/admin-page.php:331
msgid "Features Sections"
msgstr ""
#: inc/admin/admin-page.php:336
msgid "Team Sections"
msgstr ""
#: inc/admin/admin-page.php:341
msgid "Portfolio & Project Sections"
msgstr ""
#: inc/admin/admin-page.php:347
msgid "Testimonials Sections"
msgstr ""
#: inc/admin/admin-page.php:353
msgid "Pricing Sections"
msgstr ""
#: inc/admin/admin-page.php:358
msgid "Latest Posts Wigets"
msgstr ""
#: inc/admin/admin-page.php:364
msgid "Unlimited colors"
msgstr ""
#: inc/admin/admin-page.php:369
msgid "Unlimited Fonts"
msgstr ""
#: inc/admin/admin-page.php:375
msgid "Custom Page Template"
msgstr ""
#: inc/admin/admin-page.php:381
msgid "Custom Blog Template"
msgstr ""
#: inc/admin/admin-page.php:387
msgid "Blog Posts Layout"
msgstr ""
#: inc/admin/admin-page.php:388
msgid "Standard layout"
msgstr ""
#: inc/admin/admin-page.php:389
msgid "Standard,Grids, Standard left, Standard right layout"
msgstr ""
#: inc/admin/admin-page.php:392
msgid "Related Posts "
msgstr ""
#: inc/admin/admin-page.php:397
msgid "Social Share"
msgstr ""
#: inc/admin/admin-page.php:402
msgid "Sidebar Style"
msgstr ""
#: inc/admin/admin-page.php:403
msgid "One Style"
msgstr ""
#: inc/admin/admin-page.php:404
msgid "Three Style"
msgstr ""
#: inc/admin/admin-page.php:408
msgid "Sidebar Disable / Enable"
msgstr ""
#: inc/admin/admin-page.php:413
msgid "Footer Carditis"
msgstr ""
#: inc/admin/admin-page.php:418
msgid "WooCommerce "
msgstr ""
#: inc/admin/admin-page.php:419
msgid "Basic feature"
msgstr ""
#: inc/admin/admin-page.php:420
msgid "Fully customizable feature"
msgstr ""
#: inc/admin/admin-page.php:423
msgid "WooCommerce Custom Plugins"
msgstr ""
#: inc/admin/admin-page.php:428
msgid "WooCommerce Customizable Options"
msgstr ""
#: inc/admin/admin-page.php:433
msgid "WooCommerce Child Theme"
msgstr ""
#: inc/admin/admin-page.php:438
msgid "WooCommerce Layout Options"
msgstr ""
#: inc/admin/admin-page.php:443
msgid "You can control overall everything without code"
msgstr ""
#: inc/admin/admin-page.php:452
msgid "More Information"
msgstr ""
#: inc/class/class-footer.php:81
#, php-format
msgid "Copyright © %1$s %2$s. All Right Reserved."
msgstr ""
#: inc/class/class-footer.php:81
msgctxt "copyright date format"
msgid "Y"
msgstr ""
#: inc/class/class-footer.php:92
#, php-format
msgid "Theme : %1$s By aThemeArt - Proudly Powered by WordPress ."
msgstr ""
#: inc/class/class-footer.php:92
msgctxt "credit - theme"
msgid "Startup Shop"
msgstr ""
#: inc/class/class-header.php:48
msgid "Skip to content"
msgstr ""
#: inc/class/class-header.php:284
#, php-format
msgid "Search Results for: %s"
msgstr ""
#: inc/class/class-post-related.php:143
msgid "Previous Posts"
msgstr ""
#: inc/class/class-post-related.php:144
msgid "Next Posts"
msgstr ""
#: inc/class/class-post-related.php:145
msgid "Posts navigation"
msgstr ""
#: inc/class/class-post-related.php:157
msgid "Previous"
msgstr ""
#: inc/class/class-post-related.php:158
msgid "Next"
msgstr ""
#: inc/class/class-post-related.php:159
msgid " "
msgstr ""
#: inc/class/class-template-tags.php:55
msgid "Posted by"
msgstr ""
#: inc/class/class-template-tags.php:61
msgid "Posted on "
msgstr ""
#: inc/class/class-template-tags.php:67
msgid "Posted in "
msgstr ""
#: inc/class/class-template-tags.php:143
#, php-format
msgid "%s Comment"
msgid_plural "%s Comments"
msgstr[0] ""
msgstr[1] ""
#: inc/class/class-template-tags.php:160
msgid "Tags"
msgstr ""
#: inc/customizer/core/default.php:35
msgid "Copyright All right reserved"
msgstr ""
#: inc/customizer/core/default.php:36
msgid "Read More"
msgstr ""
#: inc/customizer/customizer.php:45
msgid "Startup Pro Version!"
msgstr ""
#: inc/customizer/customizer.php:46
msgid "Get Now !"
msgstr ""
#: inc/customizer/theme-option.php:17
msgid "Theme Options"
msgstr ""
#: inc/customizer/theme-option.php:29
msgid "Styling Options"
msgstr ""
#: inc/customizer/theme-option.php:47
msgid "Primary Color Scheme:"
msgstr ""
#: inc/customizer/theme-option.php:49 inc/customizer/theme-option.php:66
msgid ""
"The theme comes with unlimited color schemes for your theme's styling. "
"upgrade pro for color options & features"
msgstr ""
#: inc/customizer/theme-option.php:64
msgid "Secondary Color Scheme:"
msgstr ""
#: inc/customizer/theme-option.php:78
msgid "Blog Management"
msgstr ""
#: inc/customizer/theme-option.php:95
msgid "Single Post Layout "
msgstr ""
#: inc/customizer/theme-option.php:96 inc/customizer/theme-option.php:121
#: inc/customizer/theme-option.php:231
msgid "Choose between different layout options to be used as default"
msgstr ""
#: inc/customizer/theme-option.php:99 inc/customizer/theme-option.php:124
#: inc/customizer/theme-option.php:233
msgid "Primary Sidebar - Content"
msgstr ""
#: inc/customizer/theme-option.php:100 inc/customizer/theme-option.php:125
#: inc/customizer/theme-option.php:234
msgid "Content - Primary Sidebar"
msgstr ""
#: inc/customizer/theme-option.php:101 inc/customizer/theme-option.php:126
#: inc/customizer/theme-option.php:235
msgid "No Sidebar"
msgstr ""
#: inc/customizer/theme-option.php:102 inc/customizer/theme-option.php:127
#: inc/customizer/theme-option.php:236
msgid "Full Container"
msgstr ""
#: inc/customizer/theme-option.php:120
msgid "Blog Layout Options"
msgstr ""
#: inc/customizer/theme-option.php:145
msgid "Archive Content Type"
msgstr ""
#: inc/customizer/theme-option.php:146
msgid "Choose Archive, Blog Page Content type as default"
msgstr ""
#: inc/customizer/theme-option.php:149
msgid "Excerpt"
msgstr ""
#: inc/customizer/theme-option.php:150
msgid "Content"
msgstr ""
#: inc/customizer/theme-option.php:167
msgid "Read more text"
msgstr ""
#: inc/customizer/theme-option.php:168 inc/customizer/theme-option.php:311
#: inc/customizer/theme-option.php:330 inc/customizer/theme-option.php:348
msgid "Leave empty to hide"
msgstr ""
#: inc/customizer/theme-option.php:185
msgid "Hide Blog Archive Meta Info ?"
msgstr ""
#: inc/customizer/theme-option.php:201
msgid "Hide Single post Meta Info ?"
msgstr ""
#: inc/customizer/theme-option.php:211
msgid "Page Management"
msgstr ""
#: inc/customizer/theme-option.php:229
msgid "Page Layout Options"
msgstr ""
#: inc/customizer/theme-option.php:247
msgid "Copyright & Dev. Credits"
msgstr ""
#: inc/customizer/theme-option.php:264
msgid "Copyright Write Text"
msgstr ""
#: inc/customizer/theme-option.php:281
msgid "Hide Developer Credits ?"
msgstr ""
#: inc/customizer/theme-option.php:294
msgid "Social Profile"
msgstr ""
#: inc/customizer/theme-option.php:310
msgid "Facebook"
msgstr ""
#: inc/customizer/theme-option.php:329
msgid "Twitter"
msgstr ""
#: inc/customizer/theme-option.php:347
msgid "Youtube"
msgstr ""
#: inc/template-functions.php:235
#, php-format
msgid "%1$s at %2$s"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:327
msgid "Install Required Plugins"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:328
msgid "Install Plugins"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:330
#, php-format
msgid "Installing Plugin: %s"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:332
#, php-format
msgid "Updating Plugin: %s"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:333
msgid "Something went wrong with the plugin API."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:337
#, 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] ""
#: inc/tgm/class-tgm-plugin-activation.php:344
#, 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] ""
#: inc/tgm/class-tgm-plugin-activation.php:351
#, 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] ""
#: inc/tgm/class-tgm-plugin-activation.php:358
#, 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] ""
#: inc/tgm/class-tgm-plugin-activation.php:365
#, 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] ""
#: inc/tgm/class-tgm-plugin-activation.php:372
#, 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/tgm/class-tgm-plugin-activation.php:377
msgid "Begin installing plugin"
msgid_plural "Begin installing plugins"
msgstr[0] ""
msgstr[1] ""
#: inc/tgm/class-tgm-plugin-activation.php:382
msgid "Begin updating plugin"
msgid_plural "Begin updating plugins"
msgstr[0] ""
msgstr[1] ""
#: inc/tgm/class-tgm-plugin-activation.php:387
msgid "Begin activating plugin"
msgid_plural "Begin activating plugins"
msgstr[0] ""
msgstr[1] ""
#: inc/tgm/class-tgm-plugin-activation.php:391
msgid "Return to Required Plugins Installer"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:392
#: inc/tgm/class-tgm-plugin-activation.php:833
#: inc/tgm/class-tgm-plugin-activation.php:2539
#: inc/tgm/class-tgm-plugin-activation.php:3586
msgid "Return to the Dashboard"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:393
#: inc/tgm/class-tgm-plugin-activation.php:3165
msgid "Plugin activated successfully."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:394
#: inc/tgm/class-tgm-plugin-activation.php:2958
msgid "The following plugin was activated successfully:"
msgid_plural "The following plugins were activated successfully:"
msgstr[0] ""
msgstr[1] ""
#: inc/tgm/class-tgm-plugin-activation.php:396
#, php-format
msgid "No action taken. Plugin %1$s was already active."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:398
#, php-format
msgid ""
"Plugin not activated. A higher version of %s is needed for this theme. "
"Please update the plugin."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:400
#, php-format
msgid "All plugins installed and activated successfully. %1$s"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:401
msgid "Dismiss this notice"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:402
msgid ""
"There are one or more required or recommended plugins to install, update or "
"activate."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:403
msgid "Please contact the administrator of this site for help."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:528
msgid "This plugin needs to be updated to be compatible with your theme."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:529
msgid "Update Required"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:940
msgid ""
"The remote plugin package does not contain a folder with the desired slug "
"and renaming did not work."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:940
#: inc/tgm/class-tgm-plugin-activation.php:943
msgid ""
"Please contact the plugin provider and ask them to package their plugin "
"according to the WordPress guidelines."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:943
msgid ""
"The remote plugin package consists of more than one file, but the files are "
"not packaged in a folder."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:1127
#: inc/tgm/class-tgm-plugin-activation.php:2954
msgctxt "plugin A *and* plugin B"
msgid "and"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:1988
#, php-format
msgid "TGMPA v%s"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2279
msgid "Required"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2282
msgid "Recommended"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2298
msgid "WordPress Repository"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2301
msgid "External Source"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2304
msgid "Pre-Packaged"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2321
msgid "Not Installed"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2325
msgid "Installed But Not Activated"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2327
msgid "Active"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2333
msgid "Required Update not Available"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2336
msgid "Requires Update"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2339
msgid "Update recommended"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2348
#, php-format
msgctxt "Install/Update Status"
msgid "%1$s, %2$s"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2394
#, php-format
msgctxt "plugins"
msgid "All <span class=\"count\">(%s)</span>"
msgid_plural "All <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: inc/tgm/class-tgm-plugin-activation.php:2398
#, php-format
msgid "To Install <span class=\"count\">(%s)</span>"
msgid_plural "To Install <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: inc/tgm/class-tgm-plugin-activation.php:2402
#, php-format
msgid "Update Available <span class=\"count\">(%s)</span>"
msgid_plural "Update Available <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: inc/tgm/class-tgm-plugin-activation.php:2406
#, php-format
msgid "To Activate <span class=\"count\">(%s)</span>"
msgid_plural "To Activate <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""
#: inc/tgm/class-tgm-plugin-activation.php:2488
msgctxt "as in: \"version nr unknown\""
msgid "unknown"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2496
msgid "Installed version:"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2504
msgid "Minimum required version:"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2516
msgid "Available version:"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2539
msgid "No plugins to install, update or activate."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2553
msgid "Plugin"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2554
msgid "Source"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2555
msgid "Type"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2559
msgid "Version"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2560
msgid "Status"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2609
#, php-format
msgid "Install %2$s"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2614
#, php-format
msgid "Update %2$s"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2620
#, php-format
msgid "Activate %2$s"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2690
msgid "Upgrade message from the plugin author:"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2723
msgid "Install"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2729
msgid "Update"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2732
msgid "Activate"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2763
msgid "No plugins were selected to be installed. No action taken."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2765
msgid "No plugins were selected to be updated. No action taken."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2806
msgid "No plugins are available to be installed at this time."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2808
msgid "No plugins are available to be updated at this time."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2914
msgid "No plugins were selected to be activated. No action taken."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:2940
msgid "No plugins are available to be activated at this time."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:3164
msgid "Plugin activation failed."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:3504
#, php-format
msgid "Updating Plugin %1$s (%2$d/%3$d)"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:3507
#, php-format
msgid "An error occurred while installing %1$s: <strong>%2$s</strong>."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:3509
#, php-format
msgid "The installation of %1$s failed."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:3513
msgid ""
"The installation and activation process is starting. This process may take a "
"while on some hosts, so please be patient."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:3515
#, php-format
msgid "%1$s installed and activated successfully."
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:3515
#: inc/tgm/class-tgm-plugin-activation.php:3523
msgid "Show Details"
msgstr ""
#: inc/tgm/class-tgm-plugin-activation.php:3515
#: inc/tgm/class-tgm-plugin-activation.php:3523
msgid "Hide Details"