This commit is contained in:
Javier Casares 2026-06-09 12:55:04 +00:00
commit 6269b77f13
11 changed files with 741 additions and 469 deletions

View file

@ -1,359 +1,326 @@
#, 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"
"Project-Id-Version: SMTP (by ROBOTSTXT) Amazon SES 2.1.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/robotstxt-smtp-amazonses\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
"POT-Creation-Date: 2026-06-09T10:41:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.12.0\n"
"X-Domain: robotstxt-smtp-amazonses\n"
#: includes/class-plugin.php:151
#. Plugin Name of the plugin
#: robotstxt-smtp-amazonses.php
msgid "SMTP (by ROBOTSTXT) Amazon SES"
msgstr ""
#. Plugin URI of the plugin
#: robotstxt-smtp-amazonses.php
msgid "https://git.robotstxt.es/ROBOTSTXT/robotstxt-smtp-amazonses"
msgstr ""
#. Description of the plugin
#: robotstxt-smtp-amazonses.php
msgid "Adds Amazon SES configuration support to the ROBOTSTXT SMTP plugin."
msgstr ""
#. Author of the plugin
#: robotstxt-smtp-amazonses.php
msgid "ROBOTSTXT"
msgstr ""
#. Author URI of the plugin
#: robotstxt-smtp-amazonses.php
msgid "https://www.robotstxt.es/"
msgstr ""
#: class-robotstxt-updater.php:379
msgid "Security check failed"
msgstr ""
#: class-robotstxt-updater.php:384
#: includes/class-plugin.php:918
msgid "You do not have sufficient permissions to access this page."
msgstr ""
#: includes/class-plugin.php:149
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
#: includes/class-plugin.php:231
#, 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
#: includes/class-plugin.php:275
#, 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
#: includes/class-plugin.php:295
#, 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
#: includes/class-plugin.php:357
#, php-format
msgid "Amazon SES rejected the \"From\" address: %s"
msgstr ""
#. translators: %s: Invalid recipient email address.
#: includes/class-plugin.php:351
#: includes/class-plugin.php:378
#, php-format
msgid "Amazon SES rejected the recipient address: %s"
msgstr ""
#. translators: %s: Invalid CC email address.
#: includes/class-plugin.php:373
#: includes/class-plugin.php:400
#, php-format
msgid "Amazon SES rejected the CC address: %s"
msgstr ""
#. translators: %s: Invalid BCC email address.
#: includes/class-plugin.php:395
#: includes/class-plugin.php:422
#, php-format
msgid "Amazon SES rejected the BCC address: %s"
msgstr ""
#. translators: %s: Invalid reply-to email address.
#: includes/class-plugin.php:417
#: includes/class-plugin.php:444
#, 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
#: includes/class-plugin.php:473
#, 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
#: includes/class-plugin.php:524
#, php-format
msgid "Amazon SES could not include the attachment: %s"
msgstr ""
#: includes/class-plugin.php:833
#: includes/class-plugin.php:910
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
#: includes/class-plugin.php:931
msgid "Amazon SES quotas refreshed successfully."
msgstr ""
#: includes/class-plugin.php:861
#: includes/class-plugin.php:938
msgid "Unable to fetch quotas from Amazon SES. Check debug log for details."
msgstr ""
#: includes/class-plugin.php:900
#: includes/class-plugin.php:977
msgid "Access Key ID"
msgstr ""
#: includes/class-plugin.php:906
#: includes/class-plugin.php:983
msgid "Secret Access Key"
msgstr ""
#: includes/class-plugin.php:912
#: includes/class-plugin.php:989
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
#: includes/class-plugin.php:1028
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."
#: includes/class-plugin.php:1039
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
#: includes/class-plugin.php:1051
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."
#: includes/class-plugin.php:1062
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
#: includes/class-plugin.php:1077
msgid "Select a region"
msgstr ""
#: includes/class-plugin.php:1005
#: includes/class-plugin.php:1082
msgid "Choose the AWS region where your Amazon SES account is hosted."
msgstr ""
#: includes/class-plugin.php:1082
#: includes/class-plugin.php:1160
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."
#: includes/class-plugin.php:1176
msgid "Amazon SES credentials were not saved. Provide an access key, secret key, and region."
msgstr ""
#: includes/class-plugin.php:1126
#: includes/class-plugin.php:1200
msgid "Amazon SES credentials verified successfully."
msgstr ""
#: includes/class-plugin.php:1281
#: includes/class-plugin.php:1411
msgid "US East (Ohio)"
msgstr ""
#: includes/class-plugin.php:1282
#: includes/class-plugin.php:1412
msgid "US East (N. Virginia)"
msgstr ""
#: includes/class-plugin.php:1283
#: includes/class-plugin.php:1413
msgid "US West (N. California)"
msgstr ""
#: includes/class-plugin.php:1284
#: includes/class-plugin.php:1414
msgid "US West (Oregon)"
msgstr ""
#: includes/class-plugin.php:1285
#: includes/class-plugin.php:1415
msgid "Africa (Cape Town)"
msgstr ""
#: includes/class-plugin.php:1286
#: includes/class-plugin.php:1416
msgid "Asia Pacific (Hyderabad)"
msgstr ""
#: includes/class-plugin.php:1287
#: includes/class-plugin.php:1417
msgid "Asia Pacific (Jakarta)"
msgstr ""
#: includes/class-plugin.php:1288
#: includes/class-plugin.php:1418
msgid "Asia Pacific (Mumbai)"
msgstr ""
#: includes/class-plugin.php:1289
#: includes/class-plugin.php:1419
msgid "Asia Pacific (Osaka)"
msgstr ""
#: includes/class-plugin.php:1290
#: includes/class-plugin.php:1420
msgid "Asia Pacific (Seoul)"
msgstr ""
#: includes/class-plugin.php:1291
#: includes/class-plugin.php:1421
msgid "Asia Pacific (Singapore)"
msgstr ""
#: includes/class-plugin.php:1292
#: includes/class-plugin.php:1422
msgid "Asia Pacific (Sydney)"
msgstr ""
#: includes/class-plugin.php:1293
#: includes/class-plugin.php:1423
msgid "Asia Pacific (Tokyo)"
msgstr ""
#: includes/class-plugin.php:1294
#: includes/class-plugin.php:1424
msgid "Canada (Central)"
msgstr ""
#: includes/class-plugin.php:1295
#: includes/class-plugin.php:1425
msgid "Europe (Frankfurt)"
msgstr ""
#: includes/class-plugin.php:1296
#: includes/class-plugin.php:1426
msgid "Europe (Ireland)"
msgstr ""
#: includes/class-plugin.php:1297
#: includes/class-plugin.php:1427
msgid "Europe (London)"
msgstr ""
#: includes/class-plugin.php:1298
#: includes/class-plugin.php:1428
msgid "Europe (Milan)"
msgstr ""
#: includes/class-plugin.php:1299
#: includes/class-plugin.php:1429
msgid "Europe (Paris)"
msgstr ""
#: includes/class-plugin.php:1300
#: includes/class-plugin.php:1430
msgid "Europe (Stockholm)"
msgstr ""
#: includes/class-plugin.php:1301
#: includes/class-plugin.php:1431
msgid "Europe (Zurich)"
msgstr ""
#: includes/class-plugin.php:1302
#: includes/class-plugin.php:1432
msgid "Israel (Tel Aviv)"
msgstr ""
#: includes/class-plugin.php:1303
#: includes/class-plugin.php:1433
msgid "Middle East (Bahrain)"
msgstr ""
#: includes/class-plugin.php:1304
#: includes/class-plugin.php:1434
msgid "Middle East (UAE)"
msgstr ""
#: includes/class-plugin.php:1305
#: includes/class-plugin.php:1435
msgid "South America (São Paulo)"
msgstr ""
#: includes/class-plugin.php:1306
#: includes/class-plugin.php:1436
msgid "AWS GovCloud (US-East)"
msgstr ""
#: includes/class-plugin.php:1307
#: includes/class-plugin.php:1437
msgid "AWS GovCloud (US-West)"
msgstr ""
#. translators: 1: AWS region display name. 2: AWS region code.
#: includes/class-plugin.php:1322
#: includes/class-plugin.php:1452
#, php-format
msgid "%1$s (%2$s)"
msgstr ""
#. translators: %s: AWS region code.
#: includes/class-plugin.php:1338
#: includes/class-plugin.php:1468
#, php-format
msgid "Region %s"
msgstr ""
#. translators: %s: Error message from Amazon SES.
#: includes/class-plugin.php:1389
#: includes/class-plugin.php:1509
#, 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
#: includes/class-plugin.php:1574
#: includes/class-plugin.php:1596
msgid "Amazon SES credentials are not configured."
msgstr ""
#: includes/class-plugin.php:1506
#: includes/class-plugin.php:1610
msgid "Amazon SES did not return quota data."
msgstr ""
#: includes/class-plugin.php:1524
#: includes/class-plugin.php:1632
msgid "Cannot fetch SES quotas: IAM user lacks ses:GetAccount permission."
msgstr ""
#. translators: %s: AWS error message
#: includes/class-plugin.php:1532
#: includes/class-plugin.php:1640
#, php-format
msgid "Amazon SES API error: %s"
msgstr ""
#. translators: %s: Error message
#: includes/class-plugin.php:1541
#: includes/class-plugin.php:1649
#, 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/"
#: robotstxt-smtp-amazonses.php:68
msgid "SMTP (by ROBOTSTXT) Amazon SES requires the SMTP (by ROBOTSTXT) plugin to be installed and active."
msgstr ""