| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418 |
- # Copyright (C) 2026 QUADARAX
- # This file is distributed under the GPL v2 or later.
- # Dalibor Votruba <dvotruba@quadarax.com>, 2026.
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: QDR - Studiou WC Mail Queue 1.0.0\n"
- "Report-Msgid-Bugs-To: dvotruba@quadarax.com\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"
- "POT-Creation-Date: 2026-07-10T00:00:00+00:00\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
- "X-Domain: studiou-wc-mail-queue\n"
- #: studiou-wc-mail-queue.php:150
- msgid "Studiou WC Mail Queue requires WooCommerce to be installed and active."
- msgstr ""
- #: includes/class-wcmq-admin.php:40
- #: includes/class-wcmq-admin.php:41
- msgid "Mail Queue"
- msgstr ""
- #: includes/class-wcmq-admin.php:74
- msgid "Delete the selected rows? This cannot be undone."
- msgstr ""
- #: includes/class-wcmq-admin.php:78
- msgid "Re-queue the selected rows? Already-sent rows are skipped, but anything still pending or failed will be sent again."
- msgstr ""
- #: includes/class-wcmq-admin.php:75
- msgid "Clear the entire log? This cannot be undone."
- msgstr ""
- #: includes/class-wcmq-admin.php:107
- msgid "Studiou WC Mail Queue"
- msgstr ""
- #: includes/class-wcmq-admin.php:108
- msgid "WooCommerce's \"Deferred emails\" feature is enabled. It moves mail off the request but applies no rate limit, and chained with this plugin it queues every email twice. Turn it off under WooCommerce → Settings → Advanced → Features."
- msgstr ""
- #. translators: %s: file path where wp_mail() is defined
- #: includes/class-wcmq-admin.php:154
- msgid "Another plugin has replaced the pluggable wp_mail() function (defined in %s). This plugin can only queue mail that passes through WordPress's own wp_mail(), so nothing is being throttled. Outbound mail is sending unthrottled."
- msgstr ""
- #: includes/class-wcmq-admin.php:123
- msgid "You do not have permission to access this page."
- msgstr ""
- #. translators: %s: parent email title
- #: includes/class-wcmq-admin.php:183
- msgid "%s (partial)"
- msgstr ""
- #: includes/class-wcmq-admin.php:207
- msgid "You do not have permission to do that."
- msgstr ""
- #: includes/class-wcmq-admin.php:243
- msgid "Settings saved."
- msgstr ""
- #: includes/class-wcmq-admin.php:257
- msgid "Mail queue enabled."
- msgstr ""
- #: includes/class-wcmq-admin.php:262
- msgid "Mail queue is draining. New mail sends immediately; queued mail will finish first."
- msgstr ""
- #: includes/class-wcmq-admin.php:266
- msgid "Mail queue disabled."
- msgstr ""
- #. translators: %d: number of rows
- #: includes/class-wcmq-admin.php:280
- msgid "Log cleared (%d entries)."
- msgstr ""
- #: includes/class-wcmq-admin.php:295
- msgid "Nothing to do."
- msgstr ""
- #. translators: %d: number of rows
- #: includes/class-wcmq-admin.php:350
- msgid "%d rows deleted."
- msgstr ""
- #. translators: %d: number of rows
- #: includes/class-wcmq-admin.php:353
- msgid "%d rows re-queued."
- msgstr ""
- #. translators: %d: number of rows
- #: includes/class-wcmq-admin.php:357
- msgid "%d rows could not be processed."
- msgstr ""
- #. translators: %d: number of rows
- #: includes/class-wcmq-admin.php:361
- msgid "%d rows skipped because they are currently sending."
- msgstr ""
- #. translators: %d: number of rows
- #: includes/class-wcmq-admin.php:394
- msgid "%d rows skipped because they were already sent. Re-queueing them would deliver the email twice."
- msgstr ""
- #. translators: %d: number of items
- #: includes/class-wcmq-admin.php:413
- msgid "%d item"
- msgid_plural "%d items"
- msgstr[0] ""
- msgstr[1] ""
- #: includes/class-wcmq-admin.php:419
- msgid "Previous"
- msgstr ""
- #. translators: 1: current page, 2: total pages
- #: includes/class-wcmq-admin.php:424
- msgid "%1$d of %2$d"
- msgstr ""
- #: includes/class-wcmq-admin.php:430
- msgid "Next"
- msgstr ""
- #. translators: 1: email type, 2: recipient
- #: includes/class-wcmq-notifier.php:71
- msgid "Queued email \"%1$s\" sent to %2$s."
- msgstr ""
- #. translators: 1: email type, 2: error message
- #: includes/class-wcmq-notifier.php:74
- msgid "Queued email \"%1$s\" failed to send: %2$s"
- msgstr ""
- #: views/admin-page.php:15
- msgid "Settings"
- msgstr ""
- #: views/admin-page.php:16
- msgid "Queue"
- msgstr ""
- #: views/admin-page.php:17
- msgid "Log"
- msgstr ""
- #: views/admin-page.php:21
- msgid "WooCommerce Mail Queue"
- msgstr ""
- #: views/admin-page.php:28
- msgid "Enabled"
- msgstr ""
- #. translators: 1: mails per minute, 2: seconds between mails
- #: views/admin-page.php:32
- msgid "Sending at most %1$d mail(s) per minute (one every %2$d seconds)."
- msgstr ""
- #: views/admin-page.php:39
- msgid "Draining"
- msgstr ""
- #. translators: %d: rows remaining
- #: views/admin-page.php:43
- msgid "New mail sends immediately. %d queued mail(s) still to send."
- msgstr ""
- #: views/admin-page.php:49
- msgid "Disabled"
- msgstr ""
- #: views/admin-page.php:51
- msgid "All mail sends immediately, exactly as stock WooCommerce."
- msgstr ""
- #: views/admin-page.php:57
- msgid "pending"
- msgstr ""
- #: views/admin-page.php:58
- msgid "sending"
- msgstr ""
- #: views/admin-page.php:59
- msgid "sent"
- msgstr ""
- #: views/admin-page.php:61
- msgid "failed"
- msgstr ""
- #: views/tab-log.php:22
- #: views/tab-queue.php:22
- msgid "All"
- msgstr ""
- #: views/tab-log.php:23
- msgid "Errors"
- msgstr ""
- #: views/tab-log.php:24
- msgid "Warnings"
- msgstr ""
- #: views/tab-log.php:25
- msgid "Info"
- msgstr ""
- #: views/tab-log.php:26
- #: views/tab-settings.php:116
- msgid "Debug"
- msgstr ""
- #: views/tab-log.php:47
- msgid "Clear log"
- msgstr ""
- #: views/tab-log.php:55
- #: views/tab-queue.php:61
- msgid "ID"
- msgstr ""
- #: views/tab-log.php:56
- msgid "Level"
- msgstr ""
- #: views/tab-log.php:57
- msgid "Time"
- msgstr ""
- #: views/tab-log.php:58
- msgid "Row"
- msgstr ""
- #: views/tab-log.php:59
- msgid "Message"
- msgstr ""
- #: views/tab-log.php:64
- msgid "The log is empty."
- msgstr ""
- #: views/tab-queue.php:23
- msgid "Pending"
- msgstr ""
- #: views/tab-queue.php:24
- msgid "Sending"
- msgstr ""
- #: views/tab-queue.php:25
- #: views/tab-queue.php:68
- msgid "Sent"
- msgstr ""
- #: views/tab-queue.php:26
- msgid "Failed"
- msgstr ""
- #: views/tab-queue.php:49
- msgid "Bulk actions"
- msgstr ""
- #: views/tab-queue.php:50
- msgid "Retry now"
- msgstr ""
- #: views/tab-queue.php:51
- msgid "Delete"
- msgstr ""
- #: views/tab-queue.php:53
- msgid "Apply"
- msgstr ""
- #: views/tab-queue.php:62
- msgid "Email type"
- msgstr ""
- #: views/tab-queue.php:63
- msgid "Order"
- msgstr ""
- #: views/tab-queue.php:64
- msgid "Recipient"
- msgstr ""
- #: views/tab-queue.php:65
- msgid "State"
- msgstr ""
- #: views/tab-queue.php:66
- msgid "Tries"
- msgstr ""
- #: views/tab-queue.php:67
- msgid "Scheduled"
- msgstr ""
- #: views/tab-queue.php:69
- msgid "Last error"
- msgstr ""
- #: views/tab-queue.php:74
- msgid "The queue is empty."
- msgstr ""
- #: views/tab-queue.php:104
- msgid "Order no longer exists"
- msgstr ""
- #: views/tab-queue.php:104
- msgid "Crash recoveries"
- msgstr ""
- #: views/tab-settings.php:25
- msgid "Disable mail queue"
- msgstr ""
- #: views/tab-settings.php:26
- msgid "Enable mail queue"
- msgstr ""
- #: views/tab-settings.php:30
- msgid "Disabling stops queueing new mail; anything already queued still sends at the configured rate."
- msgstr ""
- #: views/tab-settings.php:41
- msgid "Rate limit"
- msgstr ""
- #: views/tab-settings.php:45
- msgid "Mails per minute"
- msgstr ""
- #: views/tab-settings.php:51
- msgid "Set this below your host's real outbound limit — ask their support for the exact number. A value above the real limit reproduces the original problem."
- msgstr ""
- #: views/tab-settings.php:57
- msgid "Emails handled by the queue"
- msgstr ""
- #: views/tab-settings.php:59
- msgid "Anything not ticked here sends immediately, exactly as it does today. Never queue password resets."
- msgstr ""
- #: views/tab-settings.php:72
- msgid "Retention"
- msgstr ""
- #: views/tab-settings.php:74
- msgid "The queue stores rendered emails and copies of their attachments. Retention is a privacy control, not just housekeeping. 0 = keep forever."
- msgstr ""
- #: views/tab-settings.php:78
- msgid "Keep sent mail (days)"
- msgstr ""
- #: views/tab-settings.php:82
- msgid "Keep failed mail (days)"
- msgstr ""
- #: views/tab-settings.php:86
- msgid "Keep log entries (days)"
- msgstr ""
- #: views/tab-settings.php:91
- msgid "Reliability"
- msgstr ""
- #: views/tab-settings.php:94
- msgid "Max send attempts"
- msgstr ""
- #: views/tab-settings.php:97
- msgid "Completed attempts where the mail server rejected the message."
- msgstr ""
- #: views/tab-settings.php:101
- msgid "Max crash recoveries"
- msgstr ""
- #: views/tab-settings.php:104
- msgid "Times a mail may be rescued after the sending process died. Counted separately from send attempts, so a PHP timeout never burns a healthy mail's retry budget."
- msgstr ""
- #: views/tab-settings.php:108
- msgid "Claim timeout (seconds)"
- msgstr ""
- #: views/tab-settings.php:111
- msgid "How long before a mail stuck \"sending\" is assumed dead and retried. Keep it well above PHP's max_execution_time — too short and a slow send is retried while still in progress, delivering twice."
- msgstr ""
- #: views/tab-settings.php:119
- msgid "Verbose logging"
- msgstr ""
- #: views/tab-settings.php:123
- msgid "Record debug-level entries in the log and the PHP error log."
- msgstr ""
- #: views/tab-settings.php:129
- msgid "Save settings"
- msgstr ""
|