484 lines
14 KiB
Plaintext
Executable File
484 lines
14 KiB
Plaintext
Executable File
# Copyright (C) 2018 WP Mail SMTP
|
|
# This file is distributed under the same license as the WP Mail SMTP package.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: WP Mail SMTP\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language-Team: WPForms <support@wpforms.com>\n"
|
|
"X-Poedit-Basepath: ..\n"
|
|
"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"
|
|
"X-Poedit-SearchPath-0: .\n"
|
|
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
|
"X-Poedit-SourceCharset: UTF-8\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: wp_mail_smtp.php:251
|
|
msgid "Test mail to %s"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:252
|
|
msgid "This is a test email generated by the WP Mail SMTP WordPress plugin."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:268
|
|
msgid "Test Message Sent"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:269
|
|
msgid "The result was:"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:272
|
|
msgid "The full debugging output is shown below:"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:275
|
|
msgid "The SMTP debugging output is shown below:"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:242, wp_mail_smtp.php:616
|
|
msgid "Send Test"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:287, wp_mail_smtp.php:652
|
|
msgid "WP Mail SMTP Settings"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:296, src/Admin/Pages/Settings.php:58
|
|
msgid "From Email"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:303
|
|
msgid "You can specify the email address that emails should be sent from. If you leave this blank, the default email will be used."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:306
|
|
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."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:315, src/Admin/Pages/Settings.php:85
|
|
msgid "From Name"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:321
|
|
msgid "You can specify the name that emails should be sent from. If you leave this blank, the emails will be sent from WordPress."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:330, wp_mail_smtp.php:335, src/Admin/Pages/Settings.php:109
|
|
msgid "Mailer"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:340
|
|
msgid "Send all WordPress emails via SMTP."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:344
|
|
msgid "Use the PHP mail() function to send emails."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:350
|
|
msgid "Use Pepipost SMTP to send emails."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:356
|
|
msgid "Looking for high inbox delivery? Try Pepipost with easy setup and free emails. Learn more %1$shere%2$s."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:371, wp_mail_smtp.php:376, src/Admin/Pages/Settings.php:142
|
|
msgid "Return Path"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:381, src/Admin/Pages/Settings.php:151
|
|
msgid "Set the return-path to match the From Email"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:385, src/Admin/Pages/Settings.php:154
|
|
msgid "Return Path indicates where non-delivery receipts - or bounce messages - are to be sent."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:395, wp_mail_smtp.php:400, src/Admin/Pages/Misc.php:55
|
|
msgid "Hide Announcements"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:405, src/Admin/Pages/Misc.php:62
|
|
msgid "Check this if you would like to hide plugin announcements and update details."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:413, wp_mail_smtp.php:513, wp_mail_smtp.php:589
|
|
msgid "Save Changes"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:418
|
|
msgid "SMTP Options"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:420
|
|
msgid "These options only apply if you have chosen to send mail by SMTP above."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:425, src/Providers/OptionsAbstract.php:126
|
|
msgid "SMTP Host"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:433, wp_mail_smtp.php:551, src/Providers/OptionsAbstract.php:140
|
|
msgid "SMTP Port"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:440, wp_mail_smtp.php:444, wp_mail_smtp.php:559, wp_mail_smtp.php:565, src/Providers/OptionsAbstract.php:154
|
|
msgid "Encryption"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:449, wp_mail_smtp.php:571
|
|
msgid "No encryption."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:454, wp_mail_smtp.php:576
|
|
msgid "Use SSL encryption."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:459, wp_mail_smtp.php:581
|
|
msgid "Use TLS encryption."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:462
|
|
msgid "TLS is not the same as STARTTLS. For most servers SSL is the recommended option."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:467, wp_mail_smtp.php:471, src/Providers/OptionsAbstract.php:216
|
|
msgid "Authentication"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:476
|
|
msgid "No: Do not use SMTP authentication."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:481
|
|
msgid "Yes: Use SMTP authentication."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:485
|
|
msgid "If this is set to no, the values below are ignored."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:492, wp_mail_smtp.php:535
|
|
msgid "Username"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:500, wp_mail_smtp.php:543
|
|
msgid "Password"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:506
|
|
msgid "This is in plain text because it must not be stored encrypted."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:520
|
|
msgid "Pepipost SMTP Options"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:526
|
|
msgid "You need to signup on %s to get the SMTP username/password."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:598, src/Admin/Pages/Test.php:49
|
|
msgid "Send a Test Email"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:606
|
|
msgid "To"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:610
|
|
msgid "Type an email address here and then click Send Test to generate a test email."
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:652, src/Admin/Area.php:127
|
|
msgid "WP Mail SMTP"
|
|
msgstr ""
|
|
|
|
#: wp_mail_smtp.php:758, src/Admin/Area.php:370, src/Admin/Pages/Settings.php:26
|
|
msgid "Settings"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Area.php:88
|
|
msgid "There was an error while processing the authentication request: %s. Please try again."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Area.php:95
|
|
msgid "There was an error while processing the authentication request. Please try again."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Area.php:102
|
|
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."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Area.php:111
|
|
msgid "You have successfully linked the current site with your Google API project. Now you can start sending emails through Google."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Area.php:126
|
|
msgid "WP Mail SMTP Options"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Area.php:199
|
|
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!"
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:164
|
|
msgid "None"
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:173
|
|
msgid "SSL"
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:182
|
|
msgid "TLS"
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:186
|
|
msgid "For most servers TLS is the recommended option. If your SMTP provider offers both SSL and TLS options, we recommend using TLS."
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:194
|
|
msgid "Auto TLS"
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:204, src/Providers/OptionsAbstract.php:226
|
|
msgid "On"
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:205, src/Providers/OptionsAbstract.php:227
|
|
msgid "Off"
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:208
|
|
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."
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:235
|
|
msgid "SMTP Username"
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:249
|
|
msgid "SMTP Password"
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:263
|
|
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."
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:300
|
|
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."
|
|
msgstr ""
|
|
|
|
#: src/Providers/OptionsAbstract.php:307
|
|
msgid "Meanwhile you can switch to the \"Other SMTP\" Mailer option."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Misc.php:24
|
|
msgid "Misc"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Misc.php:48
|
|
msgid "General"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Misc.php:67, src/Admin/Pages/Settings.php:185
|
|
msgid "Save Settings"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Misc.php:95, src/Admin/Pages/Settings.php:251
|
|
msgid "Settings were successfully saved."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Settings.php:51
|
|
msgid "Mail"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Settings.php:67
|
|
msgid "You can specify the email address that emails should be sent from."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Settings.php:71
|
|
msgid "If you leave this blank, the default one will be used: %s."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Settings.php:77
|
|
msgid "Please note if you are sending using an email provider (Gmail, Yahoo, Hotmail, Outlook.com, etc) this setting should be your email address for that account."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Settings.php:94
|
|
msgid "You can specify the name that emails should be sent from."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Settings.php:98
|
|
msgid "If you leave this blank, the emails will be sent from %s."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Settings.php:155
|
|
msgid "If unchecked bounce messages may be lost."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Test.php:27
|
|
msgid "Email Test"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Test.php:56
|
|
msgid "Send To"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Test.php:61
|
|
msgid "Type an email address here and then click a button below to generate a test email."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Test.php:67
|
|
msgid "Send Email"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Test.php:87
|
|
msgid "Test failed. Please use a valid email address and try to resend the test email."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Test.php:111
|
|
msgid "Test email to %s"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Test.php:114
|
|
msgid "This email was sent by %s mailer, and generated by the WP Mail SMTP WordPress plugin."
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Test.php:127
|
|
msgid "Your email was sent successfully!"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Test.php:134
|
|
msgid "There was a problem while sending a test email. Related debugging output is shown below:"
|
|
msgstr ""
|
|
|
|
#: src/Admin/Pages/Test.php:136
|
|
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."
|
|
msgstr ""
|
|
|
|
#: src/Providers/Gmail/Options.php:25
|
|
msgid "Gmail"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Gmail/Options.php:29
|
|
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."
|
|
msgstr ""
|
|
|
|
#: src/Providers/Gmail/Options.php:63
|
|
msgid "Client ID"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Gmail/Options.php:77
|
|
msgid "Client Secret"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Gmail/Options.php:91
|
|
msgid "Authorized redirect URI"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Gmail/Options.php:99
|
|
msgid "Copy URL to clipboard"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Gmail/Options.php:104
|
|
msgid "This is the path on your site that you will be redirected to after you have authenticated with Google."
|
|
msgstr ""
|
|
|
|
#: src/Providers/Gmail/Options.php:106
|
|
msgid "You need to copy this URL into \"Authorized redirect URIs\" field for you web application on Google APIs site for your project there."
|
|
msgstr ""
|
|
|
|
#: src/Providers/Gmail/Options.php:116
|
|
msgid "Authorize"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Gmail/Options.php:120
|
|
msgid "Allow plugin to send emails using your Google account"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Gmail/Options.php:123
|
|
msgid "Click the button above to confirm authorization."
|
|
msgstr ""
|
|
|
|
#: src/Providers/Mail/Options.php:25
|
|
msgid "Default (none)"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Mail/Options.php:37
|
|
msgid "You currently have the native WordPress option selected. Please select any other Mailer option above to continue the setup."
|
|
msgstr ""
|
|
|
|
#: src/Providers/Mailgun/Options.php:25
|
|
msgid "Mailgun"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Mailgun/Options.php:29
|
|
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."
|
|
msgstr ""
|
|
|
|
#: src/Providers/Mailgun/Options.php:57
|
|
msgid "Private API Key"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Mailgun/Options.php:69
|
|
msgid "Follow this link to get an API Key from Mailgun: %s."
|
|
msgstr ""
|
|
|
|
#: src/Providers/Mailgun/Options.php:71
|
|
msgid "Get a Private API Key"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Mailgun/Options.php:82
|
|
msgid "Domain Name"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Mailgun/Options.php:94
|
|
msgid "Follow this link to get a Domain Name from Mailgun: %s."
|
|
msgstr ""
|
|
|
|
#: src/Providers/Mailgun/Options.php:96
|
|
msgid "Get a Domain Name"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Pepipost/Options.php:25
|
|
msgid "Pepipost"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Sendgrid/Options.php:25
|
|
msgid "SendGrid"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Sendgrid/Options.php:29
|
|
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."
|
|
msgstr ""
|
|
|
|
#: src/Providers/Sendgrid/Options.php:57
|
|
msgid "API Key"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Sendgrid/Options.php:69
|
|
msgid "Follow this link to get an API Key from SendGrid: %s."
|
|
msgstr ""
|
|
|
|
#: src/Providers/Sendgrid/Options.php:71
|
|
msgid "Create API Key"
|
|
msgstr ""
|
|
|
|
#: src/Providers/Sendgrid/Options.php:79
|
|
msgid "To send emails you will need only a %s access level for this API key."
|
|
msgstr ""
|
|
|
|
#: src/Providers/SMTP/Options.php:25
|
|
msgid "Other SMTP"
|
|
msgstr ""
|
|
|
|
#: src/Providers/SMTP/Options.php:29
|
|
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."
|
|
msgstr ""
|