Version Description
- Backout of change to use WC_Logger due to fatal error
Download this release
Release Info
Developer | anderly |
Plugin | WooCommerce MailChimp |
Version | 1.3.6 |
Comparing to | |
See all releases |
Code changes from version 1.3.5 to 1.3.6
- README.md +3 -0
- classes/class-ss-wc-integration-mailchimp.php +3 -4
- languages/woocommerce-mailchimp-fr_FR.po +273 -273
- readme.txt +4 -1
- woocommerce-mailchimp.php +1 -1
README.md
CHANGED
@@ -69,6 +69,9 @@ If you need help, have problems, want to leave feedback or want to provide const
|
|
69 |
|
70 |
### Changelog
|
71 |
|
|
|
|
|
|
|
72 |
#### 1.3.5
|
73 |
* Fix for undefined variable list and array_merge issue.
|
74 |
* Change to use WC_Logger instead of error_log
|
69 |
|
70 |
### Changelog
|
71 |
|
72 |
+
#### 1.3.6
|
73 |
+
* Backout of change to use WC_Logger due to fatal error
|
74 |
+
|
75 |
#### 1.3.5
|
76 |
* Fix for undefined variable list and array_merge issue.
|
77 |
* Change to use WC_Logger instead of error_log
|
classes/class-ss-wc-integration-mailchimp.php
CHANGED
@@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
|
9 |
*
|
10 |
* @class SS_WC_Integration_MailChimp
|
11 |
* @extends WC_Integration
|
12 |
-
* @version 1.3.
|
13 |
* @package WooCommerce MailChimp
|
14 |
* @author Saint Systems
|
15 |
*/
|
@@ -575,13 +575,12 @@ class SS_WC_Integration_MailChimp extends WC_Integration {
|
|
575 |
*/
|
576 |
static function log( $message ) {
|
577 |
if ( WP_DEBUG === true ) {
|
578 |
-
$logger = new WC_Logger();
|
579 |
|
580 |
if ( is_array( $message ) || is_object( $message ) ) {
|
581 |
-
|
582 |
}
|
583 |
else {
|
584 |
-
|
585 |
}
|
586 |
}
|
587 |
}
|
9 |
*
|
10 |
* @class SS_WC_Integration_MailChimp
|
11 |
* @extends WC_Integration
|
12 |
+
* @version 1.3.6
|
13 |
* @package WooCommerce MailChimp
|
14 |
* @author Saint Systems
|
15 |
*/
|
575 |
*/
|
576 |
static function log( $message ) {
|
577 |
if ( WP_DEBUG === true ) {
|
|
|
578 |
|
579 |
if ( is_array( $message ) || is_object( $message ) ) {
|
580 |
+
error_log( print_r( $message, true ) );
|
581 |
}
|
582 |
else {
|
583 |
+
error_log( $message );
|
584 |
}
|
585 |
}
|
586 |
}
|
languages/woocommerce-mailchimp-fr_FR.po
CHANGED
@@ -1,273 +1,273 @@
|
|
1 |
-
# Copyright (C) 2014 WooCommerce MailChimp
|
2 |
-
# This file is distributed under the same license as the WooCommerce MailChimp package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: WooCommerce MailChimp 1.1.3\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/woocommerce-mailchimp\n"
|
7 |
-
"POT-Creation-Date: 2015-02-06 15:05+0200\n"
|
8 |
-
"PO-Revision-Date: 2015-02-06 09:54-0600\n"
|
9 |
-
"Last-Translator: Vincent Pintat <vincent@walliecreation.com>\n"
|
10 |
-
"Language-Team: \n"
|
11 |
-
"Language: fr_FR\n"
|
12 |
-
"MIME-Version: 1.0\n"
|
13 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
-
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 1.7.4\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
17 |
-
|
18 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:31
|
19 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:518
|
20 |
-
msgid "MailChimp"
|
21 |
-
msgstr "MailChimp"
|
22 |
-
|
23 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:32
|
24 |
-
msgid "MailChimp is a popular email marketing service."
|
25 |
-
msgstr "MailChimp est un service d'emailing marketing très populaire."
|
26 |
-
|
27 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:82
|
28 |
-
#, php-format
|
29 |
-
msgid ""
|
30 |
-
"WooCommerce MailChimp error: Plugin is enabled but no api key provided. Please enter "
|
31 |
-
"your api key <a href=\"%s\">here</a>."
|
32 |
-
msgstr ""
|
33 |
-
"Erreur WooCommerce MailChimp : Le plugin est activé mais la clé d'API n'a pas été "
|
34 |
-
"renseignée. Entrez votre clé d'API <a href=\"%s\">ici</a>"
|
35 |
-
|
36 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:101
|
37 |
-
#, php-format
|
38 |
-
msgid "Order Opt-In Value: %s"
|
39 |
-
msgstr ""
|
40 |
-
|
41 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:107
|
42 |
-
#, php-format
|
43 |
-
msgid "Subscribe customer (%s) to list %s"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:177
|
47 |
-
msgid "Select a list..."
|
48 |
-
msgstr "Sélectionnez une liste..."
|
49 |
-
|
50 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:180
|
51 |
-
msgid "Enter your key and save to see your lists"
|
52 |
-
msgstr "Entrez votre clé et enregistrez pour voir vos listes"
|
53 |
-
|
54 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:185
|
55 |
-
msgid "Enable/Disable"
|
56 |
-
msgstr "Activer/Désactiver"
|
57 |
-
|
58 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:186
|
59 |
-
msgid "Enable MailChimp"
|
60 |
-
msgstr "Activer MailChimp"
|
61 |
-
|
62 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:192
|
63 |
-
msgid "Subscribe Event"
|
64 |
-
msgstr "Evénément d'inscription"
|
65 |
-
|
66 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:194
|
67 |
-
msgid "When should customers be subscribed to lists?"
|
68 |
-
msgstr "Quand les abonnés doivent-ils être inscrits aux listes ?"
|
69 |
-
|
70 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:197
|
71 |
-
msgid "Order Created"
|
72 |
-
msgstr "Commande crée"
|
73 |
-
|
74 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:198
|
75 |
-
msgid "Order Processing"
|
76 |
-
msgstr "Commande"
|
77 |
-
|
78 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:199
|
79 |
-
msgid "Order Completed"
|
80 |
-
msgstr "Commande terminée"
|
81 |
-
|
82 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:203
|
83 |
-
msgid "API Key"
|
84 |
-
msgstr "Clé d'API"
|
85 |
-
|
86 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:205
|
87 |
-
msgid ""
|
88 |
-
"<a href=\"https://us2.admin.mailchimp.com/account/api/\" target=\"_blank\">Login to "
|
89 |
-
"mailchimp</a> to look up your api key."
|
90 |
-
msgstr ""
|
91 |
-
"<a href=\"https://us2.admin.mailchimp.com/account/api/\" target=\"_blank\">Connectez-"
|
92 |
-
"vous à MailChimp</a> pour voir votre clé d'API."
|
93 |
-
|
94 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:209
|
95 |
-
msgid "Main List"
|
96 |
-
msgstr "Liste principale"
|
97 |
-
|
98 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:211
|
99 |
-
msgid "All customers will be added to this list."
|
100 |
-
msgstr "Tous les clients seront ajoutés à cette liste."
|
101 |
-
|
102 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:216
|
103 |
-
msgid "Group Name"
|
104 |
-
msgstr "Nom du groupe"
|
105 |
-
|
106 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:218
|
107 |
-
msgid ""
|
108 |
-
"Optional: Enter the name of the group. Learn more about <a href=\"http://mailchimp."
|
109 |
-
"com/features/groups\" target=\"_blank\">Groups</a>"
|
110 |
-
msgstr ""
|
111 |
-
"Optionnel : Entrez le nom du groupe. Apprenez-en plus au sujet des <a href=\"http://"
|
112 |
-
"mailchimp.com/features/groups\" target=\"_blank\">Groupes</a>"
|
113 |
-
|
114 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:222
|
115 |
-
msgid "Groups"
|
116 |
-
msgstr "Groupes"
|
117 |
-
|
118 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:224
|
119 |
-
msgid ""
|
120 |
-
"Optional: Comma separated list of interest groups to which subscribers should be "
|
121 |
-
"added."
|
122 |
-
msgstr ""
|
123 |
-
"Optionnel : Liste des groupes d'intérêt auxquels ajouter les nouveaux inscrits, "
|
124 |
-
"séparés par des virgules."
|
125 |
-
|
126 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:228
|
127 |
-
msgid "Double Opt-In"
|
128 |
-
msgstr "Double validation"
|
129 |
-
|
130 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:229
|
131 |
-
msgid "Enable Double Opt-In"
|
132 |
-
msgstr "Activer la double validation"
|
133 |
-
|
134 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:231
|
135 |
-
msgid ""
|
136 |
-
"If enabled, customers will receive an email prompting them to confirm their "
|
137 |
-
"subscription to the list above."
|
138 |
-
msgstr ""
|
139 |
-
"Si activé, les clients recevront un email les incitant à confirmer leur inscription "
|
140 |
-
"à la liste ci-dessus."
|
141 |
-
|
142 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:235
|
143 |
-
msgid "Display Opt-In Field"
|
144 |
-
msgstr "Afficher le champs choix d'inscription"
|
145 |
-
|
146 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:236
|
147 |
-
msgid "Display an Opt-In Field on Checkout"
|
148 |
-
msgstr "Afficher un champs de choix d'inscription sur la page Commande (checkout)"
|
149 |
-
|
150 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:238
|
151 |
-
msgid ""
|
152 |
-
"If enabled, customers will be presented with a \"Opt-in\" checkbox during checkout "
|
153 |
-
"and will only be added to the list above if they opt-in."
|
154 |
-
msgstr ""
|
155 |
-
"Si activé, une case à cocher de choix d'inscription sera affichée aux clients "
|
156 |
-
"pendant le processus de commande. Les clients choisissant de s'inscrire seront "
|
157 |
-
"ajoutés à la liste ce-dessus s'ils cochent la case."
|
158 |
-
|
159 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:242
|
160 |
-
msgid "Opt-In Field Label"
|
161 |
-
msgstr "Label du champs \"choix d'inscription\""
|
162 |
-
|
163 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:244
|
164 |
-
msgid "Optional: customize the label displayed next to the opt-in checkbox."
|
165 |
-
msgstr "Optionnel : personnalisez le label affiché à côté de la case à cocher."
|
166 |
-
|
167 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:245
|
168 |
-
msgid "Add me to the newsletter (we will never share your email)."
|
169 |
-
msgstr "M'inscrire à la newsletter (votre email restera confidentiel)"
|
170 |
-
|
171 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:248
|
172 |
-
msgid "Opt-In Checkbox Default Status"
|
173 |
-
msgstr "Etat par défaut de la case à cocher"
|
174 |
-
|
175 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:250
|
176 |
-
msgid "The default state of the opt-in checkbox."
|
177 |
-
msgstr "L'état par défaut de la case à cocher"
|
178 |
-
|
179 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:253
|
180 |
-
msgid "Checked"
|
181 |
-
msgstr "Coché"
|
182 |
-
|
183 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:254
|
184 |
-
msgid "Unchecked"
|
185 |
-
msgstr "Non coché"
|
186 |
-
|
187 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:258
|
188 |
-
msgid "Opt-In Checkbox Display Location"
|
189 |
-
msgstr "Localisation de la case à cocher d'inscription"
|
190 |
-
|
191 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:260
|
192 |
-
msgid ""
|
193 |
-
"Where to display the opt-in checkbox on the checkout page (under Billing info or "
|
194 |
-
"Order info)."
|
195 |
-
msgstr ""
|
196 |
-
"Où afficher la case à cocher sur la page de commande (en dessous de Facturation ou "
|
197 |
-
"Récapitulatif de commande). "
|
198 |
-
|
199 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:263
|
200 |
-
msgid "Billing"
|
201 |
-
msgstr "Facturation"
|
202 |
-
|
203 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:264
|
204 |
-
msgid "Order"
|
205 |
-
msgstr "Commande"
|
206 |
-
|
207 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:378
|
208 |
-
#, php-format
|
209 |
-
msgid "Unable to load lists from MailChimp: (%s) %s. "
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:379
|
213 |
-
#, php-format
|
214 |
-
msgid "Please check your %s <a href=\"%s\">settings</a>."
|
215 |
-
msgstr ""
|
216 |
-
|
217 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:399
|
218 |
-
#, php-format
|
219 |
-
msgid "Unable to load listInterestGroupings() from MailChimp: (%s) %s"
|
220 |
-
msgstr "Impossible de charger listInterestGroupings() depuis MailChimp: (%s) %s"
|
221 |
-
|
222 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:483
|
223 |
-
#, php-format
|
224 |
-
msgid "Calling MailChimp API listSubscribe method with the following: %s"
|
225 |
-
msgstr ""
|
226 |
-
|
227 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:489
|
228 |
-
#, php-format
|
229 |
-
msgid "MailChimp API response: %s"
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:493
|
233 |
-
#, php-format
|
234 |
-
msgid "WooCommerce MailChimp subscription failed: %s (%s)"
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:505
|
238 |
-
msgid "WooCommerce MailChimp subscription failed"
|
239 |
-
msgstr "L'inscription à WooCommerce MailChimp a échoué"
|
240 |
-
|
241 |
-
#: ../classes/class-ss-wc-integration-mailchimp.php:519
|
242 |
-
msgid ""
|
243 |
-
"Enter your MailChimp settings below to control how WooCommerce integrates with your "
|
244 |
-
"MailChimp lists."
|
245 |
-
msgstr ""
|
246 |
-
"Entrez vos paramètres MailChimp ci-dessous pour contrôler comment WooCommerce "
|
247 |
-
"s'intègre à vos listes MailChimp."
|
248 |
-
|
249 |
-
#: ../woocommerce-mailchimp.php:60
|
250 |
-
msgid "Settings"
|
251 |
-
msgstr "Paramètres"
|
252 |
-
|
253 |
-
#~ msgid "Unable to load lists from MailChimp: (%s) %s."
|
254 |
-
#~ msgstr "Impossible de charger les listes depuis MailChimp : (%s) %s"
|
255 |
-
|
256 |
-
#~ msgid "WooCommerce MailChimp"
|
257 |
-
#~ msgstr "WooCommerce MailChimp"
|
258 |
-
|
259 |
-
#~ msgid "http://anderly.com/woocommerce-mailchimp"
|
260 |
-
#~ msgstr "http://anderly.com/woocommerce-mailchimp"
|
261 |
-
|
262 |
-
#~ msgid "WooCommerce MailChimp provides simple MailChimp integration for WooCommerce."
|
263 |
-
#~ msgstr ""
|
264 |
-
#~ "WooCommerce MailChimp fourni une intégration simple de MailChimp dans WooCommerce."
|
265 |
-
|
266 |
-
#~ msgid "Adam Anderly"
|
267 |
-
#~ msgstr "Adam Anderly"
|
268 |
-
|
269 |
-
#~ msgid "http://anderly.com"
|
270 |
-
#~ msgstr "http://anderly.com"
|
271 |
-
|
272 |
-
#~ msgid "Email subscription failed (Mailchimp)"
|
273 |
-
#~ msgstr "Inscription de cet email échouée (MailChimp)"
|
1 |
+
# Copyright (C) 2014 WooCommerce MailChimp
|
2 |
+
# This file is distributed under the same license as the WooCommerce MailChimp package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: WooCommerce MailChimp 1.1.3\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/woocommerce-mailchimp\n"
|
7 |
+
"POT-Creation-Date: 2015-02-06 15:05+0200\n"
|
8 |
+
"PO-Revision-Date: 2015-02-06 09:54-0600\n"
|
9 |
+
"Last-Translator: Vincent Pintat <vincent@walliecreation.com>\n"
|
10 |
+
"Language-Team: \n"
|
11 |
+
"Language: fr_FR\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 1.7.4\n"
|
16 |
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
17 |
+
|
18 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:31
|
19 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:518
|
20 |
+
msgid "MailChimp"
|
21 |
+
msgstr "MailChimp"
|
22 |
+
|
23 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:32
|
24 |
+
msgid "MailChimp is a popular email marketing service."
|
25 |
+
msgstr "MailChimp est un service d'emailing marketing très populaire."
|
26 |
+
|
27 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:82
|
28 |
+
#, php-format
|
29 |
+
msgid ""
|
30 |
+
"WooCommerce MailChimp error: Plugin is enabled but no api key provided. Please enter "
|
31 |
+
"your api key <a href=\"%s\">here</a>."
|
32 |
+
msgstr ""
|
33 |
+
"Erreur WooCommerce MailChimp : Le plugin est activé mais la clé d'API n'a pas été "
|
34 |
+
"renseignée. Entrez votre clé d'API <a href=\"%s\">ici</a>"
|
35 |
+
|
36 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:101
|
37 |
+
#, php-format
|
38 |
+
msgid "Order Opt-In Value: %s"
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:107
|
42 |
+
#, php-format
|
43 |
+
msgid "Subscribe customer (%s) to list %s"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:177
|
47 |
+
msgid "Select a list..."
|
48 |
+
msgstr "Sélectionnez une liste..."
|
49 |
+
|
50 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:180
|
51 |
+
msgid "Enter your key and save to see your lists"
|
52 |
+
msgstr "Entrez votre clé et enregistrez pour voir vos listes"
|
53 |
+
|
54 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:185
|
55 |
+
msgid "Enable/Disable"
|
56 |
+
msgstr "Activer/Désactiver"
|
57 |
+
|
58 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:186
|
59 |
+
msgid "Enable MailChimp"
|
60 |
+
msgstr "Activer MailChimp"
|
61 |
+
|
62 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:192
|
63 |
+
msgid "Subscribe Event"
|
64 |
+
msgstr "Evénément d'inscription"
|
65 |
+
|
66 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:194
|
67 |
+
msgid "When should customers be subscribed to lists?"
|
68 |
+
msgstr "Quand les abonnés doivent-ils être inscrits aux listes ?"
|
69 |
+
|
70 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:197
|
71 |
+
msgid "Order Created"
|
72 |
+
msgstr "Commande crée"
|
73 |
+
|
74 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:198
|
75 |
+
msgid "Order Processing"
|
76 |
+
msgstr "Commande"
|
77 |
+
|
78 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:199
|
79 |
+
msgid "Order Completed"
|
80 |
+
msgstr "Commande terminée"
|
81 |
+
|
82 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:203
|
83 |
+
msgid "API Key"
|
84 |
+
msgstr "Clé d'API"
|
85 |
+
|
86 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:205
|
87 |
+
msgid ""
|
88 |
+
"<a href=\"https://us2.admin.mailchimp.com/account/api/\" target=\"_blank\">Login to "
|
89 |
+
"mailchimp</a> to look up your api key."
|
90 |
+
msgstr ""
|
91 |
+
"<a href=\"https://us2.admin.mailchimp.com/account/api/\" target=\"_blank\">Connectez-"
|
92 |
+
"vous à MailChimp</a> pour voir votre clé d'API."
|
93 |
+
|
94 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:209
|
95 |
+
msgid "Main List"
|
96 |
+
msgstr "Liste principale"
|
97 |
+
|
98 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:211
|
99 |
+
msgid "All customers will be added to this list."
|
100 |
+
msgstr "Tous les clients seront ajoutés à cette liste."
|
101 |
+
|
102 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:216
|
103 |
+
msgid "Group Name"
|
104 |
+
msgstr "Nom du groupe"
|
105 |
+
|
106 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:218
|
107 |
+
msgid ""
|
108 |
+
"Optional: Enter the name of the group. Learn more about <a href=\"http://mailchimp."
|
109 |
+
"com/features/groups\" target=\"_blank\">Groups</a>"
|
110 |
+
msgstr ""
|
111 |
+
"Optionnel : Entrez le nom du groupe. Apprenez-en plus au sujet des <a href=\"http://"
|
112 |
+
"mailchimp.com/features/groups\" target=\"_blank\">Groupes</a>"
|
113 |
+
|
114 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:222
|
115 |
+
msgid "Groups"
|
116 |
+
msgstr "Groupes"
|
117 |
+
|
118 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:224
|
119 |
+
msgid ""
|
120 |
+
"Optional: Comma separated list of interest groups to which subscribers should be "
|
121 |
+
"added."
|
122 |
+
msgstr ""
|
123 |
+
"Optionnel : Liste des groupes d'intérêt auxquels ajouter les nouveaux inscrits, "
|
124 |
+
"séparés par des virgules."
|
125 |
+
|
126 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:228
|
127 |
+
msgid "Double Opt-In"
|
128 |
+
msgstr "Double validation"
|
129 |
+
|
130 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:229
|
131 |
+
msgid "Enable Double Opt-In"
|
132 |
+
msgstr "Activer la double validation"
|
133 |
+
|
134 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:231
|
135 |
+
msgid ""
|
136 |
+
"If enabled, customers will receive an email prompting them to confirm their "
|
137 |
+
"subscription to the list above."
|
138 |
+
msgstr ""
|
139 |
+
"Si activé, les clients recevront un email les incitant à confirmer leur inscription "
|
140 |
+
"à la liste ci-dessus."
|
141 |
+
|
142 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:235
|
143 |
+
msgid "Display Opt-In Field"
|
144 |
+
msgstr "Afficher le champs choix d'inscription"
|
145 |
+
|
146 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:236
|
147 |
+
msgid "Display an Opt-In Field on Checkout"
|
148 |
+
msgstr "Afficher un champs de choix d'inscription sur la page Commande (checkout)"
|
149 |
+
|
150 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:238
|
151 |
+
msgid ""
|
152 |
+
"If enabled, customers will be presented with a \"Opt-in\" checkbox during checkout "
|
153 |
+
"and will only be added to the list above if they opt-in."
|
154 |
+
msgstr ""
|
155 |
+
"Si activé, une case à cocher de choix d'inscription sera affichée aux clients "
|
156 |
+
"pendant le processus de commande. Les clients choisissant de s'inscrire seront "
|
157 |
+
"ajoutés à la liste ce-dessus s'ils cochent la case."
|
158 |
+
|
159 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:242
|
160 |
+
msgid "Opt-In Field Label"
|
161 |
+
msgstr "Label du champs \"choix d'inscription\""
|
162 |
+
|
163 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:244
|
164 |
+
msgid "Optional: customize the label displayed next to the opt-in checkbox."
|
165 |
+
msgstr "Optionnel : personnalisez le label affiché à côté de la case à cocher."
|
166 |
+
|
167 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:245
|
168 |
+
msgid "Add me to the newsletter (we will never share your email)."
|
169 |
+
msgstr "M'inscrire à la newsletter (votre email restera confidentiel)"
|
170 |
+
|
171 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:248
|
172 |
+
msgid "Opt-In Checkbox Default Status"
|
173 |
+
msgstr "Etat par défaut de la case à cocher"
|
174 |
+
|
175 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:250
|
176 |
+
msgid "The default state of the opt-in checkbox."
|
177 |
+
msgstr "L'état par défaut de la case à cocher"
|
178 |
+
|
179 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:253
|
180 |
+
msgid "Checked"
|
181 |
+
msgstr "Coché"
|
182 |
+
|
183 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:254
|
184 |
+
msgid "Unchecked"
|
185 |
+
msgstr "Non coché"
|
186 |
+
|
187 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:258
|
188 |
+
msgid "Opt-In Checkbox Display Location"
|
189 |
+
msgstr "Localisation de la case à cocher d'inscription"
|
190 |
+
|
191 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:260
|
192 |
+
msgid ""
|
193 |
+
"Where to display the opt-in checkbox on the checkout page (under Billing info or "
|
194 |
+
"Order info)."
|
195 |
+
msgstr ""
|
196 |
+
"Où afficher la case à cocher sur la page de commande (en dessous de Facturation ou "
|
197 |
+
"Récapitulatif de commande). "
|
198 |
+
|
199 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:263
|
200 |
+
msgid "Billing"
|
201 |
+
msgstr "Facturation"
|
202 |
+
|
203 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:264
|
204 |
+
msgid "Order"
|
205 |
+
msgstr "Commande"
|
206 |
+
|
207 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:378
|
208 |
+
#, php-format
|
209 |
+
msgid "Unable to load lists from MailChimp: (%s) %s. "
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:379
|
213 |
+
#, php-format
|
214 |
+
msgid "Please check your %s <a href=\"%s\">settings</a>."
|
215 |
+
msgstr ""
|
216 |
+
|
217 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:399
|
218 |
+
#, php-format
|
219 |
+
msgid "Unable to load listInterestGroupings() from MailChimp: (%s) %s"
|
220 |
+
msgstr "Impossible de charger listInterestGroupings() depuis MailChimp: (%s) %s"
|
221 |
+
|
222 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:483
|
223 |
+
#, php-format
|
224 |
+
msgid "Calling MailChimp API listSubscribe method with the following: %s"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:489
|
228 |
+
#, php-format
|
229 |
+
msgid "MailChimp API response: %s"
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:493
|
233 |
+
#, php-format
|
234 |
+
msgid "WooCommerce MailChimp subscription failed: %s (%s)"
|
235 |
+
msgstr ""
|
236 |
+
|
237 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:505
|
238 |
+
msgid "WooCommerce MailChimp subscription failed"
|
239 |
+
msgstr "L'inscription à WooCommerce MailChimp a échoué"
|
240 |
+
|
241 |
+
#: ../classes/class-ss-wc-integration-mailchimp.php:519
|
242 |
+
msgid ""
|
243 |
+
"Enter your MailChimp settings below to control how WooCommerce integrates with your "
|
244 |
+
"MailChimp lists."
|
245 |
+
msgstr ""
|
246 |
+
"Entrez vos paramètres MailChimp ci-dessous pour contrôler comment WooCommerce "
|
247 |
+
"s'intègre à vos listes MailChimp."
|
248 |
+
|
249 |
+
#: ../woocommerce-mailchimp.php:60
|
250 |
+
msgid "Settings"
|
251 |
+
msgstr "Paramètres"
|
252 |
+
|
253 |
+
#~ msgid "Unable to load lists from MailChimp: (%s) %s."
|
254 |
+
#~ msgstr "Impossible de charger les listes depuis MailChimp : (%s) %s"
|
255 |
+
|
256 |
+
#~ msgid "WooCommerce MailChimp"
|
257 |
+
#~ msgstr "WooCommerce MailChimp"
|
258 |
+
|
259 |
+
#~ msgid "http://anderly.com/woocommerce-mailchimp"
|
260 |
+
#~ msgstr "http://anderly.com/woocommerce-mailchimp"
|
261 |
+
|
262 |
+
#~ msgid "WooCommerce MailChimp provides simple MailChimp integration for WooCommerce."
|
263 |
+
#~ msgstr ""
|
264 |
+
#~ "WooCommerce MailChimp fourni une intégration simple de MailChimp dans WooCommerce."
|
265 |
+
|
266 |
+
#~ msgid "Adam Anderly"
|
267 |
+
#~ msgstr "Adam Anderly"
|
268 |
+
|
269 |
+
#~ msgid "http://anderly.com"
|
270 |
+
#~ msgstr "http://anderly.com"
|
271 |
+
|
272 |
+
#~ msgid "Email subscription failed (Mailchimp)"
|
273 |
+
#~ msgstr "Inscription de cet email échouée (MailChimp)"
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: anderly, saintsystems
|
|
3 |
Tags: woocommerce, mailchimp
|
4 |
Requires at least: 3.5.1
|
5 |
Tested up to: 4.1
|
6 |
-
Stable tag: 1.3.
|
7 |
License: GPLv3
|
8 |
|
9 |
Simple and flexible MailChimp integration for WooCommerce.
|
@@ -78,6 +78,9 @@ If you need help, have problems, want to leave feedback or want to provide const
|
|
78 |
|
79 |
== Changelog ==
|
80 |
|
|
|
|
|
|
|
81 |
= 1.3.5 =
|
82 |
* Fix for undefined variable list and array_merge issue.
|
83 |
* Change to use WC_Logger instead of error_log
|
3 |
Tags: woocommerce, mailchimp
|
4 |
Requires at least: 3.5.1
|
5 |
Tested up to: 4.1
|
6 |
+
Stable tag: 1.3.6
|
7 |
License: GPLv3
|
8 |
|
9 |
Simple and flexible MailChimp integration for WooCommerce.
|
78 |
|
79 |
== Changelog ==
|
80 |
|
81 |
+
= 1.3.6 =
|
82 |
+
* Backout of change to use WC_Logger due to fatal error
|
83 |
+
|
84 |
= 1.3.5 =
|
85 |
* Fix for undefined variable list and array_merge issue.
|
86 |
* Change to use WC_Logger instead of error_log
|
woocommerce-mailchimp.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: WooCommerce MailChimp provides simple MailChimp integration for WooCommerce.
|
6 |
* Author: Adam Anderly
|
7 |
* Author URI: http://anderly.com
|
8 |
-
* Version: 1.3.
|
9 |
* Text Domain: ss_wc_mailchimp
|
10 |
* Domain Path: languages
|
11 |
*
|
5 |
* Description: WooCommerce MailChimp provides simple MailChimp integration for WooCommerce.
|
6 |
* Author: Adam Anderly
|
7 |
* Author URI: http://anderly.com
|
8 |
+
* Version: 1.3.6
|
9 |
* Text Domain: ss_wc_mailchimp
|
10 |
* Domain Path: languages
|
11 |
*
|