Version Description
Download this release
Release Info
Developer | slaFFik |
Plugin | WP Mail SMTP by WPForms |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.3
- languages/wp-mail-smtp.pot +1055 -1010
- readme.txt +4 -0
- src/Admin/Area.php +10 -0
- src/Admin/Pages/Test.php +21 -15
- src/Providers/Gmail/Auth.php +6 -1
- src/Providers/Gmail/Mailer.php +20 -19
- wp-mail-smtp.php +45 -49
- wp_mail_smtp.php +3 -3
languages/wp-mail-smtp.pot
CHANGED
@@ -1,1010 +1,1055 @@
|
|
1 |
-
# Copyright (C) 2018 WP Mail SMTP
|
2 |
-
# This file is distributed under the same license as the WP Mail SMTP package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: WP Mail SMTP\n"
|
6 |
-
"MIME-Version: 1.0\n"
|
7 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
-
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"Language-Team: WPForms <support@wpforms.com>\n"
|
10 |
-
"X-Poedit-Basepath: ..\n"
|
11 |
-
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
12 |
-
"X-Poedit-SearchPath-0: .\n"
|
13 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
14 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
-
|
17 |
-
#. translators: %s - error code, returned by Google API.
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
#: src/Admin/Pages/Settings.php:
|
212 |
-
msgid "
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
#: src/Admin/Pages/Test.php:
|
254 |
-
msgid "
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: src/Admin/Pages/Test.php:
|
258 |
-
msgid "
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: src/Admin/Pages/Test.php:
|
262 |
-
msgid "
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: src/Admin/Pages/Test.php:
|
266 |
-
msgid "
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: src/Admin/Pages/Test.php:
|
270 |
-
msgid "
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: src/Admin/Pages/Test.php:
|
274 |
-
msgid "
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: src/Admin/Pages/Test.php:
|
278 |
-
msgid "
|
279 |
-
msgstr ""
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
#. translators: %s - SMTP host address.
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
#: src/Admin/Pages/Test.php:
|
306 |
-
msgid "
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: src/Admin/Pages/Test.php:
|
310 |
-
msgid "
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: src/Admin/Pages/Test.php:
|
314 |
-
msgid "
|
315 |
-
msgstr ""
|
316 |
-
|
317 |
-
#: src/Admin/Pages/Test.php:
|
318 |
-
msgid "
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: src/Admin/Pages/Test.php:
|
322 |
-
msgid "
|
323 |
-
msgstr ""
|
324 |
-
|
325 |
-
#: src/Admin/Pages/Test.php:
|
326 |
-
msgid "
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#: src/Admin/Pages/Test.php:
|
330 |
-
msgid "
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: src/Admin/Pages/Test.php:
|
334 |
-
msgid "
|
335 |
-
msgstr ""
|
336 |
-
|
337 |
-
#: src/Admin/Pages/Test.php:
|
338 |
-
msgid "
|
339 |
-
msgstr ""
|
340 |
-
|
341 |
-
#: src/Admin/Pages/Test.php:
|
342 |
-
msgid "
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: src/Admin/Pages/Test.php:
|
346 |
-
msgid "
|
347 |
-
msgstr ""
|
348 |
-
|
349 |
-
#: src/Admin/Pages/Test.php:
|
350 |
-
msgid "
|
351 |
-
msgstr ""
|
352 |
-
|
353 |
-
#: src/Admin/Pages/Test.php:
|
354 |
-
msgid "
|
355 |
-
msgstr ""
|
356 |
-
|
357 |
-
#: src/Admin/Pages/Test.php:
|
358 |
-
msgid "
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: src/Admin/Pages/Test.php:
|
362 |
-
msgid "
|
363 |
-
msgstr ""
|
364 |
-
|
365 |
-
#: src/Admin/Pages/Test.php:
|
366 |
-
msgid "
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
-
#: src/Admin/Pages/Test.php:
|
370 |
-
msgid "
|
371 |
-
msgstr ""
|
372 |
-
|
373 |
-
#: src/Admin/Pages/Test.php:
|
374 |
-
msgid "
|
375 |
-
msgstr ""
|
376 |
-
|
377 |
-
#: src/Admin/Pages/Test.php:
|
378 |
-
msgid "
|
379 |
-
msgstr ""
|
380 |
-
|
381 |
-
#: src/Admin/Pages/Test.php:
|
382 |
-
msgid "
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: src/Admin/Pages/Test.php:
|
386 |
-
msgid "
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: src/Admin/Pages/Test.php:
|
390 |
-
msgid "
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: src/Admin/Pages/Test.php:
|
394 |
-
msgid "
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: src/Admin/Pages/Test.php:
|
398 |
-
msgid "
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: src/Admin/Pages/Test.php:
|
402 |
-
msgid "
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
#: src/Admin/Pages/Test.php:
|
444 |
-
msgid "
|
445 |
-
msgstr ""
|
446 |
-
|
447 |
-
#: src/Admin/Pages/Test.php:
|
448 |
-
msgid "
|
449 |
-
msgstr ""
|
450 |
-
|
451 |
-
#:
|
452 |
-
msgid "
|
453 |
-
msgstr ""
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
#: src/Admin/Pages/Test.php:
|
482 |
-
msgid "
|
483 |
-
msgstr ""
|
484 |
-
|
485 |
-
#: src/Admin/Pages/Test.php:
|
486 |
-
msgid "
|
487 |
-
msgstr ""
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
#: src/Admin/Pages/Test.php:
|
512 |
-
msgid "
|
513 |
-
msgstr ""
|
514 |
-
|
515 |
-
#: src/Admin/Pages/Test.php:
|
516 |
-
msgid "Make sure that
|
517 |
-
msgstr ""
|
518 |
-
|
519 |
-
#: src/Admin/Pages/Test.php:
|
520 |
-
msgid "
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
#: src/Admin/Pages/Test.php:
|
538 |
-
msgid "
|
539 |
-
msgstr ""
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
#. translators: %s -
|
551 |
-
#: src/Admin/Pages/Test.php:
|
552 |
-
msgid "
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
#: src/Admin/Pages/Test.php:
|
564 |
-
msgid "
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
#: src/Admin/Pages/Test.php:
|
568 |
-
msgid "
|
569 |
-
msgstr ""
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
#: src/Admin/Pages/Test.php:
|
610 |
-
msgid "
|
611 |
-
msgstr ""
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
#: src/Admin/Pages/Test.php:
|
628 |
-
msgid "
|
629 |
-
msgstr ""
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
msgstr
|
642 |
-
|
643 |
-
#: src/
|
644 |
-
msgid "
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
#: src/
|
650 |
-
msgid "
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
#. translators:
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#:
|
678 |
-
msgid "
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
#:
|
694 |
-
msgid "
|
695 |
-
msgstr ""
|
696 |
-
|
697 |
-
#: src/Providers/Gmail/Options.php:
|
698 |
-
msgid "
|
699 |
-
msgstr ""
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
#: src/Providers/
|
744 |
-
msgid "
|
745 |
-
msgstr ""
|
746 |
-
|
747 |
-
#: src/Providers/
|
748 |
-
msgid "
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: src/Providers/
|
752 |
-
msgid "
|
753 |
-
msgstr ""
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
#: src/Providers/OptionsAbstract.php:
|
830 |
-
msgid "
|
831 |
-
msgstr ""
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
#. translators: %s -
|
869 |
-
#: src/Providers/
|
870 |
-
msgid "
|
871 |
-
msgstr ""
|
872 |
-
|
873 |
-
#: src/Providers/
|
874 |
-
msgid "Other SMTP"
|
875 |
-
msgstr ""
|
876 |
-
|
877 |
-
#: src/Providers/
|
878 |
-
msgid "
|
879 |
-
msgstr ""
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
#: wp_mail_smtp.php:
|
980 |
-
msgid "
|
981 |
-
msgstr ""
|
982 |
-
|
983 |
-
#: wp_mail_smtp.php:
|
984 |
-
msgid "
|
985 |
-
msgstr ""
|
986 |
-
|
987 |
-
#: wp_mail_smtp.php:
|
988 |
-
msgid "
|
989 |
-
msgstr ""
|
990 |
-
|
991 |
-
#: wp_mail_smtp.php:
|
992 |
-
msgid "
|
993 |
-
msgstr ""
|
994 |
-
|
995 |
-
#: wp_mail_smtp.php:
|
996 |
-
msgid "
|
997 |
-
msgstr ""
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2018 WP Mail SMTP
|
2 |
+
# This file is distributed under the same license as the WP Mail SMTP package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: WP Mail SMTP\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Language-Team: WPForms <support@wpforms.com>\n"
|
10 |
+
"X-Poedit-Basepath: ..\n"
|
11 |
+
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
12 |
+
"X-Poedit-SearchPath-0: .\n"
|
13 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
14 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
|
17 |
+
#. translators: %s - error code, returned by Google API.
|
18 |
+
#. translators: %s - error code, returned by Google API.
|
19 |
+
#: build/wp-mail-smtp/src/Admin/Area.php:95, src/Admin/Area.php:95
|
20 |
+
msgid "There was an error while processing the authentication request: %s. Please try again."
|
21 |
+
msgstr ""
|
22 |
+
|
23 |
+
#: build/wp-mail-smtp/src/Admin/Area.php:102, src/Admin/Area.php:102
|
24 |
+
msgid "There was an error while processing the authentication request. Please try again."
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: build/wp-mail-smtp/src/Admin/Area.php:109, src/Admin/Area.php:109
|
28 |
+
msgid "There was an error while processing the authentication request. Please make sure that you have Client ID and Client Secret both valid and saved."
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: build/wp-mail-smtp/src/Admin/Area.php:118, src/Admin/Area.php:118
|
32 |
+
msgid "You have successfully linked the current site with your Google API project. Now you can start sending emails through Google."
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#. translators: %s - Mailer anchor link.
|
36 |
+
#. translators: %s - Mailer anchor link.
|
37 |
+
#: build/wp-mail-smtp/src/Admin/Area.php:147, src/Admin/Area.php:147
|
38 |
+
msgid "Thanks for using WP Mail SMTP! To complete the plugin setup and start sending emails, <strong>please select and configure your <a href=\"%s\">Mailer</a></strong>."
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: build/wp-mail-smtp/src/Admin/Area.php:169, src/Admin/Area.php:169
|
42 |
+
msgid "WP Mail SMTP Options"
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: build/wp-mail-smtp/src/Admin/Area.php:170, build/wp-mail-smtp/wp_mail_smtp.php:652, src/Admin/Area.php:170, wp_mail_smtp.php:652
|
46 |
+
msgid "WP Mail SMTP"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#. translators: %1$s - WP.org link; %2$s - same WP.org link.
|
50 |
+
#. translators: %1$s - WP.org link; %2$s - same WP.org link.
|
51 |
+
#: build/wp-mail-smtp/src/Admin/Area.php:242, src/Admin/Area.php:242
|
52 |
+
msgid "Please rate <strong>WP Mail SMTP</strong> <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">★★★★★</a> on <a href=\"%2$s\" target=\"_blank\">WordPress.org</a> to help us spread the word. Thank you from the WP Mail SMTP team!"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
#: build/wp-mail-smtp/src/Admin/Area.php:410, src/Admin/Area.php:420
|
56 |
+
msgid "WPForms related message was successfully dismissed"
|
57 |
+
msgstr ""
|
58 |
+
|
59 |
+
#: build/wp-mail-smtp/src/Admin/Area.php:444, build/wp-mail-smtp/src/Admin/Pages/Settings.php:26, build/wp-mail-smtp/wp_mail_smtp.php:758, src/Admin/Area.php:454, src/Admin/Pages/Settings.php:26, wp_mail_smtp.php:758
|
60 |
+
msgid "Settings"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Misc.php:24, src/Admin/Pages/Misc.php:24
|
64 |
+
msgid "Misc"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Misc.php:48, src/Admin/Pages/Misc.php:48
|
68 |
+
msgid "General"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Misc.php:55, build/wp-mail-smtp/wp_mail_smtp.php:395, build/wp-mail-smtp/wp_mail_smtp.php:400, src/Admin/Pages/Misc.php:55, wp_mail_smtp.php:395, wp_mail_smtp.php:400
|
72 |
+
msgid "Hide Announcements"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Misc.php:62, build/wp-mail-smtp/wp_mail_smtp.php:405, src/Admin/Pages/Misc.php:62, wp_mail_smtp.php:405
|
76 |
+
msgid "Check this if you would like to hide plugin announcements and update details."
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Misc.php:69, src/Admin/Pages/Misc.php:69
|
80 |
+
msgid "Uninstall WP Mail SMTP"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Misc.php:75, src/Admin/Pages/Misc.php:75
|
84 |
+
msgid "Check this if you would like to remove ALL WP Mail SMTP data upon plugin deletion. All settings will be unrecoverable."
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Misc.php:80, build/wp-mail-smtp/src/Admin/Pages/Settings.php:206, src/Admin/Pages/Misc.php:80, src/Admin/Pages/Settings.php:206
|
88 |
+
msgid "Save Settings"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Misc.php:111, build/wp-mail-smtp/src/Admin/Pages/Settings.php:389, src/Admin/Pages/Misc.php:111, src/Admin/Pages/Settings.php:389
|
92 |
+
msgid "Settings were successfully saved."
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:51, src/Admin/Pages/Settings.php:51
|
96 |
+
msgid "Mail"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:58, build/wp-mail-smtp/wp_mail_smtp.php:296, src/Admin/Pages/Settings.php:58, wp_mail_smtp.php:296
|
100 |
+
msgid "From Email"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:68, src/Admin/Pages/Settings.php:68
|
104 |
+
msgid "The email address which emails are sent from."
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:69, src/Admin/Pages/Settings.php:69
|
108 |
+
msgid "If you using an email provider (Gmail, Yahoo, Outlook.com, etc) this should be your email address for that account."
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:73, src/Admin/Pages/Settings.php:73
|
112 |
+
msgid "Please note that other plugins can change this, to prevent this use the setting below."
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:84, src/Admin/Pages/Settings.php:84
|
116 |
+
msgid "Force From Email"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:88, src/Admin/Pages/Settings.php:88
|
120 |
+
msgid "If checked, the From Email setting above will be used for all emails, ignoring values set by other plugins."
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:96, build/wp-mail-smtp/wp_mail_smtp.php:315, src/Admin/Pages/Settings.php:96, wp_mail_smtp.php:315
|
124 |
+
msgid "From Name"
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:106, src/Admin/Pages/Settings.php:106
|
128 |
+
msgid "The name which emails are sent from."
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:117, src/Admin/Pages/Settings.php:117
|
132 |
+
msgid "Force From Name"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:121, src/Admin/Pages/Settings.php:121
|
136 |
+
msgid "If checked, the From Name setting above will be used for all emails, ignoring values set by other plugins."
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:129, build/wp-mail-smtp/wp_mail_smtp.php:330, build/wp-mail-smtp/wp_mail_smtp.php:335, src/Admin/Pages/Settings.php:129, wp_mail_smtp.php:330, wp_mail_smtp.php:335
|
140 |
+
msgid "Mailer"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:162, build/wp-mail-smtp/wp_mail_smtp.php:371, build/wp-mail-smtp/wp_mail_smtp.php:376, src/Admin/Pages/Settings.php:162, wp_mail_smtp.php:371, wp_mail_smtp.php:376
|
144 |
+
msgid "Return Path"
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:171, build/wp-mail-smtp/wp_mail_smtp.php:381, src/Admin/Pages/Settings.php:171, wp_mail_smtp.php:381
|
148 |
+
msgid "Set the return-path to match the From Email"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:175, build/wp-mail-smtp/wp_mail_smtp.php:385, src/Admin/Pages/Settings.php:175, wp_mail_smtp.php:385
|
152 |
+
msgid "Return Path indicates where non-delivery receipts - or bounce messages - are to be sent."
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:176, src/Admin/Pages/Settings.php:176
|
156 |
+
msgid "If unchecked bounce messages may be lost."
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:244, src/Admin/Pages/Settings.php:244
|
160 |
+
msgid "Get WPForms Pro and Support WP Mail SMTP"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:248, build/wp-mail-smtp/src/Admin/Pages/Test.php:767, src/Admin/Pages/Settings.php:248, src/Admin/Pages/Test.php:773
|
164 |
+
msgid "WP Mail SMTP is a free plugin, and the team behind WPForms maintains it to give back to the WordPress community."
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#. translators: %s - WPForms.com URL.
|
168 |
+
#. translators: %s - WPForms.com URL.
|
169 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:256, src/Admin/Pages/Settings.php:256
|
170 |
+
msgid "Please consider supporting us by <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">purchasing a WPForms Pro license</a>. Aside from getting access to the best drag & drop WordPress form builder plugin, your purchase will help us continue to maintain and add new features to the WP Mail SMTP plugin while keeping this SMTP plugin free for the larger WordPress community."
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#. translators: %s - link to WP.org repo and 5 HTML encoded stars as a label.
|
174 |
+
#. translators: %s - link to WP.org repo and 5 HTML encoded stars as a label.
|
175 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:274, src/Admin/Pages/Settings.php:274
|
176 |
+
msgid "We know that you will truly love WPForms. It has over 2000+ five star ratings (%s) and is active on over 1 million websites."
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:280, src/Admin/Pages/Settings.php:280
|
180 |
+
msgid "Other Benefits:"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:284, src/Admin/Pages/Settings.php:284
|
184 |
+
msgid "Access to premium support for WP Mail SMTP"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:285, src/Admin/Pages/Settings.php:285
|
188 |
+
msgid "Get the best drag & drop form builder"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:286, src/Admin/Pages/Settings.php:286
|
192 |
+
msgid "All form features like file upload, pagination, etc"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:287, src/Admin/Pages/Settings.php:287
|
196 |
+
msgid "Create surveys & polls with the surveys addon"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:290, src/Admin/Pages/Settings.php:290
|
200 |
+
msgid "No future ads inside WP Mail SMTP admin"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:291, src/Admin/Pages/Settings.php:291
|
204 |
+
msgid "Pre-made form templates and smart conditional logic"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:292, src/Admin/Pages/Settings.php:292
|
208 |
+
msgid "500+ integrations with different marketing & payment services"
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:293, src/Admin/Pages/Settings.php:293
|
212 |
+
msgid "Collect signatures, geo-location data, and more"
|
213 |
+
msgstr ""
|
214 |
+
|
215 |
+
#. translators: %1$s - WPForms.com URL, %2$s - percents off.
|
216 |
+
#. translators: %1$s - WPForms.com URL, %2$s - percents off.
|
217 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Settings.php:302, src/Admin/Pages/Settings.php:302
|
218 |
+
msgid "<a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">Get WPForms Pro and support WP Mail SMTP</a> - use coupon \"<strong>thankyou</strong>\" to save %2$s off your purchase."
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:36, src/Admin/Pages/Test.php:36
|
222 |
+
msgid "Email Test"
|
223 |
+
msgstr ""
|
224 |
+
|
225 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:58, build/wp-mail-smtp/wp_mail_smtp.php:598, src/Admin/Pages/Test.php:58, wp_mail_smtp.php:598
|
226 |
+
msgid "Send a Test Email"
|
227 |
+
msgstr ""
|
228 |
+
|
229 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:65, src/Admin/Pages/Test.php:65
|
230 |
+
msgid "Send To"
|
231 |
+
msgstr ""
|
232 |
+
|
233 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:70, src/Admin/Pages/Test.php:70
|
234 |
+
msgid "Type an email address here and then click a button below to generate a test email."
|
235 |
+
msgstr ""
|
236 |
+
|
237 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:76, src/Admin/Pages/Test.php:76
|
238 |
+
msgid "Send Email"
|
239 |
+
msgstr ""
|
240 |
+
|
241 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:97, src/Admin/Pages/Test.php:97
|
242 |
+
msgid "Test failed. Please use a valid email address and try to resend the test email."
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
#. translators: %s - email address a test email will be sent to.
|
246 |
+
#. translators: %s - email address a test email will be sent to.
|
247 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:121, src/Admin/Pages/Test.php:121
|
248 |
+
msgid "Test email to %s"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#. translators: %s - mailer name.
|
252 |
+
#. translators: %s - mailer name.
|
253 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:124, src/Admin/Pages/Test.php:124
|
254 |
+
msgid "This email was sent by %s mailer, and generated by the WP Mail SMTP WordPress plugin."
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:136, src/Admin/Pages/Test.php:136
|
258 |
+
msgid "Your email was sent successfully!"
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:247, src/Admin/Pages/Test.php:247
|
262 |
+
msgid "SSL certificate issue."
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:248, src/Admin/Pages/Test.php:248
|
266 |
+
msgid "This means your web server cannot reliably make secure connections (make requests to HTTPS sites)."
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:249, build/wp-mail-smtp/src/Admin/Pages/Test.php:296, src/Admin/Pages/Test.php:249, src/Admin/Pages/Test.php:300
|
270 |
+
msgid "Typically this error is returned when web server is not configured properly."
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:252, src/Admin/Pages/Test.php:252
|
274 |
+
msgid "Contact your web hosting provider and inform them your site has an issue with SSL certificates."
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:253, build/wp-mail-smtp/src/Admin/Pages/Test.php:300, src/Admin/Pages/Test.php:253, src/Admin/Pages/Test.php:304
|
278 |
+
msgid "The exact error you can provide them is in the Error log, available at the bottom of this page."
|
279 |
+
msgstr ""
|
280 |
+
|
281 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:254, build/wp-mail-smtp/src/Admin/Pages/Test.php:301, src/Admin/Pages/Test.php:254, src/Admin/Pages/Test.php:305
|
282 |
+
msgid "Ask them to resolve the issue then try again."
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:265, src/Admin/Pages/Test.php:265
|
286 |
+
msgid "Could not connect to host."
|
287 |
+
msgstr ""
|
288 |
+
|
289 |
+
#. translators: %s - SMTP host address.
|
290 |
+
#. translators: %s - SMTP host address.
|
291 |
+
#. translators: %s - SMTP host address.
|
292 |
+
#. translators: %s - SMTP host address.
|
293 |
+
#. translators: %s - SMTP host address.
|
294 |
+
#. translators: %s - SMTP host address.
|
295 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:268, build/wp-mail-smtp/src/Admin/Pages/Test.php:293, build/wp-mail-smtp/src/Admin/Pages/Test.php:364, src/Admin/Pages/Test.php:269, src/Admin/Pages/Test.php:296, src/Admin/Pages/Test.php:369
|
296 |
+
msgid "This means your web server was unable to connect to %s."
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:271, src/Admin/Pages/Test.php:273
|
300 |
+
msgid "Typically this error is returned your web server is blocking the connections or the SMTP host denying the request."
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#. translators: %s - SMTP host address.
|
304 |
+
#. translators: %s - SMTP host address.
|
305 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:276, src/Admin/Pages/Test.php:278
|
306 |
+
msgid "Contact your web hosting provider and ask them to verify your server can connect to %s. Additionally, ask them if a firewall or security policy may be preventing the connection."
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:279, src/Admin/Pages/Test.php:281
|
310 |
+
msgid "If using \"Other SMTP\" Mailer, triple check your SMTP settings including host address, email, and password."
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:280, src/Admin/Pages/Test.php:282
|
314 |
+
msgid "If using \"Other SMTP\" Mailer, contact your SMTP host to confirm they are accepting outside connections with the settings you have configured (address, username, port, security, etc)."
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:290, src/Admin/Pages/Test.php:292
|
318 |
+
msgid "Could not connect to your host."
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:299, src/Admin/Pages/Test.php:303
|
322 |
+
msgid "Contact your web hosting provider and inform them you are having issues making outbound connections."
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:311, src/Admin/Pages/Test.php:315
|
326 |
+
msgid "Could not authenticate your SMTP account."
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:312, src/Admin/Pages/Test.php:316
|
330 |
+
msgid "This means we were able to connect to your SMTP host, but were not able to proceed using the email/password in the settings."
|
331 |
+
msgstr ""
|
332 |
+
|
333 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:313, src/Admin/Pages/Test.php:317
|
334 |
+
msgid "Typically this error is returned when the email or password is not correct or is not what the SMTP host is expecting."
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:316, src/Admin/Pages/Test.php:320
|
338 |
+
msgid "Triple check your SMTP settings including host address, email, and password. If you have recently reset your password you will need to update the settings."
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:317, build/wp-mail-smtp/src/Admin/Pages/Test.php:392, src/Admin/Pages/Test.php:321, src/Admin/Pages/Test.php:398
|
342 |
+
msgid "Contact your SMTP host to confirm you are using the correct username and password."
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:318, build/wp-mail-smtp/src/Admin/Pages/Test.php:393, src/Admin/Pages/Test.php:322, src/Admin/Pages/Test.php:399
|
346 |
+
msgid "Verify with your SMTP host that your account has permissions to send emails using outside connections."
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:328, src/Admin/Pages/Test.php:332
|
350 |
+
msgid "Error due to unsolicited and/or bulk e-mail."
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:329, src/Admin/Pages/Test.php:333
|
354 |
+
msgid "This means the connection to your SMTP host was made successfully, but the host rejected the email."
|
355 |
+
msgstr ""
|
356 |
+
|
357 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:330, src/Admin/Pages/Test.php:334
|
358 |
+
msgid "Typically this error is returned when your are sending too many e-mails or e-mails that have been identified as spam."
|
359 |
+
msgstr ""
|
360 |
+
|
361 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:333, src/Admin/Pages/Test.php:337
|
362 |
+
msgid "Check the emails that are sending are sending individually. Example: email is not sending to 30 recipients. You can install any WordPress e-mail logging plugin to do that."
|
363 |
+
msgstr ""
|
364 |
+
|
365 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:334, src/Admin/Pages/Test.php:338
|
366 |
+
msgid "Contact your SMTP host to ask about sending/rate limits."
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:335, src/Admin/Pages/Test.php:339
|
370 |
+
msgid "Verify with them your SMTP account is in good standing and your account has not been flagged."
|
371 |
+
msgstr ""
|
372 |
+
|
373 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:345, src/Admin/Pages/Test.php:349
|
374 |
+
msgid "Unauthenticated senders are not allowed."
|
375 |
+
msgstr ""
|
376 |
+
|
377 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:346, src/Admin/Pages/Test.php:350
|
378 |
+
msgid "This means the connection to your SMTP host was made successfully, but you should enable Authentication and provide correct Username and Password."
|
379 |
+
msgstr ""
|
380 |
+
|
381 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:349, src/Admin/Pages/Test.php:353
|
382 |
+
msgid "Go to WP Mail SMTP plugin Settings page."
|
383 |
+
msgstr ""
|
384 |
+
|
385 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:350, src/Admin/Pages/Test.php:354
|
386 |
+
msgid "Enable Authentication"
|
387 |
+
msgstr ""
|
388 |
+
|
389 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:351, src/Admin/Pages/Test.php:355
|
390 |
+
msgid "Enter correct SMTP Username (usually this is an email address) and Password in the appropriate fields."
|
391 |
+
msgstr ""
|
392 |
+
|
393 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:361, src/Admin/Pages/Test.php:365
|
394 |
+
msgid "Could not connect to the SMTP host."
|
395 |
+
msgstr ""
|
396 |
+
|
397 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:367, build/wp-mail-smtp/src/Admin/Pages/Test.php:688, src/Admin/Pages/Test.php:373, src/Admin/Pages/Test.php:694
|
398 |
+
msgid "Typically this error is returned for one of the following reasons:"
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:368, src/Admin/Pages/Test.php:374
|
402 |
+
msgid "SMTP settings are incorrect (wrong port, security setting, incorrect host)."
|
403 |
+
msgstr ""
|
404 |
+
|
405 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:369, build/wp-mail-smtp/src/Admin/Pages/Test.php:690, src/Admin/Pages/Test.php:375, src/Admin/Pages/Test.php:696
|
406 |
+
msgid "Your web server is blocking the connection."
|
407 |
+
msgstr ""
|
408 |
+
|
409 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:370, src/Admin/Pages/Test.php:376
|
410 |
+
msgid "Your SMTP host is rejecting the connection."
|
411 |
+
msgstr ""
|
412 |
+
|
413 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:373, src/Admin/Pages/Test.php:379
|
414 |
+
msgid "Triple check your SMTP settings including host address, email, and password, port, and security."
|
415 |
+
msgstr ""
|
416 |
+
|
417 |
+
#. translators: %1$s - SMTP host address, %2$s - SMTP port, %3$s - SMTP encryption.
|
418 |
+
#. translators: %1$s - SMTP host address, %2$s - SMTP port, %3$s - SMTP encryption.
|
419 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:377, src/Admin/Pages/Test.php:383
|
420 |
+
msgid "Contact your web hosting provider and ask them to verify your server can connect to %1$s on port %2$s using %3$s encryption. Additionally, ask them if a firewall or security policy may be preventing the connection - many shared hosts block certain ports.<br><strong>Note: this is the most common cause of this issue.</strong>"
|
421 |
+
msgstr ""
|
422 |
+
|
423 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:390, src/Admin/Pages/Test.php:396
|
424 |
+
msgid "no"
|
425 |
+
msgstr ""
|
426 |
+
|
427 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:403, build/wp-mail-smtp/src/Admin/Pages/Test.php:419, src/Admin/Pages/Test.php:409, src/Admin/Pages/Test.php:425
|
428 |
+
msgid "Mailgun failed."
|
429 |
+
msgstr ""
|
430 |
+
|
431 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:404, src/Admin/Pages/Test.php:410
|
432 |
+
msgid "Typically this error is because there is an issue with your Mailgun settings, in many cases the API key."
|
433 |
+
msgstr ""
|
434 |
+
|
435 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:407, src/Admin/Pages/Test.php:413
|
436 |
+
msgid "Verify your API key is correct."
|
437 |
+
msgstr ""
|
438 |
+
|
439 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:408, src/Admin/Pages/Test.php:414
|
440 |
+
msgid "Go to your Mailgun account and view your API key."
|
441 |
+
msgstr ""
|
442 |
+
|
443 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:409, src/Admin/Pages/Test.php:415
|
444 |
+
msgid "Note that the API key includes the \"key\" prefix, so make sure that it is in the WP Mail SMTP Mailgun API setting."
|
445 |
+
msgstr ""
|
446 |
+
|
447 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:420, src/Admin/Pages/Test.php:426
|
448 |
+
msgid "Your Mailgun account does not have access to send emails."
|
449 |
+
msgstr ""
|
450 |
+
|
451 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:421, src/Admin/Pages/Test.php:427
|
452 |
+
msgid "Typically this error is because you have not setup and/or complete domain name verification for your Mailgun account."
|
453 |
+
msgstr ""
|
454 |
+
|
455 |
+
#. translators: %s - Mailgun documentation URL.
|
456 |
+
#. translators: %s - Mailgun documentation URL.
|
457 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:427, src/Admin/Pages/Test.php:433
|
458 |
+
msgid "Go to our how-to guide for setting up <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Mailgun with WP Mail SMTP</a>."
|
459 |
+
msgstr ""
|
460 |
+
|
461 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:438, src/Admin/Pages/Test.php:444
|
462 |
+
msgid "Complete the steps in section \"2. Verify Your Domain\"."
|
463 |
+
msgstr ""
|
464 |
+
|
465 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:448, build/wp-mail-smtp/src/Admin/Pages/Test.php:499, build/wp-mail-smtp/src/Admin/Pages/Test.php:520, build/wp-mail-smtp/src/Admin/Pages/Test.php:547, build/wp-mail-smtp/src/Admin/Pages/Test.php:563, build/wp-mail-smtp/src/Admin/Pages/Test.php:618, build/wp-mail-smtp/src/Admin/Pages/Test.php:645, src/Admin/Pages/Test.php:454, src/Admin/Pages/Test.php:505, src/Admin/Pages/Test.php:526, src/Admin/Pages/Test.php:553, src/Admin/Pages/Test.php:569, src/Admin/Pages/Test.php:624, src/Admin/Pages/Test.php:651
|
466 |
+
msgid "Google API Error."
|
467 |
+
msgstr ""
|
468 |
+
|
469 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:449, src/Admin/Pages/Test.php:455
|
470 |
+
msgid "You have not properly configured Gmail mailer."
|
471 |
+
msgstr ""
|
472 |
+
|
473 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:450, src/Admin/Pages/Test.php:456
|
474 |
+
msgid "Make sure that you have clicked the \"Allow plugin to send emails using your Google account\" button under Gmail settings."
|
475 |
+
msgstr ""
|
476 |
+
|
477 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:453, src/Admin/Pages/Test.php:459
|
478 |
+
msgid "Go to plugin Settings page and click the \"Allow plugin to send emails using your Google account\" button."
|
479 |
+
msgstr ""
|
480 |
+
|
481 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:454, src/Admin/Pages/Test.php:460
|
482 |
+
msgid "After the click you should be redirected to a Gmail authorization screen, where you will be asked a permission to send emails on your behalf."
|
483 |
+
msgstr ""
|
484 |
+
|
485 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:455, src/Admin/Pages/Test.php:461
|
486 |
+
msgid "Please click \"Agree\", if you see that button. If not - you will need to enable less secure apps first:"
|
487 |
+
msgstr ""
|
488 |
+
|
489 |
+
#. translators: %s - Google support article URL.
|
490 |
+
#. translators: %s - Google support article URL.
|
491 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:461, src/Admin/Pages/Test.php:467
|
492 |
+
msgid "if you are using regular Gmail account, please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">read this article</a> to proceed."
|
493 |
+
msgstr ""
|
494 |
+
|
495 |
+
#. translators: %s - Google support article URL.
|
496 |
+
#. translators: %s - Google support article URL.
|
497 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:477, src/Admin/Pages/Test.php:483
|
498 |
+
msgid "if you are using G Suite, please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">read this article</a> to proceed."
|
499 |
+
msgstr ""
|
500 |
+
|
501 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:500, src/Admin/Pages/Test.php:506
|
502 |
+
msgid "Typically this error is because address the email was sent to is invalid or was empty."
|
503 |
+
msgstr ""
|
504 |
+
|
505 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:503, src/Admin/Pages/Test.php:509
|
506 |
+
msgid "Check the \"Send To\" email address used and confirm it is a valid email and was not empty."
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
+
#. translators: 1 - correct email address example. 2 - incorrect email address example.
|
510 |
+
#. translators: 1 - correct email address example. 2 - incorrect email address example.
|
511 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:506, src/Admin/Pages/Test.php:512
|
512 |
+
msgid "It should be something like this: %1$s. These are incorrect values: %2$s."
|
513 |
+
msgstr ""
|
514 |
+
|
515 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:510, src/Admin/Pages/Test.php:516
|
516 |
+
msgid "Make sure that the generated email has a TO header, useful when you are responsible for email creation."
|
517 |
+
msgstr ""
|
518 |
+
|
519 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:521, src/Admin/Pages/Test.php:527
|
520 |
+
msgid "Unfortunately, this error can be due to many different reasons."
|
521 |
+
msgstr ""
|
522 |
+
|
523 |
+
#. translators: %s - Blog article URL.
|
524 |
+
#. translators: %s - Blog article URL.
|
525 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:527, src/Admin/Pages/Test.php:533
|
526 |
+
msgid "Please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">read this article</a> to learn more about what can cause this error and how it can be resolved."
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:548, src/Admin/Pages/Test.php:554
|
530 |
+
msgid "Authentication code that Google returned to you has already been used on your previous auth attempt."
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:551, src/Admin/Pages/Test.php:557
|
534 |
+
msgid "Make sure that you are not trying to manually clean up the plugin options to retry the \"Allow...\" step."
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:552, src/Admin/Pages/Test.php:558
|
538 |
+
msgid "Reinstall the plugin with clean plugin data turned on on Misc page. This will remove all the plugin options and you will be safe to retry."
|
539 |
+
msgstr ""
|
540 |
+
|
541 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:553, src/Admin/Pages/Test.php:559
|
542 |
+
msgid "Make sure there is no aggressive caching on site admin area pages or try to clean cache between attempts."
|
543 |
+
msgstr ""
|
544 |
+
|
545 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:564, src/Admin/Pages/Test.php:570
|
546 |
+
msgid "There are various reasons for that, please review the steps below."
|
547 |
+
msgstr ""
|
548 |
+
|
549 |
+
#. translators: %s - Google G Suite Admin area URL.
|
550 |
+
#. translators: %s - Google G Suite Admin area URL.
|
551 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:570, src/Admin/Pages/Test.php:576
|
552 |
+
msgid "Make sure that your G Suite trial period has not expired. You can check the status <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>."
|
553 |
+
msgstr ""
|
554 |
+
|
555 |
+
#. translators: %s - Google G Suite Admin area URL.
|
556 |
+
#. translators: %s - Google G Suite Admin area URL.
|
557 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:584, src/Admin/Pages/Test.php:590
|
558 |
+
msgid "Make sure that Gmail app in your G Suite is actually enabled. You can check that in Apps list in <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">G Suite Admin</a> area."
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
+
#. translators: %s - Google Developers Console URL.
|
562 |
+
#. translators: %s - Google Developers Console URL.
|
563 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:598, src/Admin/Pages/Test.php:604
|
564 |
+
msgid "Make sure that you have Gmail API enabled, and you can do that <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>."
|
565 |
+
msgstr ""
|
566 |
+
|
567 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:621, build/wp-mail-smtp/src/Admin/Pages/Test.php:649, src/Admin/Pages/Test.php:627, src/Admin/Pages/Test.php:655
|
568 |
+
msgid "Make sure that the used Client ID/Secret correspond to a proper project that has Gmail API enabled."
|
569 |
+
msgstr ""
|
570 |
+
|
571 |
+
#. translators: %s - WPForms.com tutorial URL.
|
572 |
+
#. translators: %s - WPForms.com tutorial URL.
|
573 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:625, src/Admin/Pages/Test.php:631
|
574 |
+
msgid "Please follow our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Gmail tutorial</a> to be sure that all the correct project and data is applied."
|
575 |
+
msgstr ""
|
576 |
+
|
577 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:646, src/Admin/Pages/Test.php:652
|
578 |
+
msgid "You may have added a new API to a project"
|
579 |
+
msgstr ""
|
580 |
+
|
581 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:650, src/Admin/Pages/Test.php:656
|
582 |
+
msgid "Try to use a separate project for your emails, so the project has only 1 Gmail API in it enabled. You will need to remove the old project and create a new one from scratch."
|
583 |
+
msgstr ""
|
584 |
+
|
585 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:686, src/Admin/Pages/Test.php:692
|
586 |
+
msgid "An issue was detected."
|
587 |
+
msgstr ""
|
588 |
+
|
589 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:687, src/Admin/Pages/Test.php:693
|
590 |
+
msgid "This means your test email was unable to be sent."
|
591 |
+
msgstr ""
|
592 |
+
|
593 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:689, src/Admin/Pages/Test.php:695
|
594 |
+
msgid "Plugin settings are incorrect (wrong SMTP settings, invalid Mailer configuration, etc)."
|
595 |
+
msgstr ""
|
596 |
+
|
597 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:691, src/Admin/Pages/Test.php:697
|
598 |
+
msgid "Your host is rejecting the connection."
|
599 |
+
msgstr ""
|
600 |
+
|
601 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:694, src/Admin/Pages/Test.php:700
|
602 |
+
msgid "Triple check the plugin settings, consider reconfiguring to make sure everything is correct (eg bad copy and paste)."
|
603 |
+
msgstr ""
|
604 |
+
|
605 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:696, src/Admin/Pages/Test.php:702
|
606 |
+
msgid "Contact your web hosting provider and ask them to verify your server can make outside connections. Additionally, ask them if a firewall or security policy may be preventing the connection - many shared hosts block certain ports.<br><strong>Note: this is the most common cause of this issue.</strong>"
|
607 |
+
msgstr ""
|
608 |
+
|
609 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:702, src/Admin/Pages/Test.php:708
|
610 |
+
msgid "Try using a different mailer."
|
611 |
+
msgstr ""
|
612 |
+
|
613 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:721, src/Admin/Pages/Test.php:727
|
614 |
+
msgid "There was a problem while sending the test email."
|
615 |
+
msgstr ""
|
616 |
+
|
617 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:731, src/Admin/Pages/Test.php:737
|
618 |
+
msgid "Recommended next steps:"
|
619 |
+
msgstr ""
|
620 |
+
|
621 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:741, src/Admin/Pages/Test.php:747
|
622 |
+
msgid "Need support?"
|
623 |
+
msgstr ""
|
624 |
+
|
625 |
+
#. translators: %s - WPForms account area link.
|
626 |
+
#. translators: %s - WPForms account area link.
|
627 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:750, src/Admin/Pages/Test.php:756
|
628 |
+
msgid "As a WPForms Pro user you have access to WP Mail SMTP priority support. Please log in to your WPForms.com account and <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">submit a support ticket</a>."
|
629 |
+
msgstr ""
|
630 |
+
|
631 |
+
#. translators: %s - WPForms URL.
|
632 |
+
#. translators: %s - WPForms URL.
|
633 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:775, src/Admin/Pages/Test.php:781
|
634 |
+
msgid "To access priority support from our team, please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">purchase a WPForms license</a>. Along with getting priority support for WP Mail SMTP, you will also get access to the best drag & drop WordPress form builder plugin."
|
635 |
+
msgstr ""
|
636 |
+
|
637 |
+
#. translators: %s - Star icons.
|
638 |
+
#. translators: %s - Star icons.
|
639 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:794, src/Admin/Pages/Test.php:800
|
640 |
+
msgid "WPForms is being used on over 1 million websites and has over 2000+ five star ratings (%s)."
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:807, src/Admin/Pages/Test.php:813
|
644 |
+
msgid "You will truly love the WPForms plugin, but most importantly your support will help us continue to maintain and add new features to the WP Mail SMTP plugin while keeping it free for the larger WordPress community."
|
645 |
+
msgstr ""
|
646 |
+
|
647 |
+
#. translators: %1$s - WP Mail SMTP support policy URL, %2$s - WP Mail SMTP support forum URL, %3$s - WPForms URL.
|
648 |
+
#. translators: %1$s - WP Mail SMTP support policy URL, %2$s - WP Mail SMTP support forum URL, %3$s - WPForms URL.
|
649 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:815, src/Admin/Pages/Test.php:821
|
650 |
+
msgid "Alternatively, we also offer <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">limited support</a> on the WordPress.org support forums. You can <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">create a support thread</a> there, but please understand that free support is not guaranteed and is limited to simple issues. If you have an urgent or complex issue, then please consider <a href=\"%3$s\" target=\"_blank\" rel=\"noopener noreferrer\">purchasing a WPForms license</a> to access our priority support ticket system."
|
651 |
+
msgstr ""
|
652 |
+
|
653 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:836, src/Admin/Pages/Test.php:842
|
654 |
+
msgid "Click here to view the full Error Log for debugging"
|
655 |
+
msgstr ""
|
656 |
+
|
657 |
+
#: build/wp-mail-smtp/src/Admin/Pages/Test.php:845, src/Admin/Pages/Test.php:851
|
658 |
+
msgid "Please copy only the content of the error debug message above, identified with an orange left border, into the support forum topic if you experience any issues."
|
659 |
+
msgstr ""
|
660 |
+
|
661 |
+
#. translators: 1: plugin name(s).
|
662 |
+
#. translators: 1: plugin name(s).
|
663 |
+
#. translators: 1: plugin name(s).
|
664 |
+
#. translators: 1: plugin name(s).
|
665 |
+
#: build/wp-mail-smtp/src/Core.php:243, build/wp-mail-smtp/src/Core.php:249, src/Core.php:243, src/Core.php:249
|
666 |
+
msgid "Thanks for installing WP Mail SMTP. We also recommend using %1$s. It's the best drag & drop form builder, has over 1 million active installs, and over 2000+ 5 star ratings."
|
667 |
+
msgid_plural "Thanks for installing WP Mail SMTP. We also recommend using %1$s. It's the best drag & drop form builder, has over 1 million active installs, and over 2000+ 5 star ratings."
|
668 |
+
msgstr[0] ""
|
669 |
+
msgstr[1] ""
|
670 |
+
|
671 |
+
#: build/wp-mail-smtp/src/Core.php:254, src/Core.php:254
|
672 |
+
msgid "Install WPForms Now"
|
673 |
+
msgid_plural "Begin installing plugins"
|
674 |
+
msgstr[0] ""
|
675 |
+
msgstr[1] ""
|
676 |
+
|
677 |
+
#: build/wp-mail-smtp/src/Core.php:259, src/Core.php:259
|
678 |
+
msgid "Activate WPForms"
|
679 |
+
msgid_plural "Begin activating plugins"
|
680 |
+
msgstr[0] ""
|
681 |
+
msgstr[1] ""
|
682 |
+
|
683 |
+
#: build/wp-mail-smtp/src/Core.php:289, src/Core.php:289
|
684 |
+
msgid "<strong>EMAIL DELIVERY ERROR:</strong> WP Mail SMTP plugin logged this error during the last time it tried to send an email: "
|
685 |
+
msgstr ""
|
686 |
+
|
687 |
+
#: build/wp-mail-smtp/src/Core.php:318, src/Core.php:318
|
688 |
+
msgid "Consider running an email test after fixing it."
|
689 |
+
msgstr ""
|
690 |
+
|
691 |
+
#. translators: %1$s - Plugin name causing conflict; %2$s - Plugin name causing conflict.
|
692 |
+
#. translators: %1$s - Plugin name causing conflict; %2$s - Plugin name causing conflict.
|
693 |
+
#: build/wp-mail-smtp/src/Core.php:468, src/Core.php:468
|
694 |
+
msgid "Heads up! WP Mail SMTP has detected %1$s is activated. Please deactivate %2$s to prevent conflicts."
|
695 |
+
msgstr ""
|
696 |
+
|
697 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:25, src/Providers/Gmail/Options.php:25
|
698 |
+
msgid "Gmail"
|
699 |
+
msgstr ""
|
700 |
+
|
701 |
+
#. translators: %1$s - opening link tag; %2$s - closing link tag.
|
702 |
+
#. translators: %1$s - opening link tag; %2$s - closing link tag.
|
703 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:29, src/Providers/Gmail/Options.php:29
|
704 |
+
msgid "Send emails using your Gmail or G Suite (formerly Google Apps) account, all while keeping your login credentials safe. Other Google SMTP methods require enabling less secure apps in your account and entering your password. However, this integration uses the Google API to improve email delivery issues while keeping your site secure.<br><br>Read our %1$sGmail documentation%2$s to learn how to configure Gmail or G Suite."
|
705 |
+
msgstr ""
|
706 |
+
|
707 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:64, src/Providers/Gmail/Options.php:64
|
708 |
+
msgid "Client ID"
|
709 |
+
msgstr ""
|
710 |
+
|
711 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:79, src/Providers/Gmail/Options.php:79
|
712 |
+
msgid "Client Secret"
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:94, src/Providers/Gmail/Options.php:94
|
716 |
+
msgid "Authorized redirect URI"
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:102, src/Providers/Gmail/Options.php:102
|
720 |
+
msgid "Copy URL to clipboard"
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:107, src/Providers/Gmail/Options.php:107
|
724 |
+
msgid "This is the path on your site that you will be redirected to after you have authenticated with Google."
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:109, src/Providers/Gmail/Options.php:109
|
728 |
+
msgid "You need to copy this URL into \"Authorized redirect URIs\" field for you web application on Google APIs site for your project there."
|
729 |
+
msgstr ""
|
730 |
+
|
731 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:118, src/Providers/Gmail/Options.php:118
|
732 |
+
msgid "Authorization"
|
733 |
+
msgstr ""
|
734 |
+
|
735 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:143, src/Providers/Gmail/Options.php:143
|
736 |
+
msgid "Are you sure you want to reset the current Gmail connection? You will need to immediately create a new one to be able to send emails."
|
737 |
+
msgstr ""
|
738 |
+
|
739 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:151, src/Providers/Gmail/Options.php:151
|
740 |
+
msgid "Allow plugin to send emails using your Google account"
|
741 |
+
msgstr ""
|
742 |
+
|
743 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:154, src/Providers/Gmail/Options.php:154
|
744 |
+
msgid "Click the button above to confirm authorization."
|
745 |
+
msgstr ""
|
746 |
+
|
747 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:160, src/Providers/Gmail/Options.php:160
|
748 |
+
msgid "Remove Connection"
|
749 |
+
msgstr ""
|
750 |
+
|
751 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:163, src/Providers/Gmail/Options.php:163
|
752 |
+
msgid "Removing the connection will give you an ability to redo the connection or link to another Google account."
|
753 |
+
msgstr ""
|
754 |
+
|
755 |
+
#: build/wp-mail-smtp/src/Providers/Gmail/Options.php:171, src/Providers/Gmail/Options.php:171
|
756 |
+
msgid "To setup Gmail integration properly you should save Client ID and Client Secret."
|
757 |
+
msgstr ""
|
758 |
+
|
759 |
+
#: build/wp-mail-smtp/src/Providers/Mailgun/Options.php:25, src/Providers/Mailgun/Options.php:25
|
760 |
+
msgid "Mailgun"
|
761 |
+
msgstr ""
|
762 |
+
|
763 |
+
#. translators: %1$s - opening link tag; %2$s - closing link tag; %3$s - opening link tag; %4$s - closing link tag.
|
764 |
+
#. translators: %1$s - opening link tag; %2$s - closing link tag; %3$s - opening link tag; %4$s - closing link tag.
|
765 |
+
#: build/wp-mail-smtp/src/Providers/Mailgun/Options.php:29, src/Providers/Mailgun/Options.php:29
|
766 |
+
msgid "%1$sMailgun%2$s is one of the leading transactional email services trusted by over 10,000 website and application developers. They provide users 10,000 free emails per month.<br><br>Read our %3$sMailgun documentation%4$s to learn how to configure Mailgun and improve your email deliverability."
|
767 |
+
msgstr ""
|
768 |
+
|
769 |
+
#: build/wp-mail-smtp/src/Providers/Mailgun/Options.php:57, src/Providers/Mailgun/Options.php:57
|
770 |
+
msgid "Private API Key"
|
771 |
+
msgstr ""
|
772 |
+
|
773 |
+
#. translators: %s - API key link.
|
774 |
+
#. translators: %s - API key link.
|
775 |
+
#: build/wp-mail-smtp/src/Providers/Mailgun/Options.php:69, src/Providers/Mailgun/Options.php:69
|
776 |
+
msgid "Follow this link to get an API Key from Mailgun: %s."
|
777 |
+
msgstr ""
|
778 |
+
|
779 |
+
#: build/wp-mail-smtp/src/Providers/Mailgun/Options.php:71, src/Providers/Mailgun/Options.php:71
|
780 |
+
msgid "Get a Private API Key"
|
781 |
+
msgstr ""
|
782 |
+
|
783 |
+
#: build/wp-mail-smtp/src/Providers/Mailgun/Options.php:82, src/Providers/Mailgun/Options.php:82
|
784 |
+
msgid "Domain Name"
|
785 |
+
msgstr ""
|
786 |
+
|
787 |
+
#. translators: %s - Domain Name link.
|
788 |
+
#. translators: %s - Domain Name link.
|
789 |
+
#: build/wp-mail-smtp/src/Providers/Mailgun/Options.php:94, src/Providers/Mailgun/Options.php:94
|
790 |
+
msgid "Follow this link to get a Domain Name from Mailgun: %s."
|
791 |
+
msgstr ""
|
792 |
+
|
793 |
+
#: build/wp-mail-smtp/src/Providers/Mailgun/Options.php:96, src/Providers/Mailgun/Options.php:96
|
794 |
+
msgid "Get a Domain Name"
|
795 |
+
msgstr ""
|
796 |
+
|
797 |
+
#: build/wp-mail-smtp/src/Providers/Mail/Options.php:25, src/Providers/Mail/Options.php:25
|
798 |
+
msgid "Default (none)"
|
799 |
+
msgstr ""
|
800 |
+
|
801 |
+
#: build/wp-mail-smtp/src/Providers/Mail/Options.php:37, src/Providers/Mail/Options.php:37
|
802 |
+
msgid "You currently have the native WordPress option selected. Please select any other Mailer option above to continue the setup."
|
803 |
+
msgstr ""
|
804 |
+
|
805 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:126, build/wp-mail-smtp/wp_mail_smtp.php:425, src/Providers/OptionsAbstract.php:126, wp_mail_smtp.php:425
|
806 |
+
msgid "SMTP Host"
|
807 |
+
msgstr ""
|
808 |
+
|
809 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:140, build/wp-mail-smtp/wp_mail_smtp.php:440, build/wp-mail-smtp/wp_mail_smtp.php:444, build/wp-mail-smtp/wp_mail_smtp.php:559, build/wp-mail-smtp/wp_mail_smtp.php:565, src/Providers/OptionsAbstract.php:140, wp_mail_smtp.php:440, wp_mail_smtp.php:444, wp_mail_smtp.php:559, wp_mail_smtp.php:565
|
810 |
+
msgid "Encryption"
|
811 |
+
msgstr ""
|
812 |
+
|
813 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:150, src/Providers/OptionsAbstract.php:150
|
814 |
+
msgid "None"
|
815 |
+
msgstr ""
|
816 |
+
|
817 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:159, src/Providers/OptionsAbstract.php:159
|
818 |
+
msgid "SSL"
|
819 |
+
msgstr ""
|
820 |
+
|
821 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:168, src/Providers/OptionsAbstract.php:168
|
822 |
+
msgid "TLS"
|
823 |
+
msgstr ""
|
824 |
+
|
825 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:172, src/Providers/OptionsAbstract.php:172
|
826 |
+
msgid "For most servers TLS is the recommended option. If your SMTP provider offers both SSL and TLS options, we recommend using TLS."
|
827 |
+
msgstr ""
|
828 |
+
|
829 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:180, build/wp-mail-smtp/wp_mail_smtp.php:433, build/wp-mail-smtp/wp_mail_smtp.php:551, src/Providers/OptionsAbstract.php:180, wp_mail_smtp.php:433, wp_mail_smtp.php:551
|
830 |
+
msgid "SMTP Port"
|
831 |
+
msgstr ""
|
832 |
+
|
833 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:194, src/Providers/OptionsAbstract.php:194
|
834 |
+
msgid "Auto TLS"
|
835 |
+
msgstr ""
|
836 |
+
|
837 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:204, build/wp-mail-smtp/src/Providers/OptionsAbstract.php:226, src/Providers/OptionsAbstract.php:204, src/Providers/OptionsAbstract.php:226
|
838 |
+
msgid "On"
|
839 |
+
msgstr ""
|
840 |
+
|
841 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:205, build/wp-mail-smtp/src/Providers/OptionsAbstract.php:227, src/Providers/OptionsAbstract.php:205, src/Providers/OptionsAbstract.php:227
|
842 |
+
msgid "Off"
|
843 |
+
msgstr ""
|
844 |
+
|
845 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:208, src/Providers/OptionsAbstract.php:208
|
846 |
+
msgid "By default TLS encryption is automatically used if the server supports it, which is recommended. In some cases, due to server misconfigurations, this can cause issues and may need to be disabled."
|
847 |
+
msgstr ""
|
848 |
+
|
849 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:216, build/wp-mail-smtp/wp_mail_smtp.php:467, build/wp-mail-smtp/wp_mail_smtp.php:471, src/Providers/OptionsAbstract.php:216, wp_mail_smtp.php:467, wp_mail_smtp.php:471
|
850 |
+
msgid "Authentication"
|
851 |
+
msgstr ""
|
852 |
+
|
853 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:235, src/Providers/OptionsAbstract.php:235
|
854 |
+
msgid "SMTP Username"
|
855 |
+
msgstr ""
|
856 |
+
|
857 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:249, src/Providers/OptionsAbstract.php:249
|
858 |
+
msgid "SMTP Password"
|
859 |
+
msgstr ""
|
860 |
+
|
861 |
+
#. translators: %s - wp-config.php.
|
862 |
+
#. translators: %s - wp-config.php.
|
863 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:263, src/Providers/OptionsAbstract.php:263
|
864 |
+
msgid "The password is stored in plain text. We highly recommend you setup your password in your WordPress configuration file for improved security; to do this add the lines below to your %s file."
|
865 |
+
msgstr ""
|
866 |
+
|
867 |
+
#. translators: %1$s - Provider name; %2$s - PHP version required by Provider; %3$s - current PHP version.
|
868 |
+
#. translators: %1$s - Provider name; %2$s - PHP version required by Provider; %3$s - current PHP version.
|
869 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:300, src/Providers/OptionsAbstract.php:300
|
870 |
+
msgid "%1$s requires PHP %2$s to work and does not support your current PHP version %3$s. Please contact your host and request a PHP upgrade to the latest one."
|
871 |
+
msgstr ""
|
872 |
+
|
873 |
+
#: build/wp-mail-smtp/src/Providers/OptionsAbstract.php:307, src/Providers/OptionsAbstract.php:307
|
874 |
+
msgid "Meanwhile you can switch to the \"Other SMTP\" Mailer option."
|
875 |
+
msgstr ""
|
876 |
+
|
877 |
+
#: build/wp-mail-smtp/src/Providers/Pepipost/Options.php:25, src/Providers/Pepipost/Options.php:25
|
878 |
+
msgid "Pepipost"
|
879 |
+
msgstr ""
|
880 |
+
|
881 |
+
#: build/wp-mail-smtp/src/Providers/Sendgrid/Options.php:25, src/Providers/Sendgrid/Options.php:25
|
882 |
+
msgid "SendGrid"
|
883 |
+
msgstr ""
|
884 |
+
|
885 |
+
#. translators: %1$s - opening link tag; %2$s - closing link tag; %3$s - opening link tag; %4$s - closing link tag.
|
886 |
+
#. translators: %1$s - opening link tag; %2$s - closing link tag; %3$s - opening link tag; %4$s - closing link tag.
|
887 |
+
#: build/wp-mail-smtp/src/Providers/Sendgrid/Options.php:29, src/Providers/Sendgrid/Options.php:29
|
888 |
+
msgid "%1$sSendGrid%2$s is one of the leading transactional email services, sending over 35 billion emails every month. They provide users 100 free emails per month.<br><br>Read our %3$sSendGrid documentation%4$s to learn how to set up SendGrid and improve your email deliverability."
|
889 |
+
msgstr ""
|
890 |
+
|
891 |
+
#: build/wp-mail-smtp/src/Providers/Sendgrid/Options.php:57, src/Providers/Sendgrid/Options.php:57
|
892 |
+
msgid "API Key"
|
893 |
+
msgstr ""
|
894 |
+
|
895 |
+
#. translators: %s - API key link.
|
896 |
+
#. translators: %s - API key link.
|
897 |
+
#: build/wp-mail-smtp/src/Providers/Sendgrid/Options.php:69, src/Providers/Sendgrid/Options.php:69
|
898 |
+
msgid "Follow this link to get an API Key from SendGrid: %s."
|
899 |
+
msgstr ""
|
900 |
+
|
901 |
+
#: build/wp-mail-smtp/src/Providers/Sendgrid/Options.php:71, src/Providers/Sendgrid/Options.php:71
|
902 |
+
msgid "Create API Key"
|
903 |
+
msgstr ""
|
904 |
+
|
905 |
+
#. translators: %s - SendGrid access level.
|
906 |
+
#. translators: %s - SendGrid access level.
|
907 |
+
#: build/wp-mail-smtp/src/Providers/Sendgrid/Options.php:79, src/Providers/Sendgrid/Options.php:79
|
908 |
+
msgid "To send emails you will need only a %s access level for this API key."
|
909 |
+
msgstr ""
|
910 |
+
|
911 |
+
#: build/wp-mail-smtp/src/Providers/SMTP/Options.php:25, src/Providers/SMTP/Options.php:25
|
912 |
+
msgid "Other SMTP"
|
913 |
+
msgstr ""
|
914 |
+
|
915 |
+
#: build/wp-mail-smtp/src/Providers/SMTP/Options.php:29, src/Providers/SMTP/Options.php:29
|
916 |
+
msgid "Use the SMTP details provided by your hosting provider or email service.<br><br>To see recommended settings for the popular services as well as troubleshooting tips, check out our %1$sSMTP documentation%2$s."
|
917 |
+
msgstr ""
|
918 |
+
|
919 |
+
#. translators: %s - email address where test mail will be sent to.
|
920 |
+
#. translators: %s - email address where test mail will be sent to.
|
921 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:251, wp_mail_smtp.php:251
|
922 |
+
msgid "Test mail to %s"
|
923 |
+
msgstr ""
|
924 |
+
|
925 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:252, wp_mail_smtp.php:252
|
926 |
+
msgid "This is a test email generated by the WP Mail SMTP WordPress plugin."
|
927 |
+
msgstr ""
|
928 |
+
|
929 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:268, wp_mail_smtp.php:268
|
930 |
+
msgid "Test Message Sent"
|
931 |
+
msgstr ""
|
932 |
+
|
933 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:269, wp_mail_smtp.php:269
|
934 |
+
msgid "The result was:"
|
935 |
+
msgstr ""
|
936 |
+
|
937 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:272, wp_mail_smtp.php:272
|
938 |
+
msgid "The full debugging output is shown below:"
|
939 |
+
msgstr ""
|
940 |
+
|
941 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:275, wp_mail_smtp.php:275
|
942 |
+
msgid "The SMTP debugging output is shown below:"
|
943 |
+
msgstr ""
|
944 |
+
|
945 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:242, build/wp-mail-smtp/wp_mail_smtp.php:616, wp_mail_smtp.php:242, wp_mail_smtp.php:616
|
946 |
+
msgid "Send Test"
|
947 |
+
msgstr ""
|
948 |
+
|
949 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:287, build/wp-mail-smtp/wp_mail_smtp.php:652, wp_mail_smtp.php:287, wp_mail_smtp.php:652
|
950 |
+
msgid "WP Mail SMTP Settings"
|
951 |
+
msgstr ""
|
952 |
+
|
953 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:303, wp_mail_smtp.php:303
|
954 |
+
msgid "You can specify the email address that emails should be sent from. If you leave this blank, the default email will be used."
|
955 |
+
msgstr ""
|
956 |
+
|
957 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:306, wp_mail_smtp.php:306
|
958 |
+
msgid "<strong>Please Note:</strong> You appear to be using a version of WordPress prior to 2.3. Please ignore the From Name field and instead enter Name<email@domain.com> in this field."
|
959 |
+
msgstr ""
|
960 |
+
|
961 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:321, wp_mail_smtp.php:321
|
962 |
+
msgid "You can specify the name that emails should be sent from. If you leave this blank, the emails will be sent from WordPress."
|
963 |
+
msgstr ""
|
964 |
+
|
965 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:340, wp_mail_smtp.php:340
|
966 |
+
msgid "Send all WordPress emails via SMTP."
|
967 |
+
msgstr ""
|
968 |
+
|
969 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:344, wp_mail_smtp.php:344
|
970 |
+
msgid "Use the PHP mail() function to send emails."
|
971 |
+
msgstr ""
|
972 |
+
|
973 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:350, wp_mail_smtp.php:350
|
974 |
+
msgid "Use Pepipost SMTP to send emails."
|
975 |
+
msgstr ""
|
976 |
+
|
977 |
+
#. translators: %1$s - link start; %2$s - link end.
|
978 |
+
#. translators: %1$s - link start; %2$s - link end.
|
979 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:356, wp_mail_smtp.php:356
|
980 |
+
msgid "Looking for high inbox delivery? Try Pepipost with easy setup and free emails. Learn more %1$shere%2$s."
|
981 |
+
msgstr ""
|
982 |
+
|
983 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:413, build/wp-mail-smtp/wp_mail_smtp.php:513, build/wp-mail-smtp/wp_mail_smtp.php:589, wp_mail_smtp.php:413, wp_mail_smtp.php:513, wp_mail_smtp.php:589
|
984 |
+
msgid "Save Changes"
|
985 |
+
msgstr ""
|
986 |
+
|
987 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:418, wp_mail_smtp.php:418
|
988 |
+
msgid "SMTP Options"
|
989 |
+
msgstr ""
|
990 |
+
|
991 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:420, wp_mail_smtp.php:420
|
992 |
+
msgid "These options only apply if you have chosen to send mail by SMTP above."
|
993 |
+
msgstr ""
|
994 |
+
|
995 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:449, build/wp-mail-smtp/wp_mail_smtp.php:571, wp_mail_smtp.php:449, wp_mail_smtp.php:571
|
996 |
+
msgid "No encryption."
|
997 |
+
msgstr ""
|
998 |
+
|
999 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:454, build/wp-mail-smtp/wp_mail_smtp.php:576, wp_mail_smtp.php:454, wp_mail_smtp.php:576
|
1000 |
+
msgid "Use SSL encryption."
|
1001 |
+
msgstr ""
|
1002 |
+
|
1003 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:459, build/wp-mail-smtp/wp_mail_smtp.php:581, wp_mail_smtp.php:459, wp_mail_smtp.php:581
|
1004 |
+
msgid "Use TLS encryption."
|
1005 |
+
msgstr ""
|
1006 |
+
|
1007 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:462, wp_mail_smtp.php:462
|
1008 |
+
msgid "TLS is not the same as STARTTLS. For most servers SSL is the recommended option."
|
1009 |
+
msgstr ""
|
1010 |
+
|
1011 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:476, wp_mail_smtp.php:476
|
1012 |
+
msgid "No: Do not use SMTP authentication."
|
1013 |
+
msgstr ""
|
1014 |
+
|
1015 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:481, wp_mail_smtp.php:481
|
1016 |
+
msgid "Yes: Use SMTP authentication."
|
1017 |
+
msgstr ""
|
1018 |
+
|
1019 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:485, wp_mail_smtp.php:485
|
1020 |
+
msgid "If this is set to no, the values below are ignored."
|
1021 |
+
msgstr ""
|
1022 |
+
|
1023 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:492, build/wp-mail-smtp/wp_mail_smtp.php:535, wp_mail_smtp.php:492, wp_mail_smtp.php:535
|
1024 |
+
msgid "Username"
|
1025 |
+
msgstr ""
|
1026 |
+
|
1027 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:500, build/wp-mail-smtp/wp_mail_smtp.php:543, wp_mail_smtp.php:500, wp_mail_smtp.php:543
|
1028 |
+
msgid "Password"
|
1029 |
+
msgstr ""
|
1030 |
+
|
1031 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:506, wp_mail_smtp.php:506
|
1032 |
+
msgid "This is in plain text because it must not be stored encrypted."
|
1033 |
+
msgstr ""
|
1034 |
+
|
1035 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:520, wp_mail_smtp.php:520
|
1036 |
+
msgid "Pepipost SMTP Options"
|
1037 |
+
msgstr ""
|
1038 |
+
|
1039 |
+
#. translators: %s - Pepipost registration URL.
|
1040 |
+
#. translators: %s - Pepipost registration URL.
|
1041 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:526, wp_mail_smtp.php:526
|
1042 |
+
msgid "You need to signup on %s to get the SMTP username/password."
|
1043 |
+
msgstr ""
|
1044 |
+
|
1045 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:606, wp_mail_smtp.php:606
|
1046 |
+
msgid "To"
|
1047 |
+
msgstr ""
|
1048 |
+
|
1049 |
+
#: build/wp-mail-smtp/wp_mail_smtp.php:610, wp_mail_smtp.php:610
|
1050 |
+
msgid "Type an email address here and then click Send Test to generate a test email."
|
1051 |
+
msgstr ""
|
1052 |
+
|
1053 |
+
#: src/Admin/Pages/Test.php:272, src/Admin/Pages/Test.php:299, src/Admin/Pages/Test.php:372
|
1054 |
+
msgid "This means your web server was unable to connect to the host server."
|
1055 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -146,6 +146,10 @@ By all means please contact us to discuss features or options you'd like to see
|
|
146 |
|
147 |
== Changelog ==
|
148 |
|
|
|
|
|
|
|
|
|
149 |
= 1.3.2 - 2018-06-29 =
|
150 |
* Make sure that other plugins/themes are not conflicting with our TGMPA library.
|
151 |
|
146 |
|
147 |
== Changelog ==
|
148 |
|
149 |
+
## [1.3.3] - 2018-07-05
|
150 |
+
* Fixed: Compatibility with other plugins, that are using Google Service or Google Client classes.
|
151 |
+
* Changed: Optimize code loading.
|
152 |
+
|
153 |
= 1.3.2 - 2018-06-29 =
|
154 |
* Make sure that other plugins/themes are not conflicting with our TGMPA library.
|
155 |
|
src/Admin/Area.php
CHANGED
@@ -254,6 +254,11 @@ class Area {
|
|
254 |
* @since 1.0.0
|
255 |
*/
|
256 |
public function display() {
|
|
|
|
|
|
|
|
|
|
|
257 |
?>
|
258 |
|
259 |
<div class="wrap" id="wp-mail-smtp">
|
@@ -374,6 +379,11 @@ class Area {
|
|
374 |
*/
|
375 |
public function process_actions() {
|
376 |
|
|
|
|
|
|
|
|
|
|
|
377 |
// Allow to process only own tabs.
|
378 |
if ( ! array_key_exists( $this->get_current_tab(), $this->get_pages() ) ) {
|
379 |
return;
|
254 |
* @since 1.0.0
|
255 |
*/
|
256 |
public function display() {
|
257 |
+
|
258 |
+
// Bail if we're not on a plugin page.
|
259 |
+
if ( ! $this->is_admin_page() ) {
|
260 |
+
return;
|
261 |
+
}
|
262 |
?>
|
263 |
|
264 |
<div class="wrap" id="wp-mail-smtp">
|
379 |
*/
|
380 |
public function process_actions() {
|
381 |
|
382 |
+
// Bail if we're not on a plugin page.
|
383 |
+
if ( ! $this->is_admin_page() ) {
|
384 |
+
return;
|
385 |
+
}
|
386 |
+
|
387 |
// Allow to process only own tabs.
|
388 |
if ( ! array_key_exists( $this->get_current_tab(), $this->get_pages() ) ) {
|
389 |
return;
|
src/Admin/Pages/Test.php
CHANGED
@@ -263,11 +263,13 @@ class Test extends PageAbstract {
|
|
263 |
),
|
264 |
'description' => array(
|
265 |
'<strong>' . esc_html__( 'Could not connect to host.', 'wp-mail-smtp' ) . '</strong>',
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
|
|
|
|
271 |
esc_html__( 'Typically this error is returned your web server is blocking the connections or the SMTP host denying the request.', 'wp-mail-smtp' ),
|
272 |
),
|
273 |
'steps' => array(
|
@@ -288,11 +290,13 @@ class Test extends PageAbstract {
|
|
288 |
),
|
289 |
'description' => array(
|
290 |
'<strong>' . esc_html__( 'Could not connect to your host.', 'wp-mail-smtp' ) . '</strong>',
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
|
|
|
|
296 |
esc_html__( 'Typically this error is returned when web server is not configured properly.', 'wp-mail-smtp' ),
|
297 |
),
|
298 |
'steps' => array(
|
@@ -359,11 +363,13 @@ class Test extends PageAbstract {
|
|
359 |
),
|
360 |
'description' => array(
|
361 |
'<strong>' . esc_html__( 'Could not connect to the SMTP host.', 'wp-mail-smtp' ) . '</strong>',
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
|
|
|
|
367 |
esc_html__( 'Typically this error is returned for one of the following reasons:', 'wp-mail-smtp' ),
|
368 |
'-' . esc_html__( 'SMTP settings are incorrect (wrong port, security setting, incorrect host).', 'wp-mail-smtp' ) . '<br>' .
|
369 |
'-' . esc_html__( 'Your web server is blocking the connection.', 'wp-mail-smtp' ) . '<br>' .
|
263 |
),
|
264 |
'description' => array(
|
265 |
'<strong>' . esc_html__( 'Could not connect to host.', 'wp-mail-smtp' ) . '</strong>',
|
266 |
+
! empty( $smtp_host )
|
267 |
+
? sprintf(
|
268 |
+
/* translators: %s - SMTP host address. */
|
269 |
+
esc_html__( 'This means your web server was unable to connect to %s.', 'wp-mail-smtp' ),
|
270 |
+
$smtp_host
|
271 |
+
)
|
272 |
+
: esc_html__( 'This means your web server was unable to connect to the host server.', 'wp-mail-smtp' ),
|
273 |
esc_html__( 'Typically this error is returned your web server is blocking the connections or the SMTP host denying the request.', 'wp-mail-smtp' ),
|
274 |
),
|
275 |
'steps' => array(
|
290 |
),
|
291 |
'description' => array(
|
292 |
'<strong>' . esc_html__( 'Could not connect to your host.', 'wp-mail-smtp' ) . '</strong>',
|
293 |
+
! empty( $smtp_host )
|
294 |
+
? sprintf(
|
295 |
+
/* translators: %s - SMTP host address. */
|
296 |
+
esc_html__( 'This means your web server was unable to connect to %s.', 'wp-mail-smtp' ),
|
297 |
+
$smtp_host
|
298 |
+
)
|
299 |
+
: esc_html__( 'This means your web server was unable to connect to the host server.', 'wp-mail-smtp' ),
|
300 |
esc_html__( 'Typically this error is returned when web server is not configured properly.', 'wp-mail-smtp' ),
|
301 |
),
|
302 |
'steps' => array(
|
363 |
),
|
364 |
'description' => array(
|
365 |
'<strong>' . esc_html__( 'Could not connect to the SMTP host.', 'wp-mail-smtp' ) . '</strong>',
|
366 |
+
! empty( $smtp_host )
|
367 |
+
? sprintf(
|
368 |
+
/* translators: %s - SMTP host address. */
|
369 |
+
esc_html__( 'This means your web server was unable to connect to %s.', 'wp-mail-smtp' ),
|
370 |
+
$smtp_host
|
371 |
+
)
|
372 |
+
: esc_html__( 'This means your web server was unable to connect to the host server.', 'wp-mail-smtp' ),
|
373 |
esc_html__( 'Typically this error is returned for one of the following reasons:', 'wp-mail-smtp' ),
|
374 |
'-' . esc_html__( 'SMTP settings are incorrect (wrong port, security setting, incorrect host).', 'wp-mail-smtp' ) . '<br>' .
|
375 |
'-' . esc_html__( 'Your web server is blocking the connection.', 'wp-mail-smtp' ) . '<br>' .
|
src/Providers/Gmail/Auth.php
CHANGED
@@ -60,7 +60,7 @@ class Auth extends AuthAbstract {
|
|
60 |
* @since 1.0.0
|
61 |
*/
|
62 |
protected function include_google_lib() {
|
63 |
-
|
64 |
}
|
65 |
|
66 |
/**
|
@@ -75,6 +75,8 @@ class Auth extends AuthAbstract {
|
|
75 |
return $this->client;
|
76 |
}
|
77 |
|
|
|
|
|
78 |
$client = new \Google_Client(
|
79 |
array(
|
80 |
'client_id' => $this->gmail['client_id'],
|
@@ -84,6 +86,7 @@ class Auth extends AuthAbstract {
|
|
84 |
),
|
85 |
)
|
86 |
);
|
|
|
87 |
$client->setAccessType( 'offline' );
|
88 |
$client->setApprovalPrompt( 'force' );
|
89 |
$client->setIncludeGrantedScopes( true );
|
@@ -170,6 +173,8 @@ class Auth extends AuthAbstract {
|
|
170 |
exit;
|
171 |
}
|
172 |
|
|
|
|
|
173 |
$code = '';
|
174 |
$scope = '';
|
175 |
$error = '';
|
60 |
* @since 1.0.0
|
61 |
*/
|
62 |
protected function include_google_lib() {
|
63 |
+
require_once wp_mail_smtp()->plugin_path . '/vendor/autoload.php';
|
64 |
}
|
65 |
|
66 |
/**
|
75 |
return $this->client;
|
76 |
}
|
77 |
|
78 |
+
$this->include_google_lib();
|
79 |
+
|
80 |
$client = new \Google_Client(
|
81 |
array(
|
82 |
'client_id' => $this->gmail['client_id'],
|
86 |
),
|
87 |
)
|
88 |
);
|
89 |
+
$client->setApplicationName( 'WP Mail SMTP v' . WPMS_PLUGIN_VER );
|
90 |
$client->setAccessType( 'offline' );
|
91 |
$client->setApprovalPrompt( 'force' );
|
92 |
$client->setIncludeGrantedScopes( true );
|
173 |
exit;
|
174 |
}
|
175 |
|
176 |
+
$this->include_google_lib();
|
177 |
+
|
178 |
$code = '';
|
179 |
$scope = '';
|
180 |
$error = '';
|
src/Providers/Gmail/Mailer.php
CHANGED
@@ -17,20 +17,17 @@ class Mailer extends MailerAbstract {
|
|
17 |
* URL to make an API request to.
|
18 |
* Not used for Gmail, as we are using its API.
|
19 |
*
|
20 |
-
* @
|
21 |
-
*/
|
22 |
-
protected $url = 'https://www.googleapis.com/upload/gmail/v1/users/userId/messages/send';
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Gmail custom Auth library.
|
26 |
*
|
27 |
-
* @var
|
28 |
*/
|
29 |
-
protected $
|
30 |
|
31 |
/**
|
32 |
* Gmail message.
|
33 |
*
|
|
|
|
|
34 |
* @var \Google_Service_Gmail_Message
|
35 |
*/
|
36 |
protected $message;
|
@@ -48,12 +45,6 @@ class Mailer extends MailerAbstract {
|
|
48 |
if ( ! $this->is_php_compatible() ) {
|
49 |
return;
|
50 |
}
|
51 |
-
|
52 |
-
// Include the Google library.
|
53 |
-
require wp_mail_smtp()->plugin_path . '/vendor/autoload.php';
|
54 |
-
|
55 |
-
$this->auth = new Auth();
|
56 |
-
$this->message = new \Google_Service_Gmail_Message();
|
57 |
}
|
58 |
|
59 |
/**
|
@@ -82,15 +73,25 @@ class Mailer extends MailerAbstract {
|
|
82 |
*/
|
83 |
public function send() {
|
84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
// Get the raw MIME email using \MailCatcher data.
|
86 |
-
$base64 =
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
|
|
89 |
|
90 |
-
$service = new \Google_Service_Gmail( $
|
91 |
|
92 |
try {
|
93 |
-
$response = $service->users_messages->send( 'me', $
|
94 |
|
95 |
$this->process_response( $response );
|
96 |
} catch ( \Exception $e ) {
|
17 |
* URL to make an API request to.
|
18 |
* Not used for Gmail, as we are using its API.
|
19 |
*
|
20 |
+
* @since 1.0.0
|
|
|
|
|
|
|
|
|
|
|
21 |
*
|
22 |
+
* @var string
|
23 |
*/
|
24 |
+
protected $url = 'https://www.googleapis.com/upload/gmail/v1/users/{userId}/messages/send';
|
25 |
|
26 |
/**
|
27 |
* Gmail message.
|
28 |
*
|
29 |
+
* @since 1.0.0
|
30 |
+
*
|
31 |
* @var \Google_Service_Gmail_Message
|
32 |
*/
|
33 |
protected $message;
|
45 |
if ( ! $this->is_php_compatible() ) {
|
46 |
return;
|
47 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
}
|
49 |
|
50 |
/**
|
73 |
*/
|
74 |
public function send() {
|
75 |
|
76 |
+
// Include the Google library.
|
77 |
+
require_once wp_mail_smtp()->plugin_path . '/vendor/autoload.php';
|
78 |
+
|
79 |
+
$auth = new Auth();
|
80 |
+
$message = new \Google_Service_Gmail_Message();
|
81 |
+
|
82 |
// Get the raw MIME email using \MailCatcher data.
|
83 |
+
$base64 = str_replace(
|
84 |
+
array( '+', '/', '=' ),
|
85 |
+
array( '-', '_', '' ),
|
86 |
+
base64_encode( $this->phpmailer->getSentMIMEMessage() )
|
87 |
+
); // url safe.
|
88 |
+
|
89 |
+
$message->setRaw( $base64 );
|
90 |
|
91 |
+
$service = new \Google_Service_Gmail( $auth->get_client() );
|
92 |
|
93 |
try {
|
94 |
+
$response = $service->users_messages->send( 'me', $message );
|
95 |
|
96 |
$this->process_response( $response );
|
97 |
} catch ( \Exception $e ) {
|
wp-mail-smtp.php
CHANGED
@@ -4,62 +4,58 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
4 |
exit; // Exit if accessed directly.
|
5 |
}
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
* @param string $class The fully-qualified class name.
|
18 |
-
*/
|
19 |
-
spl_autoload_register( function ( $class ) {
|
20 |
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
|
26 |
-
|
27 |
|
28 |
-
|
29 |
-
|
30 |
|
31 |
-
|
32 |
-
|
33 |
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
|
53 |
-
|
54 |
-
|
55 |
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
}
|
63 |
|
64 |
/**
|
65 |
* Global function-holder. Works similar to a singleton's instance().
|
4 |
exit; // Exit if accessed directly.
|
5 |
}
|
6 |
|
7 |
+
/**
|
8 |
+
* Autoloader. We needs it being separate and not using Composer autoloader because of the Gmail libs,
|
9 |
+
* which are huge and not needed for most users.
|
10 |
+
* Inspired by PSR-4 examples: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader-examples.md
|
11 |
+
*
|
12 |
+
* @since 1.0.0
|
13 |
+
*
|
14 |
+
* @param string $class The fully-qualified class name.
|
15 |
+
*/
|
16 |
+
spl_autoload_register( function ( $class ) {
|
|
|
|
|
|
|
17 |
|
18 |
+
list( $plugin_space ) = explode( '\\', $class );
|
19 |
+
if ( $plugin_space !== 'WPMailSMTP' ) {
|
20 |
+
return;
|
21 |
+
}
|
22 |
|
23 |
+
$plugin_folder = 'wp-mail-smtp';
|
24 |
|
25 |
+
// Default directory for all code is plugin's /src/.
|
26 |
+
$base_dir = plugin_dir_path( __DIR__ ) . '/' . $plugin_folder . '/src/';
|
27 |
|
28 |
+
// Get the relative class name.
|
29 |
+
$relative_class = substr( $class, strlen( $plugin_space ) + 1 );
|
30 |
|
31 |
+
/**
|
32 |
+
* Normalize a filesystem path.
|
33 |
+
* Copy of the `wp_normalize_path()` from WordPress 3.9.
|
34 |
+
*
|
35 |
+
* @since 1.2.0
|
36 |
+
*
|
37 |
+
* @param string $path
|
38 |
+
*
|
39 |
+
* @return string
|
40 |
+
*/
|
41 |
+
$normalize = function( $path ) {
|
42 |
+
$path = str_replace( '\\', '/', $path );
|
43 |
+
$path = preg_replace( '|(?<=.)/+|', '/', $path );
|
44 |
+
if ( ':' === substr( $path, 1, 1 ) ) {
|
45 |
+
$path = ucfirst( $path );
|
46 |
+
}
|
47 |
+
return $path;
|
48 |
+
};
|
49 |
|
50 |
+
// Prepare a path to a file.
|
51 |
+
$file = $normalize( $base_dir . $relative_class . '.php' );
|
52 |
|
53 |
+
// If the file exists, require it.
|
54 |
+
if ( is_readable( $file ) ) {
|
55 |
+
/** @noinspection PhpIncludeInspection */
|
56 |
+
require_once $file;
|
57 |
+
}
|
58 |
+
} );
|
|
|
59 |
|
60 |
/**
|
61 |
* Global function-holder. Works similar to a singleton's instance().
|
wp_mail_smtp.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: WP Mail SMTP
|
4 |
-
* Version: 1.3.
|
5 |
* Plugin URI: https://wpforms.com/
|
6 |
* Description: Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.
|
7 |
* Author: WPForms
|
@@ -17,8 +17,8 @@
|
|
17 |
* http://www.gnu.org/licenses/gpl.txt
|
18 |
*/
|
19 |
|
20 |
-
define( 'WPMS_PLUGIN_VER', '1.3.
|
21 |
-
define( 'WPMS_PHP_VER', '5.3' );
|
22 |
|
23 |
/**
|
24 |
* Setting options in wp-config.php
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: WP Mail SMTP
|
4 |
+
* Version: 1.3.3
|
5 |
* Plugin URI: https://wpforms.com/
|
6 |
* Description: Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.
|
7 |
* Author: WPForms
|
17 |
* http://www.gnu.org/licenses/gpl.txt
|
18 |
*/
|
19 |
|
20 |
+
define( 'WPMS_PLUGIN_VER', '1.3.3' );
|
21 |
+
define( 'WPMS_PHP_VER', '5.3.6' );
|
22 |
|
23 |
/**
|
24 |
* Setting options in wp-config.php
|