MailChimp for WooCommerce - Version 2.2.1

Version Description

Download this release

Release Info

Developer ryanhungate
Plugin Icon wp plugin MailChimp for WooCommerce
Version 2.2.1
Comparing to
See all releases

Code changes from version 2.2 to 2.2.1

admin/css/mailchimp-woocommerce-admin-settings.css ADDED
@@ -0,0 +1,778 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * mc-woocommerce Settings Page
3
+ */
4
+ @import url('https://use.typekit.net/wvc2hnb.css');
5
+
6
+ @font-face {
7
+ font-family: 'Proxima Nova Alt Light';
8
+ font-style: normal;
9
+ font-weight: normal;
10
+ src: local('Proxima Nova Alt Light'), url('../fonts/Mark Simonson - Proxima Nova Alt Light.woff') format('woff');
11
+ }
12
+
13
+ .mc-woocommerce-settings {
14
+ width:90%;
15
+ margin: 4em auto 0 auto;
16
+ font-family: "proxima-nova", Arial, Helvetica, sans-serif;
17
+
18
+ }
19
+
20
+ .mc-woocommerce-settings p {
21
+ font-size: 14px;
22
+ font-family: "Proxima Nova Alt Light", Arial, Helvetica, sans-serif;
23
+ }
24
+
25
+ .mc-woocommerce-settings-subtitles {
26
+ font-family: "proxima-nova", Arial, Helvetica, sans-serif;
27
+ font-size: 22px !important;
28
+ line-height: 32px;
29
+ color: #3C3C3C;
30
+ }
31
+
32
+ .description {
33
+ font-family: proxima-nova, Arial, Helvetica, sans-serif;
34
+ font-size: 12px !important;
35
+ line-height: 16px !important;
36
+ color: #B3B3B3 !important;
37
+ }
38
+ /* .notice {
39
+ background: rgba(127, 173, 69, 0.1) !important;
40
+ mix-blend-mode: normal !important;
41
+ border: 1px solid rgba(127, 173, 69, 0.5) !important;
42
+ box-sizing: border-box !important;
43
+ border-radius: 4px !important;
44
+ }
45
+
46
+ .notice.notice-error {
47
+ background: rgba(250, 50, 50, 0.1) !important;
48
+ border: 1px solid rgba(250, 50, 50, 0.5) !important;
49
+ }
50
+
51
+ .notice.notice-info {
52
+ background: rgba(0, 160, 210, 0.1) !important;
53
+ border: 1px solid rgba(0, 160, 210, 0.5) !important;
54
+ }
55
+
56
+ .notice.notice-warning {
57
+ background: rgba(255, 185, 0, 0.1) !important;
58
+ border: 1px solid rgba(255, 185, 0, 0.5) !important;
59
+ } */
60
+
61
+
62
+ .nav-wizard-wrapper {
63
+ cursor: default;
64
+ margin-bottom: 110px !important;
65
+
66
+ }
67
+
68
+ .nav-wizard-wrapper .wizard-tab {
69
+ display: inline-block;
70
+ height: 13px;
71
+ width: 57px;
72
+ margin-right: 0.5em;
73
+ border-bottom: 3px solid #E6E6E6;
74
+ position: relative;
75
+ align-items: center;
76
+ text-align: center;
77
+ text-transform: uppercase;
78
+ }
79
+
80
+ .nav-wizard-wrapper .wizard-tab-active,
81
+ .nav-wizard-wrapper a.wizard-tab:hover {
82
+ border-bottom: 3px solid #212121;
83
+ }
84
+
85
+ .nav-wizard-wrapper .wizard-tab .wizard-tab-tooltip{
86
+ display: none;
87
+ }
88
+
89
+ .nav-wizard-wrapper .wizard-tab-active .wizard-tab-tooltip{
90
+ display: block;
91
+ }
92
+
93
+ .nav-wizard-wrapper .wizard-tab .wizard-tab-tooltip {
94
+ position: absolute;
95
+ left: 0;
96
+ top: 40px;
97
+ width: 150px;
98
+ background: white;
99
+ border-radius: 6px;
100
+ padding: 20px 30px;
101
+ font-family: proxima-nova, Arial, Helvetica, sans-serif;
102
+ font-size: 14px;
103
+ line-height: 17px;
104
+ color: #3C3C3C;
105
+ }
106
+
107
+ .nav-wizard-wrapper .wizard-tab .wizard-tab-tooltip svg{
108
+ position: absolute;
109
+ left: 13px;
110
+ top: -13px;
111
+
112
+ }
113
+
114
+ .nav-tab-wrapper {
115
+ border-bottom: 2px solid white !important;
116
+ margin-bottom: 25px !important;
117
+ }
118
+
119
+ .nav-tab-wrapper .nav-tab {
120
+ background: #F1F1F1;
121
+ border-radius: 4px 4px 0px 0px;
122
+ border: 1px solid #F1F1F1;
123
+ border-bottom: none;
124
+ font-family: proxima-nova, Arial, Helvetica, sans-serif;
125
+ font-size: 14px;
126
+ line-height: 24px;
127
+ text-align: center;
128
+ color: #212121;
129
+ padding: 20px 35px;
130
+ -webkit-transition: padding 0.1s ease-out;
131
+ -moz-transition: padding 0.1s ease-out;
132
+ -o-transition: padding 0.1s ease-out;
133
+ transition: padding 0.1s ease-out;
134
+ }
135
+
136
+ .nav-tab-wrapper .nav-tab:first-of-type {
137
+ margin-left: 0;
138
+ }
139
+
140
+ .nav-tab-wrapper .nav-tab:focus {
141
+ outline: none !important;
142
+ box-shadow: none !important;
143
+ }
144
+
145
+ .nav-tab-wrapper .nav-tab:hover:not(.nav-tab-active) {
146
+ background: #F5F5F5;
147
+ font-family: proxima-nova, Arial, Helvetica, sans-serif;
148
+ font-size: 14px;
149
+ line-height: 24px;
150
+ text-align: center;
151
+ color: #212121;
152
+ padding: 18px 35px 22px 35px;
153
+ -webkit-transition: padding 0.1s ease-out;
154
+ -moz-transition: padding 0.1s ease-out;
155
+ -o-transition: padding 0.1s ease-out;
156
+ transition: padding 0.1s ease-out;
157
+ }
158
+
159
+ .nav-tab-wrapper .nav-tab-active {
160
+ background: white;
161
+ padding: 18px 35px 22px 35px;
162
+ border-radius: 4px 4px 0px 0px;
163
+ border: 1px solid #F1F1F1;
164
+ border-bottom: none;
165
+ }
166
+
167
+ .tab-content-wrapper {
168
+ background: white;
169
+ padding: 0;
170
+ margin: 0;
171
+ -webkit-box-sizing: border-box;
172
+ -moz-box-sizing: border-box;
173
+ box-sizing: border-box;
174
+ }
175
+
176
+ .tab-content-wrapper *,
177
+ .sync-content-wrapper {
178
+ margin: 0;
179
+ padding: 0;
180
+ border: 0;
181
+ -webkit-box-sizing: border-box;
182
+ -moz-box-sizing: border-box;
183
+ box-sizing: border-box;
184
+ }
185
+
186
+ .tab-content-wrapper a {
187
+ color: #8D5C87;
188
+ text-decoration: none;
189
+ }
190
+ .tab-content-wrapper a:hover {
191
+ text-decoration: underline;
192
+ }
193
+
194
+ .tab-content-wrapper form {
195
+ margin: 0 auto;
196
+ padding: 3em;
197
+ }
198
+
199
+ .tab-content-wrapper fieldset{
200
+ background: white;
201
+ width: 100%;
202
+ }
203
+
204
+ .tab-content-wrapper fieldset .fieldset-header{
205
+ float: left;
206
+ padding-top: 3em;
207
+ width: 100%;
208
+ font-size: 18px;
209
+ }
210
+
211
+ .tab-content-wrapper p.submit {
212
+ margin-top: 0 !important;
213
+ padding-top: 0 !important;
214
+ margin-bottom: 45px !important;
215
+ font-weight: 600;
216
+ }
217
+
218
+ .tab-content-wrapper p.submit:focus {
219
+ margin-top: 10px !important;
220
+ }
221
+
222
+ .tab-content-submit,
223
+ .mc-woocommerce-resync-button,
224
+ .mc-woocommerce-copy-log-button {
225
+ font-family: proxima-nova, Arial, Helvetica, sans-serif !important;
226
+ font-size: 14px !important;
227
+ line-height: 16px !important;
228
+ padding: 15px 35px 27px 35px !important;
229
+
230
+ /* identical to box height */
231
+ text-transform: uppercase !important;
232
+ color: #FFFFFF !important;
233
+ border-radius: 100px !important;
234
+ border: none !important;
235
+
236
+ }
237
+
238
+ .oauth-description {
239
+ display: none;
240
+ }
241
+
242
+ #mailchimp-oauth-connected {
243
+ color: #7FAD45;
244
+ }
245
+
246
+ .mc-woocommerce-copy-log-button {
247
+ padding-bottom: 15px !important;
248
+ text-decoration: none;
249
+ }
250
+
251
+ .tab-content-submit {
252
+ float:right;
253
+ background: #7FAD45 !important;
254
+ box-shadow:0 1px 0 #7FAD45 !important;
255
+ text-shadow: 0 -1px 1px #7FAD45,1px 0 1px #7FAD45,0 1px 1px #7FAD45,-1px 0 1px #7FAD45 !important;
256
+ -webkit-transition: background-color 0.3s ease-out,
257
+ text-shadow 0.3s ease-out,
258
+ box-shadow 0.3s ease-out;
259
+ -moz-transition: background-color 0.3s ease-out,
260
+ text-shadow 0.3s ease-out,
261
+ box-shadow 0.3s ease-out;
262
+ -o-transition: background-color 0.3s ease-out,
263
+ text-shadow 0.3s ease-out,
264
+ box-shadow 0.3s ease-out;
265
+ transition: background-color 0.3s ease-out,
266
+ text-shadow 0.3s ease-out,
267
+ box-shadow 0.3s ease-out;
268
+ }
269
+
270
+ .disconnect-button {
271
+ width:180px;
272
+ margin: 0 0.5em !important;
273
+ }
274
+
275
+ .tab-content-submit:hover {
276
+ float:right;
277
+ background: #9EC769 !important;
278
+ box-shadow:0 1px 0 #9EC769 !important;
279
+ text-shadow: 0 -1px 1px #9EC769,1px 0 1px #9EC769,0 1px 1px #9EC769,-1px 0 1px #9EC769 !important;
280
+ -webkit-transition: background-color 0.3s ease-out,
281
+ text-shadow 0.3s ease-out,
282
+ box-shadow 0.3s ease-out;
283
+ -moz-transition: background-color 0.3s ease-out,
284
+ text-shadow 0.3s ease-out,
285
+ box-shadow 0.3s ease-out;
286
+ -o-transition: background-color 0.3s ease-out,
287
+ text-shadow 0.3s ease-out,
288
+ box-shadow 0.3s ease-out;
289
+ transition: background-color 0.3s ease-out,
290
+ text-shadow 0.3s ease-out,
291
+ box-shadow 0.3s ease-out;
292
+ text-decoration: none !important;
293
+ }
294
+
295
+ .mc-woocommerce-resync-button,
296
+ .mc-woocommerce-copy-log-button {
297
+ color: #3C3C3C !important;
298
+ background: #E6E6E6 !important;
299
+ box-shadow:0 1px 0 #E6E6E6 !important;
300
+ text-shadow: 0 -1px 1px #E6E6E6,1px 0 1px #E6E6E6,0 1px 1px #E6E6E6,-1px 0 1px #E6E6E6 !important;
301
+ -webkit-transition: background-color 0.3s ease-out,
302
+ text-shadow 0.3s ease-out,
303
+ box-shadow 0.3s ease-out;
304
+ -moz-transition: background-color 0.3s ease-out,
305
+ text-shadow 0.3s ease-out,
306
+ box-shadow 0.3s ease-out;
307
+ -o-transition: background-color 0.3s ease-out,
308
+ text-shadow 0.3s ease-out,
309
+ box-shadow 0.3s ease-out;
310
+ transition: background-color 0.3s ease-out,
311
+ text-shadow 0.3s ease-out,
312
+ box-shadow 0.3s ease-out;
313
+
314
+ }
315
+
316
+ .mc-woocommerce-resync-button:hover,
317
+ .mc-woocommerce-copy-log-button:hover {
318
+ color: #3C3C3C !important;
319
+ background: #DADADA !important;
320
+ box-shadow:0 1px 0 #DADADA !important;
321
+ text-shadow: 0 -1px 1px #DADADA,1px 0 1px #DADADA,0 1px 1px #DADADA,-1px 0 1px #DADADA !important;
322
+ -webkit-transition: background-color 0.3s ease-out,
323
+ text-shadow 0.3s ease-out,
324
+ box-shadow 0.3s ease-out;
325
+ -moz-transition: background-color 0.3s ease-out,
326
+ text-shadow 0.3s ease-out,
327
+ box-shadow 0.3s ease-out;
328
+ -o-transition: background-color 0.3s ease-out,
329
+ text-shadow 0.3s ease-out,
330
+ box-shadow 0.3s ease-out;
331
+ transition: background-color 0.3s ease-out,
332
+ text-shadow 0.3s ease-out,
333
+ box-shadow 0.3s ease-out;
334
+ }
335
+
336
+ .tab-content-submit:focus,.tab-content-submit:hover{
337
+ background: rgb(149, 189, 101);
338
+ border-color: rgb(149, 189, 101);
339
+ color:#fff;
340
+ box-shadow:0 1px 0 rgb(149, 189, 101);
341
+ }
342
+
343
+ .tab-content-wrapper label {
344
+ display: block;
345
+ font-family: proxima-nova, Arial, Helvetica, sans-serif;
346
+ font-size: 14px;
347
+ font-weight: 600 !important;
348
+ line-height: 30px;
349
+ width: 100%;
350
+ color: #3C3C3C;
351
+ }
352
+
353
+ .tab-content-wrapper h4 {
354
+ margin-top: 0;
355
+ }
356
+
357
+ .sync-content-wrapper {
358
+ display: table;
359
+ width: 100%;
360
+ }
361
+
362
+ .sync-content-wrapper .sync-stats-wrapper {
363
+ position:relative;
364
+ background-color: white;
365
+ padding: 4px 2em 0 2em;
366
+ margin-right: 2em;
367
+ -webkit-border-radius: 4px;
368
+ -moz-border-radius: 4px;
369
+ border-radius: 4px;
370
+ }
371
+
372
+ .sync-content-wrapper .sync-stats-card {
373
+ width: 100%;
374
+ border-bottom: 1px solid #E6E6E6;
375
+ padding: 2em 0;
376
+ min-height: 20px;
377
+ }
378
+
379
+ .sync-content-wrapper .sync-stats-card:last-child {
380
+ border-bottom: none;
381
+ }
382
+
383
+ .sync-content-wrapper .sync-stats-card .sync-stats-card-content{
384
+ position:relative;
385
+ }
386
+
387
+ .sync-content-wrapper .sync-stats-card span.card_label,
388
+ .sync-content-wrapper .sync-stats-card span.card_label{
389
+ padding-left: 0.7em;
390
+ font-family: proxima-nova, Arial, Helvetica, sans-serif;
391
+ font-size: 14px;
392
+ line-height: 14px;
393
+ }
394
+
395
+ .sync-content-wrapper .sync-stats-card span.card_count,
396
+ .sync-content-wrapper .sync-stats-card span.card_count{
397
+ font-family: proxima-nova, Arial, Helvetica, sans-serif;
398
+ font-size: 22px;
399
+ line-height: 22px;
400
+ position: absolute;
401
+ right: 1em;
402
+ margin: 0;
403
+ }
404
+
405
+
406
+ .sync-content-wrapper .sync-stats-card .card_count_label {
407
+ position: absolute;
408
+ top: -1.3em;
409
+ right: 0;
410
+ color: #E6E6E6;
411
+ }
412
+
413
+ .sync-content-wrapper .sync-stats-card .sync-loader {
414
+ font-family: proxima-nova, Arial, Helvetica, sans-serif;
415
+ font-size: 22px;
416
+ line-height: 22px;
417
+ position: absolute;
418
+ right: 1em;
419
+ margin: 8px 0px;
420
+ visibility: hidden;
421
+ }
422
+
423
+ .progress-bar-wrapper {
424
+ position: absolute;
425
+ top: 0.6em;
426
+ right: 1.8em;
427
+ background: #F7F7F7;
428
+ width: 50%;
429
+ height: 3px;
430
+ display: none;
431
+ }
432
+
433
+ .progress-bar {
434
+ background: #8D5C87;
435
+ width: 0%;
436
+ height: 3px;
437
+ }
438
+
439
+ .sync-content-wrapper .sync-controls-wrapper {
440
+ background-color: #E6E6E6;
441
+ -webkit-border-radius: 4px;
442
+ -moz-border-radius: 4px;
443
+ border-radius: 4px;
444
+ display: table-cell;
445
+ width: 60%;
446
+ font-family: proxima-nova, Arial, Helvetica, sans-serif;
447
+ font-size: 14px ;
448
+ line-height: 14px;
449
+ }
450
+
451
+ .sync-content-wrapper .sync-controls {
452
+ padding: 1em 1em 1em 3em;
453
+ font-size: 14px;
454
+ line-height: 14px;
455
+ }
456
+
457
+ .sync-content-wrapper .sync-controls .mc-woocommerce-last-sync{
458
+ margin-top: 14em;
459
+ }
460
+
461
+ .sync-content-wrapper .mc-woocommerce-disconnect-button,
462
+ .mc-woocommerce-delete-log-button {
463
+ cursor: pointer;
464
+ padding-top: 1em;
465
+ font-family: proxima-nova, Arial, Helvetica, sans-serif;
466
+ font-size: 14px;
467
+ line-height: 17px;
468
+ font-weight: 600;
469
+ display: flex;
470
+ align-items: center;
471
+ text-transform: uppercase;
472
+ text-decoration: none;
473
+ color: #3C3C3C;
474
+ border: none;
475
+ border-radius: 100px;
476
+ padding: 1em 2em 1em 1em;
477
+ background: #E6E6E6;
478
+ -webkit-transition: background-color 0.3s ease-out;
479
+ -moz-transition: background-color 0.3s ease-out;
480
+ -o-transition: background-color 0.3s ease-out;
481
+ transition: background-color 0.3s ease-out;
482
+
483
+ }
484
+ .sync-content-wrapper .mc-woocommerce-disconnect-button {
485
+ float: right;
486
+ }
487
+
488
+ .mc-woocommerce-delete-log-button {
489
+ float: right;
490
+ background: white;
491
+ }
492
+ .sync-content-wrapper .mc-woocommerce-disconnect-button:hover,
493
+ .mc-woocommerce-delete-log-button:hover {
494
+ color: #3C3C3C;
495
+ background-color: #DADADA;
496
+ -webkit-transition: background-color 0.3s ease-out;
497
+ -moz-transition: background-color 0.3s ease-out;
498
+ -o-transition: background-color 0.3s ease-out;
499
+ transition: background-color 0.3s ease-out;
500
+ }
501
+
502
+ .sync-content-wrapper .mc-woocommerce-disconnect-button svg,
503
+ .mc-woocommerce-delete-log-button svg {
504
+ margin-right: 2em;
505
+ }
506
+
507
+
508
+ .tab-content-wrapper .box {
509
+ padding: 0.5rem 1rem;
510
+ margin: 0;
511
+ clear:both;
512
+ }
513
+
514
+ .tab-content-wrapper .box.box-half,
515
+ .sync-content-wrapper .box.box-half {
516
+ float: left;
517
+ clear: none;
518
+ width: 50%;
519
+
520
+ }
521
+
522
+ .sync-content-wrapper .box.box-half {
523
+ height: 100%;
524
+ }
525
+
526
+ .tab-content-wrapper .box.box-half.margin-large {
527
+ margin-top: 3em;
528
+ }
529
+
530
+ .tab-content-wrapper .box.box-third {
531
+ float: left;
532
+ clear:none;
533
+ width: 33%;
534
+ }
535
+
536
+ .tab-content-wrapper fieldset label {
537
+ font-weight: 500;
538
+ }
539
+
540
+ .tab-content-wrapper fieldset label p{
541
+ font-weight: 400;
542
+ }
543
+
544
+ .tab-content-wrapper fieldset input[type="text"],
545
+ .tab-content-wrapper fieldset input[type="password"],
546
+ .tab-content-wrapper fieldset input[type="email"],
547
+ .tab-content-wrapper fieldset textarea {
548
+ border: 1px solid #E6E6E6;
549
+ box-sizing: border-box;
550
+ border-radius: 4px;
551
+ padding: 1em 1.5em;
552
+ width: 100%;
553
+ font-family: "Proxima Nova Alt Light", Arial, Helvetica, sans-serif
554
+
555
+ }
556
+
557
+ .tab-content-wrapper .mailchimp-select-wrapper {
558
+ border: 1px solid #E6E6E6;
559
+ padding: 9px 20px 8px 20px;
560
+ -webkit-border-radius: 4px;
561
+ -moz-border-radius: 4px;
562
+ border-radius: 4px;
563
+ box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
564
+ }
565
+
566
+ .tab-content-wrapper .mailchimp-select-wrapper select {
567
+ padding: 0;
568
+ background: transparent;
569
+ font-size: 14px;
570
+ font-family: "Proxima Nova Alt Light", Arial, Helvetica, sans-serif;
571
+ border: none;
572
+ -webkit-appearance: none;
573
+ box-shadow: none;
574
+ outline: none;
575
+ width: 100%;
576
+ background: no-repeat right center url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.34 0.590027L6.75 5.17003L2.16 0.590027L0.75 2.00003L6.75 8.00003L12.75 2.00003L11.34 0.590027Z' fill='%23212121'/%3e%3c/svg%3e ");
577
+ }
578
+
579
+ .tab-content-wrapper .mailchimp-select-wrapper select:disabled {
580
+ color: #aaa;
581
+ background: none;
582
+ }
583
+
584
+ .tab-content-wrapper fieldset select:focus {
585
+ outline: none;
586
+ }
587
+
588
+ .tab-content-wrapper fieldset input[type='checkbox'] {
589
+ width: 2em;
590
+ height: 2em;
591
+ border-radius: 4px;
592
+ border: 1px solid #E6E6E6;
593
+ }
594
+ .tab-content-wrapper fieldset input[type='checkbox']:checked::before {
595
+ color: #7FAD45;
596
+ margin: -3px 0px 0px 5px;
597
+ content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.75 0.5L12.25 2L5.26 9L0.75 4.5L2.25 3L5.26 6L10.75 0.5Z' fill='%237FAD45'/%3e%3c/svg%3e ");
598
+
599
+ }
600
+
601
+
602
+ .tab-content-wrapper fieldset input[type='radio'] {
603
+ width: 2em;
604
+ height: 2em;
605
+ border: 1px solid #E6E6E6;
606
+ margin-right: 10px;
607
+ }
608
+
609
+ .tab-content-wrapper fieldset input[type='radio']:checked::before {
610
+ background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.75 0.5L12.25 2L5.26 9L0.75 4.5L2.25 3L5.26 6L10.75 0.5Z' fill='%237FAD45'/%3e%3c/svg%3e ");
611
+ background-repeat: none;
612
+ width: 13px;
613
+ height: 9px;
614
+ margin: 8px 0 0 7px;
615
+ }
616
+
617
+ .tab-content-wrapper fieldset .radio-label {
618
+ margin-bottom: 10px;
619
+ }
620
+
621
+ .tab-content-wrapper fieldset textarea {
622
+ border: 1px solid #E6E6E6;
623
+ box-sizing: border-box;
624
+ border-radius: 4px;
625
+ padding: 15px 20px;
626
+ width: 100%;
627
+
628
+ }
629
+
630
+ .tab-content-wrapper .optional-settings-button {
631
+ margin-top: 3em;
632
+ font-weight: 600;
633
+ }
634
+
635
+ .tab-content-wrapper .optional-settings-button:hover span {
636
+ color: #628735;
637
+ }
638
+ .tab-content-wrapper .optional-settings-button span {
639
+ text-transform: uppercase;
640
+ color: #7FAD45 ;
641
+ padding-left: 2em;
642
+ background: no-repeat left center url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.34 0.590027L6.75 5.17003L2.16 0.590027L0.75 2.00003L6.75 8.00003L12.75 2.00003L11.34 0.590027Z' fill='%23212121'/%3e%3c/svg%3e ");
643
+ font-size: 14px;
644
+ cursor: pointer;
645
+ }
646
+
647
+ .tab-content-wrapper .optional-settings-button span.active {
648
+ background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.16 7.40997L6.75 2.82997L11.34 7.40997L12.75 5.99997L6.75 -2.61783e-05L0.75 5.99997L2.16 7.40997Z' fill='%23212121'/%3e%3c/svg%3e ");
649
+ }
650
+
651
+ .tab-content-wrapper .optional-settings-content {
652
+ display: none;
653
+ }
654
+
655
+ /* Old styles from tabs.php */
656
+
657
+ #sync-status-message strong {
658
+ font-weight:inherit;
659
+ }
660
+
661
+ .view-log-select {
662
+ width: 80%;
663
+ display: inline-block;
664
+ }
665
+
666
+ .view-log-submit {
667
+ width: 15%;
668
+ display: inline-block;
669
+ }
670
+
671
+ #log-viewer {
672
+ background: #fff;
673
+ border: 1px solid #e5e5e5;
674
+ box-shadow: 0 1px 1px rgba(0,0,0,.04);
675
+ padding: 15px 20px;
676
+ }
677
+
678
+ #log-viewer pre {
679
+ font-family: monospace;
680
+ white-space: pre-wrap;
681
+ }
682
+
683
+
684
+ @media screen and (max-width: 782px) {
685
+ .tab-content-submit,
686
+ .mc-woocommerce-resync-button,
687
+ .mc-woocommerce-copy-log-button,
688
+ .mc-woocommerce-delete-log-button {
689
+ padding: 15px 35px 15px 35px !important;
690
+ }
691
+
692
+ .mc-woocommerce-copy-log-button,
693
+ .mc-woocommerce-delete-log-button {
694
+ width: 100%;
695
+ padding: 15px 35px 15px 35px !important;
696
+ text-align: center;
697
+ }
698
+
699
+ .tab-content-wrapper form{
700
+ padding: 1em;
701
+ }
702
+
703
+ .tab-content-wrapper .box.box-half,
704
+ .tab-content-wrapper .box.box-third {
705
+ width: 100%;
706
+ }
707
+
708
+ .sync-content-wrapper .sync-stats-wrapper {
709
+ display: block;
710
+ width: 90%;
711
+ position:relative;
712
+ margin-bottom: 2em;
713
+ }
714
+
715
+ .sync-content-wrapper .sync-stats-content-wrapper {
716
+ margin-right: 0;
717
+ width: 100%;
718
+ margin: 0;
719
+ }
720
+
721
+ .sync-content-wrapper .sync-stats-wrapper .sync-stats-card-content{
722
+ margin-right: 0;
723
+ margin-bottom: 0;
724
+ }
725
+
726
+ .sync-content-wrapper .sync-controls-wrapper {
727
+ display: block;
728
+ width: 100%;
729
+ position:relative;
730
+ }
731
+
732
+ .sync-content-wrapper .sync-controls .mc-woocommerce-last-sync{
733
+ margin-top: 3em;
734
+ }
735
+
736
+
737
+ .sync-content-wrapper .sync-controls .spinner {
738
+ margin: -3px 10px 0 5px;
739
+ }
740
+
741
+ .view-log-select,
742
+ .view-log-submit {
743
+ width: 100%;
744
+ display: block;
745
+ margin-bottom: 1em;
746
+ }
747
+
748
+ }
749
+
750
+
751
+ @media screen and (max-width: 482px) {
752
+ .nav-tab-wrapper {
753
+ border-bottom: none !important;
754
+ }
755
+ .nav-tab {
756
+ width: 100%;
757
+ padding: 2em 0 !important;
758
+ margin-left: 0;
759
+ border: none;
760
+ border-bottom: 1px solid white !important;
761
+ -webkit-border-radius: 0 !important;
762
+ -moz-border-radius: 0 !important;
763
+ border-radius: 0 !important;
764
+ }
765
+
766
+ .nav-tab:last-child {
767
+ border: none;
768
+ }
769
+
770
+ .nav-tab.nav-tab-active {
771
+ border: 1px solid white !important;
772
+ }
773
+ .disconnect-button {
774
+ margin: 0.5em 0em !important;
775
+ }
776
+ }
777
+
778
+
admin/fonts/Mark Simonson - Proxima Nova Alt Light.woff ADDED
Binary file
admin/partials/tabs/images/3dotpurple.gif ADDED
Binary file
includes/vendor/queue/classes/worker/wp-http-worker.php DELETED
@@ -1,346 +0,0 @@
1
- <?php
2
-
3
- if ( ! class_exists( 'WP_Http_Worker' ) ) {
4
- class WP_Http_Worker extends WP_Worker {
5
-
6
- /**
7
- * Has the worker been dispatched in this request?
8
- *
9
- * @var bool
10
- */
11
- protected $dispatched = false;
12
-
13
- /**
14
- * Timestamp of when this worker started processing the queue.
15
- *
16
- * @var int
17
- */
18
- protected $start_time;
19
-
20
- /**
21
- * WP_Http_Worker constructor
22
- *
23
- * @param WP_Queue $queue
24
- */
25
- public function __construct( $queue ) {
26
- parent::__construct( $queue );
27
-
28
- // Cron health check
29
- add_action( 'http_worker_cron', array( $this, 'handle_cron' ) );
30
- add_filter( 'cron_schedules', array( $this, 'schedule_cron' ) );
31
-
32
- $this->maybe_schedule_cron();
33
-
34
- // Dispatch handlers
35
- add_action( 'wp_ajax_http_worker', array( $this, 'maybe_handle' ) );
36
- add_action( 'wp_ajax_nopriv_http_worker', array( $this, 'maybe_handle' ) );
37
-
38
- // Dispatch listener
39
- add_action( 'wp_queue_job_pushed', array( $this, 'maybe_dispatch_worker' ) );
40
-
41
- if (isset($_REQUEST['action']) && $_REQUEST['action'] === 'http_worker' && check_ajax_referer( 'http_worker', 'nonce', false)) {
42
- add_action('init', array($this, 'handle'));
43
- }
44
- }
45
-
46
- /**
47
- * Maybe handle
48
- *
49
- * Process the queue if no other HTTP worker is running and
50
- * the current worker is within server memory and time limit constraints.
51
- * Automatically dispatch another worker and kill the current process if
52
- * jobs remain in the queue and server limits reached.
53
- */
54
- public function maybe_handle() {
55
-
56
- check_ajax_referer( 'http_worker', 'nonce' );
57
-
58
- $this->handle();
59
- }
60
-
61
- /**
62
- *
63
- */
64
- public function handle()
65
- {
66
- // if we have the queue runner disabled, process 1 and exit.
67
- if (mailchimp_queue_is_disabled()) {
68
- $this->process_next_job();
69
- wp_die();
70
- }
71
-
72
- // Worker already running, die
73
- if ( $this->is_worker_running() ) {
74
- wp_die();
75
- }
76
-
77
- // Lock worker to prevent multiple instances spawning
78
- $this->lock_worker();
79
-
80
- $processed_something = false;
81
-
82
- // Loop over jobs while within server limits
83
- while ( ! $this->time_exceeded() && ! $this->memory_exceeded() ) {
84
- if ( $this->should_run() ) {
85
- $this->process_next_job();
86
- $processed_something = true;
87
- } else {
88
- break;
89
- }
90
- }
91
-
92
- // Unlock worker to allow another instance to be spawned
93
- $this->unlock_worker();
94
-
95
- $available_jobs = $this->queue->available_jobs();
96
-
97
- if (!$processed_something && $available_jobs) {
98
- mailchimp_debug('queue_tracer', "HTTPWorker@handle", array(
99
- 'jobs' => $available_jobs,
100
- 'time_exceeded' => $this->time_exceeded(),
101
- 'memory_exceeded' => $this->memory_exceeded(),
102
- 'memory_limit' => $this->get_memory_limit(),
103
- 'memory_usage' => memory_get_usage(true),
104
- 'ini_memory' => ini_get('memory_limit'),
105
- 'php_version' => phpversion(),
106
- ));
107
- wp_die();
108
- }
109
-
110
- if ($available_jobs) {
111
- // Job queue not empty, dispatch async worker request
112
- $this->dispatch();
113
- }
114
-
115
- wp_die();
116
- }
117
-
118
- /**
119
- * Memory exceeded
120
- *
121
- * Ensures the worker process never exceeds 80%
122
- * of the maximum allowed PHP memory.
123
- *
124
- * @return bool
125
- */
126
- protected function memory_exceeded() {
127
- $memory_limit = $this->get_memory_limit() * 0.8; // 80% of max memory
128
- $current_memory = memory_get_usage( true );
129
- $return = false;
130
-
131
- if ( $current_memory >= $memory_limit ) {
132
- $return = true;
133
- }
134
-
135
- return apply_filters( 'http_worker_memory_exceeded', $return );
136
- }
137
-
138
- /**
139
- * Get memory limit
140
- *
141
- * @return int
142
- */
143
- protected function get_memory_limit() {
144
- if ( function_exists( 'ini_get' ) ) {
145
- $memory_limit = ini_get( 'memory_limit' );
146
- } else {
147
- // Sensible default
148
- $memory_limit = '128M';
149
- }
150
-
151
- if ( ! $memory_limit || -1 == $memory_limit ) {
152
- // Unlimited, set to 32GB
153
- $memory_limit = '32000M';
154
- }
155
-
156
- return (int) preg_replace_callback('/(\-?\d+)(.?)/', function ($m) {
157
- return $m[1] * pow(1024, strpos('BKMG', $m[2]));
158
- }, strtoupper($memory_limit));
159
- }
160
-
161
- /**
162
- * Time exceeded
163
- *
164
- * Ensures the worker never exceeds a sensible time limit (20s by default).
165
- * A timeout limit of 30s is common on shared hosting.
166
- *
167
- * @return bool
168
- */
169
- protected function time_exceeded() {
170
- $finish = $this->start_time + apply_filters( 'http_worker_default_time_limit', 20 ); // 20 seconds
171
- $return = false;
172
-
173
- if ( time() >= $finish ) {
174
- $return = true;
175
- }
176
-
177
- return apply_filters( 'http_worker_time_exceeded', $return );
178
- }
179
-
180
- /**
181
- * Maybe dispatch worker
182
- *
183
- * Dispatch a worker process if we haven't already in this request
184
- * and no other HTTP workers are running.
185
- *
186
- * @param WP_Job $job
187
- */
188
- public function maybe_dispatch_worker( $job ) {
189
- if ( $this->is_worker_running() ) {
190
- // HTTP worker already running, return
191
- return;
192
- }
193
-
194
- // Dispatch async worker request
195
- $this->dispatch();
196
- }
197
-
198
- /**
199
- * Is worker running
200
- *
201
- * Check if another instance of the HTTP worker is running.
202
- *
203
- * @return bool
204
- */
205
- protected function is_worker_running() {
206
- if ( get_site_transient( 'http_worker_lock' ) ) {
207
- // Process already running
208
- return true;
209
- }
210
-
211
- return false;
212
- }
213
-
214
- /**
215
- * Lock worker
216
- *
217
- * Lock the HTTP worker to prevent multiple instances running.
218
- */
219
- protected function lock_worker() {
220
- $this->start_time = time(); // Set start time of current worker
221
-
222
- $lock_duration = apply_filters( 'http_worker_lock_time', 60 ); // 60 seconds
223
-
224
- set_site_transient( 'http_worker_lock', microtime(), $lock_duration );
225
- }
226
-
227
- /**
228
- * Unlock worker
229
- *
230
- * Unlock the HTTP worker to allow other instances to be spawned.
231
- */
232
- protected function unlock_worker() {
233
- delete_site_transient( 'http_worker_lock' );
234
- }
235
-
236
- /**
237
- * Dispatch
238
- *
239
- * Fire off a non-blocking async request if we haven't already
240
- * in this request.
241
- */
242
- protected function dispatch() {
243
- if ( $this->is_http_worker_disabled() ) {
244
- return;
245
- }
246
-
247
- if ( ! $this->dispatched ) {
248
- $this->async_request();
249
- }
250
-
251
- $this->dispatched = true;
252
- }
253
-
254
- /**
255
- * Is HTTP worker disabled
256
- *
257
- * @return bool
258
- */
259
- protected function is_http_worker_disabled() {
260
- if ( ! defined( 'DISABLE_WP_HTTP_WORKER' ) || true !== DISABLE_WP_HTTP_WORKER ) {
261
- return false;
262
- }
263
-
264
- return true;
265
- }
266
-
267
- /**
268
- * Async request
269
- *
270
- * Fire off a non-blocking request to admin-ajax.php.
271
- *
272
- * @return array|WP_Error
273
- */
274
- protected function async_request() {
275
- $action = 'http_worker';
276
-
277
- $query_args = apply_filters( 'http_worker_query_args', array(
278
- 'action' => $action,
279
- 'nonce' => wp_create_nonce( $action ),
280
- ));
281
-
282
- $query_url = apply_filters( 'http_worker_query_url', admin_url( 'admin-ajax.php' ) );
283
-
284
- $post_args = apply_filters( 'http_worker_post_args', array(
285
- 'timeout' => 0.01,
286
- 'blocking' => false,
287
- 'cookies' => $_COOKIE,
288
- 'sslverify' => apply_filters( 'https_local_ssl_verify', false ),
289
- ) );
290
-
291
- $url = add_query_arg( $query_args, $query_url );
292
-
293
- return wp_remote_post( esc_url_raw( $url ), $post_args );
294
- }
295
-
296
- /**
297
- * @return bool
298
- */
299
- public function handle_cron() {
300
-
301
- if ($this->is_worker_running()) {
302
- wp_die();
303
- }
304
-
305
- if ($this->queue->available_jobs()) {
306
- $this->dispatch();
307
- return true;
308
- }
309
-
310
- return false;
311
- }
312
-
313
- /**
314
- * Cron schedules
315
- *
316
- * @param $schedules
317
- *
318
- * @return mixed
319
- */
320
- public function schedule_cron( $schedules ) {
321
- $interval = apply_filters( 'http_worker_cron_interval', 3 );
322
-
323
- // Adds every 3 minutes to the existing schedules.
324
- $schedules[ 'http_worker_cron_interval' ] = array(
325
- 'interval' => MINUTE_IN_SECONDS * $interval,
326
- 'display' => sprintf( __( 'Every %d Minutes' ), $interval ),
327
- );
328
-
329
- return $schedules;
330
- }
331
-
332
- /**
333
- * Maybe schedule cron
334
- *
335
- * Schedule health check cron if not disabled. Remove schedule if
336
- * disabled and already scheduled.
337
- */
338
- public function maybe_schedule_cron() {
339
- if ( !$this->is_http_worker_disabled() && ! wp_next_scheduled( 'http_worker_cron' )) {
340
- // Schedule health check
341
- wp_schedule_event( time(), 'http_worker_cron_interval', 'http_worker_cron' );
342
- }
343
- }
344
-
345
- }
346
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/mailchimp-woocommerce.pot DELETED
File without changes
languages/mc-woocommerce-pt_BR.mo ADDED
Binary file
languages/mc-woocommerce-pt_BR.po ADDED
@@ -0,0 +1,904 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mc-woocommerce\n"
5
+ "POT-Creation-Date: 2019-08-19T19:53:56+00:00\n"
6
+ "PO-Revision-Date: 2019-08-19 22:03+0200\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "Language: pt_BR\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.0.7\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
+
17
+ #. Plugin Name of the plugin
18
+ msgid "Mailchimp for WooCommerce"
19
+ msgstr "Mailchimp para Woocommerce"
20
+
21
+ #. Plugin URI of the plugin
22
+ msgid "https://mailchimp.com/connect-your-store/"
23
+ msgstr ""
24
+
25
+ #. Description of the plugin
26
+ msgid ""
27
+ "Connects WooCommerce to Mailchimp to sync your store data, send targeted "
28
+ "campaigns to your customers, and sell more stuff."
29
+ msgstr ""
30
+ "Conecta o Woocommerce ao Mailchimp para sincronizar sua Loja, enviar "
31
+ "campanhas segmentadas para seus clientes, e vender mais."
32
+
33
+ #. Author of the plugin
34
+ msgid "Mailchimp"
35
+ msgstr "Mailchimp"
36
+
37
+ #. Author URI of the plugin
38
+ msgid "https://mailchimp.com"
39
+ msgstr ""
40
+
41
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:179
42
+ msgid "Please select an option"
43
+ msgstr "Por favor selecione uma opção"
44
+
45
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:182
46
+ msgid "Sending Feedback"
47
+ msgstr "Enviando Feedback"
48
+
49
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:327
50
+ msgid "I want to change the audience associated with this integration."
51
+ msgstr "Gostaria de trocar a audiência associada a esta integração."
52
+
53
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:331
54
+ msgid "I want to change the site or store connected through this integration."
55
+ msgstr "Gostaria de trocar o Site ou Loja conectado a esta integração."
56
+
57
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:335
58
+ msgid "The order data isn't syncing."
59
+ msgstr "Os dados de Pedidos não estão sincronizando."
60
+
61
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:339
62
+ msgid "The promo codes aren't showing up."
63
+ msgstr "Os Cupons não estão sincronizando."
64
+
65
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:343
66
+ msgid "I'm trying to troubleshoot the integration."
67
+ msgstr "Estou tentando resolver um problema com a integração."
68
+
69
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:347
70
+ msgid "I was instructed to disconnect by Mailchimp Support."
71
+ msgstr "Fui instruído pelo suporte do Mailchimp a desconectar."
72
+
73
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:351
74
+ msgid "I no longer use this integration."
75
+ msgstr "Não utilizo mais esta integração."
76
+
77
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:355
78
+ msgid "It's a temporary deactivation."
79
+ msgstr "É uma desativação temporária."
80
+
81
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:359
82
+ msgid "Other"
83
+ msgstr "Outros"
84
+
85
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:361
86
+ msgid "Please share the reason"
87
+ msgstr "Por favor, compartilhe o motivo"
88
+
89
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:370
90
+ msgid "Quick Feedback"
91
+ msgstr "Feedback rápido"
92
+
93
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:371
94
+ msgid "Close"
95
+ msgstr "Fechar"
96
+
97
+ #. translators: %s - plugin name.
98
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:378
99
+ msgid "If you have a moment, please share why you are deactivating %s:"
100
+ msgstr ""
101
+ "Se você tiver um momento, por favor nos diga porque você está desativando %s:"
102
+
103
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:379
104
+ msgid "Mailchimp for Woocommerce"
105
+ msgstr "Mailchimp para Woocommerce"
106
+
107
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:398
108
+ msgid "Submit & Deactivate"
109
+ msgstr "Enviar e Desativar"
110
+
111
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:399
112
+ msgid "Skip & Deactivate"
113
+ msgstr "Pular e Desativar"
114
+
115
+ #. translators: %s - Mailchimp Privacy Policy URL.
116
+ #: includes/class-mailchimp-woocommerce-privacy.php:12
117
+ msgid ""
118
+ "When shopping, we keep a record of your email and the cart contents for up "
119
+ "to 30 days on our server. This record is kept to repopulate the contents of "
120
+ "your cart if you switch devices or needed to come back another day. Read our "
121
+ "privacy policy <a href=\"%s\">here</a>."
122
+ msgstr ""
123
+ "Quando em compras, nós mantemos seu email e o conteúdo do carrinho de "
124
+ "compras por até 30 dias em nossos servidores. Este registro é armazenado "
125
+ "para popular o conteúdo do seu carrinho de compras se você trocar de "
126
+ "dispositivo ou precisa voltar em um outro dia. Leia nossa Política de "
127
+ "Privacidade <a href=“%s”>aqui</a>."
128
+
129
+ #: includes/class-mailchimp-woocommerce-privacy.php:27
130
+ #: includes/class-mailchimp-woocommerce-privacy.php:40
131
+ msgid "MailChimp for WooCommerce"
132
+ msgstr "Mailchimp para Woocommerce"
133
+
134
+ #: includes/class-mailchimp-woocommerce-privacy.php:65
135
+ msgid "Email Address"
136
+ msgstr "Email"
137
+
138
+ #: includes/class-mailchimp-woocommerce-privacy.php:78
139
+ msgid "MailChimp Shopping Cart Data"
140
+ msgstr "Dados de carrinho de compras do Mailchimp"
141
+
142
+ #: includes/class-mailchimp-woocommerce-privacy.php:82
143
+ msgid "User ID"
144
+ msgstr "ID do Usuário"
145
+
146
+ #: includes/class-mailchimp-woocommerce-newsletter.php:43
147
+ #: admin/class-mailchimp-woocommerce-admin.php:691
148
+ #: admin/partials/tabs/newsletter_settings.php:98
149
+ msgid "Subscribe to our newsletter"
150
+ msgstr "Inscreva-se em nossa newsletter"
151
+
152
+ #: includes/class-mailchimp-woocommerce-rest-api.php:293
153
+ #: admin/partials/tabs/store_sync.php:169
154
+ msgid "D, M j, Y g:i A"
155
+ msgstr "l, d\\/m\\/Y H:i"
156
+
157
+ #: admin/class-mailchimp-woocommerce-admin.php:117
158
+ msgid "Mailchimp - WooCommerce Setup"
159
+ msgstr "Mailchimp para Woocommerce"
160
+
161
+ #: admin/class-mailchimp-woocommerce-admin.php:156
162
+ msgid "Settings"
163
+ msgstr "Configurações"
164
+
165
+ #: admin/class-mailchimp-woocommerce-admin.php:335
166
+ msgid "Store Disconnected"
167
+ msgstr "Lista desconectada:"
168
+
169
+ #: admin/class-mailchimp-woocommerce-admin.php:339
170
+ msgid "Store Disconnect Failed"
171
+ msgstr "Falha ao desconectar da Loja"
172
+
173
+ #: admin/class-mailchimp-woocommerce-admin.php:611
174
+ msgid ""
175
+ "As part of the Mailchimp Terms of Use, we require a contact email and a "
176
+ "physical mailing address."
177
+ msgstr ""
178
+ "Como parte dos Termos de Uso do Mailchimp, são mandatórios um email de "
179
+ "contato e um endereço físico de correspondência."
180
+
181
+ #: admin/class-mailchimp-woocommerce-admin.php:619
182
+ msgid ""
183
+ "As part of the Mailchimp Terms of Use, we require a valid phone number for "
184
+ "your store."
185
+ msgstr ""
186
+ "Como parte dos Termos de Uso do Mailchimp, é mandatório um número de "
187
+ "telefone válido para sua Loja."
188
+
189
+ #: admin/class-mailchimp-woocommerce-admin.php:627
190
+ msgid "Mailchimp for WooCommerce requires a Store Name to connect your store."
191
+ msgstr ""
192
+ "Mailchimp para Woocommerce requer um Nome de Loja para conectar sua Loja."
193
+
194
+ #. translators: %s - plugin name.
195
+ #: admin/class-mailchimp-woocommerce-admin.php:645
196
+ #: admin/partials/tabs/campaign_defaults.php:68
197
+ msgid "You were subscribed to the newsletter from %s"
198
+ msgstr "Você foi inscrito na newsletter de %s"
199
+
200
+ #: admin/class-mailchimp-woocommerce-admin.php:650
201
+ msgid "One or more fields were not updated"
202
+ msgstr "Um ou mais campos não foram atualizados"
203
+
204
+ #: admin/class-mailchimp-woocommerce-admin.php:800
205
+ msgid "You must supply your Mailchimp API key to pull the audiences."
206
+ msgstr ""
207
+ "É necessário fornecer a sua Mailchimp API Key para recuperar as audiências."
208
+
209
+ #: admin/class-mailchimp-woocommerce-admin.php:1262
210
+ msgid "Starting the sync process..."
211
+ msgstr "Iniciando a Sincronização…"
212
+
213
+ #: admin/class-mailchimp-woocommerce-admin.php:1264
214
+ msgid ""
215
+ "The plugin has started the initial sync with your store, and the process "
216
+ "will work in the background automatically."
217
+ msgstr ""
218
+ "O plugin iniciou a sincronização inicial com a sua Loja, e o processo "
219
+ "executará em segundo plano automaticamente."
220
+
221
+ #: admin/class-mailchimp-woocommerce-admin.php:1266
222
+ msgid ""
223
+ "Sometimes the sync can take a while, especially on sites with lots of orders "
224
+ "and/or products. It is safe to navigate away from this screen while it is "
225
+ "running."
226
+ msgstr ""
227
+ "Em alguns casos a sincronização pode levar algum tempo, especialmente em "
228
+ "sites com muitos pedidos e/ou produtos. É seguro navegar para fora desta "
229
+ "página."
230
+
231
+ #: admin/partials/tabs/newsletter_settings.php:36
232
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:165
233
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:188
234
+ msgid "Audience Settings"
235
+ msgstr "Configurações de Audiência"
236
+
237
+ #: admin/partials/tabs/newsletter_settings.php:41
238
+ msgid "Sync audience with your store"
239
+ msgstr "Escolha uma Audiência para sincronizar com a sua Loja"
240
+
241
+ #: admin/partials/tabs/newsletter_settings.php:47
242
+ msgid "Create New Audience"
243
+ msgstr "Criar nova Audiência"
244
+
245
+ #: admin/partials/tabs/newsletter_settings.php:51
246
+ msgid "Select Audience"
247
+ msgstr "Selecione a Audiência"
248
+
249
+ #: admin/partials/tabs/newsletter_settings.php:77
250
+ msgid "During initial sync, auto subscribe the existing customers."
251
+ msgstr ""
252
+ "Durante a sincronização inicial, inscreva automaticamente os clientes "
253
+ "existentes."
254
+
255
+ #: admin/partials/tabs/newsletter_settings.php:82
256
+ msgid "Optional Audience Settings"
257
+ msgstr "Configurações Opcionais de Audiência"
258
+
259
+ #: admin/partials/tabs/newsletter_settings.php:87
260
+ msgid "Opt-in Settings"
261
+ msgstr "Configurações de inscrição"
262
+
263
+ #: admin/partials/tabs/newsletter_settings.php:92
264
+ msgid "Message for the opt-in checkbox"
265
+ msgstr "Texto para a caixa de seleção de inclusão"
266
+
267
+ #: admin/partials/tabs/newsletter_settings.php:93
268
+ #: admin/partials/tabs/newsletter_settings.php:105
269
+ msgid ""
270
+ "Add text to go along with the other opt-in checkboxes. <br/>Customers can "
271
+ "click a box at checkout to opt in to your newsletter."
272
+ msgstr ""
273
+ "Adicione um texto para exibir próximo à caixa de seleção de inscrição <br/> "
274
+ "Usuários podem clicar em uma caixa de seleção na etapa de pagamento para se "
275
+ "inscrever em sua newsletter."
276
+
277
+ #: admin/partials/tabs/newsletter_settings.php:99
278
+ msgid "HTML tags allowed: <a href=\"\" target=\"\" title=\"\"></a> and <br>"
279
+ msgstr "Tags HTML permitidas: <a href=“” target=“” title=“”></a> e <br>"
280
+
281
+ #: admin/partials/tabs/newsletter_settings.php:104
282
+ msgid "Checkbox Display Options"
283
+ msgstr "Opções de exibição da caixa de seleção"
284
+
285
+ #: admin/partials/tabs/newsletter_settings.php:113
286
+ msgid "Visible, checked by default"
287
+ msgstr "Visível, ativada por padrão"
288
+
289
+ #: admin/partials/tabs/newsletter_settings.php:116
290
+ msgid "Visible, unchecked by default"
291
+ msgstr "Visível, desativada por padrão"
292
+
293
+ #: admin/partials/tabs/newsletter_settings.php:119
294
+ msgid "Hidden, unchecked by default"
295
+ msgstr "Escondida, desativada por padrão"
296
+
297
+ #: admin/partials/tabs/newsletter_settings.php:126
298
+ msgid "Advanced Checkbox Settings"
299
+ msgstr "Configurações avançadas para a caixa de seleção"
300
+
301
+ #. translators: %s - Woocommerce Actions documentation URL.
302
+ #: admin/partials/tabs/newsletter_settings.php:127
303
+ msgid ""
304
+ "To change the location of the opt-in <br/>checkbox at checkout, input one of "
305
+ "the <a href=%s target=_blank>available WooCommerce form actions</a>."
306
+ msgstr ""
307
+ "Para alterar a localização da caixa de seleção de inscrição na etapa de "
308
+ "pagamento, insira uma das <a href=%s target=_blank>Actions de formulário do "
309
+ "WooCommerce</a>."
310
+
311
+ #: admin/partials/tabs/newsletter_settings.php:133
312
+ msgid "Enter a WooCommerce form action"
313
+ msgstr "Insira uma action de formulário do Woocommerce"
314
+
315
+ #: admin/partials/tabs/newsletter_settings.php:137
316
+ #: admin/partials/tabs/newsletter_settings.php:142
317
+ msgid "Subscriber Tags"
318
+ msgstr "Etiquetas de Usuário"
319
+
320
+ #: admin/partials/tabs/newsletter_settings.php:148
321
+ msgid ""
322
+ "Add a comma separated list of tags to add to the subscriber at Mailchimp"
323
+ msgstr ""
324
+ "Adicione uma lista de etiquetas separadas por vírgulas para adicionar ao "
325
+ "usuário no Mailchimp"
326
+
327
+ #: admin/partials/tabs/newsletter_settings.php:152
328
+ msgid "Product Settings"
329
+ msgstr "Configurações de Produto"
330
+
331
+ #: admin/partials/tabs/newsletter_settings.php:158
332
+ msgid "Product Image Size"
333
+ msgstr "Tamanho da imagem de Produto"
334
+
335
+ #: admin/partials/tabs/newsletter_settings.php:159
336
+ msgid ""
337
+ "Define the product image size used by abandoned carts, order notifications, "
338
+ "and product recommendations."
339
+ msgstr ""
340
+ "Defina o tamanho das imagens utilizado em carrinhos de compra abandonados, "
341
+ "outras notificações, e recomendações de produtos."
342
+
343
+ #: admin/partials/tabs/newsletter_settings.php:165
344
+ msgid "Size"
345
+ msgstr "Tamanho"
346
+
347
+ #: admin/partials/tabs/logs.php:38
348
+ msgid "Logging Preference"
349
+ msgstr "Preferências de Log"
350
+
351
+ #: admin/partials/tabs/logs.php:42
352
+ msgid "Logging Preferences"
353
+ msgstr "Preferências de Log"
354
+
355
+ #: admin/partials/tabs/logs.php:47
356
+ msgid ""
357
+ "Advanced troubleshooting can be conducted with the logging capability turned "
358
+ "on.\n"
359
+ " By default, it’s set to “standard” and you may toggle to either "
360
+ "“debug” or “none” as needed.\n"
361
+ " With standard logging, you can see basic information about the "
362
+ "data submission to Mailchimp including any errors.\n"
363
+ " “Debug” gives a much deeper insight that is useful to share with "
364
+ "support if problems arise."
365
+ msgstr ""
366
+ "A resolução de problemas pode ser realizada com os Logs ativados.\n"
367
+ "Por padrão, está configurado para “nenhum” e pode ser trocado para “padrão” "
368
+ "ou “debug” de acordo com sua necessidade.\n"
369
+ "Com o Log padrão, são registradas informações básicas sobre o envio de dados "
370
+ "para o Mailchimp incluindo os erros.\n"
371
+ "A opção “Debug” exibe informações mais aprofundadas e é útil para "
372
+ "compartilhar com o suporte se surgirem problemas."
373
+
374
+ #: admin/partials/tabs/logs.php:59
375
+ msgid "None"
376
+ msgstr "Nenhum"
377
+
378
+ #: admin/partials/tabs/logs.php:59
379
+ msgid "Debug"
380
+ msgstr "Debug"
381
+
382
+ #: admin/partials/tabs/logs.php:59
383
+ msgid "Standard"
384
+ msgstr "Padrão"
385
+
386
+ #: admin/partials/tabs/logs.php:71
387
+ msgid "Recent Logs"
388
+ msgstr "Logs Recentes"
389
+
390
+ #: admin/partials/tabs/logs.php:84
391
+ msgid "View"
392
+ msgstr "Ver"
393
+
394
+ #: admin/partials/tabs/logs.php:97
395
+ msgid "Delete log"
396
+ msgstr "Apagar Log"
397
+
398
+ #: admin/partials/tabs/logs.php:101
399
+ msgid "Copy log"
400
+ msgstr "Copiar Log"
401
+
402
+ #: admin/partials/tabs/logs.php:110
403
+ msgid "There are currently no logs to view."
404
+ msgstr "Não há nenhum Log para ser visualizado."
405
+
406
+ #: admin/partials/tabs/notices.php:6
407
+ msgid "Mailchimp says: You must enter in a valid API key."
408
+ msgstr "Maichimp diz: Insira uma API Key válida."
409
+
410
+ #: admin/partials/tabs/notices.php:9
411
+ msgid ""
412
+ "Mailchimp says: Sorry you must set up your campaign defaults before you "
413
+ "proceed!"
414
+ msgstr ""
415
+ "Maichimp diz: É necessário configurar os Padrões de Lista antes de continuar!"
416
+
417
+ #: admin/partials/tabs/notices.php:12
418
+ msgid "Mailchimp says: You must select a marketing audience."
419
+ msgstr "Maichimp diz: É Necessário selecionar uma Audiência."
420
+
421
+ #: admin/partials/tabs/notices.php:15
422
+ msgid "Mailchimp says: Sorry you must set up your store before you proceed!"
423
+ msgstr "Maichimp diz: É necessário configurar sua Loja antes de continuar!"
424
+
425
+ #: admin/partials/tabs/notices.php:18
426
+ msgid ""
427
+ "Mailchimp says: You are not fully ready to run the Store Sync, please verify "
428
+ "your settings before proceeding."
429
+ msgstr ""
430
+ "Maichimp diz: Ainda não está tudo pronto para iniciar a sincronização de sua "
431
+ "Loja, verifique as configurações antes de continuar."
432
+
433
+ #: admin/partials/tabs/notices.php:32
434
+ msgid "Mailchimp says: Your re-sync has been started!"
435
+ msgstr "Maichimp diz: A ressincronização foi iniciada!"
436
+
437
+ #: admin/partials/tabs/campaign_defaults.php:19
438
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:153
439
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:185
440
+ msgid "Audience Defaults"
441
+ msgstr "Padrões de Audiência"
442
+
443
+ #: admin/partials/tabs/campaign_defaults.php:24
444
+ msgid "Default from name"
445
+ msgstr "Nome padrão do Remetente"
446
+
447
+ #: admin/partials/tabs/campaign_defaults.php:31
448
+ msgid "Default from email"
449
+ msgstr "Email padrão do Remetente"
450
+
451
+ #: admin/partials/tabs/campaign_defaults.php:38
452
+ msgid "Default subject"
453
+ msgstr "Assunto padrão"
454
+
455
+ #: admin/partials/tabs/campaign_defaults.php:40
456
+ msgid "Store Newsletter"
457
+ msgstr "Newsletter da Loja"
458
+
459
+ #: admin/partials/tabs/campaign_defaults.php:45
460
+ msgid "Default language"
461
+ msgstr "Lingua padrão"
462
+
463
+ #: admin/partials/tabs/campaign_defaults.php:62
464
+ msgid "Permission reminder message"
465
+ msgstr "Mensagem de lembrete"
466
+
467
+ #: admin/partials/tabs/store_sync.php:82
468
+ msgid "Coupons"
469
+ msgstr "Cupons"
470
+
471
+ #: admin/partials/tabs/store_sync.php:92
472
+ msgid "Products"
473
+ msgstr "Produtos"
474
+
475
+ #: admin/partials/tabs/store_sync.php:102
476
+ msgid "Orders"
477
+ msgstr "Pedidos"
478
+
479
+ #: admin/partials/tabs/store_sync.php:115
480
+ msgid "Subscribers"
481
+ msgstr "Inscritos"
482
+
483
+ #: admin/partials/tabs/store_sync.php:122
484
+ msgid "Transactional"
485
+ msgstr "Transacional"
486
+
487
+ #: admin/partials/tabs/store_sync.php:129
488
+ msgid "Unsubscribed"
489
+ msgstr "Desinscritos"
490
+
491
+ #: admin/partials/tabs/store_sync.php:148
492
+ msgid "DISCONNECT STORE"
493
+ msgstr "DESCONECTAR LOJA"
494
+
495
+ #: admin/partials/tabs/store_sync.php:151
496
+ msgid "Account Connected"
497
+ msgstr "Conta conectada"
498
+
499
+ #: admin/partials/tabs/store_sync.php:153
500
+ msgid "Audience Connected"
501
+ msgstr "Audiência conectada"
502
+
503
+ #: admin/partials/tabs/store_sync.php:159
504
+ msgid "Status:"
505
+ msgstr "Status:"
506
+
507
+ #: admin/partials/tabs/store_sync.php:160
508
+ msgid "Sync Completed"
509
+ msgstr "Sincronização Completa"
510
+
511
+ #: admin/partials/tabs/store_sync.php:160
512
+ msgid "Syncing..."
513
+ msgstr "Sincronizando..."
514
+
515
+ #: admin/partials/tabs/store_sync.php:162
516
+ msgid "Initial sync in progress"
517
+ msgstr "Sincronização inicial em progresso"
518
+
519
+ #: admin/partials/tabs/store_sync.php:166
520
+ msgid "Last Updated:"
521
+ msgstr "Última atualização:"
522
+
523
+ #: admin/partials/tabs/store_sync.php:171
524
+ msgid "Starting..."
525
+ msgstr "Iniciando…"
526
+
527
+ #: admin/partials/tabs/store_sync.php:182
528
+ msgid "Advanced"
529
+ msgstr "Avançado"
530
+
531
+ #: admin/partials/tabs/store_sync.php:184
532
+ msgid ""
533
+ "You can resync your audience at any time without losing any of your e-"
534
+ "commerce data."
535
+ msgstr ""
536
+ "Você pode ressincronizar sua Audiência a qualquer momento, sem perder nenhum "
537
+ "de seus dados."
538
+
539
+ #: admin/partials/tabs/store_sync.php:186
540
+ msgid "Force Resync"
541
+ msgstr "Ressincronizar"
542
+
543
+ #: admin/partials/tabs/store_sync.php:189
544
+ msgid "More Information"
545
+ msgstr "Mais informações"
546
+
547
+ #. translators: %s - WP-CLI URL.
548
+ #: admin/partials/tabs/store_sync.php:191
549
+ msgid ""
550
+ "Have a larger store or having issues syncing? Consider using <a href=%s "
551
+ "target=_blank>WP-CLI</a>."
552
+ msgstr ""
553
+ "Tem uma loja muito grande, ou está encontrando problemas ao sincronizar? "
554
+ "Considere usar o <a href=%s target=_blank>WP-CLI</a>."
555
+
556
+ #. translators: %s - WP-CLI URL.
557
+ #: admin/partials/tabs/store_sync.php:192
558
+ msgid ""
559
+ "Order and customer information will not sync if they contain an Amazon or "
560
+ "generic email address."
561
+ msgstr ""
562
+ "Dados de Pedidos e Clientes não serão sincronizados se eles conterem um "
563
+ "email genérico ou da Amazon."
564
+
565
+ #. translators: %s - Mailchimp Support URL.
566
+ #: admin/partials/tabs/store_sync.php:193
567
+ msgid ""
568
+ "Need help to connect your store? Visit the Mailchimp <a href=%s "
569
+ "target=_blank>Knowledge Base</a>."
570
+ msgstr ""
571
+ "Precisa de ajuda para conectar sua Loja? Visite a <a href=%s "
572
+ "target=_blank>Base de Conhecimento do Mailchimp</a>."
573
+
574
+ #. translators: %s - Plugin review URL.
575
+ #: admin/partials/tabs/store_sync.php:194
576
+ msgid ""
577
+ "Want to tell us how we're doing? <a href=%s target=_blank>Leave a review on "
578
+ "Wordpress.org</a>."
579
+ msgstr ""
580
+ "Quer nos contar o que você acha deste plugin? <a href=%s target=_blank>Deixe "
581
+ "uma classificação no Wordpress.org</a>."
582
+
583
+ #. translators: %s - Mailchimp Privacy Policy URL.
584
+ #: admin/partials/tabs/store_sync.php:195
585
+ msgid ""
586
+ "By using this plugin, Mailchimp will process customer information in "
587
+ "accordance with their <a href=%s target=_blank>Privacy Policy</a>."
588
+ msgstr ""
589
+ "Ao utilizar este plugin, o Mailchimp irá processar as informações de "
590
+ "clientes de acordo com sua <a href=%s target=_blank>Política de Privacidade</"
591
+ "a>."
592
+
593
+ #: admin/partials/tabs/api_key.php:6 admin/partials/tabs/api_key.php:11
594
+ msgid "Connect your store to Mailchimp"
595
+ msgstr "Conecte sua loja ao Mailchimp"
596
+
597
+ #: admin/partials/tabs/api_key.php:10
598
+ msgid "Reconnect"
599
+ msgstr "Reconectar"
600
+
601
+ #: admin/partials/tabs/api_key.php:10
602
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:132
603
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:179
604
+ msgid "Connect"
605
+ msgstr "Conectar"
606
+
607
+ #: admin/partials/tabs/api_key.php:14
608
+ msgid ""
609
+ "Already connected. You can reconnect with another Mailchimp account if you "
610
+ "want."
611
+ msgstr ""
612
+ "Já conectado. Você pode reconectar com outra conta Mailchimp se assim "
613
+ "desejar."
614
+
615
+ #: admin/partials/tabs/api_key.php:16
616
+ msgid ""
617
+ "Connecting. A new window will open with Mailchimp's OAuth service. Please "
618
+ "log-in an we will take care of the rest."
619
+ msgstr ""
620
+ "Conectando. Uma nova janela abrirá com o Login OAuth do Mailchimp. Por favor "
621
+ "faça o login e cuidaremos do resto."
622
+
623
+ #: admin/partials/tabs/api_key.php:17
624
+ msgid "Connection in progress"
625
+ msgstr "Conexão em progresso"
626
+
627
+ #: admin/partials/tabs/api_key.php:18
628
+ msgid "Connected! Please wait while loading next step"
629
+ msgstr "Conectado! Por favor aguarde o carregamento do próximo passo"
630
+
631
+ #: admin/partials/tabs/store_info.php:15
632
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:141
633
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:182
634
+ msgid "Store Settings"
635
+ msgstr "Configurações de Loja"
636
+
637
+ #: admin/partials/tabs/store_info.php:19
638
+ msgid "Name"
639
+ msgstr "Nome"
640
+
641
+ #: admin/partials/tabs/store_info.php:26
642
+ msgid "Email"
643
+ msgstr "Email"
644
+
645
+ #: admin/partials/tabs/store_info.php:33
646
+ msgid "Street address"
647
+ msgstr "Endereço"
648
+
649
+ #: admin/partials/tabs/store_info.php:40
650
+ msgid "City"
651
+ msgstr "Cidade"
652
+
653
+ #: admin/partials/tabs/store_info.php:47
654
+ msgid "State"
655
+ msgstr "Estado"
656
+
657
+ #: admin/partials/tabs/store_info.php:54
658
+ msgid "Postal Code"
659
+ msgstr "CEP"
660
+
661
+ #: admin/partials/tabs/store_info.php:61
662
+ msgid "Country"
663
+ msgstr "País"
664
+
665
+ #: admin/partials/tabs/store_info.php:74
666
+ msgid "Select a Country"
667
+ msgstr "Selecione um País"
668
+
669
+ #: admin/partials/tabs/store_info.php:87
670
+ msgid "Phone Number"
671
+ msgstr "Telefone"
672
+
673
+ #: admin/partials/tabs/store_info.php:93
674
+ msgid "Locale Settings"
675
+ msgstr "Configurações de Local"
676
+
677
+ #: admin/partials/tabs/store_info.php:95
678
+ msgid ""
679
+ "Please apply your locale settings. If you're unsure about these, use the "
680
+ "defaults."
681
+ msgstr ""
682
+ "Configure seu local. Se estive inseguro com estas informações, deixe o "
683
+ "padrão."
684
+
685
+ #: admin/partials/tabs/store_info.php:100
686
+ msgid "Locale"
687
+ msgstr "Língua"
688
+
689
+ #: admin/partials/tabs/store_info.php:104
690
+ msgid "Select store's locale"
691
+ msgstr "Selecione o Locale da loja"
692
+
693
+ #: admin/partials/tabs/store_info.php:119
694
+ msgid "Woocommerce Currency"
695
+ msgstr "Moeda do Woocommerce"
696
+
697
+ #: admin/partials/tabs/store_info.php:126
698
+ msgid "Timezone"
699
+ msgstr "Fuso Horário"
700
+
701
+ #: admin/partials/tabs/store_info.php:130
702
+ msgid "Select store's timezone"
703
+ msgstr "Selecione o fuso horário da Loja"
704
+
705
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:68
706
+ msgid "Mailchimp says: Please upgrade your PHP version to a minimum of 7.0"
707
+ msgstr "Mailchimp diz: Atualize a versão do PHP para no mínimo 7.0"
708
+
709
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:74
710
+ msgid "Mailchimp says: API Request Error - "
711
+ msgstr "Mailchimp diz: API Request Error - "
712
+
713
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:106
714
+ msgid ""
715
+ "Add Mailchimp for WooCommerce to build custom segments,<br/>send "
716
+ "automations, and track purchase activity in Mailchimp"
717
+ msgstr ""
718
+ "Configure o Mailchimp para Woocommerce para criar segmentações customizadas, "
719
+ "<br/> enviar automatizações, e rastrear atividade de compras no Mailchimp"
720
+
721
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:110
722
+ msgid "Please provide a bit of information<br/>about your WooCommerce store"
723
+ msgstr "Insira as informações relativas<br/>à sua loja WooCommerce."
724
+
725
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:114
726
+ msgid "Please fill out the audience default<br/>campaign information"
727
+ msgstr "Por favor preencha <br/>as informações padrão da Lista."
728
+
729
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:118
730
+ msgid ""
731
+ "Please apply your audience settings. If you don’t<br/>have an audience, you "
732
+ "can choose to create one"
733
+ msgstr ""
734
+ "Configure sua Audiência. Se você não tem <br/>nenhuma audiência, você pode "
735
+ "escolher criar uma"
736
+
737
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:121
738
+ msgid ""
739
+ "Connect your WooCommerce store to a<br/>Mailchimp audience in less than 60 "
740
+ "seconds"
741
+ msgstr ""
742
+ "Conecte sua loja Woocommerce a uma<br/>Audiência Mailchimp em menos de 60 "
743
+ "segundos"
744
+
745
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:125
746
+ msgid "Log events from the <br/>Mailchimp plugin"
747
+ msgstr "Grave eventos do<br/>plugin Mailchimp"
748
+
749
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:181
750
+ msgid "Overview"
751
+ msgstr "Visão Geral"
752
+
753
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:191
754
+ msgid "Logs"
755
+ msgstr "Logs"
756
+
757
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:205
758
+ msgid "Start sync"
759
+ msgstr "Iniciar Sincronização"
760
+
761
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:207
762
+ msgid "Save all changes"
763
+ msgstr "Salvar todas alterações"
764
+
765
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:207
766
+ msgid "Next"
767
+ msgstr "Próximo"
768
+
769
+ #: bootstrap.php:529
770
+ msgid ""
771
+ "The MailChimp For WooCommerce plugin requires the <a href=\"http://wordpress."
772
+ "org/extend/plugins/woocommerce/\">WooCommerce</a> plugin to be active!"
773
+ msgstr ""
774
+ "O plugin Mailchimp para Woocommerce requer que o plugin <a href=“http://"
775
+ "wordpress.org/extend/plugins/woocommerce/“>WooCommerce</a> esteja ativo!"
776
+
777
+ #: bootstrap.php:926
778
+ msgid "function \"wp_remote_post\" does not exist"
779
+ msgstr "a funcão “wp_remote_post” não existe"
780
+
781
+ #: bootstrap.php:940
782
+ msgid ""
783
+ "The REST API seems to be disabled on this wordpress site. Please enable to "
784
+ "sync data."
785
+ msgstr ""
786
+ "A REST API aparenta ester desabilitada nest site WordPress. For favor, "
787
+ "habilite para sincronizar dados."
788
+
789
+ #~ msgid "Please hang tight while we work our mojo."
790
+ #~ msgstr "Por favor aguarde."
791
+
792
+ #~ msgid "Initial Sync:"
793
+ #~ msgstr "Sincronização inicial:"
794
+
795
+ #~ msgid "In Progress"
796
+ #~ msgstr "Em progresso"
797
+
798
+ #~ msgid "Mailchimp API Key"
799
+ #~ msgstr "Insira sua API Key do Mailchimp"
800
+
801
+ #~ msgid "Enter your Mailchimp API key."
802
+ #~ msgstr "Insira sua API Key do Mailchimp."
803
+
804
+ #~ msgid ""
805
+ #~ "To find your Mailchimp API key, log into your account settings > Extras > "
806
+ #~ "API keys. From there, either grab an existing key or generate a new one "
807
+ #~ "for your WooCommerce store."
808
+ #~ msgstr ""
809
+ #~ "Para localizar sua Mailchimp API key, entre em sua conta no Mailchimp, "
810
+ #~ "abra “Account Settings > Extras > API Keys”. Copie a chave existente, ou "
811
+ #~ "crie uma nova para sua Loja Woocommerce."
812
+
813
+ #~ msgid "Optional Store Settings"
814
+ #~ msgstr "Configurações Opcionais da Loja"
815
+
816
+ #~ msgid "Sync"
817
+ #~ msgstr "Sincronização"
818
+
819
+ #~ msgid "Audience Name"
820
+ #~ msgstr "Nome da Audiência"
821
+
822
+ #~ msgid "Auto Subscribe On Initial Sync"
823
+ #~ msgstr "Inscrição automática na Sincronização inicial"
824
+
825
+ #~ msgid "No"
826
+ #~ msgstr "Não"
827
+
828
+ #~ msgid "Yes"
829
+ #~ msgstr "Sim"
830
+
831
+ #~ msgid "Newsletter Label"
832
+ #~ msgstr "Texto da Newsletter"
833
+
834
+ #~ msgid "Newsletter Checkbox Action"
835
+ #~ msgstr "Action para a caixa de seleção de inscrição"
836
+
837
+ #~ msgid "Audience Member Tags"
838
+ #~ msgstr "Etiquetas para Membros de Audiência"
839
+
840
+ #~ msgid "Contact Name"
841
+ #~ msgstr "Nome de contato"
842
+
843
+ #~ msgid "From Email"
844
+ #~ msgstr "Email do Remetente"
845
+
846
+ #~ msgid "Permission Reminder"
847
+ #~ msgstr "Mensagem de lembrete de inclusão"
848
+
849
+ #~ msgid "Sync Information"
850
+ #~ msgstr "Informações de sincronização"
851
+
852
+ #~ msgid "API Information"
853
+ #~ msgstr "Informações da API"
854
+
855
+ #~ msgid "Store Name"
856
+ #~ msgstr "Nome da Loja"
857
+
858
+ #~ msgid "Street Address"
859
+ #~ msgstr "Endereço"
860
+
861
+ #~ msgid "Currency Code"
862
+ #~ msgstr "Código da Moeda"
863
+
864
+ #~ msgid "Currency"
865
+ #~ msgstr "Moeda"
866
+
867
+ #~ msgid "Retrieved from Woocommerce Settings"
868
+ #~ msgstr "Configuração do Woocommerce"
869
+
870
+ #~ msgid "Mailchimp for Woocommerce Settings"
871
+ #~ msgstr "Mailchimp para Woocommerce - Configurações"
872
+
873
+ #~ msgid ""
874
+ #~ "Currency is currently deprecated. Please select one from the list above"
875
+ #~ msgstr "Moeda obsoleta. Selecione uma da lista acima"
876
+
877
+ #~ msgid "deprecated"
878
+ #~ msgstr "obsoleta"
879
+
880
+ #~ msgid "List Settings"
881
+ #~ msgstr "Configurações de Lista"
882
+
883
+ #~ msgid "List Name"
884
+ #~ msgstr "Nome da Lista"
885
+
886
+ #, fuzzy
887
+ #~| msgid "List Defaults"
888
+ #~ msgid "List Defaults"
889
+ #~ msgstr "Padrões de Lista"
890
+
891
+ #~ msgid "Phone"
892
+ #~ msgstr "Telefone"
893
+
894
+ #~ msgid "Default Subject"
895
+ #~ msgstr "Assunto padrão"
896
+
897
+ #~ msgid "Default Language"
898
+ #~ msgstr "Lingua padrão"
899
+
900
+ #~ msgid "Mailchimp Settings"
901
+ #~ msgstr "Configurações Mailchimp para Woocommerce"
902
+
903
+ #~ msgid "Every %d Minutes"
904
+ #~ msgstr "Cada %d minutos"
languages/mc-woocommerce.pot ADDED
@@ -0,0 +1,659 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2019 Mailchimp
2
+ # This file is distributed under the same license as the Mailchimp for WooCommerce plugin.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Mailchimp for WooCommerce 2.2\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mc-woocommerce\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-08-19T19:53:56+00:00\n"
13
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
+ "X-Generator: WP-CLI 2.1.0\n"
15
+
16
+ #. Plugin Name of the plugin
17
+ msgid "Mailchimp for WooCommerce"
18
+ msgstr ""
19
+
20
+ #. Plugin URI of the plugin
21
+ msgid "https://mailchimp.com/connect-your-store/"
22
+ msgstr ""
23
+
24
+ #. Description of the plugin
25
+ msgid "Connects WooCommerce to Mailchimp to sync your store data, send targeted campaigns to your customers, and sell more stuff."
26
+ msgstr ""
27
+
28
+ #. Author of the plugin
29
+ msgid "Mailchimp"
30
+ msgstr ""
31
+
32
+ #. Author URI of the plugin
33
+ msgid "https://mailchimp.com"
34
+ msgstr ""
35
+
36
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:179
37
+ msgid "Please select an option"
38
+ msgstr ""
39
+
40
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:182
41
+ msgid "Sending Feedback"
42
+ msgstr ""
43
+
44
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:327
45
+ msgid "I want to change the audience associated with this integration."
46
+ msgstr ""
47
+
48
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:331
49
+ msgid "I want to change the site or store connected through this integration."
50
+ msgstr ""
51
+
52
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:335
53
+ msgid "The order data isn't syncing."
54
+ msgstr ""
55
+
56
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:339
57
+ msgid "The promo codes aren't showing up."
58
+ msgstr ""
59
+
60
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:343
61
+ msgid "I'm trying to troubleshoot the integration."
62
+ msgstr ""
63
+
64
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:347
65
+ msgid "I was instructed to disconnect by Mailchimp Support."
66
+ msgstr ""
67
+
68
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:351
69
+ msgid "I no longer use this integration."
70
+ msgstr ""
71
+
72
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:355
73
+ msgid "It's a temporary deactivation."
74
+ msgstr ""
75
+
76
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:359
77
+ msgid "Other"
78
+ msgstr ""
79
+
80
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:361
81
+ msgid "Please share the reason"
82
+ msgstr ""
83
+
84
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:370
85
+ msgid "Quick Feedback"
86
+ msgstr ""
87
+
88
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:371
89
+ msgid "Close"
90
+ msgstr ""
91
+
92
+ #. translators: %s - plugin name.
93
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:378
94
+ msgid "If you have a moment, please share why you are deactivating %s:"
95
+ msgstr ""
96
+
97
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:379
98
+ msgid "Mailchimp for Woocommerce"
99
+ msgstr ""
100
+
101
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:398
102
+ msgid "Submit & Deactivate"
103
+ msgstr ""
104
+
105
+ #: includes/class-mailchimp-woocommerce-deactivation-survey.php:399
106
+ msgid "Skip & Deactivate"
107
+ msgstr ""
108
+
109
+ #. translators: %s - Mailchimp Privacy Policy URL.
110
+ #: includes/class-mailchimp-woocommerce-privacy.php:12
111
+ msgid "When shopping, we keep a record of your email and the cart contents for up to 30 days on our server. This record is kept to repopulate the contents of your cart if you switch devices or needed to come back another day. Read our privacy policy <a href=\"%s\">here</a>."
112
+ msgstr ""
113
+
114
+ #: includes/class-mailchimp-woocommerce-privacy.php:27
115
+ #: includes/class-mailchimp-woocommerce-privacy.php:40
116
+ msgid "MailChimp for WooCommerce"
117
+ msgstr ""
118
+
119
+ #: includes/class-mailchimp-woocommerce-privacy.php:65
120
+ msgid "Email Address"
121
+ msgstr ""
122
+
123
+ #: includes/class-mailchimp-woocommerce-privacy.php:78
124
+ msgid "MailChimp Shopping Cart Data"
125
+ msgstr ""
126
+
127
+ #: includes/class-mailchimp-woocommerce-privacy.php:82
128
+ msgid "User ID"
129
+ msgstr ""
130
+
131
+ #: includes/class-mailchimp-woocommerce-newsletter.php:43
132
+ #: admin/class-mailchimp-woocommerce-admin.php:691
133
+ #: admin/partials/tabs/newsletter_settings.php:98
134
+ msgid "Subscribe to our newsletter"
135
+ msgstr ""
136
+
137
+ #: includes/class-mailchimp-woocommerce-rest-api.php:293
138
+ #: admin/partials/tabs/store_sync.php:169
139
+ msgid "D, M j, Y g:i A"
140
+ msgstr ""
141
+
142
+ #: admin/class-mailchimp-woocommerce-admin.php:117
143
+ msgid "Mailchimp - WooCommerce Setup"
144
+ msgstr ""
145
+
146
+ #: admin/class-mailchimp-woocommerce-admin.php:156
147
+ msgid "Settings"
148
+ msgstr ""
149
+
150
+ #: admin/class-mailchimp-woocommerce-admin.php:335
151
+ msgid "Store Disconnected"
152
+ msgstr ""
153
+
154
+ #: admin/class-mailchimp-woocommerce-admin.php:339
155
+ msgid "Store Disconnect Failed"
156
+ msgstr ""
157
+
158
+ #: admin/class-mailchimp-woocommerce-admin.php:611
159
+ msgid "As part of the Mailchimp Terms of Use, we require a contact email and a physical mailing address."
160
+ msgstr ""
161
+
162
+ #: admin/class-mailchimp-woocommerce-admin.php:619
163
+ msgid "As part of the Mailchimp Terms of Use, we require a valid phone number for your store."
164
+ msgstr ""
165
+
166
+ #: admin/class-mailchimp-woocommerce-admin.php:627
167
+ msgid "Mailchimp for WooCommerce requires a Store Name to connect your store."
168
+ msgstr ""
169
+
170
+ #. translators: %s - plugin name.
171
+ #: admin/class-mailchimp-woocommerce-admin.php:645
172
+ #: admin/partials/tabs/campaign_defaults.php:68
173
+ msgid "You were subscribed to the newsletter from %s"
174
+ msgstr ""
175
+
176
+ #: admin/class-mailchimp-woocommerce-admin.php:650
177
+ msgid "One or more fields were not updated"
178
+ msgstr ""
179
+
180
+ #: admin/class-mailchimp-woocommerce-admin.php:800
181
+ msgid "You must supply your Mailchimp API key to pull the audiences."
182
+ msgstr ""
183
+
184
+ #: admin/class-mailchimp-woocommerce-admin.php:1262
185
+ msgid "Starting the sync process..."
186
+ msgstr ""
187
+
188
+ #: admin/class-mailchimp-woocommerce-admin.php:1264
189
+ msgid "The plugin has started the initial sync with your store, and the process will work in the background automatically."
190
+ msgstr ""
191
+
192
+ #: admin/class-mailchimp-woocommerce-admin.php:1266
193
+ msgid "Sometimes the sync can take a while, especially on sites with lots of orders and/or products. It is safe to navigate away from this screen while it is running."
194
+ msgstr ""
195
+
196
+ #: admin/partials/tabs/newsletter_settings.php:36
197
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:165
198
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:188
199
+ msgid "Audience Settings"
200
+ msgstr ""
201
+
202
+ #: admin/partials/tabs/newsletter_settings.php:41
203
+ msgid "Sync audience with your store"
204
+ msgstr ""
205
+
206
+ #: admin/partials/tabs/newsletter_settings.php:47
207
+ msgid "Create New Audience"
208
+ msgstr ""
209
+
210
+ #: admin/partials/tabs/newsletter_settings.php:51
211
+ msgid "Select Audience"
212
+ msgstr ""
213
+
214
+ #: admin/partials/tabs/newsletter_settings.php:77
215
+ msgid "During initial sync, auto subscribe the existing customers."
216
+ msgstr ""
217
+
218
+ #: admin/partials/tabs/newsletter_settings.php:82
219
+ msgid "Optional Audience Settings"
220
+ msgstr ""
221
+
222
+ #: admin/partials/tabs/newsletter_settings.php:87
223
+ msgid "Opt-in Settings"
224
+ msgstr ""
225
+
226
+ #: admin/partials/tabs/newsletter_settings.php:92
227
+ msgid "Message for the opt-in checkbox"
228
+ msgstr ""
229
+
230
+ #: admin/partials/tabs/newsletter_settings.php:93
231
+ #: admin/partials/tabs/newsletter_settings.php:105
232
+ msgid "Add text to go along with the other opt-in checkboxes. <br/>Customers can click a box at checkout to opt in to your newsletter."
233
+ msgstr ""
234
+
235
+ #: admin/partials/tabs/newsletter_settings.php:99
236
+ msgid "HTML tags allowed: <a href=\"\" target=\"\" title=\"\"></a> and <br>"
237
+ msgstr ""
238
+
239
+ #: admin/partials/tabs/newsletter_settings.php:104
240
+ msgid "Checkbox Display Options"
241
+ msgstr ""
242
+
243
+ #: admin/partials/tabs/newsletter_settings.php:113
244
+ msgid "Visible, checked by default"
245
+ msgstr ""
246
+
247
+ #: admin/partials/tabs/newsletter_settings.php:116
248
+ msgid "Visible, unchecked by default"
249
+ msgstr ""
250
+
251
+ #: admin/partials/tabs/newsletter_settings.php:119
252
+ msgid "Hidden, unchecked by default"
253
+ msgstr ""
254
+
255
+ #: admin/partials/tabs/newsletter_settings.php:126
256
+ msgid "Advanced Checkbox Settings"
257
+ msgstr ""
258
+
259
+ #. translators: %s - Woocommerce Actions documentation URL.
260
+ #: admin/partials/tabs/newsletter_settings.php:127
261
+ msgid "To change the location of the opt-in <br/>checkbox at checkout, input one of the <a href=%s target=_blank>available WooCommerce form actions</a>."
262
+ msgstr ""
263
+
264
+ #: admin/partials/tabs/newsletter_settings.php:133
265
+ msgid "Enter a WooCommerce form action"
266
+ msgstr ""
267
+
268
+ #: admin/partials/tabs/newsletter_settings.php:137
269
+ #: admin/partials/tabs/newsletter_settings.php:142
270
+ msgid "Subscriber Tags"
271
+ msgstr ""
272
+
273
+ #: admin/partials/tabs/newsletter_settings.php:148
274
+ msgid "Add a comma separated list of tags to add to the subscriber at Mailchimp"
275
+ msgstr ""
276
+
277
+ #: admin/partials/tabs/newsletter_settings.php:152
278
+ msgid "Product Settings"
279
+ msgstr ""
280
+
281
+ #: admin/partials/tabs/newsletter_settings.php:158
282
+ msgid "Product Image Size"
283
+ msgstr ""
284
+
285
+ #: admin/partials/tabs/newsletter_settings.php:159
286
+ msgid "Define the product image size used by abandoned carts, order notifications, and product recommendations."
287
+ msgstr ""
288
+
289
+ #: admin/partials/tabs/newsletter_settings.php:165
290
+ msgid "Size"
291
+ msgstr ""
292
+
293
+ #: admin/partials/tabs/logs.php:38
294
+ msgid "Logging Preference"
295
+ msgstr ""
296
+
297
+ #: admin/partials/tabs/logs.php:42
298
+ msgid "Logging Preferences"
299
+ msgstr ""
300
+
301
+ #: admin/partials/tabs/logs.php:47
302
+ msgid ""
303
+ "Advanced troubleshooting can be conducted with the logging capability turned on.\n"
304
+ " By default, it’s set to “standard” and you may toggle to either “debug” or “none” as needed.\n"
305
+ " With standard logging, you can see basic information about the data submission to Mailchimp including any errors.\n"
306
+ " “Debug” gives a much deeper insight that is useful to share with support if problems arise."
307
+ msgstr ""
308
+
309
+ #: admin/partials/tabs/logs.php:59
310
+ msgid "None"
311
+ msgstr ""
312
+
313
+ #: admin/partials/tabs/logs.php:59
314
+ msgid "Debug"
315
+ msgstr ""
316
+
317
+ #: admin/partials/tabs/logs.php:59
318
+ msgid "Standard"
319
+ msgstr ""
320
+
321
+ #: admin/partials/tabs/logs.php:71
322
+ msgid "Recent Logs"
323
+ msgstr ""
324
+
325
+ #: admin/partials/tabs/logs.php:84
326
+ msgid "View"
327
+ msgstr ""
328
+
329
+ #: admin/partials/tabs/logs.php:97
330
+ msgid "Delete log"
331
+ msgstr ""
332
+
333
+ #: admin/partials/tabs/logs.php:101
334
+ msgid "Copy log"
335
+ msgstr ""
336
+
337
+ #: admin/partials/tabs/logs.php:110
338
+ msgid "There are currently no logs to view."
339
+ msgstr ""
340
+
341
+ #: admin/partials/tabs/notices.php:6
342
+ msgid "Mailchimp says: You must enter in a valid API key."
343
+ msgstr ""
344
+
345
+ #: admin/partials/tabs/notices.php:9
346
+ msgid "Mailchimp says: Sorry you must set up your campaign defaults before you proceed!"
347
+ msgstr ""
348
+
349
+ #: admin/partials/tabs/notices.php:12
350
+ msgid "Mailchimp says: You must select a marketing audience."
351
+ msgstr ""
352
+
353
+ #: admin/partials/tabs/notices.php:15
354
+ msgid "Mailchimp says: Sorry you must set up your store before you proceed!"
355
+ msgstr ""
356
+
357
+ #: admin/partials/tabs/notices.php:18
358
+ msgid "Mailchimp says: You are not fully ready to run the Store Sync, please verify your settings before proceeding."
359
+ msgstr ""
360
+
361
+ #: admin/partials/tabs/notices.php:32
362
+ msgid "Mailchimp says: Your re-sync has been started!"
363
+ msgstr ""
364
+
365
+ #: admin/partials/tabs/campaign_defaults.php:19
366
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:153
367
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:185
368
+ msgid "Audience Defaults"
369
+ msgstr ""
370
+
371
+ #: admin/partials/tabs/campaign_defaults.php:24
372
+ msgid "Default from name"
373
+ msgstr ""
374
+
375
+ #: admin/partials/tabs/campaign_defaults.php:31
376
+ msgid "Default from email"
377
+ msgstr ""
378
+
379
+ #: admin/partials/tabs/campaign_defaults.php:38
380
+ msgid "Default subject"
381
+ msgstr ""
382
+
383
+ #: admin/partials/tabs/campaign_defaults.php:40
384
+ msgid "Store Newsletter"
385
+ msgstr ""
386
+
387
+ #: admin/partials/tabs/campaign_defaults.php:45
388
+ msgid "Default language"
389
+ msgstr ""
390
+
391
+ #: admin/partials/tabs/campaign_defaults.php:62
392
+ msgid "Permission reminder message"
393
+ msgstr ""
394
+
395
+ #: admin/partials/tabs/store_sync.php:82
396
+ msgid "Coupons"
397
+ msgstr ""
398
+
399
+ #: admin/partials/tabs/store_sync.php:92
400
+ msgid "Products"
401
+ msgstr ""
402
+
403
+ #: admin/partials/tabs/store_sync.php:102
404
+ msgid "Orders"
405
+ msgstr ""
406
+
407
+ #: admin/partials/tabs/store_sync.php:115
408
+ msgid "Subscribers"
409
+ msgstr ""
410
+
411
+ #: admin/partials/tabs/store_sync.php:122
412
+ msgid "Transactional"
413
+ msgstr ""
414
+
415
+ #: admin/partials/tabs/store_sync.php:129
416
+ msgid "Unsubscribed"
417
+ msgstr ""
418
+
419
+ #: admin/partials/tabs/store_sync.php:148
420
+ msgid "DISCONNECT STORE"
421
+ msgstr ""
422
+
423
+ #: admin/partials/tabs/store_sync.php:151
424
+ msgid "Account Connected"
425
+ msgstr ""
426
+
427
+ #: admin/partials/tabs/store_sync.php:153
428
+ msgid "Audience Connected"
429
+ msgstr ""
430
+
431
+ #: admin/partials/tabs/store_sync.php:159
432
+ msgid "Status:"
433
+ msgstr ""
434
+
435
+ #: admin/partials/tabs/store_sync.php:160
436
+ msgid "Sync Completed"
437
+ msgstr ""
438
+
439
+ #: admin/partials/tabs/store_sync.php:160
440
+ msgid "Syncing..."
441
+ msgstr ""
442
+
443
+ #: admin/partials/tabs/store_sync.php:162
444
+ msgid "Initial sync in progress"
445
+ msgstr ""
446
+
447
+ #: admin/partials/tabs/store_sync.php:166
448
+ msgid "Last Updated:"
449
+ msgstr ""
450
+
451
+ #: admin/partials/tabs/store_sync.php:171
452
+ msgid "Starting..."
453
+ msgstr ""
454
+
455
+ #: admin/partials/tabs/store_sync.php:182
456
+ msgid "Advanced"
457
+ msgstr ""
458
+
459
+ #: admin/partials/tabs/store_sync.php:184
460
+ msgid "You can resync your audience at any time without losing any of your e-commerce data."
461
+ msgstr ""
462
+
463
+ #: admin/partials/tabs/store_sync.php:186
464
+ msgid "Force Resync"
465
+ msgstr ""
466
+
467
+ #: admin/partials/tabs/store_sync.php:189
468
+ msgid "More Information"
469
+ msgstr ""
470
+
471
+ #. translators: %s - WP-CLI URL.
472
+ #: admin/partials/tabs/store_sync.php:191
473
+ msgid "Have a larger store or having issues syncing? Consider using <a href=%s target=_blank>WP-CLI</a>."
474
+ msgstr ""
475
+
476
+ #. translators: %s - WP-CLI URL.
477
+ #: admin/partials/tabs/store_sync.php:192
478
+ msgid "Order and customer information will not sync if they contain an Amazon or generic email address."
479
+ msgstr ""
480
+
481
+ #. translators: %s - Mailchimp Support URL.
482
+ #: admin/partials/tabs/store_sync.php:193
483
+ msgid "Need help to connect your store? Visit the Mailchimp <a href=%s target=_blank>Knowledge Base</a>."
484
+ msgstr ""
485
+
486
+ #. translators: %s - Plugin review URL.
487
+ #: admin/partials/tabs/store_sync.php:194
488
+ msgid "Want to tell us how we're doing? <a href=%s target=_blank>Leave a review on Wordpress.org</a>."
489
+ msgstr ""
490
+
491
+ #. translators: %s - Mailchimp Privacy Policy URL.
492
+ #: admin/partials/tabs/store_sync.php:195
493
+ msgid "By using this plugin, Mailchimp will process customer information in accordance with their <a href=%s target=_blank>Privacy Policy</a>."
494
+ msgstr ""
495
+
496
+ #: admin/partials/tabs/api_key.php:6
497
+ #: admin/partials/tabs/api_key.php:11
498
+ msgid "Connect your store to Mailchimp"
499
+ msgstr ""
500
+
501
+ #: admin/partials/tabs/api_key.php:10
502
+ msgid "Reconnect"
503
+ msgstr ""
504
+
505
+ #: admin/partials/tabs/api_key.php:10
506
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:132
507
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:179
508
+ msgid "Connect"
509
+ msgstr ""
510
+
511
+ #: admin/partials/tabs/api_key.php:14
512
+ msgid "Already connected. You can reconnect with another Mailchimp account if you want."
513
+ msgstr ""
514
+
515
+ #: admin/partials/tabs/api_key.php:16
516
+ msgid "Connecting. A new window will open with Mailchimp's OAuth service. Please log-in an we will take care of the rest."
517
+ msgstr ""
518
+
519
+ #: admin/partials/tabs/api_key.php:17
520
+ msgid "Connection in progress"
521
+ msgstr ""
522
+
523
+ #: admin/partials/tabs/api_key.php:18
524
+ msgid "Connected! Please wait while loading next step"
525
+ msgstr ""
526
+
527
+ #: admin/partials/tabs/store_info.php:15
528
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:141
529
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:182
530
+ msgid "Store Settings"
531
+ msgstr ""
532
+
533
+ #: admin/partials/tabs/store_info.php:19
534
+ msgid "Name"
535
+ msgstr ""
536
+
537
+ #: admin/partials/tabs/store_info.php:26
538
+ msgid "Email"
539
+ msgstr ""
540
+
541
+ #: admin/partials/tabs/store_info.php:33
542
+ msgid "Street address"
543
+ msgstr ""
544
+
545
+ #: admin/partials/tabs/store_info.php:40
546
+ msgid "City"
547
+ msgstr ""
548
+
549
+ #: admin/partials/tabs/store_info.php:47
550
+ msgid "State"
551
+ msgstr ""
552
+
553
+ #: admin/partials/tabs/store_info.php:54
554
+ msgid "Postal Code"
555
+ msgstr ""
556
+
557
+ #: admin/partials/tabs/store_info.php:61
558
+ msgid "Country"
559
+ msgstr ""
560
+
561
+ #: admin/partials/tabs/store_info.php:74
562
+ msgid "Select a Country"
563
+ msgstr ""
564
+
565
+ #: admin/partials/tabs/store_info.php:87
566
+ msgid "Phone Number"
567
+ msgstr ""
568
+
569
+ #: admin/partials/tabs/store_info.php:93
570
+ msgid "Locale Settings"
571
+ msgstr ""
572
+
573
+ #: admin/partials/tabs/store_info.php:95
574
+ msgid "Please apply your locale settings. If you're unsure about these, use the defaults."
575
+ msgstr ""
576
+
577
+ #: admin/partials/tabs/store_info.php:100
578
+ msgid "Locale"
579
+ msgstr ""
580
+
581
+ #: admin/partials/tabs/store_info.php:104
582
+ msgid "Select store's locale"
583
+ msgstr ""
584
+
585
+ #: admin/partials/tabs/store_info.php:119
586
+ msgid "Woocommerce Currency"
587
+ msgstr ""
588
+
589
+ #: admin/partials/tabs/store_info.php:126
590
+ msgid "Timezone"
591
+ msgstr ""
592
+
593
+ #: admin/partials/tabs/store_info.php:130
594
+ msgid "Select store's timezone"
595
+ msgstr ""
596
+
597
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:68
598
+ msgid "Mailchimp says: Please upgrade your PHP version to a minimum of 7.0"
599
+ msgstr ""
600
+
601
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:74
602
+ msgid "Mailchimp says: API Request Error - "
603
+ msgstr ""
604
+
605
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:106
606
+ msgid "Add Mailchimp for WooCommerce to build custom segments,<br/>send automations, and track purchase activity in Mailchimp"
607
+ msgstr ""
608
+
609
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:110
610
+ msgid "Please provide a bit of information<br/>about your WooCommerce store"
611
+ msgstr ""
612
+
613
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:114
614
+ msgid "Please fill out the audience default<br/>campaign information"
615
+ msgstr ""
616
+
617
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:118
618
+ msgid "Please apply your audience settings. If you don’t<br/>have an audience, you can choose to create one"
619
+ msgstr ""
620
+
621
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:121
622
+ msgid "Connect your WooCommerce store to a<br/>Mailchimp audience in less than 60 seconds"
623
+ msgstr ""
624
+
625
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:125
626
+ msgid "Log events from the <br/>Mailchimp plugin"
627
+ msgstr ""
628
+
629
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:181
630
+ msgid "Overview"
631
+ msgstr ""
632
+
633
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:191
634
+ msgid "Logs"
635
+ msgstr ""
636
+
637
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:205
638
+ msgid "Start sync"
639
+ msgstr ""
640
+
641
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:207
642
+ msgid "Save all changes"
643
+ msgstr ""
644
+
645
+ #: admin/partials/mailchimp-woocommerce-admin-tabs.php:207
646
+ msgid "Next"
647
+ msgstr ""
648
+
649
+ #: bootstrap.php:529
650
+ msgid "The MailChimp For WooCommerce plugin requires the <a href=\"http://wordpress.org/extend/plugins/woocommerce/\">WooCommerce</a> plugin to be active!"
651
+ msgstr ""
652
+
653
+ #: bootstrap.php:926
654
+ msgid "function \"wp_remote_post\" does not exist"
655
+ msgstr ""
656
+
657
+ #: bootstrap.php:940
658
+ msgid "The REST API seems to be disabled on this wordpress site. Please enable to sync data."
659
+ msgstr ""