Version Description
- 2021-08-09 =
- Fixed: Weekly Summary Email sending when migration code didn't trigger yet.
Download this release
Release Info
Developer | capuderg |
Plugin | WP Mail SMTP by WPForms |
Version | 3.0.3 |
Comparing to | |
See all releases |
Code changes from version 3.0.2 to 3.0.3
- assets/languages/wp-mail-smtp-vue.php +13 -8
- assets/languages/wp-mail-smtp.pot +224 -224
- readme.txt +4 -1
- src/Reports/Emails/Summary.php +11 -4
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- wp_mail_smtp.php +2 -2
assets/languages/wp-mail-smtp-vue.php
CHANGED
@@ -76,7 +76,7 @@ $generated_i18n_strings = array(
|
|
76 |
// Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:78
|
77 |
__( 'Skip this Step', 'wp-mail-smtp' ),
|
78 |
|
79 |
-
// Reference: src/modules/setup-wizard/components/steps/
|
80 |
__( 'Previous Step', 'wp-mail-smtp' ),
|
81 |
|
82 |
// Reference: src/modules/setup-wizard/components/steps/WizardStepImport.vue:54
|
@@ -121,9 +121,11 @@ $generated_i18n_strings = array(
|
|
121 |
__( '%1$sFollow this link%2$s to get a Sender Name for SMTP.com.', 'wp-mail-smtp' ),
|
122 |
|
123 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:41
|
|
|
124 |
__( 'From Name', 'wp-mail-smtp' ),
|
125 |
|
126 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:42
|
|
|
127 |
__( 'Force From Name', 'wp-mail-smtp' ),
|
128 |
|
129 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:43
|
@@ -133,12 +135,14 @@ $generated_i18n_strings = array(
|
|
133 |
__( 'Force From Email', 'wp-mail-smtp' ),
|
134 |
|
135 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:45
|
|
|
136 |
__( 'If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.', 'wp-mail-smtp' ),
|
137 |
|
138 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:46
|
139 |
__( 'If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins.', 'wp-mail-smtp' ),
|
140 |
|
141 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:47
|
|
|
142 |
__( 'The name that emails are sent from.', 'wp-mail-smtp' ),
|
143 |
|
144 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:48
|
@@ -247,7 +251,7 @@ $generated_i18n_strings = array(
|
|
247 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendgrid.vue:46
|
248 |
__( 'Read how to set up Sendgrid', 'wp-mail-smtp' ),
|
249 |
|
250 |
-
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/
|
251 |
__( 'Region', 'wp-mail-smtp' ),
|
252 |
|
253 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:36
|
@@ -259,10 +263,10 @@ $generated_i18n_strings = array(
|
|
259 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:38
|
260 |
__( 'Client Secret', 'wp-mail-smtp' ),
|
261 |
|
262 |
-
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/
|
263 |
__( 'Redirect URI', 'wp-mail-smtp' ),
|
264 |
|
265 |
-
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/
|
266 |
__( 'Authorization', 'wp-mail-smtp' ),
|
267 |
|
268 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:45
|
@@ -374,7 +378,8 @@ $generated_i18n_strings = array(
|
|
374 |
/* Translators: Link to the SMTP Mailer docs page. */
|
375 |
__( 'Which mailer would you like to use to send emails? Not sure which mailer to choose? Check out our %1$scomplete mailer guide%2$s for details on each option.', 'wp-mail-smtp' ),
|
376 |
|
377 |
-
// Reference: src/modules/setup-wizard/components/steps/
|
|
|
378 |
__( 'Save and Continue', 'wp-mail-smtp' ),
|
379 |
|
380 |
// Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:55
|
@@ -631,13 +636,13 @@ $generated_i18n_strings = array(
|
|
631 |
// Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:61
|
632 |
__( 'Create beautiful contact forms with just a few clicks.', 'wp-mail-smtp' ),
|
633 |
|
634 |
-
// Reference: src/modules/setup-wizard/components/steps/
|
635 |
__( 'Keep records of every email that\'s sent out from your website.', 'wp-mail-smtp' ),
|
636 |
|
637 |
-
// Reference: src/modules/setup-wizard/components/steps/
|
638 |
__( 'Control which email notifications your WordPress site sends.', 'wp-mail-smtp' ),
|
639 |
|
640 |
-
// Reference: src/modules/setup-wizard/components/steps/
|
641 |
__( 'Save time with powerful WordPress Multisite controls.', 'wp-mail-smtp' ),
|
642 |
|
643 |
// Reference: src/modules/setup-wizard/components/steps/WizardStepConfigureMailer.vue:48
|
76 |
// Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:78
|
77 |
__( 'Skip this Step', 'wp-mail-smtp' ),
|
78 |
|
79 |
+
// Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:79
|
80 |
__( 'Previous Step', 'wp-mail-smtp' ),
|
81 |
|
82 |
// Reference: src/modules/setup-wizard/components/steps/WizardStepImport.vue:54
|
121 |
__( '%1$sFollow this link%2$s to get a Sender Name for SMTP.com.', 'wp-mail-smtp' ),
|
122 |
|
123 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:41
|
124 |
+
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:41
|
125 |
__( 'From Name', 'wp-mail-smtp' ),
|
126 |
|
127 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:42
|
128 |
+
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:42
|
129 |
__( 'Force From Name', 'wp-mail-smtp' ),
|
130 |
|
131 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:43
|
135 |
__( 'Force From Email', 'wp-mail-smtp' ),
|
136 |
|
137 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:45
|
138 |
+
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:43
|
139 |
__( 'If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.', 'wp-mail-smtp' ),
|
140 |
|
141 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:46
|
142 |
__( 'If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins.', 'wp-mail-smtp' ),
|
143 |
|
144 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:47
|
145 |
+
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:44
|
146 |
__( 'The name that emails are sent from.', 'wp-mail-smtp' ),
|
147 |
|
148 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:48
|
251 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendgrid.vue:46
|
252 |
__( 'Read how to set up Sendgrid', 'wp-mail-smtp' ),
|
253 |
|
254 |
+
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:35
|
255 |
__( 'Region', 'wp-mail-smtp' ),
|
256 |
|
257 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:36
|
263 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:38
|
264 |
__( 'Client Secret', 'wp-mail-smtp' ),
|
265 |
|
266 |
+
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:30
|
267 |
__( 'Redirect URI', 'wp-mail-smtp' ),
|
268 |
|
269 |
+
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:31
|
270 |
__( 'Authorization', 'wp-mail-smtp' ),
|
271 |
|
272 |
// Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:45
|
378 |
/* Translators: Link to the SMTP Mailer docs page. */
|
379 |
__( 'Which mailer would you like to use to send emails? Not sure which mailer to choose? Check out our %1$scomplete mailer guide%2$s for details on each option.', 'wp-mail-smtp' ),
|
380 |
|
381 |
+
// Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:53
|
382 |
+
// Reference: src/modules/setup-wizard/components/steps/WizardStepHelpImprove.vue:47
|
383 |
__( 'Save and Continue', 'wp-mail-smtp' ),
|
384 |
|
385 |
// Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:55
|
636 |
// Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:61
|
637 |
__( 'Create beautiful contact forms with just a few clicks.', 'wp-mail-smtp' ),
|
638 |
|
639 |
+
// Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:92
|
640 |
__( 'Keep records of every email that\'s sent out from your website.', 'wp-mail-smtp' ),
|
641 |
|
642 |
+
// Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:93
|
643 |
__( 'Control which email notifications your WordPress site sends.', 'wp-mail-smtp' ),
|
644 |
|
645 |
+
// Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:94
|
646 |
__( 'Save time with powerful WordPress Multisite controls.', 'wp-mail-smtp' ),
|
647 |
|
648 |
// Reference: src/modules/setup-wizard/components/steps/WizardStepConfigureMailer.vue:48
|
assets/languages/wp-mail-smtp.pot
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: WP Mail SMTP 3.0.
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-mail-smtp\n"
|
5 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
6 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
-
"POT-Creation-Date: 2021-08-
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
"X-Generator: WP-CLI 2.4.0\n"
|
13 |
"X-Domain: wp-mail-smtp\n"
|
@@ -200,903 +200,903 @@ msgstr ""
|
|
200 |
msgid "%1$sFollow this link%2$s to get a Sender Name for SMTP.com."
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
204 |
#: src/Admin/Pages/ExportTab.php:121
|
205 |
#: src/Admin/Pages/SettingsTab.php:191
|
206 |
msgid "From Name"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
210 |
#: src/Admin/Pages/SettingsTab.php:217
|
211 |
msgid "Force From Name"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
215 |
#: src/Admin/Pages/SettingsTab.php:121
|
216 |
msgid "From Email"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
220 |
#: src/Admin/Pages/SettingsTab.php:172
|
221 |
msgid "Force From Email"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
225 |
msgid "If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
229 |
msgid "If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins."
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
233 |
#: src/Admin/Pages/SettingsTab.php:203
|
234 |
msgid "The name that emails are sent from."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
238 |
#: src/Admin/Pages/SettingsTab.php:154
|
239 |
msgid "The email address that emails are sent from."
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
243 |
#: src/Providers/SMTPcom/Options.php:60
|
244 |
msgid "Get Started with SMTP.com"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
248 |
msgid "Read how to set up SMTP.com"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
252 |
msgid "What could we do to improve?"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
256 |
msgid "We're sorry things didn't go smoothly for you, and want to keep improving. Please let us know any specific parts of this process that you think could be better. We really appreciate any details you're willing to share!"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
260 |
msgid "Yes, I give WP Mail SMTP permission to contact me for any follow up questions."
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
264 |
msgid "Submit Feedback"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
268 |
msgid "How was your WP Mail SMTP setup experience?"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
272 |
msgid "Our goal is to make your SMTP setup as simple and straightforward as possible. We'd love to know how this process went for you!"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
276 |
msgid "Congrats, you’ve successfully set up WP Mail SMTP!"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
280 |
msgid "Here’s what to do next:"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
284 |
msgid "Check out our other free WordPress plugins:"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
288 |
msgid "Upgrade to Unlock Powerful SMTP Features"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
292 |
msgid "Upgrade to WP Mail SMTP Pro to unlock more awesome features and experience why WP Mail SMTP is used by over 2,000,000 websites."
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
296 |
msgid "Multisite Network Settings"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
300 |
msgid "Manage Default Notifications"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
304 |
msgid "Detailed Email Logs"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
308 |
msgid "Upgrade to Pro Today"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
312 |
#: src/Admin/Pages/TestTab.php:230
|
313 |
#: src/SiteHealth.php:326
|
314 |
msgid "Send a Test Email"
|
315 |
msgstr ""
|
316 |
|
317 |
#. Translators: Different bold styles and discount value (%5$s).
|
318 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
319 |
msgid "%1$sBonus:%2$s You can upgrade to the Pro plan and %3$ssave %5$s today%4$s, automatically applied at checkout."
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
323 |
msgid "Star icon"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
327 |
msgid "Thanks for the feedback!"
|
328 |
msgstr ""
|
329 |
|
330 |
#. Translators: %1$s and %2$s are HTML bold tags; %3$s is a new line HTML tag; %4$s are 5 golden star icons in HTML.
|
331 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
332 |
msgid "Help us spread the word %1$sby giving WP Mail SMTP a 5-star rating %3$s(%4$s) on WordPress.org%2$s. Thanks for your support and we look forward to bringing you more awesome features."
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
336 |
msgid "Rate on WordPress.org"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
340 |
#: src/Providers/Sendgrid/Options.php:103
|
341 |
#: src/Providers/Sendinblue/Options.php:134
|
342 |
msgid "Sending Domain"
|
343 |
msgstr ""
|
344 |
|
345 |
#. Translators: Link to the Sendinblue API settings.
|
346 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
347 |
msgid "%1$sFollow this link%2$s to get an API Key for Sendinblue."
|
348 |
msgstr ""
|
349 |
|
350 |
#. Translators: Link to the Sendinblue doc page on wpmailsmtp.com.
|
351 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
352 |
msgid "Please input the sending domain/subdomain you configured in your Sendinblue dashboard. More information can be found in our %1$sSendinblue documentation%2$s"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
356 |
msgid "Get Started with Sendinblue"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
360 |
msgid "Read how to set up Sendinblue"
|
361 |
msgstr ""
|
362 |
|
363 |
#. Translators: Link to the Sendgrid API settings.
|
364 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
365 |
msgid "%1$sFollow this link%2$s to get an API Key for Sendgrid."
|
366 |
msgstr ""
|
367 |
|
368 |
#. Translators: italic styling.
|
369 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
370 |
msgid "To send emails you will need only a %1$sMail Send%2$s access level for this API key."
|
371 |
msgstr ""
|
372 |
|
373 |
#. Translators: Link to the Sendgrid doc page on wpmailsmtp.com.
|
374 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
375 |
msgid "Please input the sending domain/subdomain you configured in your SendGrid dashboard. More information can be found in our %1$sSendGrid documentation%2$s"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
379 |
msgid "Read how to set up Sendgrid"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
383 |
#: src/Providers/Mailgun/Options.php:112
|
384 |
msgid "Region"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
388 |
msgid "The data center location used by your Zoho account."
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
392 |
#: src/Providers/Gmail/Options.php:86
|
393 |
msgid "Client ID"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
397 |
#: src/Providers/Gmail/Options.php:101
|
398 |
msgid "Client Secret"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
402 |
msgid "Redirect URI"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
406 |
#: src/Providers/Gmail/Options.php:145
|
407 |
msgid "Authorization"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
411 |
msgid "Read how to set up Zoho Mail"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
415 |
#: src/Providers/OptionsAbstract.php:198
|
416 |
msgid "SMTP Host"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
420 |
#: src/Providers/OptionsAbstract.php:212
|
421 |
msgid "Encryption"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
425 |
#: src/Providers/OptionsAbstract.php:252
|
426 |
msgid "SMTP Port"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
430 |
#: src/Providers/OptionsAbstract.php:266
|
431 |
msgid "Auto TLS"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
435 |
msgid "Enable Auto TLS"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
439 |
#: src/Providers/OptionsAbstract.php:280
|
440 |
msgid "By default, TLS encryption is automatically used if the server supports it (recommended). In some cases, due to server misconfigurations, this can cause issues and may need to be disabled."
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
444 |
#: src/Providers/OptionsAbstract.php:288
|
445 |
msgid "Authentication"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
449 |
#: src/Admin/Pages/TestTab.php:776
|
450 |
msgid "Enable Authentication"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
454 |
#: src/Providers/OptionsAbstract.php:307
|
455 |
msgid "SMTP Username"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
459 |
#: src/Providers/OptionsAbstract.php:321
|
460 |
msgid "SMTP Password"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
464 |
#: src/Providers/OptionsAbstract.php:244
|
465 |
msgid "For most servers TLS is the recommended option. If your SMTP provider offers both SSL and TLS options, we recommend using TLS."
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
469 |
#: src/Providers/OptionsAbstract.php:222
|
470 |
msgid "None"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
474 |
#: src/Providers/OptionsAbstract.php:231
|
475 |
msgid "SSL"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
479 |
#: src/Providers/OptionsAbstract.php:240
|
480 |
msgid "TLS"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
484 |
msgid "Authorized Redirect URI"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
488 |
msgid "Select which email address you would like to send your emails from."
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
492 |
msgid "Read how to set up the Gmail mailer"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
496 |
msgid "Access Key ID"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
500 |
msgid "Secret Access Key"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
504 |
msgid "SES Identities"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
508 |
msgid "Please select the Amazon SES API region which is the closest to where your website is hosted. This can help to decrease network latency between your site and Amazon SES, which will speed up email sending."
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
512 |
msgid "Read how to set up Amazon SES"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
516 |
msgid "It looks like we can't load oAuth connected data."
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
520 |
msgid "It looks like we can't load existing settings."
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
524 |
msgid "It looks like we can't remove oAuth connection."
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
528 |
msgid "It looks like we can't retrieve the Amazon SES Identities."
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
532 |
msgid "It looks like we can't register the Amazon SES Identity."
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
536 |
msgid "It looks like we can't load oAuth redirect."
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
540 |
#: src/Admin/Pages/ExportTab.php:135
|
541 |
#: src/Admin/Pages/SettingsTab.php:258
|
542 |
msgid "Mailer"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
546 |
msgid "I Understand, Continue"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
550 |
msgid "Choose a Different Mailer"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
554 |
msgid "is a PRO Feature"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
558 |
msgid "Choose Your SMTP Mailer"
|
559 |
msgstr ""
|
560 |
|
561 |
#. Translators: Link to the SMTP Mailer docs page.
|
562 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
563 |
msgid "Which mailer would you like to use to send emails? Not sure which mailer to choose? Check out our %1$scomplete mailer guide%2$s for details on each option."
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
567 |
msgid "Save and Continue"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
571 |
msgid "Recommended Mailers"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
575 |
msgid "Application ID"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
579 |
msgid "Application Password"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
583 |
msgid "Read how to set up Outlook"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
587 |
#: src/Admin/SetupWizard.php:451
|
588 |
msgid "WP Mail SMTP logo"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
592 |
#: src/Providers/Mailgun/Options.php:87
|
593 |
msgid "Domain Name"
|
594 |
msgstr ""
|
595 |
|
596 |
#. Translators: Link to the Mailgun API settings.
|
597 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
598 |
msgid "%1$sFollow this link%2$s to get an API Key from Mailgun."
|
599 |
msgstr ""
|
600 |
|
601 |
#. Translators: Link to the Mailgun Domain settings.
|
602 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
603 |
msgid "%1$sFollow this link%2$s to get a Domain Name from Mailgun."
|
604 |
msgstr ""
|
605 |
|
606 |
#. Translators: Link to the Mailgun documentation.
|
607 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
608 |
msgid "Define which endpoint you want to use for sending messages. If you are operating under EU laws, you may be required to use EU region. %1$sMore information%2$s on Mailgun.com."
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
612 |
msgid "Read how to set up Mailgun"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
616 |
#: src/Providers/Mailgun/Options.php:122
|
617 |
msgid "US"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
621 |
#: src/Providers/Mailgun/Options.php:131
|
622 |
msgid "EU"
|
623 |
msgstr ""
|
624 |
|
625 |
#. Translators: %1$s - the number of current step, %2$s - number of all steps.
|
626 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
627 |
msgid "Step %1$s of %2$s"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
631 |
msgid "Copy input value"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
635 |
msgid "Copied!"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
639 |
msgid "The value entered does not match the required format"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
643 |
msgid "Install"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
647 |
msgid "Installed"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
651 |
#: src/Admin/Area.php:554
|
652 |
#: src/Admin/Pages/AboutTab.php:223
|
653 |
msgid "Activated"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
657 |
msgid "It looks like the plugin installation failed!"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
661 |
msgid "It looks like we can't install the plugin."
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
665 |
msgid "You appear to be offline. Plugin not installed."
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
669 |
msgid "Can't fetch plugins information."
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
673 |
msgid "It looks like we can't fetch plugins information."
|
674 |
msgstr ""
|
675 |
|
676 |
#. Translators: Error status and error text.
|
677 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
678 |
msgid "%1$s, %2$s"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
682 |
msgid "You appear to be offline. Plugin information not retrieved."
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
686 |
#: src/Admin/Area.php:146
|
687 |
msgid "There was an error while processing the authentication request. Please try again."
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
691 |
msgid "There was an error while processing the authentication request. Please recheck your Client ID and Client Secret and try again."
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
695 |
#: src/Admin/Area.php:162
|
696 |
msgid "You have successfully linked the current site with your Google API project. Now you can start sending emails through Gmail."
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
700 |
msgid "You have successfully linked the current site with your Microsoft API project. Now you can start sending emails through Outlook."
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
704 |
msgid "You have successfully linked the current site with your Zoho Mail API project. Now you can start sending emails through Zoho Mail."
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
708 |
msgid "Successful Authorization"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
712 |
msgid "Authorization Error!"
|
713 |
msgstr ""
|
714 |
|
715 |
#. Translators: name of the oAuth provider (Google, Microsoft, ...).
|
716 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
717 |
msgid "Connect to %s"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
721 |
msgid "Before continuing, you'll need to allow this plugin to send emails using your %s account."
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
725 |
#: src/Providers/Gmail/Options.php:182
|
726 |
msgid "Remove Connection"
|
727 |
msgstr ""
|
728 |
|
729 |
#. Translators: link to the Google documentation page.
|
730 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
731 |
msgid "If you want to use a different From Email address you can setup a Google email alias. %1$sFollow these instructions%2$s, then select the alias in the From Email section below."
|
732 |
msgstr ""
|
733 |
|
734 |
#. Translators: name of the oAuth provider (Google, Microsoft, ...).
|
735 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
736 |
msgid "Removing this connection will give you the ability to redo the connection or connect to different %s account."
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
740 |
msgid "Connected as"
|
741 |
msgstr ""
|
742 |
|
743 |
#. Translators: Minimum and maximum number that can be used.
|
744 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
745 |
msgid "Please enter a value between %1$s and %2$s"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
749 |
msgid "Value has to be a round number"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
753 |
msgid "It looks like we can't perform the mailer configuration check."
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
757 |
msgid "It looks like we can't send the feedback."
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
761 |
msgid "You appear to be offline."
|
762 |
msgstr ""
|
763 |
|
764 |
#. Translators: Email address.
|
765 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
766 |
msgid "Please check the inbox of <b>%s</b> for a confirmation email."
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
770 |
msgid "Verify Email"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
774 |
msgid "No registered domains or emails."
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
778 |
msgid "You will not be able to send emails until you verify at least one domain or email address for the selected Amazon SES Region."
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
782 |
msgid "View DNS"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
786 |
msgid "Resend"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
790 |
msgid "Here are the domains and email addresses that have been verified and can be used as the From Email."
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
794 |
msgid "Verify SES Identity"
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
798 |
msgid "Add New SES Identity"
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
802 |
msgid "Name"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
806 |
msgid "Value"
|
807 |
msgstr ""
|
808 |
|
809 |
#. Translators: Link to Amazon SES documentation.
|
810 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
811 |
msgid "Please add this TXT record to your domain's DNS settings. For information on how to add TXT DNS records, please refer to the %1$sAmazon SES documentation%2$s."
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
815 |
msgid "Verify Domain"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
819 |
msgid "Verify Email Address"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
823 |
msgid "Please enter a domain"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
827 |
msgid "Please enter a valid email address"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
831 |
msgid "Enter the domain name to verify it on Amazon SES and generate the required DNS TXT record."
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
835 |
msgid "Enter a valid email address. A verification email will be sent to the email address you entered."
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
839 |
msgid "Checking Mailer Configuration"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
843 |
msgid "We're running some tests in the background to make sure everything is set up properly."
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
847 |
msgid "Checking mailer configuration image"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
851 |
msgid "Help Improve WP Mail SMTP + Smart Recommendations"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
855 |
msgid "Get helpful suggestions from WP Mail SMTP on how to optimize your email deliverability and grow your business."
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
859 |
msgid "Your Email Address"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
863 |
msgid "Your email is needed, so you can receive recommendations."
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
867 |
msgid "Help make WP Mail SMTP better for everyone"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
871 |
msgid "Yes, count me in"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
875 |
#: src/Admin/Pages/MiscTab.php:239
|
876 |
msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
880 |
msgid "The following plugin will be installed for free: WPForms"
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
884 |
msgid "Which email features do you want to enable?"
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
888 |
msgid "Make sure you're getting the most out of WP Mail SMTP. Just check all of the features you'd like to use, and we'll go ahead and enable those for you."
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
892 |
msgid "Improved Email Deliverability"
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
896 |
msgid "Ensure your emails are sent successfully and reliably."
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
900 |
msgid "Email Error Tracking"
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
904 |
msgid "Easily spot errors causing delivery issues."
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
908 |
msgid "Smart Contact Form"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
912 |
msgid "Create beautiful contact forms with just a few clicks."
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
916 |
msgid "Keep records of every email that's sent out from your website."
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
920 |
msgid "Control which email notifications your WordPress site sends."
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
924 |
msgid "Save time with powerful WordPress Multisite controls."
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
928 |
msgid "Configure Mailer Settings"
|
929 |
msgstr ""
|
930 |
|
931 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
932 |
msgid "Below, we'll show you all of the settings required to set up this mailer."
|
933 |
msgstr ""
|
934 |
|
935 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
936 |
msgid "Successful Verification!"
|
937 |
msgstr ""
|
938 |
|
939 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
940 |
msgid "Verification Error!"
|
941 |
msgstr ""
|
942 |
|
943 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
944 |
msgid "Successful Upgrade!"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
948 |
msgid "Upgrade Failed!"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
952 |
msgid "Would you like to purchase the following features now?"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
956 |
msgid "These features are available as part of WP Mail SMTP Pro plan."
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
960 |
msgid "Purchase Now"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
964 |
msgid "I'll do it later"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
968 |
msgid "Enter your WP Mail SMTP License Key"
|
969 |
msgstr ""
|
970 |
|
971 |
#. Translators: %1$s and %2$s are bold tags.
|
972 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
973 |
msgid "You're currently using %1$sWP Mail SMTP Lite%2$s - no license needed. Enjoy!"
|
974 |
msgstr ""
|
975 |
|
976 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
977 |
msgid "Continue"
|
978 |
msgstr ""
|
979 |
|
980 |
#. Translators: Link to the WPMailSMTP.com pricing page.
|
981 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
982 |
msgid "To unlock selected features, %1$sUpgrade to Pro%2$s and enter your license key below."
|
983 |
msgstr ""
|
984 |
|
985 |
#. Translators: bold HTML tags.
|
986 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
987 |
msgid "Already purchased? Enter your license key below to connect with %1$sWP Mail SMTP Pro%2$s!"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
991 |
msgid "Enter your license key below to unlock plugin updates!"
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
995 |
msgid "Verify License Key"
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
999 |
#: src/Admin/Pages/SettingsTab.php:423
|
1000 |
msgid "Connect"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1004 |
msgid "The License Key format is incorrect. Please enter a valid key and try again."
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1008 |
msgid "Your license was successfully verified! You are ready for the next step."
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1012 |
msgid "Pro badge"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1016 |
msgid "License key input"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1020 |
msgid "Paste your license key here"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1024 |
msgid "It looks like we can't save the settings."
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1028 |
msgid "Network error encountered. Settings not saved."
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1032 |
msgid "It looks like we can't import the plugin settings."
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1036 |
msgid "Network error encountered. SMTP plugin import failed!"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1040 |
msgid "It looks like we can't load authentication details."
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1044 |
msgid "It looks like we can't load the settings."
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1048 |
msgid "It looks like we can't retrieve Amazon SES Identities."
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1052 |
msgid "Can't retrieve Amazon SES Identities."
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1056 |
msgid "Can't register the Amazon SES Identity"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1060 |
#: src/Core.php:1059
|
1061 |
msgid "Loading"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1065 |
msgid "There was an error while processing the authentication request. Please recheck your Region, Client ID and Client Secret and try again."
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1069 |
msgid "Read how to set up Outlook / 365"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1073 |
msgid "Read how to set up Microsoft Outlook / 365"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1077 |
msgid "Weekly Email Summary"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1081 |
msgid "Get statistics about emails you've sent."
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1085 |
msgid "Enhanced Weekly Email Summary"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1089 |
#: src/Providers/Sendinblue/Options.php:59
|
1090 |
#: src/Providers/SMTPcom/Options.php:65
|
1091 |
msgid "Transparency and Disclosure"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1095 |
#: src/Providers/SMTPcom/Options.php:67
|
1096 |
msgid "We believe in full transparency. The SMTP.com links above are tracking links as part of our partnership with SMTP (j2 Global). We can recommend just about any SMTP service, but we only recommend products that we believe will add value to our users."
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: assets/languages/wp-mail-smtp-vue.php:
|
1100 |
#: src/Providers/Sendinblue/Options.php:61
|
1101 |
msgid "We believe in full transparency. The Sendinblue links above are tracking links as part of our partnership with Sendinblue. We can recommend just about any SMTP service, but we only recommend products that we believe will add value to our users."
|
1102 |
msgstr ""
|
@@ -1216,7 +1216,7 @@ msgstr ""
|
|
1216 |
|
1217 |
#: src/Admin/Area.php:454
|
1218 |
#: src/Admin/SetupWizard.php:220
|
1219 |
-
#: src/Reports/Emails/Summary.php:
|
1220 |
msgid "Upgrade to Pro"
|
1221 |
msgstr ""
|
1222 |
|
@@ -3706,53 +3706,53 @@ msgid "We're sorry, the Zoho Mail mailer is not available on your plan. Please u
|
|
3706 |
msgstr ""
|
3707 |
|
3708 |
#. translators: %s - site domain.
|
3709 |
-
#: src/Reports/Emails/Summary.php:
|
3710 |
msgid "Your Weekly WP Mail SMTP Summary for %s"
|
3711 |
msgstr ""
|
3712 |
|
3713 |
-
#: src/Reports/Emails/Summary.php:
|
3714 |
msgid "WP Mail SMTP Weekly Email Summary"
|
3715 |
msgstr ""
|
3716 |
|
3717 |
-
#: src/Reports/Emails/Summary.php:
|
3718 |
-
#: src/Reports/Emails/Summary.php:
|
3719 |
msgid "WP Mail SMTP Logo"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
#. translators: %1$s - link to a site; %2$s - link to the settings page.
|
3723 |
-
#: src/Reports/Emails/Summary.php:
|
3724 |
msgid "This email was auto-generated and sent from %1$s. Learn %2$s."
|
3725 |
msgstr ""
|
3726 |
|
3727 |
-
#: src/Reports/Emails/Summary.php:
|
3728 |
msgid "how to disable it"
|
3729 |
msgstr ""
|
3730 |
|
3731 |
-
#: src/Reports/Emails/Summary.php:
|
3732 |
msgid "Hi there,"
|
3733 |
msgstr ""
|
3734 |
|
3735 |
-
#: src/Reports/Emails/Summary.php:
|
3736 |
msgid "Let’s see how your emails performed in the past week."
|
3737 |
msgstr ""
|
3738 |
|
3739 |
-
#: src/Reports/Emails/Summary.php:
|
3740 |
msgid "Total Emails"
|
3741 |
msgstr ""
|
3742 |
|
3743 |
-
#: src/Reports/Emails/Summary.php:
|
3744 |
msgid "Last week"
|
3745 |
msgstr ""
|
3746 |
|
3747 |
-
#: src/Reports/Emails/Summary.php:
|
3748 |
msgid "Reports"
|
3749 |
msgstr ""
|
3750 |
|
3751 |
-
#: src/Reports/Emails/Summary.php:
|
3752 |
msgid "Want More Stats?"
|
3753 |
msgstr ""
|
3754 |
|
3755 |
-
#: src/Reports/Emails/Summary.php:
|
3756 |
msgid "Upgrade to <b>WP Mail SMTP Pro</b> and unlock <u>Email Log</u> and advanced <u>Email Reports</u>. Start measuring the success of your emails today!"
|
3757 |
msgstr ""
|
3758 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Mail SMTP 3.0.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-mail-smtp\n"
|
5 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
6 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2021-08-09T17:28:53+00:00\n"
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
"X-Generator: WP-CLI 2.4.0\n"
|
13 |
"X-Domain: wp-mail-smtp\n"
|
200 |
msgid "%1$sFollow this link%2$s to get a Sender Name for SMTP.com."
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: assets/languages/wp-mail-smtp-vue.php:125
|
204 |
#: src/Admin/Pages/ExportTab.php:121
|
205 |
#: src/Admin/Pages/SettingsTab.php:191
|
206 |
msgid "From Name"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: assets/languages/wp-mail-smtp-vue.php:129
|
210 |
#: src/Admin/Pages/SettingsTab.php:217
|
211 |
msgid "Force From Name"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: assets/languages/wp-mail-smtp-vue.php:132
|
215 |
#: src/Admin/Pages/SettingsTab.php:121
|
216 |
msgid "From Email"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: assets/languages/wp-mail-smtp-vue.php:135
|
220 |
#: src/Admin/Pages/SettingsTab.php:172
|
221 |
msgid "Force From Email"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: assets/languages/wp-mail-smtp-vue.php:139
|
225 |
msgid "If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins."
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: assets/languages/wp-mail-smtp-vue.php:142
|
229 |
msgid "If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: assets/languages/wp-mail-smtp-vue.php:146
|
233 |
#: src/Admin/Pages/SettingsTab.php:203
|
234 |
msgid "The name that emails are sent from."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: assets/languages/wp-mail-smtp-vue.php:149
|
238 |
#: src/Admin/Pages/SettingsTab.php:154
|
239 |
msgid "The email address that emails are sent from."
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: assets/languages/wp-mail-smtp-vue.php:152
|
243 |
#: src/Providers/SMTPcom/Options.php:60
|
244 |
msgid "Get Started with SMTP.com"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: assets/languages/wp-mail-smtp-vue.php:155
|
248 |
msgid "Read how to set up SMTP.com"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: assets/languages/wp-mail-smtp-vue.php:158
|
252 |
msgid "What could we do to improve?"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: assets/languages/wp-mail-smtp-vue.php:161
|
256 |
msgid "We're sorry things didn't go smoothly for you, and want to keep improving. Please let us know any specific parts of this process that you think could be better. We really appreciate any details you're willing to share!"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: assets/languages/wp-mail-smtp-vue.php:164
|
260 |
msgid "Yes, I give WP Mail SMTP permission to contact me for any follow up questions."
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: assets/languages/wp-mail-smtp-vue.php:167
|
264 |
msgid "Submit Feedback"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: assets/languages/wp-mail-smtp-vue.php:170
|
268 |
msgid "How was your WP Mail SMTP setup experience?"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: assets/languages/wp-mail-smtp-vue.php:173
|
272 |
msgid "Our goal is to make your SMTP setup as simple and straightforward as possible. We'd love to know how this process went for you!"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: assets/languages/wp-mail-smtp-vue.php:176
|
276 |
msgid "Congrats, you’ve successfully set up WP Mail SMTP!"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: assets/languages/wp-mail-smtp-vue.php:179
|
280 |
msgid "Here’s what to do next:"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: assets/languages/wp-mail-smtp-vue.php:182
|
284 |
msgid "Check out our other free WordPress plugins:"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: assets/languages/wp-mail-smtp-vue.php:185
|
288 |
msgid "Upgrade to Unlock Powerful SMTP Features"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: assets/languages/wp-mail-smtp-vue.php:188
|
292 |
msgid "Upgrade to WP Mail SMTP Pro to unlock more awesome features and experience why WP Mail SMTP is used by over 2,000,000 websites."
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: assets/languages/wp-mail-smtp-vue.php:191
|
296 |
msgid "Multisite Network Settings"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: assets/languages/wp-mail-smtp-vue.php:194
|
300 |
msgid "Manage Default Notifications"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: assets/languages/wp-mail-smtp-vue.php:197
|
304 |
msgid "Detailed Email Logs"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: assets/languages/wp-mail-smtp-vue.php:200
|
308 |
msgid "Upgrade to Pro Today"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: assets/languages/wp-mail-smtp-vue.php:203
|
312 |
#: src/Admin/Pages/TestTab.php:230
|
313 |
#: src/SiteHealth.php:326
|
314 |
msgid "Send a Test Email"
|
315 |
msgstr ""
|
316 |
|
317 |
#. Translators: Different bold styles and discount value (%5$s).
|
318 |
+
#: assets/languages/wp-mail-smtp-vue.php:207
|
319 |
msgid "%1$sBonus:%2$s You can upgrade to the Pro plan and %3$ssave %5$s today%4$s, automatically applied at checkout."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: assets/languages/wp-mail-smtp-vue.php:210
|
323 |
msgid "Star icon"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: assets/languages/wp-mail-smtp-vue.php:213
|
327 |
msgid "Thanks for the feedback!"
|
328 |
msgstr ""
|
329 |
|
330 |
#. Translators: %1$s and %2$s are HTML bold tags; %3$s is a new line HTML tag; %4$s are 5 golden star icons in HTML.
|
331 |
+
#: assets/languages/wp-mail-smtp-vue.php:217
|
332 |
msgid "Help us spread the word %1$sby giving WP Mail SMTP a 5-star rating %3$s(%4$s) on WordPress.org%2$s. Thanks for your support and we look forward to bringing you more awesome features."
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: assets/languages/wp-mail-smtp-vue.php:220
|
336 |
msgid "Rate on WordPress.org"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: assets/languages/wp-mail-smtp-vue.php:223
|
340 |
#: src/Providers/Sendgrid/Options.php:103
|
341 |
#: src/Providers/Sendinblue/Options.php:134
|
342 |
msgid "Sending Domain"
|
343 |
msgstr ""
|
344 |
|
345 |
#. Translators: Link to the Sendinblue API settings.
|
346 |
+
#: assets/languages/wp-mail-smtp-vue.php:227
|
347 |
msgid "%1$sFollow this link%2$s to get an API Key for Sendinblue."
|
348 |
msgstr ""
|
349 |
|
350 |
#. Translators: Link to the Sendinblue doc page on wpmailsmtp.com.
|
351 |
+
#: assets/languages/wp-mail-smtp-vue.php:231
|
352 |
msgid "Please input the sending domain/subdomain you configured in your Sendinblue dashboard. More information can be found in our %1$sSendinblue documentation%2$s"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: assets/languages/wp-mail-smtp-vue.php:234
|
356 |
msgid "Get Started with Sendinblue"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: assets/languages/wp-mail-smtp-vue.php:237
|
360 |
msgid "Read how to set up Sendinblue"
|
361 |
msgstr ""
|
362 |
|
363 |
#. Translators: Link to the Sendgrid API settings.
|
364 |
+
#: assets/languages/wp-mail-smtp-vue.php:241
|
365 |
msgid "%1$sFollow this link%2$s to get an API Key for Sendgrid."
|
366 |
msgstr ""
|
367 |
|
368 |
#. Translators: italic styling.
|
369 |
+
#: assets/languages/wp-mail-smtp-vue.php:245
|
370 |
msgid "To send emails you will need only a %1$sMail Send%2$s access level for this API key."
|
371 |
msgstr ""
|
372 |
|
373 |
#. Translators: Link to the Sendgrid doc page on wpmailsmtp.com.
|
374 |
+
#: assets/languages/wp-mail-smtp-vue.php:249
|
375 |
msgid "Please input the sending domain/subdomain you configured in your SendGrid dashboard. More information can be found in our %1$sSendGrid documentation%2$s"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: assets/languages/wp-mail-smtp-vue.php:252
|
379 |
msgid "Read how to set up Sendgrid"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: assets/languages/wp-mail-smtp-vue.php:255
|
383 |
#: src/Providers/Mailgun/Options.php:112
|
384 |
msgid "Region"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: assets/languages/wp-mail-smtp-vue.php:258
|
388 |
msgid "The data center location used by your Zoho account."
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: assets/languages/wp-mail-smtp-vue.php:261
|
392 |
#: src/Providers/Gmail/Options.php:86
|
393 |
msgid "Client ID"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: assets/languages/wp-mail-smtp-vue.php:264
|
397 |
#: src/Providers/Gmail/Options.php:101
|
398 |
msgid "Client Secret"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: assets/languages/wp-mail-smtp-vue.php:267
|
402 |
msgid "Redirect URI"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: assets/languages/wp-mail-smtp-vue.php:270
|
406 |
#: src/Providers/Gmail/Options.php:145
|
407 |
msgid "Authorization"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: assets/languages/wp-mail-smtp-vue.php:273
|
411 |
msgid "Read how to set up Zoho Mail"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: assets/languages/wp-mail-smtp-vue.php:276
|
415 |
#: src/Providers/OptionsAbstract.php:198
|
416 |
msgid "SMTP Host"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: assets/languages/wp-mail-smtp-vue.php:279
|
420 |
#: src/Providers/OptionsAbstract.php:212
|
421 |
msgid "Encryption"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: assets/languages/wp-mail-smtp-vue.php:282
|
425 |
#: src/Providers/OptionsAbstract.php:252
|
426 |
msgid "SMTP Port"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: assets/languages/wp-mail-smtp-vue.php:285
|
430 |
#: src/Providers/OptionsAbstract.php:266
|
431 |
msgid "Auto TLS"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: assets/languages/wp-mail-smtp-vue.php:288
|
435 |
msgid "Enable Auto TLS"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: assets/languages/wp-mail-smtp-vue.php:291
|
439 |
#: src/Providers/OptionsAbstract.php:280
|
440 |
msgid "By default, TLS encryption is automatically used if the server supports it (recommended). In some cases, due to server misconfigurations, this can cause issues and may need to be disabled."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: assets/languages/wp-mail-smtp-vue.php:294
|
444 |
#: src/Providers/OptionsAbstract.php:288
|
445 |
msgid "Authentication"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: assets/languages/wp-mail-smtp-vue.php:297
|
449 |
#: src/Admin/Pages/TestTab.php:776
|
450 |
msgid "Enable Authentication"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: assets/languages/wp-mail-smtp-vue.php:300
|
454 |
#: src/Providers/OptionsAbstract.php:307
|
455 |
msgid "SMTP Username"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: assets/languages/wp-mail-smtp-vue.php:303
|
459 |
#: src/Providers/OptionsAbstract.php:321
|
460 |
msgid "SMTP Password"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: assets/languages/wp-mail-smtp-vue.php:306
|
464 |
#: src/Providers/OptionsAbstract.php:244
|
465 |
msgid "For most servers TLS is the recommended option. If your SMTP provider offers both SSL and TLS options, we recommend using TLS."
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: assets/languages/wp-mail-smtp-vue.php:309
|
469 |
#: src/Providers/OptionsAbstract.php:222
|
470 |
msgid "None"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: assets/languages/wp-mail-smtp-vue.php:312
|
474 |
#: src/Providers/OptionsAbstract.php:231
|
475 |
msgid "SSL"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: assets/languages/wp-mail-smtp-vue.php:315
|
479 |
#: src/Providers/OptionsAbstract.php:240
|
480 |
msgid "TLS"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: assets/languages/wp-mail-smtp-vue.php:318
|
484 |
msgid "Authorized Redirect URI"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: assets/languages/wp-mail-smtp-vue.php:321
|
488 |
msgid "Select which email address you would like to send your emails from."
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: assets/languages/wp-mail-smtp-vue.php:324
|
492 |
msgid "Read how to set up the Gmail mailer"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: assets/languages/wp-mail-smtp-vue.php:327
|
496 |
msgid "Access Key ID"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: assets/languages/wp-mail-smtp-vue.php:330
|
500 |
msgid "Secret Access Key"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: assets/languages/wp-mail-smtp-vue.php:333
|
504 |
msgid "SES Identities"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: assets/languages/wp-mail-smtp-vue.php:336
|
508 |
msgid "Please select the Amazon SES API region which is the closest to where your website is hosted. This can help to decrease network latency between your site and Amazon SES, which will speed up email sending."
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: assets/languages/wp-mail-smtp-vue.php:339
|
512 |
msgid "Read how to set up Amazon SES"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: assets/languages/wp-mail-smtp-vue.php:343
|
516 |
msgid "It looks like we can't load oAuth connected data."
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: assets/languages/wp-mail-smtp-vue.php:346
|
520 |
msgid "It looks like we can't load existing settings."
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: assets/languages/wp-mail-smtp-vue.php:350
|
524 |
msgid "It looks like we can't remove oAuth connection."
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: assets/languages/wp-mail-smtp-vue.php:353
|
528 |
msgid "It looks like we can't retrieve the Amazon SES Identities."
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: assets/languages/wp-mail-smtp-vue.php:357
|
532 |
msgid "It looks like we can't register the Amazon SES Identity."
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: assets/languages/wp-mail-smtp-vue.php:360
|
536 |
msgid "It looks like we can't load oAuth redirect."
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: assets/languages/wp-mail-smtp-vue.php:363
|
540 |
#: src/Admin/Pages/ExportTab.php:135
|
541 |
#: src/Admin/Pages/SettingsTab.php:258
|
542 |
msgid "Mailer"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: assets/languages/wp-mail-smtp-vue.php:366
|
546 |
msgid "I Understand, Continue"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: assets/languages/wp-mail-smtp-vue.php:369
|
550 |
msgid "Choose a Different Mailer"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: assets/languages/wp-mail-smtp-vue.php:372
|
554 |
msgid "is a PRO Feature"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: assets/languages/wp-mail-smtp-vue.php:375
|
558 |
msgid "Choose Your SMTP Mailer"
|
559 |
msgstr ""
|
560 |
|
561 |
#. Translators: Link to the SMTP Mailer docs page.
|
562 |
+
#: assets/languages/wp-mail-smtp-vue.php:379
|
563 |
msgid "Which mailer would you like to use to send emails? Not sure which mailer to choose? Check out our %1$scomplete mailer guide%2$s for details on each option."
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: assets/languages/wp-mail-smtp-vue.php:383
|
567 |
msgid "Save and Continue"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: assets/languages/wp-mail-smtp-vue.php:386
|
571 |
msgid "Recommended Mailers"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: assets/languages/wp-mail-smtp-vue.php:389
|
575 |
msgid "Application ID"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: assets/languages/wp-mail-smtp-vue.php:392
|
579 |
msgid "Application Password"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: assets/languages/wp-mail-smtp-vue.php:395
|
583 |
msgid "Read how to set up Outlook"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: assets/languages/wp-mail-smtp-vue.php:398
|
587 |
#: src/Admin/SetupWizard.php:451
|
588 |
msgid "WP Mail SMTP logo"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: assets/languages/wp-mail-smtp-vue.php:401
|
592 |
#: src/Providers/Mailgun/Options.php:87
|
593 |
msgid "Domain Name"
|
594 |
msgstr ""
|
595 |
|
596 |
#. Translators: Link to the Mailgun API settings.
|
597 |
+
#: assets/languages/wp-mail-smtp-vue.php:405
|
598 |
msgid "%1$sFollow this link%2$s to get an API Key from Mailgun."
|
599 |
msgstr ""
|
600 |
|
601 |
#. Translators: Link to the Mailgun Domain settings.
|
602 |
+
#: assets/languages/wp-mail-smtp-vue.php:409
|
603 |
msgid "%1$sFollow this link%2$s to get a Domain Name from Mailgun."
|
604 |
msgstr ""
|
605 |
|
606 |
#. Translators: Link to the Mailgun documentation.
|
607 |
+
#: assets/languages/wp-mail-smtp-vue.php:413
|
608 |
msgid "Define which endpoint you want to use for sending messages. If you are operating under EU laws, you may be required to use EU region. %1$sMore information%2$s on Mailgun.com."
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: assets/languages/wp-mail-smtp-vue.php:416
|
612 |
msgid "Read how to set up Mailgun"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: assets/languages/wp-mail-smtp-vue.php:419
|
616 |
#: src/Providers/Mailgun/Options.php:122
|
617 |
msgid "US"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: assets/languages/wp-mail-smtp-vue.php:422
|
621 |
#: src/Providers/Mailgun/Options.php:131
|
622 |
msgid "EU"
|
623 |
msgstr ""
|
624 |
|
625 |
#. Translators: %1$s - the number of current step, %2$s - number of all steps.
|
626 |
+
#: assets/languages/wp-mail-smtp-vue.php:426
|
627 |
msgid "Step %1$s of %2$s"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: assets/languages/wp-mail-smtp-vue.php:429
|
631 |
msgid "Copy input value"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: assets/languages/wp-mail-smtp-vue.php:432
|
635 |
msgid "Copied!"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: assets/languages/wp-mail-smtp-vue.php:435
|
639 |
msgid "The value entered does not match the required format"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: assets/languages/wp-mail-smtp-vue.php:438
|
643 |
msgid "Install"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: assets/languages/wp-mail-smtp-vue.php:441
|
647 |
msgid "Installed"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: assets/languages/wp-mail-smtp-vue.php:444
|
651 |
#: src/Admin/Area.php:554
|
652 |
#: src/Admin/Pages/AboutTab.php:223
|
653 |
msgid "Activated"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: assets/languages/wp-mail-smtp-vue.php:447
|
657 |
msgid "It looks like the plugin installation failed!"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: assets/languages/wp-mail-smtp-vue.php:450
|
661 |
msgid "It looks like we can't install the plugin."
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: assets/languages/wp-mail-smtp-vue.php:453
|
665 |
msgid "You appear to be offline. Plugin not installed."
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: assets/languages/wp-mail-smtp-vue.php:456
|
669 |
msgid "Can't fetch plugins information."
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: assets/languages/wp-mail-smtp-vue.php:459
|
673 |
msgid "It looks like we can't fetch plugins information."
|
674 |
msgstr ""
|
675 |
|
676 |
#. Translators: Error status and error text.
|
677 |
+
#: assets/languages/wp-mail-smtp-vue.php:463
|
678 |
msgid "%1$s, %2$s"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: assets/languages/wp-mail-smtp-vue.php:466
|
682 |
msgid "You appear to be offline. Plugin information not retrieved."
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: assets/languages/wp-mail-smtp-vue.php:469
|
686 |
#: src/Admin/Area.php:146
|
687 |
msgid "There was an error while processing the authentication request. Please try again."
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: assets/languages/wp-mail-smtp-vue.php:472
|
691 |
msgid "There was an error while processing the authentication request. Please recheck your Client ID and Client Secret and try again."
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: assets/languages/wp-mail-smtp-vue.php:475
|
695 |
#: src/Admin/Area.php:162
|
696 |
msgid "You have successfully linked the current site with your Google API project. Now you can start sending emails through Gmail."
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: assets/languages/wp-mail-smtp-vue.php:478
|
700 |
msgid "You have successfully linked the current site with your Microsoft API project. Now you can start sending emails through Outlook."
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: assets/languages/wp-mail-smtp-vue.php:481
|
704 |
msgid "You have successfully linked the current site with your Zoho Mail API project. Now you can start sending emails through Zoho Mail."
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: assets/languages/wp-mail-smtp-vue.php:484
|
708 |
msgid "Successful Authorization"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: assets/languages/wp-mail-smtp-vue.php:487
|
712 |
msgid "Authorization Error!"
|
713 |
msgstr ""
|
714 |
|
715 |
#. Translators: name of the oAuth provider (Google, Microsoft, ...).
|
716 |
+
#: assets/languages/wp-mail-smtp-vue.php:491
|
717 |
msgid "Connect to %s"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: assets/languages/wp-mail-smtp-vue.php:494
|
721 |
msgid "Before continuing, you'll need to allow this plugin to send emails using your %s account."
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: assets/languages/wp-mail-smtp-vue.php:497
|
725 |
#: src/Providers/Gmail/Options.php:182
|
726 |
msgid "Remove Connection"
|
727 |
msgstr ""
|
728 |
|
729 |
#. Translators: link to the Google documentation page.
|
730 |
+
#: assets/languages/wp-mail-smtp-vue.php:501
|
731 |
msgid "If you want to use a different From Email address you can setup a Google email alias. %1$sFollow these instructions%2$s, then select the alias in the From Email section below."
|
732 |
msgstr ""
|
733 |
|
734 |
#. Translators: name of the oAuth provider (Google, Microsoft, ...).
|
735 |
+
#: assets/languages/wp-mail-smtp-vue.php:505
|
736 |
msgid "Removing this connection will give you the ability to redo the connection or connect to different %s account."
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: assets/languages/wp-mail-smtp-vue.php:508
|
740 |
msgid "Connected as"
|
741 |
msgstr ""
|
742 |
|
743 |
#. Translators: Minimum and maximum number that can be used.
|
744 |
+
#: assets/languages/wp-mail-smtp-vue.php:512
|
745 |
msgid "Please enter a value between %1$s and %2$s"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: assets/languages/wp-mail-smtp-vue.php:515
|
749 |
msgid "Value has to be a round number"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: assets/languages/wp-mail-smtp-vue.php:518
|
753 |
msgid "It looks like we can't perform the mailer configuration check."
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: assets/languages/wp-mail-smtp-vue.php:521
|
757 |
msgid "It looks like we can't send the feedback."
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: assets/languages/wp-mail-smtp-vue.php:524
|
761 |
msgid "You appear to be offline."
|
762 |
msgstr ""
|
763 |
|
764 |
#. Translators: Email address.
|
765 |
+
#: assets/languages/wp-mail-smtp-vue.php:528
|
766 |
msgid "Please check the inbox of <b>%s</b> for a confirmation email."
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: assets/languages/wp-mail-smtp-vue.php:531
|
770 |
msgid "Verify Email"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: assets/languages/wp-mail-smtp-vue.php:534
|
774 |
msgid "No registered domains or emails."
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: assets/languages/wp-mail-smtp-vue.php:537
|
778 |
msgid "You will not be able to send emails until you verify at least one domain or email address for the selected Amazon SES Region."
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: assets/languages/wp-mail-smtp-vue.php:540
|
782 |
msgid "View DNS"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: assets/languages/wp-mail-smtp-vue.php:543
|
786 |
msgid "Resend"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: assets/languages/wp-mail-smtp-vue.php:546
|
790 |
msgid "Here are the domains and email addresses that have been verified and can be used as the From Email."
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: assets/languages/wp-mail-smtp-vue.php:549
|
794 |
msgid "Verify SES Identity"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: assets/languages/wp-mail-smtp-vue.php:552
|
798 |
msgid "Add New SES Identity"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: assets/languages/wp-mail-smtp-vue.php:555
|
802 |
msgid "Name"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: assets/languages/wp-mail-smtp-vue.php:558
|
806 |
msgid "Value"
|
807 |
msgstr ""
|
808 |
|
809 |
#. Translators: Link to Amazon SES documentation.
|
810 |
+
#: assets/languages/wp-mail-smtp-vue.php:562
|
811 |
msgid "Please add this TXT record to your domain's DNS settings. For information on how to add TXT DNS records, please refer to the %1$sAmazon SES documentation%2$s."
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: assets/languages/wp-mail-smtp-vue.php:565
|
815 |
msgid "Verify Domain"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: assets/languages/wp-mail-smtp-vue.php:568
|
819 |
msgid "Verify Email Address"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: assets/languages/wp-mail-smtp-vue.php:571
|
823 |
msgid "Please enter a domain"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: assets/languages/wp-mail-smtp-vue.php:574
|
827 |
msgid "Please enter a valid email address"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: assets/languages/wp-mail-smtp-vue.php:577
|
831 |
msgid "Enter the domain name to verify it on Amazon SES and generate the required DNS TXT record."
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: assets/languages/wp-mail-smtp-vue.php:580
|
835 |
msgid "Enter a valid email address. A verification email will be sent to the email address you entered."
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: assets/languages/wp-mail-smtp-vue.php:583
|
839 |
msgid "Checking Mailer Configuration"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: assets/languages/wp-mail-smtp-vue.php:586
|
843 |
msgid "We're running some tests in the background to make sure everything is set up properly."
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: assets/languages/wp-mail-smtp-vue.php:589
|
847 |
msgid "Checking mailer configuration image"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: assets/languages/wp-mail-smtp-vue.php:592
|
851 |
msgid "Help Improve WP Mail SMTP + Smart Recommendations"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: assets/languages/wp-mail-smtp-vue.php:595
|
855 |
msgid "Get helpful suggestions from WP Mail SMTP on how to optimize your email deliverability and grow your business."
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: assets/languages/wp-mail-smtp-vue.php:598
|
859 |
msgid "Your Email Address"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: assets/languages/wp-mail-smtp-vue.php:601
|
863 |
msgid "Your email is needed, so you can receive recommendations."
|
864 |
msgstr ""
|
865 |
|
866 |
+
#: assets/languages/wp-mail-smtp-vue.php:604
|
867 |
msgid "Help make WP Mail SMTP better for everyone"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: assets/languages/wp-mail-smtp-vue.php:607
|
871 |
msgid "Yes, count me in"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: assets/languages/wp-mail-smtp-vue.php:610
|
875 |
#: src/Admin/Pages/MiscTab.php:239
|
876 |
msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: assets/languages/wp-mail-smtp-vue.php:613
|
880 |
msgid "The following plugin will be installed for free: WPForms"
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: assets/languages/wp-mail-smtp-vue.php:616
|
884 |
msgid "Which email features do you want to enable?"
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: assets/languages/wp-mail-smtp-vue.php:619
|
888 |
msgid "Make sure you're getting the most out of WP Mail SMTP. Just check all of the features you'd like to use, and we'll go ahead and enable those for you."
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: assets/languages/wp-mail-smtp-vue.php:622
|
892 |
msgid "Improved Email Deliverability"
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: assets/languages/wp-mail-smtp-vue.php:625
|
896 |
msgid "Ensure your emails are sent successfully and reliably."
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: assets/languages/wp-mail-smtp-vue.php:628
|
900 |
msgid "Email Error Tracking"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: assets/languages/wp-mail-smtp-vue.php:631
|
904 |
msgid "Easily spot errors causing delivery issues."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: assets/languages/wp-mail-smtp-vue.php:634
|
908 |
msgid "Smart Contact Form"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: assets/languages/wp-mail-smtp-vue.php:637
|
912 |
msgid "Create beautiful contact forms with just a few clicks."
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: assets/languages/wp-mail-smtp-vue.php:640
|
916 |
msgid "Keep records of every email that's sent out from your website."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: assets/languages/wp-mail-smtp-vue.php:643
|
920 |
msgid "Control which email notifications your WordPress site sends."
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: assets/languages/wp-mail-smtp-vue.php:646
|
924 |
msgid "Save time with powerful WordPress Multisite controls."
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: assets/languages/wp-mail-smtp-vue.php:649
|
928 |
msgid "Configure Mailer Settings"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: assets/languages/wp-mail-smtp-vue.php:652
|
932 |
msgid "Below, we'll show you all of the settings required to set up this mailer."
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: assets/languages/wp-mail-smtp-vue.php:655
|
936 |
msgid "Successful Verification!"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: assets/languages/wp-mail-smtp-vue.php:658
|
940 |
msgid "Verification Error!"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: assets/languages/wp-mail-smtp-vue.php:661
|
944 |
msgid "Successful Upgrade!"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: assets/languages/wp-mail-smtp-vue.php:664
|
948 |
msgid "Upgrade Failed!"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: assets/languages/wp-mail-smtp-vue.php:667
|
952 |
msgid "Would you like to purchase the following features now?"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: assets/languages/wp-mail-smtp-vue.php:670
|
956 |
msgid "These features are available as part of WP Mail SMTP Pro plan."
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: assets/languages/wp-mail-smtp-vue.php:673
|
960 |
msgid "Purchase Now"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: assets/languages/wp-mail-smtp-vue.php:676
|
964 |
msgid "I'll do it later"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: assets/languages/wp-mail-smtp-vue.php:679
|
968 |
msgid "Enter your WP Mail SMTP License Key"
|
969 |
msgstr ""
|
970 |
|
971 |
#. Translators: %1$s and %2$s are bold tags.
|
972 |
+
#: assets/languages/wp-mail-smtp-vue.php:683
|
973 |
msgid "You're currently using %1$sWP Mail SMTP Lite%2$s - no license needed. Enjoy!"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: assets/languages/wp-mail-smtp-vue.php:686
|
977 |
msgid "Continue"
|
978 |
msgstr ""
|
979 |
|
980 |
#. Translators: Link to the WPMailSMTP.com pricing page.
|
981 |
+
#: assets/languages/wp-mail-smtp-vue.php:690
|
982 |
msgid "To unlock selected features, %1$sUpgrade to Pro%2$s and enter your license key below."
|
983 |
msgstr ""
|
984 |
|
985 |
#. Translators: bold HTML tags.
|
986 |
+
#: assets/languages/wp-mail-smtp-vue.php:694
|
987 |
msgid "Already purchased? Enter your license key below to connect with %1$sWP Mail SMTP Pro%2$s!"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: assets/languages/wp-mail-smtp-vue.php:697
|
991 |
msgid "Enter your license key below to unlock plugin updates!"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: assets/languages/wp-mail-smtp-vue.php:700
|
995 |
msgid "Verify License Key"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: assets/languages/wp-mail-smtp-vue.php:703
|
999 |
#: src/Admin/Pages/SettingsTab.php:423
|
1000 |
msgid "Connect"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: assets/languages/wp-mail-smtp-vue.php:706
|
1004 |
msgid "The License Key format is incorrect. Please enter a valid key and try again."
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: assets/languages/wp-mail-smtp-vue.php:709
|
1008 |
msgid "Your license was successfully verified! You are ready for the next step."
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: assets/languages/wp-mail-smtp-vue.php:712
|
1012 |
msgid "Pro badge"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: assets/languages/wp-mail-smtp-vue.php:715
|
1016 |
msgid "License key input"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: assets/languages/wp-mail-smtp-vue.php:718
|
1020 |
msgid "Paste your license key here"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: assets/languages/wp-mail-smtp-vue.php:721
|
1024 |
msgid "It looks like we can't save the settings."
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: assets/languages/wp-mail-smtp-vue.php:724
|
1028 |
msgid "Network error encountered. Settings not saved."
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: assets/languages/wp-mail-smtp-vue.php:727
|
1032 |
msgid "It looks like we can't import the plugin settings."
|
1033 |
msgstr ""
|
1034 |
|
1035 |
+
#: assets/languages/wp-mail-smtp-vue.php:730
|
1036 |
msgid "Network error encountered. SMTP plugin import failed!"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
+
#: assets/languages/wp-mail-smtp-vue.php:733
|
1040 |
msgid "It looks like we can't load authentication details."
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: assets/languages/wp-mail-smtp-vue.php:736
|
1044 |
msgid "It looks like we can't load the settings."
|
1045 |
msgstr ""
|
1046 |
|
1047 |
+
#: assets/languages/wp-mail-smtp-vue.php:739
|
1048 |
msgid "It looks like we can't retrieve Amazon SES Identities."
|
1049 |
msgstr ""
|
1050 |
|
1051 |
+
#: assets/languages/wp-mail-smtp-vue.php:742
|
1052 |
msgid "Can't retrieve Amazon SES Identities."
|
1053 |
msgstr ""
|
1054 |
|
1055 |
+
#: assets/languages/wp-mail-smtp-vue.php:745
|
1056 |
msgid "Can't register the Amazon SES Identity"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
+
#: assets/languages/wp-mail-smtp-vue.php:748
|
1060 |
#: src/Core.php:1059
|
1061 |
msgid "Loading"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: assets/languages/wp-mail-smtp-vue.php:751
|
1065 |
msgid "There was an error while processing the authentication request. Please recheck your Region, Client ID and Client Secret and try again."
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: assets/languages/wp-mail-smtp-vue.php:754
|
1069 |
msgid "Read how to set up Outlook / 365"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: assets/languages/wp-mail-smtp-vue.php:757
|
1073 |
msgid "Read how to set up Microsoft Outlook / 365"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
+
#: assets/languages/wp-mail-smtp-vue.php:760
|
1077 |
msgid "Weekly Email Summary"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
+
#: assets/languages/wp-mail-smtp-vue.php:763
|
1081 |
msgid "Get statistics about emails you've sent."
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: assets/languages/wp-mail-smtp-vue.php:766
|
1085 |
msgid "Enhanced Weekly Email Summary"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
+
#: assets/languages/wp-mail-smtp-vue.php:769
|
1089 |
#: src/Providers/Sendinblue/Options.php:59
|
1090 |
#: src/Providers/SMTPcom/Options.php:65
|
1091 |
msgid "Transparency and Disclosure"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: assets/languages/wp-mail-smtp-vue.php:772
|
1095 |
#: src/Providers/SMTPcom/Options.php:67
|
1096 |
msgid "We believe in full transparency. The SMTP.com links above are tracking links as part of our partnership with SMTP (j2 Global). We can recommend just about any SMTP service, but we only recommend products that we believe will add value to our users."
|
1097 |
msgstr ""
|
1098 |
|
1099 |
+
#: assets/languages/wp-mail-smtp-vue.php:775
|
1100 |
#: src/Providers/Sendinblue/Options.php:61
|
1101 |
msgid "We believe in full transparency. The Sendinblue links above are tracking links as part of our partnership with Sendinblue. We can recommend just about any SMTP service, but we only recommend products that we believe will add value to our users."
|
1102 |
msgstr ""
|
1216 |
|
1217 |
#: src/Admin/Area.php:454
|
1218 |
#: src/Admin/SetupWizard.php:220
|
1219 |
+
#: src/Reports/Emails/Summary.php:313
|
1220 |
msgid "Upgrade to Pro"
|
1221 |
msgstr ""
|
1222 |
|
3706 |
msgstr ""
|
3707 |
|
3708 |
#. translators: %s - site domain.
|
3709 |
+
#: src/Reports/Emails/Summary.php:88
|
3710 |
msgid "Your Weekly WP Mail SMTP Summary for %s"
|
3711 |
msgstr ""
|
3712 |
|
3713 |
+
#: src/Reports/Emails/Summary.php:154
|
3714 |
msgid "WP Mail SMTP Weekly Email Summary"
|
3715 |
msgstr ""
|
3716 |
|
3717 |
+
#: src/Reports/Emails/Summary.php:169
|
3718 |
+
#: src/Reports/Emails/Summary.php:173
|
3719 |
msgid "WP Mail SMTP Logo"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
#. translators: %1$s - link to a site; %2$s - link to the settings page.
|
3723 |
+
#: src/Reports/Emails/Summary.php:209
|
3724 |
msgid "This email was auto-generated and sent from %1$s. Learn %2$s."
|
3725 |
msgstr ""
|
3726 |
|
3727 |
+
#: src/Reports/Emails/Summary.php:211
|
3728 |
msgid "how to disable it"
|
3729 |
msgstr ""
|
3730 |
|
3731 |
+
#: src/Reports/Emails/Summary.php:254
|
3732 |
msgid "Hi there,"
|
3733 |
msgstr ""
|
3734 |
|
3735 |
+
#: src/Reports/Emails/Summary.php:257
|
3736 |
msgid "Let’s see how your emails performed in the past week."
|
3737 |
msgstr ""
|
3738 |
|
3739 |
+
#: src/Reports/Emails/Summary.php:265
|
3740 |
msgid "Total Emails"
|
3741 |
msgstr ""
|
3742 |
|
3743 |
+
#: src/Reports/Emails/Summary.php:276
|
3744 |
msgid "Last week"
|
3745 |
msgstr ""
|
3746 |
|
3747 |
+
#: src/Reports/Emails/Summary.php:292
|
3748 |
msgid "Reports"
|
3749 |
msgstr ""
|
3750 |
|
3751 |
+
#: src/Reports/Emails/Summary.php:293
|
3752 |
msgid "Want More Stats?"
|
3753 |
msgstr ""
|
3754 |
|
3755 |
+
#: src/Reports/Emails/Summary.php:297
|
3756 |
msgid "Upgrade to <b>WP Mail SMTP Pro</b> and unlock <u>Email Log</u> and advanced <u>Email Reports</u>. Start measuring the success of your emails today!"
|
3757 |
msgstr ""
|
3758 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: wpforms, jaredatch, smub, slaFFik
|
|
3 |
Tags: smtp, wp mail smtp, wordpress smtp, gmail smtp, sendgrid smtp, mailgun smtp, mail, mailer, phpmailer, wp_mail, email, mailgun, sengrid, gmail, sendinblue, wp smtp
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 5.8
|
6 |
-
Stable tag: 3.0.
|
7 |
Requires PHP: 5.6.20
|
8 |
|
9 |
Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, SendGrid, Mailgun, Zoho, SES, and more.
|
@@ -280,6 +280,9 @@ By all means please contact us to discuss features or options you'd like to see
|
|
280 |
|
281 |
== Changelog ==
|
282 |
|
|
|
|
|
|
|
283 |
= 3.0.2 - 2021-08-05 =
|
284 |
- Fixed: Fatal PHP error on WP version 5.2 and lower (missing wp_timezone function).
|
285 |
|
3 |
Tags: smtp, wp mail smtp, wordpress smtp, gmail smtp, sendgrid smtp, mailgun smtp, mail, mailer, phpmailer, wp_mail, email, mailgun, sengrid, gmail, sendinblue, wp smtp
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 5.8
|
6 |
+
Stable tag: 3.0.3
|
7 |
Requires PHP: 5.6.20
|
8 |
|
9 |
Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, SendGrid, Mailgun, Zoho, SES, and more.
|
280 |
|
281 |
== Changelog ==
|
282 |
|
283 |
+
= 3.0.3 - 2021-08-09 =
|
284 |
+
- Fixed: Weekly Summary Email sending when migration code didn't trigger yet.
|
285 |
+
|
286 |
= 3.0.2 - 2021-08-05 =
|
287 |
- Fixed: Fatal PHP error on WP version 5.2 and lower (missing wp_timezone function).
|
288 |
|
src/Reports/Emails/Summary.php
CHANGED
@@ -29,6 +29,16 @@ class Summary {
|
|
29 |
*/
|
30 |
public static function is_disabled() {
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
/**
|
33 |
* Filters whether summary report email is disabled.
|
34 |
*
|
@@ -36,10 +46,7 @@ class Summary {
|
|
36 |
*
|
37 |
* @param bool $is_disabled
|
38 |
*/
|
39 |
-
$value = apply_filters(
|
40 |
-
'wp_mail_smtp_reports_emails_summary_is_disabled',
|
41 |
-
( new Options() )->get( 'general', self::SETTINGS_SLUG )
|
42 |
-
);
|
43 |
|
44 |
return (bool) $value;
|
45 |
}
|
29 |
*/
|
30 |
public static function is_disabled() {
|
31 |
|
32 |
+
$value = ( new Options() )->get( 'general', self::SETTINGS_SLUG );
|
33 |
+
|
34 |
+
// If option was not already set, then plugin was updated from lower version.
|
35 |
+
if (
|
36 |
+
( $value === '' || $value === null ) &&
|
37 |
+
( is_multisite() || ! wp_mail_smtp()->is_pro() )
|
38 |
+
) {
|
39 |
+
$value = true;
|
40 |
+
}
|
41 |
+
|
42 |
/**
|
43 |
* Filters whether summary report email is disabled.
|
44 |
*
|
46 |
*
|
47 |
* @param bool $is_disabled
|
48 |
*/
|
49 |
+
$value = apply_filters( 'wp_mail_smtp_reports_emails_summary_is_disabled', $value );
|
|
|
|
|
|
|
50 |
|
51 |
return (bool) $value;
|
52 |
}
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit0cdebfe49b92ebe8059f09a3706e5e17::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit490f12e6dab79bdb3b73c0dbc2a4cc78
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
@@ -51,19 +51,19 @@ class ComposerAutoloaderInit490f12e6dab79bdb3b73c0dbc2a4cc78
|
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
-
$includeFiles = Composer\Autoload\
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
-
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
-
function
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit0cdebfe49b92ebe8059f09a3706e5e17
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit0cdebfe49b92ebe8059f09a3706e5e17', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit0cdebfe49b92ebe8059f09a3706e5e17', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit0cdebfe49b92ebe8059f09a3706e5e17::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit0cdebfe49b92ebe8059f09a3706e5e17::$files;
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
+
composerRequire0cdebfe49b92ebe8059f09a3706e5e17($fileIdentifier, $file);
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
+
function composerRequire0cdebfe49b92ebe8059f09a3706e5e17($fileIdentifier, $file)
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
|
@@ -943,9 +943,9 @@ class ComposerStaticInit490f12e6dab79bdb3b73c0dbc2a4cc78
|
|
943 |
public static function getInitializer(ClassLoader $loader)
|
944 |
{
|
945 |
return \Closure::bind(function () use ($loader) {
|
946 |
-
$loader->prefixLengthsPsr4 =
|
947 |
-
$loader->prefixDirsPsr4 =
|
948 |
-
$loader->classMap =
|
949 |
|
950 |
}, null, ClassLoader::class);
|
951 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit0cdebfe49b92ebe8059f09a3706e5e17
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
|
943 |
public static function getInitializer(ClassLoader $loader)
|
944 |
{
|
945 |
return \Closure::bind(function () use ($loader) {
|
946 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit0cdebfe49b92ebe8059f09a3706e5e17::$prefixLengthsPsr4;
|
947 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit0cdebfe49b92ebe8059f09a3706e5e17::$prefixDirsPsr4;
|
948 |
+
$loader->classMap = ComposerStaticInit0cdebfe49b92ebe8059f09a3706e5e17::$classMap;
|
949 |
|
950 |
}, null, ClassLoader::class);
|
951 |
}
|
wp_mail_smtp.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: WP Mail SMTP
|
4 |
-
* Version: 3.0.
|
5 |
* Requires at least: 4.9
|
6 |
* Requires PHP: 5.6.20
|
7 |
* Plugin URI: https://wpmailsmtp.com/
|
@@ -211,7 +211,7 @@ if ( ! function_exists( 'wp_mail_smtp_insecure_php_version_notice' ) ) {
|
|
211 |
}
|
212 |
|
213 |
if ( ! defined( 'WPMS_PLUGIN_VER' ) ) {
|
214 |
-
define( 'WPMS_PLUGIN_VER', '3.0.
|
215 |
}
|
216 |
if ( ! defined( 'WPMS_PHP_VER' ) ) {
|
217 |
define( 'WPMS_PHP_VER', '5.6.20' );
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: WP Mail SMTP
|
4 |
+
* Version: 3.0.3
|
5 |
* Requires at least: 4.9
|
6 |
* Requires PHP: 5.6.20
|
7 |
* Plugin URI: https://wpmailsmtp.com/
|
211 |
}
|
212 |
|
213 |
if ( ! defined( 'WPMS_PLUGIN_VER' ) ) {
|
214 |
+
define( 'WPMS_PLUGIN_VER', '3.0.3' );
|
215 |
}
|
216 |
if ( ! defined( 'WPMS_PHP_VER' ) ) {
|
217 |
define( 'WPMS_PHP_VER', '5.6.20' );
|