This commit is contained in:
Javier Casares 2026-01-29 10:02:03 +00:00
commit a29b2d82ad
19 changed files with 3792 additions and 231 deletions

View file

@ -0,0 +1,286 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Newsletter - SMTP (by ROBOTSTXT)\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-newsletter.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"
#: admin/class-settings-page.php:83
msgid "SMTP (by ROBOTSTXT) Integration"
msgstr ""
#: admin/class-settings-page.php:90
msgid "Enable Integration"
msgstr ""
#: admin/class-settings-page.php:98
msgid "Batch Size"
msgstr ""
#: admin/class-settings-page.php:106
msgid "Max Emails Per Connection"
msgstr ""
#: admin/class-settings-page.php:121 admin/class-settings-page.php:122
msgid "SMTP (by ROBOTSTXT)"
msgstr ""
#: admin/class-settings-page.php:136 robotstxt-updater.php:367
msgid "You do not have sufficient permissions to access this page."
msgstr ""
#: admin/class-settings-page.php:161
msgid "Configure how Newsletter uses SMTP (by ROBOTSTXT) for email delivery."
msgstr ""
#: admin/class-settings-page.php:167
msgid "ROBOTSTXT SMTP plugin is not active. Please activate it first."
msgstr ""
#: admin/class-settings-page.php:176
msgid "Current SMTP Configuration:"
msgstr ""
#: admin/class-settings-page.php:179
#, php-format
msgid "Host: %s:%d"
msgstr ""
#: admin/class-settings-page.php:187
#, php-format
msgid "Encryption: %s"
msgstr ""
#: admin/class-settings-page.php:193
msgid "Amazon SES: Active"
msgstr ""
#: admin/class-settings-page.php:257
msgid "Settings Recommendations"
msgstr ""
#. translators: %d: seconds
#: admin/class-settings-page.php:263
#, php-format
msgid "Newsletter cron runs every: %d seconds"
msgstr ""
#: admin/class-settings-page.php:269
msgid "Amazon SES API (REST)"
msgstr ""
#: admin/class-settings-page.php:270
msgid "SMTP with SMTPKeepAlive"
msgstr ""
#. translators: %s: delivery method
#: admin/class-settings-page.php:273
#, php-format
msgid "Delivery method: %s"
msgstr ""
#. translators: %d: batch size
#: admin/class-settings-page.php:293
#, php-format
msgid "Batch size: Your current setting (%d) is optimal!"
msgstr ""
#. translators: %d: recommended batch size
#: admin/class-settings-page.php:299
#, php-format
msgid "Recommended batch size: %d emails/batch"
msgstr ""
#. translators: %d: current batch size
#: admin/class-settings-page.php:306
#, php-format
msgid ""
"Current (%d) is significantly lower than optimal. Increase it to send faster."
msgstr ""
#. translators: %d: current batch size
#: admin/class-settings-page.php:312
#, php-format
msgid ""
"Current (%d) is too high and may trigger rate limits. Reduce it to avoid "
"errors."
msgstr ""
#. translators: 1: current batch size, 2: recommended batch size
#. translators: 1: current max per connection, 2: recommended max per connection
#: admin/class-settings-page.php:318 admin/class-settings-page.php:356
#, php-format
msgid "Current (%1$d) could be optimized. Consider changing to %2$d."
msgstr ""
#. translators: %d: max per connection
#: admin/class-settings-page.php:331
#, php-format
msgid "Max per connection: Your current setting (%d) is optimal!"
msgstr ""
#. translators: %d: recommended max per connection
#: admin/class-settings-page.php:337
#, php-format
msgid "Recommended max per connection: %d emails"
msgstr ""
#. translators: %d: current max per connection
#: admin/class-settings-page.php:344
#, php-format
msgid "Current (%d) is too low. Increase to reduce connection overhead."
msgstr ""
#. translators: %d: current max per connection
#: admin/class-settings-page.php:350
#, php-format
msgid "Current (%d) is too high and may cause SMTP timeouts. Reduce it."
msgstr ""
#: admin/class-settings-page.php:380
msgid "Use SMTP (by ROBOTSTXT) for Newsletter delivery"
msgstr ""
#: admin/class-settings-page.php:383
msgid ""
"When enabled, Newsletter will use SMTP (by ROBOTSTXT) configuration with "
"SMTPKeepAlive for efficient bulk sending."
msgstr ""
#: admin/class-settings-page.php:399
msgid ""
"Number of emails to send in each batch. Higher values improve performance "
"with SMTPKeepAlive."
msgstr ""
#: admin/class-settings-page.php:400
msgid ""
"See calculated recommendations below based on your rate limits and cron "
"interval."
msgstr ""
#: admin/class-settings-page.php:418
msgid "Not applicable for Amazon SES (uses API instead of SMTP connections)."
msgstr ""
#: admin/class-settings-page.php:427
msgid ""
"Maximum emails to send before reconnecting to SMTP server. Prevents timeouts."
msgstr ""
#: admin/class-settings-page.php:428
msgid "See calculated recommendations below based on your rate limits."
msgstr ""
#: admin/class-settings-page.php:462
msgid "No rate limits configured."
msgstr ""
#: admin/class-settings-page.php:464
msgid "Using default for Amazon SES (50 emails/batch)."
msgstr ""
#: admin/class-settings-page.php:465
msgid "Using default for SMTP (20 emails/batch, 100 max per connection)."
msgstr ""
#. translators: 1: emails per second, 2: cron interval, 3: overhead, 4: calculated max
#: admin/class-settings-page.php:480
#, php-format
msgid ""
"Per-second limit: %1$d emails/sec × (%2$d sec - %3$d sec overhead) = %4$d "
"emails/batch"
msgstr ""
#. translators: 1: emails per hour, 2: batches per hour, 3: calculated max
#: admin/class-settings-page.php:495
#, php-format
msgid ""
"Per-hour limit: %1$d emails/hour ÷ %2$d batches/hour = %3$d emails/batch"
msgstr ""
#. translators: 1: emails per day, 2: batches per day, 3: calculated max
#: admin/class-settings-page.php:509
#, php-format
msgid "Per-day limit: %1$d emails/day ÷ %2$d batches/day = %3$d emails/batch"
msgstr ""
#. translators: 1: limiting factor, 2: final batch size
#: admin/class-settings-page.php:526
#, php-format
msgid ""
"Most restrictive limit: %1$s. Recommended batch size (with 10%% safety "
"margin): %2$d"
msgstr ""
#. translators: %d: max per connection
#: admin/class-settings-page.php:543
#, php-format
msgid ""
"Max per connection (SMTP): %d emails before reconnecting to prevent timeouts."
msgstr ""
#: admin/index.php:27
msgid "Settings saved."
msgstr ""
#: admin/index.php:33
msgid "SMTP (by ROBOTSTXT) Newsletter Settings"
msgstr ""
#: includes/class-amazonses-mailer.php:83
msgid "Amazon SES plugin not available."
msgstr ""
#: includes/class-amazonses-mailer.php:112 includes/class-smtp-mailer.php:157
msgid "Rate limit exceeded. Please wait before sending more emails."
msgstr ""
#: includes/class-amazonses-mailer.php:153 includes/class-smtp-mailer.php:207
msgid "Rate limit exceeded"
msgstr ""
#: includes/class-amazonses-mailer.php:156 includes/class-smtp-mailer.php:210
msgid "Rate limit exceeded. Batch stopped."
msgstr ""
#: robotstxt-updater.php:362
msgid "Security check failed"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Newsletter - SMTP (by ROBOTSTXT)"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://git.robotstxt.es/ROBOTSTXT/robotstxt-smtp-newsletter"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Integrates ROBOTSTXT SMTP configuration with Newsletter plugin for efficient "
"bulk email delivery with SMTPKeepAlive support."
msgstr ""
#. Author of the plugin/theme
msgid "ROBOTSTXT"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://www.robotstxt.es/"
msgstr ""