Version Description
Download this release
Release Info
Developer | DvanKooten |
Plugin | MailChimp for WordPress |
Version | 4.7.4 |
Comparing to | |
See all releases |
Code changes from version 4.7.3 to 4.7.4
- CHANGELOG.md +7 -0
- includes/class-debug-log.php +9 -0
- languages/mailchimp-for-wp.pot +608 -361
- mailchimp-for-wp.php +2 -2
- readme.txt +8 -1
- vendor/autoload.php +1 -1
- vendor/autoload_52.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_real_52.php +3 -3
- vendor/composer/autoload_static.php +3 -3
CHANGELOG.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
Changelog
|
2 |
=========
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
#### 4.7.3 - Dec 4, 2019
|
5 |
|
6 |
**Fixes**
|
1 |
Changelog
|
2 |
=========
|
3 |
|
4 |
+
#### 4.7.4 - Dec 7, 2019
|
5 |
+
|
6 |
+
**Fixes**
|
7 |
+
|
8 |
+
- htaccess config for servers running Apache 2.4 or later.
|
9 |
+
|
10 |
+
|
11 |
#### 4.7.3 - Dec 4, 2019
|
12 |
|
13 |
**Fixes**
|
includes/class-debug-log.php
CHANGED
@@ -230,9 +230,18 @@ class MC4WP_Debug_Log {
|
|
230 |
$htaccess_file = $dirname . '/.htaccess';
|
231 |
$lines = array(
|
232 |
'# MC4WP Start',
|
|
|
|
|
233 |
"<Files $filename>",
|
234 |
'deny from all',
|
235 |
'</Files>',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
'# MC4WP End',
|
237 |
);
|
238 |
|
230 |
$htaccess_file = $dirname . '/.htaccess';
|
231 |
$lines = array(
|
232 |
'# MC4WP Start',
|
233 |
+
'# Apache 2.2',
|
234 |
+
'<IfModule !authz_core_module>',
|
235 |
"<Files $filename>",
|
236 |
'deny from all',
|
237 |
'</Files>',
|
238 |
+
'</IfModule>',
|
239 |
+
'# Apache 2.4+',
|
240 |
+
'<IfModule authz_core_module>',
|
241 |
+
"<Files $filename>",
|
242 |
+
'Require all denied',
|
243 |
+
'</Files>',
|
244 |
+
'</IfModule>',
|
245 |
'# MC4WP End',
|
246 |
);
|
247 |
|
languages/mailchimp-for-wp.pot
CHANGED
@@ -1,63 +1,91 @@
|
|
1 |
-
# Copyright (C) 2019
|
2 |
-
# This file is distributed under the same license as the
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version:
|
|
|
|
|
|
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"X-
|
12 |
-
"X-
|
13 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
|
16 |
-
|
17 |
-
msgid "
|
18 |
msgstr ""
|
19 |
|
20 |
-
|
21 |
-
msgid "
|
22 |
msgstr ""
|
23 |
|
24 |
-
|
25 |
-
msgid "
|
26 |
msgstr ""
|
27 |
|
28 |
-
|
29 |
-
msgid "
|
30 |
msgstr ""
|
31 |
|
32 |
-
|
33 |
-
msgid "
|
34 |
msgstr ""
|
35 |
|
36 |
-
#:
|
37 |
-
|
|
|
|
|
38 |
msgstr ""
|
39 |
|
40 |
-
#:
|
41 |
-
msgid "
|
42 |
msgstr ""
|
43 |
|
44 |
-
#:
|
45 |
-
msgid "
|
46 |
msgstr ""
|
47 |
|
48 |
-
#:
|
49 |
-
msgid "
|
50 |
msgstr ""
|
51 |
|
52 |
-
#:
|
53 |
-
msgid "
|
54 |
msgstr ""
|
55 |
|
56 |
-
#:
|
57 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
msgstr ""
|
59 |
|
60 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
61 |
msgid "Settings"
|
62 |
msgstr ""
|
63 |
|
@@ -77,7 +105,9 @@ msgstr ""
|
|
77 |
msgid "This is a premium feature. Please upgrade to Mailchimp for WordPress Premium to be able to use it."
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: includes/admin/class-admin.php:302
|
|
|
|
|
81 |
msgid "Renew Mailchimp lists"
|
82 |
msgstr ""
|
83 |
|
@@ -98,10 +128,13 @@ msgid "Mailchimp API Settings"
|
|
98 |
msgstr ""
|
99 |
|
100 |
#: includes/admin/class-admin.php:334
|
|
|
101 |
msgid "Mailchimp"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: includes/admin/class-admin.php:340
|
|
|
|
|
105 |
msgid "Other Settings"
|
106 |
msgstr ""
|
107 |
|
@@ -133,7 +166,8 @@ msgstr ""
|
|
133 |
msgid "To get started with Mailchimp for WordPress, please <a href=\"%s\">enter your Mailchimp API key on the settings page of the plugin</a>."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: includes/admin/class-ads.php:37
|
|
|
137 |
msgid "Add-ons"
|
138 |
msgstr ""
|
139 |
|
@@ -181,7 +215,8 @@ msgstr ""
|
|
181 |
msgid "First Name"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: includes/admin/class-ads.php:140
|
|
|
185 |
msgid "Subscribe"
|
186 |
msgstr ""
|
187 |
|
@@ -209,10 +244,54 @@ msgstr ""
|
|
209 |
msgid "Once a month"
|
210 |
msgstr ""
|
211 |
|
|
|
|
|
|
|
|
|
212 |
#: includes/api/class-api.php:84
|
213 |
msgid "Read more about common connectivity issues."
|
214 |
msgstr ""
|
215 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
#: includes/forms/class-admin.php:70
|
217 |
msgid "Add to form"
|
218 |
msgstr ""
|
@@ -373,15 +452,18 @@ msgstr ""
|
|
373 |
msgid "ZIP"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: includes/forms/class-admin.php:123
|
|
|
377 |
msgid "Forms"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: includes/forms/class-admin.php:124
|
|
|
381 |
msgid "Form"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: includes/forms/class-admin.php:163
|
|
|
385 |
msgid "<strong>Success!</strong> Form successfully saved."
|
386 |
msgstr ""
|
387 |
|
@@ -393,7 +475,8 @@ msgstr ""
|
|
393 |
msgid "Go back"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: includes/forms/class-admin.php:463
|
|
|
397 |
msgid "Mailchimp Sign-Up Form"
|
398 |
msgstr ""
|
399 |
|
@@ -413,7 +496,8 @@ msgstr ""
|
|
413 |
msgid "Data from the URL or a submitted form."
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: includes/forms/class-form-tags.php:45
|
|
|
417 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
418 |
msgstr ""
|
419 |
|
@@ -425,11 +509,43 @@ msgstr ""
|
|
425 |
msgid "Enable Google reCaptcha"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: includes/forms/class-google-recaptcha.php:168
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
429 |
msgid "Yes"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: includes/forms/class-google-recaptcha.php:170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
msgid "No"
|
434 |
msgstr ""
|
435 |
|
@@ -465,647 +581,778 @@ msgstr ""
|
|
465 |
msgid "You can edit your sign-up form in the <a href=\"%s\">Mailchimp for WordPress form settings</a>."
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: includes/
|
469 |
-
|
|
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: includes/
|
473 |
-
msgid "
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: includes/
|
477 |
-
msgid "
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: includes/views/
|
481 |
-
msgid "
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: includes/views/
|
485 |
-
msgid "
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: includes/views/
|
489 |
-
msgid "
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: includes/views/
|
493 |
-
msgid "
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: includes/views/
|
497 |
-
msgid "
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: includes/views/
|
501 |
-
|
|
|
|
|
|
|
|
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: includes/views/
|
505 |
-
msgid "
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: includes/views/
|
509 |
-
msgid "
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: includes/views/
|
513 |
-
msgid "
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: includes/views/
|
517 |
-
|
|
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: includes/views/
|
521 |
-
|
|
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: includes/views/
|
525 |
-
msgid "
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: includes/views/
|
529 |
-
msgid "
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: includes/views/
|
533 |
-
msgid "
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: includes/views/
|
537 |
-
msgid "
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: includes/views/
|
541 |
-
msgid "
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: includes/views/
|
545 |
-
msgid "
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: includes/views/
|
549 |
-
msgid "
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: includes/views/
|
553 |
-
msgid "
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: includes/views/
|
557 |
-
msgid "
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: includes/views/
|
561 |
-
msgid "
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: includes/views/
|
565 |
-
msgid "
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: includes/views/
|
569 |
-
msgid "
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: includes/views/
|
573 |
-
msgid "
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: includes/
|
577 |
-
msgid "
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: includes/forms/views/
|
581 |
-
msgid "
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: includes/forms/views/
|
585 |
-
msgid "
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: includes/forms/views/
|
589 |
-
msgid "
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: includes/forms/views/
|
593 |
-
msgid "
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: includes/forms/views/
|
597 |
-
msgid "
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: includes/forms/views/
|
601 |
-
msgid "
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: includes/forms/views/
|
605 |
-
msgid "
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: includes/forms/views/
|
609 |
-
msgid "
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: includes/forms/views/
|
613 |
-
msgid "
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: includes/forms/views/
|
617 |
-
msgid "
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: includes/forms/views/
|
621 |
-
msgid "Enter the
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: includes/forms/views/
|
625 |
-
msgid "
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: includes/
|
629 |
-
msgid "
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: includes/
|
633 |
-
msgid "
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: includes/
|
637 |
-
msgid "
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: includes/
|
641 |
-
msgid "
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: includes/
|
645 |
-
msgid "
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: includes/
|
649 |
-
msgid "
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: includes/
|
653 |
-
msgid "
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: includes/
|
657 |
-
msgid "
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: includes/
|
661 |
-
msgid "
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: includes/
|
665 |
-
msgid "
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: includes/
|
669 |
-
msgid "
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: includes/
|
673 |
-
msgid "
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: includes/
|
677 |
-
msgid "
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: includes/
|
681 |
-
msgid "
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: includes/
|
685 |
-
msgid "
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: includes/
|
689 |
-
msgid "
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: includes/
|
693 |
-
msgid "
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: includes/
|
697 |
-
msgid "
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: includes/
|
701 |
-
msgid "
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: includes/
|
705 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
709 |
msgid "Update existing subscribers?"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: includes/
|
|
|
713 |
msgid "Select \"yes\" if you want to update existing subscribers with the data that is sent."
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: includes/
|
|
|
717 |
msgid "Replace interest groups?"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: includes/
|
|
|
721 |
msgid "Select \"no\" if you want to add the selected interests to any previously selected interests when updating a subscriber."
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: includes/
|
|
|
725 |
msgid "What does this do?"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: includes/
|
729 |
-
msgid "
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: includes/
|
733 |
-
msgid "
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: includes/
|
737 |
-
msgid "
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: includes/
|
741 |
-
msgid "
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: includes/
|
745 |
-
msgid "
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: includes/
|
749 |
-
msgid "
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: includes/
|
753 |
-
msgid "
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: includes/
|
757 |
-
msgid "
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: includes/
|
761 |
-
msgid "
|
762 |
msgstr ""
|
763 |
|
764 |
-
|
765 |
-
|
766 |
-
msgid "Mailchimp for WordPress is in need of translations. Is the plugin not translated in your language or do you spot errors with the current translations? Helping out is easy! Please <a href=\"%s\">help translate the plugin using your WordPress.org account</a>."
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: includes/views/
|
770 |
-
msgid "
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: includes/
|
774 |
-
|
|
|
|
|
|
|
|
|
|
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: includes/
|
778 |
-
msgid "
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: includes/views/
|
782 |
-
msgid "
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: includes/views/
|
786 |
-
msgid "
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: includes/views/
|
790 |
-
msgid "
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: includes/views/
|
794 |
-
msgid "
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: includes/views/
|
798 |
-
msgid "
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: includes/views/
|
802 |
-
msgid "
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: includes/views/
|
806 |
-
|
|
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: includes/views/
|
810 |
-
msgid "
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: includes/views/
|
814 |
-
|
|
|
|
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: includes/views/
|
818 |
-
msgid "
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: includes/views/
|
822 |
-
|
|
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: includes/views/
|
826 |
-
msgid "
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: includes/views/
|
830 |
-
msgid "
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: includes/views/
|
834 |
-
|
|
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: includes/views/
|
838 |
-
|
|
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: includes/views/
|
842 |
-
msgid "
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: includes/views/
|
846 |
-
msgid "
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: includes/
|
850 |
-
|
|
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: includes/
|
854 |
-
|
|
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: includes/
|
858 |
-
msgid "
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: includes/
|
862 |
-
msgid "
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: includes/
|
866 |
-
msgid "
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: includes/
|
870 |
-
msgid "
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: includes/
|
874 |
-
msgid "
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: includes/
|
878 |
-
msgid "
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: includes/
|
882 |
-
|
|
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: includes/
|
886 |
-
msgid "The
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: includes/
|
890 |
-
msgid "
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: includes/
|
894 |
-
msgid "
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: includes/
|
898 |
-
msgid "
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: includes/
|
902 |
-
msgid "
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: includes/
|
906 |
-
msgid "
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: includes/
|
910 |
-
msgid "
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: includes/
|
914 |
-
msgid "
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: includes/
|
918 |
-
msgid "
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: includes/
|
922 |
-
msgid "
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: includes/
|
926 |
-
msgid "
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: includes/
|
930 |
-
msgid "
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: includes/
|
934 |
-
msgid "
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: includes/
|
938 |
-
msgid "
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: includes/
|
942 |
-
msgid "
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: includes/
|
946 |
-
msgid "
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: includes/
|
950 |
-
msgid "
|
951 |
msgstr ""
|
952 |
|
953 |
-
#: includes/
|
954 |
-
msgid "
|
955 |
msgstr ""
|
956 |
|
957 |
-
#: includes/
|
958 |
-
msgid "
|
959 |
msgstr ""
|
960 |
|
961 |
-
#: includes/
|
962 |
-
msgid "
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: includes/
|
966 |
-
msgid "
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: includes/
|
970 |
-
msgid "
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: includes/
|
974 |
-
msgid "
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: includes/
|
978 |
-
msgid "
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: includes/
|
982 |
-
msgid "
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: includes/
|
986 |
-
msgid "
|
987 |
msgstr ""
|
988 |
|
989 |
-
|
990 |
-
|
|
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: includes/
|
994 |
-
msgid "
|
995 |
msgstr ""
|
996 |
|
997 |
-
#: includes/
|
998 |
-
msgid "
|
999 |
msgstr ""
|
1000 |
|
1001 |
-
#: includes/
|
1002 |
-
msgid "
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: includes/
|
1006 |
-
msgid "
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: includes/
|
1010 |
-
msgid "
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: includes/
|
1014 |
-
msgid "
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: includes/
|
1018 |
-
msgid "
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: includes/
|
1022 |
-
msgid "
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: includes/
|
1026 |
-
msgid "
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: includes/
|
1030 |
-
msgid "
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: includes/
|
1034 |
-
msgid "
|
1035 |
msgstr ""
|
1036 |
|
1037 |
-
#: includes/
|
1038 |
-
msgid "
|
1039 |
msgstr ""
|
1040 |
|
1041 |
-
#: includes/
|
1042 |
-
msgid "
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: includes/
|
1046 |
-
msgid "Mailchimp
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: includes/
|
1050 |
-
msgid "
|
1051 |
msgstr ""
|
1052 |
|
1053 |
-
#: includes/
|
1054 |
-
msgid "
|
1055 |
msgstr ""
|
1056 |
|
1057 |
-
#: includes/
|
1058 |
-
msgid "
|
1059 |
msgstr ""
|
1060 |
|
1061 |
-
#: includes/
|
1062 |
-
msgid "
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: includes/
|
1066 |
-
msgid "
|
1067 |
msgstr ""
|
1068 |
|
1069 |
-
#: includes/
|
1070 |
-
msgid "
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#:
|
1074 |
-
msgid "
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#:
|
1078 |
-
msgid "
|
1079 |
msgstr ""
|
1080 |
|
1081 |
-
#:
|
1082 |
-
msgid "
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
|
1086 |
-
|
|
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#:
|
1090 |
-
msgid "
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#:
|
1094 |
-
|
|
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#:
|
1098 |
-
msgid "
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#:
|
1102 |
-
msgid "
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#:
|
1106 |
-
msgid "
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#:
|
1110 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1111 |
msgstr ""
|
1 |
+
# Copyright (C) 2019 ibericode
|
2 |
+
# This file is distributed under the same license as the MC4WP: Mailchimp for WordPress plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: MC4WP: Mailchimp for WordPress 4.7.3\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
7 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2019-12-07T10:08:12+00:00\n"
|
13 |
+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
+
"X-Generator: WP-CLI 2.3.0\n"
|
15 |
+
"X-Domain: mailchimp-for-wp\n"
|
|
|
|
|
16 |
|
17 |
+
#. Plugin Name of the plugin
|
18 |
+
msgid "MC4WP: Mailchimp for WordPress"
|
19 |
msgstr ""
|
20 |
|
21 |
+
#. Plugin URI of the plugin
|
22 |
+
msgid "https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#. Description of the plugin
|
26 |
+
msgid "Mailchimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#. Author of the plugin
|
30 |
+
msgid "ibericode"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#. Author URI of the plugin
|
34 |
+
msgid "https://ibericode.com/"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: config/default-form-content.php:3
|
38 |
+
#: includes/class-mailchimp.php:191
|
39 |
+
#: includes/forms/class-admin.php:82
|
40 |
+
msgid "Email address"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: config/default-form-content.php:4
|
44 |
+
msgid "Your email address"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: config/default-form-content.php:5
|
48 |
+
msgid "Sign up"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: config/default-form-messages.php:5
|
52 |
+
msgid "Thank you, your sign-up request was successful! Please check your email inbox to confirm."
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: config/default-form-messages.php:9
|
56 |
+
msgid "Thank you, your records have been updated!"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: config/default-form-messages.php:13
|
60 |
+
msgid "You were successfully unsubscribed."
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: config/default-form-messages.php:17
|
64 |
+
msgid "Given email address is not subscribed."
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: config/default-form-messages.php:21
|
68 |
+
msgid "Oops. Something went wrong. Please try again later."
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: config/default-form-messages.php:25
|
72 |
+
msgid "Please provide a valid email address."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: config/default-form-messages.php:29
|
76 |
+
msgid "Given email address is already subscribed, thank you!"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: config/default-form-messages.php:33
|
80 |
+
msgid "Please fill in the required fields."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: config/default-form-messages.php:37
|
84 |
+
msgid "Please select at least one list."
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: includes/admin/class-admin-texts.php:66
|
88 |
+
#: includes/forms/views/edit-form.php:6
|
89 |
msgid "Settings"
|
90 |
msgstr ""
|
91 |
|
105 |
msgid "This is a premium feature. Please upgrade to Mailchimp for WordPress Premium to be able to use it."
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: includes/admin/class-admin.php:302
|
109 |
+
#: includes/forms/views/parts/add-fields-help.php:47
|
110 |
+
#: includes/views/parts/lists-overview.php:10
|
111 |
msgid "Renew Mailchimp lists"
|
112 |
msgstr ""
|
113 |
|
128 |
msgstr ""
|
129 |
|
130 |
#: includes/admin/class-admin.php:334
|
131 |
+
#: integrations/ninja-forms/class-action.php:21
|
132 |
msgid "Mailchimp"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: includes/admin/class-admin.php:340
|
136 |
+
#: includes/views/other-settings.php:60
|
137 |
+
#: includes/views/other-settings.php:70
|
138 |
msgid "Other Settings"
|
139 |
msgstr ""
|
140 |
|
166 |
msgid "To get started with Mailchimp for WordPress, please <a href=\"%s\">enter your Mailchimp API key on the settings page of the plugin</a>."
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: includes/admin/class-ads.php:37
|
170 |
+
#: includes/admin/class-ads.php:38
|
171 |
msgid "Add-ons"
|
172 |
msgstr ""
|
173 |
|
215 |
msgid "First Name"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: includes/admin/class-ads.php:140
|
219 |
+
#: includes/forms/class-admin.php:106
|
220 |
msgid "Subscribe"
|
221 |
msgstr ""
|
222 |
|
244 |
msgid "Once a month"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: includes/admin/migrations/3.0.0-form-1-post-type.php:35
|
248 |
+
msgid "Default sign-up form"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
#: includes/api/class-api.php:84
|
252 |
msgid "Read more about common connectivity issues."
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: includes/class-dynamic-content-tags.php:27
|
256 |
+
msgid "Data from a cookie."
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: includes/class-dynamic-content-tags.php:33
|
260 |
+
msgid "The email address of the current visitor (if known)."
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: includes/class-dynamic-content-tags.php:38
|
264 |
+
msgid "The URL of the page."
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: includes/class-dynamic-content-tags.php:43
|
268 |
+
msgid "The path of the page."
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
#: includes/class-dynamic-content-tags.php:48
|
272 |
+
msgid "The current date. Example: %s."
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: includes/class-dynamic-content-tags.php:53
|
276 |
+
msgid "The current time. Example: %s."
|
277 |
+
msgstr ""
|
278 |
+
|
279 |
+
#: includes/class-dynamic-content-tags.php:58
|
280 |
+
msgid "The site's language. Example: %s."
|
281 |
+
msgstr ""
|
282 |
+
|
283 |
+
#: includes/class-dynamic-content-tags.php:63
|
284 |
+
msgid "The visitor's IP address. Example: %s."
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: includes/class-dynamic-content-tags.php:68
|
288 |
+
msgid "The property of the currently logged-in user."
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: includes/class-dynamic-content-tags.php:74
|
292 |
+
msgid "Property of the current page or post."
|
293 |
+
msgstr ""
|
294 |
+
|
295 |
#: includes/forms/class-admin.php:70
|
296 |
msgid "Add to form"
|
297 |
msgstr ""
|
452 |
msgid "ZIP"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: includes/forms/class-admin.php:123
|
456 |
+
#: includes/forms/views/edit-form.php:24
|
457 |
msgid "Forms"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: includes/forms/class-admin.php:124
|
461 |
+
#: includes/forms/views/edit-form.php:26
|
462 |
msgid "Form"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: includes/forms/class-admin.php:163
|
466 |
+
#: includes/forms/class-admin.php:295
|
467 |
msgid "<strong>Success!</strong> Form successfully saved."
|
468 |
msgstr ""
|
469 |
|
475 |
msgid "Go back"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: includes/forms/class-admin.php:463
|
479 |
+
#: includes/forms/class-widget.php:31
|
480 |
msgid "Mailchimp Sign-Up Form"
|
481 |
msgstr ""
|
482 |
|
496 |
msgid "Data from the URL or a submitted form."
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: includes/forms/class-form-tags.php:45
|
500 |
+
#: includes/integrations/class-integration-tags.php:30
|
501 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
502 |
msgstr ""
|
503 |
|
509 |
msgid "Enable Google reCaptcha"
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: includes/forms/class-google-recaptcha.php:168
|
513 |
+
#: includes/forms/views/tabs/form-settings.php:51
|
514 |
+
#: includes/forms/views/tabs/form-settings.php:66
|
515 |
+
#: includes/forms/views/tabs/form-settings.php:87
|
516 |
+
#: includes/forms/views/tabs/form-settings.php:135
|
517 |
+
#: includes/integrations/views/integration-settings.php:66
|
518 |
+
#: includes/integrations/views/integration-settings.php:90
|
519 |
+
#: includes/integrations/views/integration-settings.php:168
|
520 |
+
#: includes/integrations/views/integration-settings.php:192
|
521 |
+
#: includes/integrations/views/integration-settings.php:209
|
522 |
+
#: includes/integrations/views/integration-settings.php:232
|
523 |
+
#: includes/integrations/views/integration-settings.php:257
|
524 |
+
#: includes/views/other-settings.php:21
|
525 |
+
#: integrations/contact-form-7/class-contact-form-7.php:74
|
526 |
+
#: integrations/gravity-forms/class-gravity-forms.php:116
|
527 |
+
#: integrations/gravity-forms/class-gravity-forms.php:128
|
528 |
+
#: integrations/wpforms/class-field.php:253
|
529 |
msgid "Yes"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: includes/forms/class-google-recaptcha.php:170
|
533 |
+
#: includes/forms/views/tabs/form-settings.php:55
|
534 |
+
#: includes/forms/views/tabs/form-settings.php:70
|
535 |
+
#: includes/forms/views/tabs/form-settings.php:91
|
536 |
+
#: includes/forms/views/tabs/form-settings.php:139
|
537 |
+
#: includes/integrations/views/integration-settings.php:67
|
538 |
+
#: includes/integrations/views/integration-settings.php:91
|
539 |
+
#: includes/integrations/views/integration-settings.php:169
|
540 |
+
#: includes/integrations/views/integration-settings.php:193
|
541 |
+
#: includes/integrations/views/integration-settings.php:213
|
542 |
+
#: includes/integrations/views/integration-settings.php:236
|
543 |
+
#: includes/integrations/views/integration-settings.php:261
|
544 |
+
#: includes/views/other-settings.php:25
|
545 |
+
#: integrations/contact-form-7/class-contact-form-7.php:74
|
546 |
+
#: integrations/gravity-forms/class-gravity-forms.php:117
|
547 |
+
#: integrations/gravity-forms/class-gravity-forms.php:129
|
548 |
+
#: integrations/wpforms/class-field.php:253
|
549 |
msgid "No"
|
550 |
msgstr ""
|
551 |
|
581 |
msgid "You can edit your sign-up form in the <a href=\"%s\">Mailchimp for WordPress form settings</a>."
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: includes/forms/views/add-form.php:10
|
585 |
+
#: includes/forms/views/add-form.php:70
|
586 |
+
msgid "Add new form"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: includes/forms/views/add-form.php:27
|
590 |
+
msgid "What is the name of this form?"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: includes/forms/views/add-form.php:30
|
594 |
+
msgid "Enter your form title.."
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: includes/forms/views/add-form.php:37
|
598 |
+
msgid "To which Mailchimp lists should this form subscribe?"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: includes/forms/views/add-form.php:62
|
602 |
+
msgid "No lists found. Did you <a href=\"%s\">connect with Mailchimp</a>?"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: includes/forms/views/edit-form.php:4
|
606 |
+
msgid "Fields"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: includes/forms/views/edit-form.php:5
|
610 |
+
msgid "Messages"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: includes/forms/views/edit-form.php:7
|
614 |
+
msgid "Appearance"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: includes/forms/views/edit-form.php:22
|
618 |
+
#: includes/integrations/views/integration-settings.php:8
|
619 |
+
#: includes/integrations/views/integrations.php:99
|
620 |
+
#: includes/views/general-settings.php:7
|
621 |
+
#: includes/views/other-settings.php:58
|
622 |
+
msgid "You are here: "
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: includes/forms/views/edit-form.php:36
|
626 |
+
msgid "Edit Form"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: includes/forms/views/edit-form.php:61
|
630 |
+
msgid "Enter form title here"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: includes/forms/views/edit-form.php:65
|
634 |
+
msgid "Enter the title of your sign-up form"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: includes/forms/views/edit-form.php:69
|
638 |
+
#: includes/forms/views/tabs/form-fields.php:40
|
639 |
+
msgid "Use the shortcode %s to display this form inside a post, page or text widget."
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: includes/forms/views/parts/add-fields-help.php:4
|
643 |
+
#: includes/forms/views/tabs/form-fields.php:10
|
644 |
+
msgid "Add more fields"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: includes/forms/views/parts/add-fields-help.php:9
|
648 |
+
msgid "To add more fields to your form, you will need to create those fields in Mailchimp first."
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: includes/forms/views/parts/add-fields-help.php:12
|
652 |
+
msgid "Here's how:"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: includes/forms/views/parts/add-fields-help.php:17
|
656 |
+
msgid "Log in to your Mailchimp account."
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: includes/forms/views/parts/add-fields-help.php:22
|
660 |
+
msgid "Add list fields to any of your selected lists."
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: includes/forms/views/parts/add-fields-help.php:23
|
664 |
+
msgid "Clicking the following links will take you to the right screen."
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: includes/forms/views/parts/add-fields-help.php:31
|
668 |
+
msgid "Edit list fields for"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: includes/forms/views/parts/add-fields-help.php:42
|
672 |
+
msgid "Click the following button to have Mailchimp for WordPress pick up on your changes."
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: includes/forms/views/parts/dynamic-content-tags.php:6
|
676 |
+
msgid "Add dynamic form variable"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: includes/forms/views/parts/dynamic-content-tags.php:8
|
680 |
+
msgid "The following list of variables can be used to <a href=\"%s\">add some dynamic content to your form or success and error messages</a>."
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: includes/forms/views/parts/dynamic-content-tags.php:8
|
684 |
+
msgid "This allows you to personalise your form or response messages."
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: includes/forms/views/tabs/form-appearance.php:5
|
688 |
+
msgid "Inherit from %s theme"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: includes/forms/views/tabs/form-appearance.php:6
|
692 |
+
msgid "Basic"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: includes/forms/views/tabs/form-appearance.php:7
|
696 |
+
msgid "Form Themes"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: includes/forms/views/tabs/form-appearance.php:8
|
700 |
+
msgid "Light Theme"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: includes/forms/views/tabs/form-appearance.php:9
|
704 |
+
msgid "Dark Theme"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: includes/forms/views/tabs/form-appearance.php:10
|
708 |
+
msgid "Red Theme"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: includes/forms/views/tabs/form-appearance.php:11
|
712 |
+
msgid "Green Theme"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: includes/forms/views/tabs/form-appearance.php:12
|
716 |
+
msgid "Blue Theme"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: includes/forms/views/tabs/form-appearance.php:25
|
720 |
+
msgid "Form Appearance"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: includes/forms/views/tabs/form-appearance.php:29
|
724 |
+
msgid "Form Style"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: includes/forms/views/tabs/form-appearance.php:50
|
728 |
+
msgid "If you want to load some default CSS styles, select \"basic formatting styles\" or choose one of the color themes"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: includes/forms/views/tabs/form-fields.php:6
|
732 |
+
msgid "Form variables"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: includes/forms/views/tabs/form-fields.php:13
|
736 |
+
msgid "Form Fields"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: includes/forms/views/tabs/form-fields.php:20
|
740 |
+
msgid "Form code"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: includes/forms/views/tabs/form-fields.php:22
|
744 |
+
msgid "Enter the HTML code for your form fields.."
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: includes/forms/views/tabs/form-fields.php:26
|
748 |
+
msgid "Form preview"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: includes/forms/views/tabs/form-fields.php:27
|
752 |
+
msgid "The form may look slightly different than this when shown in a post, page or widget area."
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: includes/forms/views/tabs/form-messages.php:6
|
756 |
+
msgid "Form Messages"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: includes/forms/views/tabs/form-messages.php:16
|
760 |
+
msgid "Successfully subscribed"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: includes/forms/views/tabs/form-messages.php:19
|
764 |
+
msgid "The text that shows when an email address is successfully subscribed to the selected list(s)."
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: includes/forms/views/tabs/form-messages.php:23
|
768 |
+
msgid "Invalid email address"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: includes/forms/views/tabs/form-messages.php:26
|
772 |
+
msgid "The text that shows when an invalid email address is given."
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: includes/forms/views/tabs/form-messages.php:30
|
776 |
+
msgid "Required field missing"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: includes/forms/views/tabs/form-messages.php:33
|
780 |
+
msgid "The text that shows when a required field for the selected list(s) is missing."
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: includes/forms/views/tabs/form-messages.php:37
|
784 |
+
msgid "Already subscribed"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: includes/forms/views/tabs/form-messages.php:40
|
788 |
+
msgid "The text that shows when the given email is already subscribed to the selected list(s)."
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: includes/forms/views/tabs/form-messages.php:44
|
792 |
+
msgid "General error"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: includes/forms/views/tabs/form-messages.php:47
|
796 |
+
msgid "The text that shows when a general error occured."
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: includes/forms/views/tabs/form-messages.php:51
|
800 |
+
msgid "Unsubscribed"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: includes/forms/views/tabs/form-messages.php:54
|
804 |
+
msgid "When using the unsubscribe method, this is the text that shows when the given email address is successfully unsubscribed from the selected list(s)."
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: includes/forms/views/tabs/form-messages.php:58
|
808 |
+
msgid "Not subscribed"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: includes/forms/views/tabs/form-messages.php:61
|
812 |
+
msgid "When using the unsubscribe method, this is the text that shows when the given email address is not on the selected list(s)."
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: includes/forms/views/tabs/form-messages.php:65
|
816 |
+
msgid "No list selected"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: includes/forms/views/tabs/form-messages.php:68
|
820 |
+
msgid "When offering a list choice, this is the text that shows when no lists were selected."
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: includes/forms/views/tabs/form-messages.php:79
|
824 |
+
msgid "Updated"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: includes/forms/views/tabs/form-messages.php:82
|
828 |
+
msgid "The text that shows when an existing subscriber is updated."
|
829 |
+
msgstr ""
|
830 |
+
|
831 |
+
#: includes/forms/views/tabs/form-messages.php:94
|
832 |
+
msgid "HTML tags like %s are allowed in the message fields."
|
833 |
+
msgstr ""
|
834 |
+
|
835 |
+
#: includes/forms/views/tabs/form-settings.php:1
|
836 |
+
msgid "Form Settings"
|
837 |
+
msgstr ""
|
838 |
+
|
839 |
+
#: includes/forms/views/tabs/form-settings.php:5
|
840 |
+
msgid "Mailchimp specific settings"
|
841 |
+
msgstr ""
|
842 |
+
|
843 |
+
#: includes/forms/views/tabs/form-settings.php:15
|
844 |
+
msgid "Lists this form subscribes to"
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: includes/forms/views/tabs/form-settings.php:20
|
848 |
+
#: includes/integrations/views/integration-settings.php:131
|
849 |
+
msgid "No lists found, <a href=\"%s\">are you connected to Mailchimp</a>?"
|
850 |
+
msgstr ""
|
851 |
+
|
852 |
+
#: includes/forms/views/tabs/form-settings.php:39
|
853 |
+
msgid "Select the list(s) to which people who submit this form should be subscribed."
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
+
#: includes/forms/views/tabs/form-settings.php:47
|
857 |
+
#: integrations/ninja-forms/class-action.php:29
|
858 |
+
msgid "Use double opt-in?"
|
859 |
+
msgstr ""
|
860 |
+
|
861 |
+
#: includes/forms/views/tabs/form-settings.php:54
|
862 |
+
msgid "Are you sure you want to disable double opt-in?"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: includes/forms/views/tabs/form-settings.php:57
|
866 |
+
msgid "We strongly suggest keeping double opt-in enabled. Disabling double opt-in may result in abuse."
|
867 |
+
msgstr ""
|
868 |
+
|
869 |
+
#: includes/forms/views/tabs/form-settings.php:62
|
870 |
+
#: includes/integrations/views/integration-settings.php:228
|
871 |
+
#: integrations/ninja-forms/class-action.php:48
|
872 |
msgid "Update existing subscribers?"
|
873 |
msgstr ""
|
874 |
|
875 |
+
#: includes/forms/views/tabs/form-settings.php:72
|
876 |
+
#: includes/integrations/views/integration-settings.php:238
|
877 |
msgid "Select \"yes\" if you want to update existing subscribers with the data that is sent."
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: includes/forms/views/tabs/form-settings.php:83
|
881 |
+
#: includes/integrations/views/integration-settings.php:253
|
882 |
msgid "Replace interest groups?"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: includes/forms/views/tabs/form-settings.php:94
|
886 |
+
#: includes/integrations/views/integration-settings.php:264
|
887 |
msgid "Select \"no\" if you want to add the selected interests to any previously selected interests when updating a subscriber."
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: includes/forms/views/tabs/form-settings.php:95
|
891 |
+
#: includes/integrations/views/integration-settings.php:265
|
892 |
msgid "What does this do?"
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: includes/forms/views/tabs/form-settings.php:101
|
896 |
+
msgid "Subscriber tags"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: includes/forms/views/tabs/form-settings.php:103
|
900 |
+
msgid "Example: My tag, another tag"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: includes/forms/views/tabs/form-settings.php:105
|
904 |
+
msgid "The listed tags will be applied to all new subscribers added by this form."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: includes/forms/views/tabs/form-settings.php:106
|
908 |
+
msgid "Separate multiple values with a comma."
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: includes/forms/views/tabs/form-settings.php:121
|
912 |
+
msgid "Form behaviour"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: includes/forms/views/tabs/form-settings.php:131
|
916 |
+
msgid "Hide form after a successful sign-up?"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: includes/forms/views/tabs/form-settings.php:142
|
920 |
+
msgid "Select \"yes\" to hide the form fields after a successful sign-up."
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: includes/forms/views/tabs/form-settings.php:147
|
924 |
+
msgid "Redirect to URL after successful sign-ups"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: includes/forms/views/tabs/form-settings.php:149
|
928 |
+
msgid "Example: %s"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: includes/forms/views/tabs/form-settings.php:151
|
932 |
+
msgid "Leave empty or enter <code>0</code> for no redirect. Otherwise, use complete (absolute) URLs, including <code>http://</code>."
|
|
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: includes/forms/views/tabs/form-settings.php:154
|
936 |
+
msgid "Your \"subscribed\" message will not show when redirecting to another page, so make sure to let your visitors know they were successfully subscribed."
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: includes/integrations/class-admin.php:73
|
940 |
+
#: includes/integrations/class-admin.php:74
|
941 |
+
#: includes/integrations/views/integration-settings.php:10
|
942 |
+
#: includes/integrations/views/integrations.php:101
|
943 |
+
#: includes/integrations/views/integrations.php:109
|
944 |
+
#: includes/integrations/views/integrations.php:123
|
945 |
+
msgid "Integrations"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: includes/integrations/class-integration.php:69
|
949 |
+
msgid "Sign me up for the newsletter!"
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: includes/integrations/views/integration-settings.php:20
|
953 |
+
msgid "%s integration"
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: includes/integrations/views/integration-settings.php:27
|
957 |
+
msgid "The selected Mailchimp lists require non-default fields, which may prevent this integration from working."
|
958 |
msgstr ""
|
959 |
|
960 |
+
#: includes/integrations/views/integration-settings.php:28
|
961 |
+
msgid "Please ensure you <a href=\"%1$s\">configure the plugin to send all required fields</a> or <a href=\"%2$s\">log into your Mailchimp account</a> and make sure only the email & name fields are marked as required fields for the selected list(s)."
|
962 |
msgstr ""
|
963 |
|
964 |
+
#: includes/integrations/views/integration-settings.php:64
|
965 |
+
msgid "Enabled?"
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: includes/integrations/views/integration-settings.php:68
|
969 |
+
msgid "Enable the %s integration? This will add a sign-up checkbox to the form."
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: includes/integrations/views/integration-settings.php:88
|
973 |
+
msgid "Implicit?"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: includes/integrations/views/integration-settings.php:91
|
977 |
+
#: includes/integrations/views/integration-settings.php:169
|
978 |
+
msgid "(recommended)"
|
979 |
msgstr ""
|
980 |
|
981 |
+
#: includes/integrations/views/integration-settings.php:95
|
982 |
+
msgid "Select \"yes\" if you want to subscribe people without asking them explicitly."
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: includes/integrations/views/integration-settings.php:98
|
986 |
+
#: includes/integrations/views/integration-settings.php:174
|
987 |
+
#: integrations/gravity-forms/class-gravity-forms.php:135
|
988 |
+
msgid "<strong>Warning: </strong> enabling this may affect your <a href=\"%s\">GDPR compliance</a>."
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: includes/integrations/views/integration-settings.php:113
|
992 |
+
msgid "Mailchimp Lists"
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: includes/integrations/views/integration-settings.php:127
|
996 |
+
#: integrations/gravity-forms/class-gravity-forms.php:108
|
997 |
+
msgid "Select the list(s) to which people who check the checkbox should be subscribed."
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: includes/integrations/views/integration-settings.php:147
|
1001 |
+
msgid "Checkbox label text"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: includes/integrations/views/integration-settings.php:150
|
1005 |
+
msgid "HTML tags like %s are allowed in the label text."
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: includes/integrations/views/integration-settings.php:166
|
1009 |
+
#: integrations/gravity-forms/class-gravity-forms.php:125
|
1010 |
+
msgid "Pre-check the checkbox?"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: includes/integrations/views/integration-settings.php:172
|
1014 |
+
#: integrations/gravity-forms/class-gravity-forms.php:133
|
1015 |
+
msgid "Select \"yes\" if the checkbox should be pre-checked."
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: includes/integrations/views/integration-settings.php:190
|
1019 |
+
msgid "Load some default CSS?"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: includes/integrations/views/integration-settings.php:194
|
1023 |
+
msgid "Select \"yes\" if the checkbox appears in a weird place."
|
1024 |
msgstr ""
|
1025 |
|
1026 |
+
#: includes/integrations/views/integration-settings.php:205
|
1027 |
+
#: integrations/gravity-forms/class-gravity-forms.php:113
|
1028 |
+
msgid "Double opt-in?"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: includes/integrations/views/integration-settings.php:216
|
1032 |
+
#: integrations/gravity-forms/class-gravity-forms.php:120
|
1033 |
+
msgid "Select \"yes\" if you want people to confirm their email address before being subscribed (recommended)"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: includes/integrations/views/integrations.php:20
|
1037 |
+
msgid "Configure this integration"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: includes/integrations/views/integrations.php:36
|
1041 |
+
msgid "Active"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
+
#: includes/integrations/views/integrations.php:38
|
1045 |
+
msgid "Inactive"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
+
#: includes/integrations/views/integrations.php:40
|
1049 |
+
msgid "Not installed"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
+
#: includes/integrations/views/integrations.php:60
|
1053 |
+
msgid "Name"
|
1054 |
msgstr ""
|
1055 |
|
1056 |
+
#: includes/integrations/views/integrations.php:61
|
1057 |
+
msgid "Description"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: includes/integrations/views/integrations.php:62
|
1061 |
+
#: includes/views/general-settings.php:34
|
1062 |
+
msgid "Status"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: includes/integrations/views/integrations.php:115
|
1066 |
+
msgid "The table below shows all available integrations."
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: includes/integrations/views/integrations.php:116
|
1070 |
+
msgid "Click on the name of an integration to edit all settings specific to that integration."
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: includes/integrations/views/integrations.php:126
|
1074 |
+
msgid "Greyed out integrations will become available after installing & activating the corresponding plugin."
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: includes/views/general-settings.php:18
|
1078 |
+
msgid "API Settings"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
+
#: includes/views/general-settings.php:40
|
1082 |
+
msgid "CONNECTED"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
+
#: includes/views/general-settings.php:44
|
1086 |
+
msgid "NOT CONNECTED"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: includes/views/general-settings.php:53
|
1090 |
+
msgid "API Key"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
+
#: includes/views/general-settings.php:55
|
1094 |
+
msgid "Your Mailchimp API key"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
+
#: includes/views/general-settings.php:57
|
1098 |
+
msgid "The API key for connecting with your Mailchimp account."
|
1099 |
msgstr ""
|
1100 |
|
1101 |
+
#: includes/views/general-settings.php:58
|
1102 |
+
msgid "Get your API key here."
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: includes/views/general-settings.php:63
|
1106 |
+
msgid "You defined your Mailchimp API key using the <code>MC4WP_API_KEY</code> constant."
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: includes/views/other-settings.php:14
|
1110 |
+
msgid "Miscellaneous settings"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: includes/views/other-settings.php:17
|
1114 |
+
msgid "Usage Tracking"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: includes/views/other-settings.php:29
|
1118 |
+
msgid "Allow us to anonymously track how this plugin is used to help us make it better fit your needs."
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: includes/views/other-settings.php:31
|
1122 |
+
msgid "This is what we track."
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: includes/views/other-settings.php:37
|
1126 |
+
msgid "Logging"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: includes/views/other-settings.php:40
|
1130 |
+
msgid "Errors & warnings only"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
+
#: includes/views/other-settings.php:41
|
1134 |
+
msgid "Everything"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: includes/views/other-settings.php:44
|
1138 |
+
msgid "Determines what events should be written to <a href=\"%s\">the debug log</a> (see below)."
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: includes/views/other-settings.php:99
|
1142 |
+
msgid "Debug Log"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: includes/views/other-settings.php:99
|
1146 |
+
msgid "Filter.."
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: includes/views/other-settings.php:104
|
1150 |
+
msgid "Log file is not writable."
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: includes/views/other-settings.php:105
|
1154 |
+
msgid "Please ensure %1$s has the proper <a href=\"%2$s\">file permissions</a>."
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: includes/views/other-settings.php:126
|
1158 |
+
msgid "Nothing here. Which means there are no errors!"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: includes/views/other-settings.php:136
|
1162 |
+
msgid "Empty Log"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: includes/views/other-settings.php:144
|
1166 |
+
msgid "Right now, the plugin is configured to only log errors and warnings."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#. translators: %s links to the WordPress.org translation project
|
1170 |
+
#: includes/views/parts/admin-footer.php:14
|
1171 |
+
msgid "Mailchimp for WordPress is in need of translations. Is the plugin not translated in your language or do you spot errors with the current translations? Helping out is easy! Please <a href=\"%s\">help translate the plugin using your WordPress.org account</a>."
|
1172 |
msgstr ""
|
1173 |
|
1174 |
+
#: includes/views/parts/admin-footer.php:32
|
1175 |
+
msgid "This plugin is not developed by or affiliated with Mailchimp in any way."
|
1176 |
msgstr ""
|
1177 |
|
1178 |
+
#: includes/views/parts/admin-sidebar.php:11
|
1179 |
+
msgid "Looking for help?"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: includes/views/parts/admin-sidebar.php:12
|
1183 |
+
msgid "We have some resources available to help you in the right direction."
|
1184 |
msgstr ""
|
1185 |
|
1186 |
+
#: includes/views/parts/admin-sidebar.php:14
|
1187 |
+
msgid "Knowledge Base"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: includes/views/parts/admin-sidebar.php:15
|
1191 |
+
msgid "Frequently Asked Questions"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: includes/views/parts/admin-sidebar.php:17
|
1195 |
+
msgid "If your answer can not be found in the resources listed above, please use the <a href=\"%s\">support forums on WordPress.org</a>."
|
1196 |
msgstr ""
|
1197 |
|
1198 |
+
#: includes/views/parts/admin-sidebar.php:18
|
1199 |
+
msgid "Found a bug? Please <a href=\"%s\">open an issue on GitHub</a>."
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: includes/views/parts/admin-sidebar.php:28
|
1203 |
+
msgid "Other plugins by ibericode"
|
1204 |
msgstr ""
|
1205 |
|
1206 |
+
#: includes/views/parts/admin-sidebar.php:35
|
1207 |
+
msgid "Privacy-friendly analytics plugin that does not use any external services."
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: includes/views/parts/admin-sidebar.php:41
|
1211 |
+
msgid "Pop-ups or boxes that slide-in with a newsletter sign-up form. A sure-fire way to grow your email lists."
|
1212 |
msgstr ""
|
1213 |
|
1214 |
+
#: includes/views/parts/admin-sidebar.php:47
|
1215 |
+
msgid "Super flexible forms using native HTML. Just like Mailchimp for WordPress forms but for other purposes, like a contact form."
|
1216 |
msgstr ""
|
1217 |
|
1218 |
+
#: includes/views/parts/lists-overview.php:1
|
1219 |
+
msgid "Your Mailchimp Account"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
+
#: includes/views/parts/lists-overview.php:2
|
1223 |
+
msgid "The table below shows your Mailchimp lists and their details. If you just applied changes to your Mailchimp lists, please use the following button to renew the cached lists configuration."
|
1224 |
msgstr ""
|
1225 |
|
1226 |
+
#: includes/views/parts/lists-overview.php:19
|
1227 |
+
msgid "No lists were found in your Mailchimp account"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
+
#: includes/views/parts/lists-overview.php:22
|
1231 |
+
msgid "A total of %d lists were found in your Mailchimp account."
|
1232 |
msgstr ""
|
1233 |
|
1234 |
+
#: includes/views/parts/lists-overview.php:27
|
1235 |
+
msgid "List Name"
|
1236 |
msgstr ""
|
1237 |
|
1238 |
+
#: includes/views/parts/lists-overview.php:28
|
1239 |
+
msgid "ID"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: includes/views/parts/lists-overview.php:29
|
1243 |
+
msgid "Subscribers"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: includes/views/parts/lists-overview.php:50
|
1247 |
+
msgid "Edit this list in Mailchimp"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
+
#: includes/views/parts/lists-overview.php:51
|
1251 |
+
msgid "Loading... Please wait."
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: integrations/contact-form-7/admin-before.php:2
|
1255 |
+
msgid "To integrate with Contact Form 7, configure the settings below and then add %s to your CF7 form mark-up."
|
1256 |
msgstr ""
|
1257 |
|
1258 |
+
#: integrations/custom/admin-before.php:2
|
1259 |
+
msgid "To get a custom integration to work, include the following HTML in the form you are trying to integrate with."
|
1260 |
msgstr ""
|
1261 |
|
1262 |
+
#: integrations/custom/admin-before.php:9
|
1263 |
+
msgid "Subscribe to our newsletter."
|
1264 |
msgstr ""
|
1265 |
|
1266 |
+
#. translators: %s links to the Gravity Forms overview page
|
1267 |
+
#: integrations/gravity-forms/admin-before.php:4
|
1268 |
+
msgid "To integrate with Gravity Forms, add the \"Mailchimp for WordPress\" field to <a href=\"%s\">one of your Gravity Forms forms</a>."
|
1269 |
msgstr ""
|
1270 |
|
1271 |
+
#: integrations/gravity-forms/class-field.php:38
|
1272 |
+
msgid "Mailchimp for WordPress"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: integrations/gravity-forms/class-gravity-forms.php:97
|
1276 |
+
#: integrations/wpforms/class-field.php:90
|
1277 |
+
msgid "Mailchimp list"
|
1278 |
msgstr ""
|
1279 |
|
1280 |
+
#: integrations/gravity-forms/class-gravity-forms.php:100
|
1281 |
+
msgid "Select a Mailchimp list"
|
1282 |
msgstr ""
|
1283 |
|
1284 |
+
#: integrations/ninja-forms-2/admin-before.php:2
|
1285 |
+
msgid "To integrate with Ninja Forms, add the \"Mailchimp\" field to your Ninja Forms forms."
|
1286 |
msgstr ""
|
1287 |
|
1288 |
+
#: integrations/ninja-forms/admin-before.php:2
|
1289 |
+
msgid "To integrate with Ninja Forms, add the \"Mailchimp\" action to <a href=\"%s\">one of your Ninja Forms forms</a>."
|
1290 |
msgstr ""
|
1291 |
|
1292 |
+
#: integrations/ninja-forms/class-field.php:35
|
1293 |
+
msgid "Mailchimp opt-in"
|
1294 |
+
msgstr ""
|
1295 |
+
|
1296 |
+
#: integrations/woocommerce/admin-after.php:4
|
1297 |
+
msgid "After email field"
|
1298 |
+
msgstr ""
|
1299 |
+
|
1300 |
+
#: integrations/woocommerce/admin-after.php:5
|
1301 |
+
msgid "After billing details"
|
1302 |
+
msgstr ""
|
1303 |
+
|
1304 |
+
#: integrations/woocommerce/admin-after.php:6
|
1305 |
+
msgid "After shipping details"
|
1306 |
+
msgstr ""
|
1307 |
+
|
1308 |
+
#: integrations/woocommerce/admin-after.php:7
|
1309 |
+
msgid "After customer details"
|
1310 |
+
msgstr ""
|
1311 |
+
|
1312 |
+
#: integrations/woocommerce/admin-after.php:8
|
1313 |
+
msgid "Before submit button"
|
1314 |
+
msgstr ""
|
1315 |
+
|
1316 |
+
#: integrations/woocommerce/admin-after.php:9
|
1317 |
+
msgid "After order notes"
|
1318 |
+
msgstr ""
|
1319 |
+
|
1320 |
+
#: integrations/woocommerce/admin-after.php:13
|
1321 |
+
msgid "Checkout for WooCommerce: Before complete order button"
|
1322 |
+
msgstr ""
|
1323 |
+
|
1324 |
+
#: integrations/woocommerce/admin-after.php:14
|
1325 |
+
msgid "Checkout for WooCommerce: After account info"
|
1326 |
+
msgstr ""
|
1327 |
+
|
1328 |
+
#: integrations/woocommerce/admin-after.php:15
|
1329 |
+
msgid "Checkout for WooCommerce: After customer info"
|
1330 |
+
msgstr ""
|
1331 |
+
|
1332 |
+
#: integrations/woocommerce/admin-after.php:30
|
1333 |
+
msgid "Position"
|
1334 |
+
msgstr ""
|
1335 |
+
|
1336 |
+
#: integrations/woocommerce/class-woocommerce.php:170
|
1337 |
+
msgid "Order #%d"
|
1338 |
+
msgstr ""
|
1339 |
+
|
1340 |
+
#: integrations/wpforms/admin-before.php:2
|
1341 |
+
msgid "Use this integration by adding the \"Mailchimp\" field to <a href=\"%s\">your WPForms forms</a>."
|
1342 |
+
msgstr ""
|
1343 |
+
|
1344 |
+
#: integrations/wpforms/class-field.php:29
|
1345 |
+
msgid "Sign-up to our newsletter?"
|
1346 |
+
msgstr ""
|
1347 |
+
|
1348 |
+
#: integrations/wpforms/class-field.php:84
|
1349 |
+
msgid "Select the Mailchimp list to subscribe to."
|
1350 |
+
msgstr ""
|
1351 |
+
|
1352 |
+
#: integrations/wpforms/class-field.php:115
|
1353 |
+
msgid "Set your sign-up label text and whether it should be pre-checked."
|
1354 |
+
msgstr ""
|
1355 |
+
|
1356 |
+
#: integrations/wpforms/class-field.php:126
|
1357 |
+
msgid "Sign-up checkbox"
|
1358 |
msgstr ""
|
mailchimp-for-wp.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: MC4WP: Mailchimp for WordPress
|
4 |
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
|
5 |
Description: Mailchimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site.
|
6 |
-
Version: 4.7.
|
7 |
Author: ibericode
|
8 |
Author URI: https://ibericode.com/
|
9 |
Text Domain: mailchimp-for-wp
|
@@ -41,7 +41,7 @@ function _mc4wp_load_plugin()
|
|
41 |
}
|
42 |
|
43 |
// bootstrap the core plugin
|
44 |
-
define( 'MC4WP_VERSION', '4.7.
|
45 |
define( 'MC4WP_PLUGIN_DIR', dirname(__FILE__) . '/' );
|
46 |
define( 'MC4WP_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
|
47 |
define( 'MC4WP_PLUGIN_FILE', __FILE__ );
|
3 |
Plugin Name: MC4WP: Mailchimp for WordPress
|
4 |
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
|
5 |
Description: Mailchimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site.
|
6 |
+
Version: 4.7.4
|
7 |
Author: ibericode
|
8 |
Author URI: https://ibericode.com/
|
9 |
Text Domain: mailchimp-for-wp
|
41 |
}
|
42 |
|
43 |
// bootstrap the core plugin
|
44 |
+
define( 'MC4WP_VERSION', '4.7.4' );
|
45 |
define( 'MC4WP_PLUGIN_DIR', dirname(__FILE__) . '/' );
|
46 |
define( 'MC4WP_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
|
47 |
define( 'MC4WP_PLUGIN_FILE', __FILE__ );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-f
|
|
4 |
Tags: mailchimp, mc4wp, email, marketing, newsletter, subscribe, widget, mc4wp, contact form 7, woocommerce, buddypress, ibericode, mailchimp form
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 5.3
|
7 |
-
Stable tag: 4.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Requires PHP: 5.3
|
@@ -197,6 +197,13 @@ The plugin provides various filter & action hooks that allow you to modify or ex
|
|
197 |
== Changelog ==
|
198 |
|
199 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
#### 4.7.3 - Dec 4, 2019
|
201 |
|
202 |
**Fixes**
|
4 |
Tags: mailchimp, mc4wp, email, marketing, newsletter, subscribe, widget, mc4wp, contact form 7, woocommerce, buddypress, ibericode, mailchimp form
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 5.3
|
7 |
+
Stable tag: 4.7.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Requires PHP: 5.3
|
197 |
== Changelog ==
|
198 |
|
199 |
|
200 |
+
#### 4.7.4 - Dec 7, 2019
|
201 |
+
|
202 |
+
**Fixes**
|
203 |
+
|
204 |
+
- htaccess config for servers running Apache 2.4 or later.
|
205 |
+
|
206 |
+
|
207 |
#### 4.7.3 - Dec 4, 2019
|
208 |
|
209 |
**Fixes**
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit982a28eab8420855eb099ba24fa8d700::getLoader();
|
vendor/autoload_52.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInitb740f2df7a954ed6533a613e3024906e::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit240449e079f81eb74119b90ac782c2b0
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
@@ -48,19 +48,19 @@ class ComposerAutoloaderInit240449e079f81eb74119b90ac782c2b0
|
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
-
$includeFiles = Composer\Autoload\
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
-
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
-
function
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit982a28eab8420855eb099ba24fa8d700
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit982a28eab8420855eb099ba24fa8d700', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit982a28eab8420855eb099ba24fa8d700', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit982a28eab8420855eb099ba24fa8d700::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit982a28eab8420855eb099ba24fa8d700::$files;
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
+
composerRequire982a28eab8420855eb099ba24fa8d700($fileIdentifier, $file);
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
+
function composerRequire982a28eab8420855eb099ba24fa8d700($fileIdentifier, $file)
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
vendor/composer/autoload_real_52.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
4 |
|
5 |
-
class
|
6 |
private static $loader;
|
7 |
|
8 |
public static function loadClassLoader($class) {
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInita8e84463fce5d71080375e6b0641f46f {
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$vendorDir = dirname(dirname(__FILE__));
|
27 |
$baseDir = dirname($vendorDir);
|
2 |
|
3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
4 |
|
5 |
+
class ComposerAutoloaderInitb740f2df7a954ed6533a613e3024906e {
|
6 |
private static $loader;
|
7 |
|
8 |
public static function loadClassLoader($class) {
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInitb740f2df7a954ed6533a613e3024906e', 'loadClassLoader'), true /*, true */);
|
23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitb740f2df7a954ed6533a613e3024906e', 'loadClassLoader'));
|
25 |
|
26 |
$vendorDir = dirname(dirname(__FILE__));
|
27 |
$baseDir = dirname($vendorDir);
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'fca581ae5268210490253d58378748c5' => __DIR__ . '/../..' . '/includes/functions.php',
|
@@ -98,8 +98,8 @@ class ComposerStaticInit240449e079f81eb74119b90ac782c2b0
|
|
98 |
public static function getInitializer(ClassLoader $loader)
|
99 |
{
|
100 |
return \Closure::bind(function () use ($loader) {
|
101 |
-
$loader->prefixesPsr0 =
|
102 |
-
$loader->classMap =
|
103 |
|
104 |
}, null, ClassLoader::class);
|
105 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit982a28eab8420855eb099ba24fa8d700
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'fca581ae5268210490253d58378748c5' => __DIR__ . '/../..' . '/includes/functions.php',
|
98 |
public static function getInitializer(ClassLoader $loader)
|
99 |
{
|
100 |
return \Closure::bind(function () use ($loader) {
|
101 |
+
$loader->prefixesPsr0 = ComposerStaticInit982a28eab8420855eb099ba24fa8d700::$prefixesPsr0;
|
102 |
+
$loader->classMap = ComposerStaticInit982a28eab8420855eb099ba24fa8d700::$classMap;
|
103 |
|
104 |
}, null, ClassLoader::class);
|
105 |
}
|