# Copyright (C) 2025 Erick Hitter, Automattic # This file is distributed under the same license as the Cron Control package. msgid "" msgstr "" "Project-Id-Version: Cron Control 3.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/Cron-Control\n" "POT-Creation-Date: 2025-07-19 22:39:04+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: en\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Country: United States\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: " "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" "X-Poedit-Basepath: ../\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-Bookmarks: \n" "X-Textdomain-Support: yes\n" "X-Generator: grunt-wp-i18n 1.0.4\n" #: includes/class-events.php:218 msgid "Invalid or incomplete request data." msgstr "" #: includes/class-events.php:224 #. translators: 1: Job identifier msgid "Job with identifier `%1$s` is not scheduled to run yet." msgstr "" #: includes/class-events.php:238 #. translators: 1: Job identifier msgid "Job with identifier `%1$s` could not be found." msgstr "" #: includes/class-events.php:251 #. translators: 1: Event action, 2: Event arguments msgid "" "No resources available to run the job with action `%1$s` and arguments " "`%2$s`." msgstr "" #: includes/class-events.php:280 #. translators: 1: Event action, 2: Event arguments, 3: Throwable error, 4: #. Line number that raised Throwable error msgid "" "Callback for job with action `%1$s` and arguments `%2$s` raised a Throwable " "- %3$s in %4$s on line %5$d." msgstr "" #: includes/class-events.php:298 #. translators: 1: Event action, 2: Event arguments msgid "Job with action `%1$s` and arguments `%2$s` executed." msgstr "" #: includes/class-internal-events.php:90 msgid "Cron Control internal job - every 2 minutes (used to be 1 minute)" msgstr "" #: includes/class-internal-events.php:94 msgid "Cron Control internal job - every 10 minutes" msgstr "" #: includes/class-main.php:35 #. translators: 1: Constant name msgid "Must define the constant %1$s." msgstr "" #: includes/class-main.php:41 #. translators: 1: PHP version msgid "The PHP version must be %1$s or above." msgstr "" #: includes/class-main.php:47 #. translators: 1: WP version msgid "The WP version must be %1$s or above." msgstr "" #: includes/class-main.php:119 msgid "Normal cron execution is blocked when the Cron Control plugin is active." msgstr "" #: includes/class-main.php:155 #. translators: 1: Constant name msgid "%1$s set to unexpected value; must be corrected for proper behaviour." msgstr "" #: includes/class-rest-api.php:98 msgid "Automatic event execution is disabled indefinitely." msgstr "" #: includes/class-rest-api.php:101 #. translators: 1: Time automatic execution is disabled until, 2: Unix #. timestamp msgid "Automatic event execution is disabled until %1$s UTC (%2$d)." msgstr "" #: includes/class-rest-api.php:137 msgid "Cron Control REST API endpoints are disabled" msgstr "" #: includes/class-rest-api.php:150 msgid "Secret must be specified with all requests" msgstr "" #: includes/wp-cli/class-events.php:40 msgid "Invalid page requested" msgstr "" #: includes/wp-cli/class-events.php:49 msgid "" "Entries are purged automatically, so this cannot be relied upon as a record " "of past event execution." msgstr "" #: includes/wp-cli/class-events.php:54 msgid "No events to display" msgstr "" #: includes/wp-cli/class-events.php:65 #. translators: 1: Number of events to display msgid "Displaying %s entry" msgid_plural "Displaying all %s entries" msgstr[0] "" msgstr[1] "" #: includes/wp-cli/class-events.php:68 #. translators: 1: Entries on this page, 2: Total entries, 3: Current page, 4: #. Total pages msgid "Displaying %1$s of %2$s entries, page %3$s of %4$s" msgstr "" #: includes/wp-cli/class-events.php:122 msgid "" "Specify something to delete, or see the `cron-control-fixers` command to " "remove all data." msgstr "" #: includes/wp-cli/class-events.php:136 msgid "Specify the ID of an event to run" msgstr "" #: includes/wp-cli/class-events.php:144 #. translators: 1: Event ID msgid "" "Failed to locate event %d. Please confirm that the entry exists and that " "the ID is that of an event." msgstr "" #: includes/wp-cli/class-events.php:148 #. translators: 1: Event ID, 2: Event action, 3. Event instance msgid "Found event %1$d with action `%2$s` and instance identifier `%3$s`" msgstr "" #: includes/wp-cli/class-events.php:154 #. translators: 1: Time in UTC, 2: Human time diff msgid "This event is not scheduled to run until %1$s UTC (%2$s)" msgstr "" #: includes/wp-cli/class-events.php:157 msgid "Run this event?" msgstr "" #: includes/wp-cli/class-events.php:171 msgid "Failed to run event" msgstr "" #: includes/wp-cli/class-events.php:206 msgid "Invalid status specified" msgstr "" #: includes/wp-cli/class-events.php:258 msgid "Non-repeating" msgstr "" #: includes/wp-cli/class-events.php:260 includes/wp-cli/class-rest-api.php:104 msgid "n/a" msgstr "" #: includes/wp-cli/class-events.php:268 includes/wp-cli/class-rest-api.php:103 msgid "true" msgstr "" #: includes/wp-cli/class-events.php:397 msgid "Invalid event ID" msgstr "" #: includes/wp-cli/class-events.php:405 #. translators: 1: Event ID msgid "" "Failed to delete event %d. Please confirm that the entry exists and that " "the ID is that of an event." msgstr "" #: includes/wp-cli/class-events.php:410 includes/wp-cli/class-events.php:445 msgid "" "This is an event created by the Cron Control plugin. It will recreated " "automatically." msgstr "" #: includes/wp-cli/class-events.php:414 #. translators: 1: Event execution time in UTC msgid "Execution time: %s UTC" msgstr "" #: includes/wp-cli/class-events.php:416 #. translators: 1: Event action msgid "Action: %s" msgstr "" #: includes/wp-cli/class-events.php:418 #. translators: 1: Event instance msgid "Instance identifier: %s" msgstr "" #: includes/wp-cli/class-events.php:420 msgid "Are you sure you want to delete this event?" msgstr "" #: includes/wp-cli/class-events.php:427 #. translators: 1: Event ID msgid "Failed to delete event %d" msgstr "" #: includes/wp-cli/class-events.php:431 #. translators: 1: Event ID msgid "Removed event %d" msgstr "" #: includes/wp-cli/class-events.php:440 #: includes/wp-cli/class-orchestrate-runner.php:85 msgid "Invalid action" msgstr "" #: includes/wp-cli/class-events.php:453 #. translators: 1: Event action msgid "No events with action `%s` found" msgstr "" #: includes/wp-cli/class-events.php:457 #. translators: 1: Total event count msgid "Found %s event(s) to delete" msgstr "" #: includes/wp-cli/class-events.php:458 msgid "Are you sure you want to delete the event(s)?" msgstr "" #: includes/wp-cli/class-events.php:460 msgid "Deleting event(s)" msgstr "" #: includes/wp-cli/class-events.php:477 #. translators: 1: Expected deleted-event count, 2: Actual deleted-event count msgid "Expected to delete %1$s events, but could only delete %2$s events." msgstr "" #: includes/wp-cli/class-events.php:482 #. translators: 1: Total event count msgid "Deleted %s event(s)" msgstr "" #: includes/wp-cli/class-events.php:495 #. translators: 1: Event count msgid "Found %s completed event to remove. Continue?" msgid_plural "Found %s completed events to remove. Continue?" msgstr[0] "" msgstr[1] "" #: includes/wp-cli/class-events.php:499 msgid "Entries removed" msgstr "" #: includes/wp-cli/class-lock.php:25 msgid "This lock limits the number of events run concurrently." msgstr "" #: includes/wp-cli/class-lock.php:40 msgid "Specify an action" msgstr "" #: includes/wp-cli/class-lock.php:50 msgid "" "This lock prevents concurrent executions of events with the same action, " "regardless of the action's arguments." msgstr "" #: includes/wp-cli/class-lock.php:69 #. translators: 1: Lock limit msgid "Maximum: %s" msgstr "" #: includes/wp-cli/class-lock.php:73 msgid "Resetting lock..." msgstr "" #: includes/wp-cli/class-lock.php:79 #. translators: 1: Previous lock value msgid "Previous value: %s" msgstr "" #: includes/wp-cli/class-lock.php:81 #. translators: 1: Previous lock timestamp msgid "Previously modified: %s UTC" msgstr "" #: includes/wp-cli/class-lock.php:83 msgid "Are you sure you want to reset this lock?" msgstr "" #: includes/wp-cli/class-lock.php:87 msgid "Lock reset" msgstr "" #: includes/wp-cli/class-lock.php:88 msgid "New lock values:" msgstr "" #: includes/wp-cli/class-lock.php:96 #. translators: 1: Current lock value msgid "Current value: %s" msgstr "" #: includes/wp-cli/class-lock.php:98 #. translators: 1: Current lock timestamp msgid "Last modified: %s UTC" msgstr "" #: includes/wp-cli/class-orchestrate-runner.php:30 #: includes/wp-cli/class-orchestrate-runner.php:73 msgid "Automatic event execution is disabled" msgstr "" #: includes/wp-cli/class-orchestrate-runner.php:81 msgid "Invalid timestamp" msgstr "" #: includes/wp-cli/class-orchestrate-runner.php:89 msgid "Invalid instance" msgstr "" #: includes/wp-cli/class-orchestrate-runner.php:95 #. translators: 1: Event execution time in UTC, 2: Human time diff msgid "" "Given timestamp is for %1$s UTC, %2$s from now. The event's existence was " "not confirmed, and no attempt was made to execute it." msgstr "" #: includes/wp-cli/class-orchestrate.php:26 msgid "Automatic execution is enabled" msgstr "" #: includes/wp-cli/class-orchestrate.php:30 msgid "Automatic execution is disabled indefinitely" msgstr "" #: includes/wp-cli/class-orchestrate.php:35 #. translators: 1: Human time diff, 2: Time execution is disabled until msgid "Automatic execution is disabled for %1$s (until %2$s UTC)" msgstr "" #: includes/wp-cli/class-orchestrate.php:61 msgid "Enabled" msgstr "" #: includes/wp-cli/class-orchestrate.php:65 msgid "Could not enable automatic execution. Please check the current status." msgstr "" #: includes/wp-cli/class-orchestrate.php:70 msgid "Disabled" msgstr "" #: includes/wp-cli/class-orchestrate.php:74 #: includes/wp-cli/class-orchestrate.php:85 msgid "Could not disable automatic execution. Please check the current status." msgstr "" #: includes/wp-cli/class-orchestrate.php:81 #. translators: 1: Human time diff, 2: Time execution is disabled until msgid "Disabled for %1$s (until %2$s UTC)" msgstr "" #: includes/wp-cli/class-orchestrate.php:87 msgid "Timestamp is in the past." msgstr "" #: includes/wp-cli/class-orchestrate.php:91 msgid "Please provide a valid action." msgstr "" #: includes/wp-cli/class-rest-api.php:47 msgid "No events in the current queue" msgstr "" #: includes/wp-cli/class-rest-api.php:55 #. translators: 1: Event count msgid "Displaying %s event" msgid_plural "Displaying %s events" msgstr[0] "" msgstr[1] "" #: includes/wp-cli/class-rest-api.php:61 msgid "Invalid output format requested" msgstr "" #: includes/wp-cli.php:29 msgid "Cron Control installation completed. Please try again." msgstr "" #. Plugin Name of the plugin/theme msgid "Cron Control" msgstr "" #. Plugin URI of the plugin/theme msgid "https://vip.wordpress.com/" msgstr "" #. Description of the plugin/theme msgid "" "Execute WordPress cron events in parallel, using a custom post type for " "event storage." msgstr "" #. Author of the plugin/theme msgid "Erick Hitter, Automattic" msgstr ""