v2.0.0
This commit is contained in:
parent
27aae99d99
commit
7bcda55ebb
3158 changed files with 140643 additions and 130380 deletions
359
languages/robotstxt-smtp-amazonses.pot
Normal file
359
languages/robotstxt-smtp-amazonses.pot
Normal file
|
|
@ -0,0 +1,359 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: SMTP (by ROBOTSTXT) Amazon SES\n"
|
||||
"POT-Creation-Date: 2026-01-29 10:03+0100\n"
|
||||
"PO-Revision-Date: 2026-01-29 10:03+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
"X-Generator: Poedit 3.8\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
||||
"X-Poedit-WPHeader: robotstxt-smtp-amazonses.php\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-KeywordsList: "
|
||||
"__;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
|
||||
"X-Poedit-SearchPathExcluded-1: vendor\n"
|
||||
|
||||
#: includes/class-plugin.php:151
|
||||
msgid "Amazon SES could not send the email because no recipient was provided."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Error details describing the email preparation failure.
|
||||
#: includes/class-plugin.php:224
|
||||
#, php-format
|
||||
msgid "Amazon SES could not prepare the email: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Error message returned by Amazon SES.
|
||||
#: includes/class-plugin.php:265
|
||||
#, php-format
|
||||
msgid "Amazon SES could not send the email: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Error message describing the unexpected failure.
|
||||
#: includes/class-plugin.php:282
|
||||
#, php-format
|
||||
msgid "An unexpected error occurred while sending through Amazon SES: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Error details describing why the From header is invalid.
|
||||
#: includes/class-plugin.php:330
|
||||
#, php-format
|
||||
msgid "Amazon SES rejected the \"From\" address: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Invalid recipient email address.
|
||||
#: includes/class-plugin.php:351
|
||||
#, php-format
|
||||
msgid "Amazon SES rejected the recipient address: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Invalid CC email address.
|
||||
#: includes/class-plugin.php:373
|
||||
#, php-format
|
||||
msgid "Amazon SES rejected the CC address: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Invalid BCC email address.
|
||||
#: includes/class-plugin.php:395
|
||||
#, php-format
|
||||
msgid "Amazon SES rejected the BCC address: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Invalid reply-to email address.
|
||||
#: includes/class-plugin.php:417
|
||||
#, php-format
|
||||
msgid "Amazon SES rejected the reply-to address: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Invalid reply-to email address from settings.
|
||||
#: includes/class-plugin.php:446
|
||||
#, php-format
|
||||
msgid "Amazon SES rejected the configured reply-to address: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Attachment path that could not be added.
|
||||
#: includes/class-plugin.php:497
|
||||
#, php-format
|
||||
msgid "Amazon SES could not include the attachment: %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:833
|
||||
msgid "Security check failed."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:841 robotstxt-updater.php:367
|
||||
msgid "You do not have sufficient permissions to access this page."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:854
|
||||
msgid "Amazon SES quotas refreshed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:861
|
||||
msgid "Unable to fetch quotas from Amazon SES. Check debug log for details."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:900
|
||||
msgid "Access Key ID"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:906
|
||||
msgid "Secret Access Key"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:912
|
||||
msgid "Region"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:918
|
||||
msgid "From Email"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:924
|
||||
msgid "From Name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:930
|
||||
msgid "Reply-To Email"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:936
|
||||
msgid "Reply-To Name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:951
|
||||
msgid "Leave empty to keep the stored access key."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:962
|
||||
msgid ""
|
||||
"Provide the IAM access key ID with permissions to send email through Amazon "
|
||||
"SES. Leave the field empty to retain the existing value."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:974
|
||||
msgid "Leave empty to keep the stored secret access key."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:985
|
||||
msgid ""
|
||||
"Enter the secret access key associated with the IAM user. Leave the field "
|
||||
"empty to retain the existing value."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1000
|
||||
msgid "Select a region"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1005
|
||||
msgid "Choose the AWS region where your Amazon SES account is hosted."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1082
|
||||
msgid "The selected Amazon SES region is not available."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1102
|
||||
msgid ""
|
||||
"Amazon SES credentials were not saved. Provide an access key, secret key, "
|
||||
"and region."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1126
|
||||
msgid "Amazon SES credentials verified successfully."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1281
|
||||
msgid "US East (Ohio)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1282
|
||||
msgid "US East (N. Virginia)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1283
|
||||
msgid "US West (N. California)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1284
|
||||
msgid "US West (Oregon)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1285
|
||||
msgid "Africa (Cape Town)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1286
|
||||
msgid "Asia Pacific (Hyderabad)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1287
|
||||
msgid "Asia Pacific (Jakarta)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1288
|
||||
msgid "Asia Pacific (Mumbai)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1289
|
||||
msgid "Asia Pacific (Osaka)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1290
|
||||
msgid "Asia Pacific (Seoul)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1291
|
||||
msgid "Asia Pacific (Singapore)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1292
|
||||
msgid "Asia Pacific (Sydney)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1293
|
||||
msgid "Asia Pacific (Tokyo)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1294
|
||||
msgid "Canada (Central)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1295
|
||||
msgid "Europe (Frankfurt)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1296
|
||||
msgid "Europe (Ireland)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1297
|
||||
msgid "Europe (London)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1298
|
||||
msgid "Europe (Milan)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1299
|
||||
msgid "Europe (Paris)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1300
|
||||
msgid "Europe (Stockholm)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1301
|
||||
msgid "Europe (Zurich)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1302
|
||||
msgid "Israel (Tel Aviv)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1303
|
||||
msgid "Middle East (Bahrain)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1304
|
||||
msgid "Middle East (UAE)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1305
|
||||
msgid "South America (São Paulo)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1306
|
||||
msgid "AWS GovCloud (US-East)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1307
|
||||
msgid "AWS GovCloud (US-West)"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: AWS region display name. 2: AWS region code.
|
||||
#: includes/class-plugin.php:1322
|
||||
#, php-format
|
||||
msgid "%1$s (%2$s)"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: AWS region code.
|
||||
#: includes/class-plugin.php:1338
|
||||
#, php-format
|
||||
msgid "Region %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Error message from Amazon SES.
|
||||
#: includes/class-plugin.php:1389
|
||||
#, php-format
|
||||
msgid "Invalid Amazon SES credentials: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Error message from Amazon SES.
|
||||
#: includes/class-plugin.php:1400
|
||||
#, php-format
|
||||
msgid "Could not verify Amazon SES credentials: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Error message describing the unexpected failure.
|
||||
#: includes/class-plugin.php:1411
|
||||
#, php-format
|
||||
msgid ""
|
||||
"An unexpected error occurred while validating Amazon SES credentials: %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1470 includes/class-plugin.php:1492
|
||||
msgid "Amazon SES credentials are not configured."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1506
|
||||
msgid "Amazon SES did not return quota data."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-plugin.php:1524
|
||||
msgid "Cannot fetch SES quotas: IAM user lacks ses:GetAccount permission."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: AWS error message
|
||||
#: includes/class-plugin.php:1532
|
||||
#, php-format
|
||||
msgid "Amazon SES API error: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Error message
|
||||
#: includes/class-plugin.php:1541
|
||||
#, php-format
|
||||
msgid "Failed to fetch SES quota: %s"
|
||||
msgstr ""
|
||||
|
||||
#: robotstxt-updater.php:362
|
||||
msgid "Security check failed"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "SMTP (by ROBOTSTXT) Amazon SES"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://git.robotstxt.es/ROBOTSTXT/robotstxt-smtp-amazonses"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Adds Amazon SES configuration support to the ROBOTSTXT SMTP plugin."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "ROBOTSTXT"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://www.robotstxt.es/"
|
||||
msgstr ""
|
||||
Loading…
Reference in a new issue