Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
Cron-Control
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
WP Plugins
Cron-Control
Commits
fb2d8aff
Commit
fb2d8aff
authored
Oct 03, 2017
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
And the translation tasks that I forgot in the last one
parent
45d9895d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
590 additions
and
1 deletion
+590
-1
includes/wp-cli/class-one-time-fixers.php
includes/wp-cli/class-one-time-fixers.php
+1
-1
languages/cron-control.pot
languages/cron-control.pot
+589
-0
No files found.
includes/wp-cli/class-one-time-fixers.php
View file @
fb2d8aff
...
...
@@ -144,7 +144,7 @@ class One_Time_Fixers extends \WP_CLI_Command {
}
/* translators: 1: Event count for this batch */
\
WP_CLI
::
log
(
sprintf
(
__
(
'Found %s items in this batch'
),
number_format_i18n
(
count
(
$items
)
)
)
);
\
WP_CLI
::
log
(
sprintf
(
__
(
'Found %s items in this batch'
,
'automattic-cron-control'
),
number_format_i18n
(
count
(
$items
)
)
)
);
foreach
(
$items
as
$item
)
{
\
WP_CLI
::
log
(
"
{
$item
->
ID
}
, `
{
$item
->
post_title
}
`"
);
...
...
languages/cron-control.pot
0 → 100644
View file @
fb2d8aff
# Copyright (C) 2017 Erick Hitter, Automattic
# This file is distributed under the same license as the Cron Control package.
msgid ""
msgstr ""
"Project-Id-Version: Cron Control 1.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cron-control\n"
"POT-Creation-Date: 2017-10-03 20:24:01+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 0.5.4\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"
"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-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
#: includes/class-events.php:256
msgid "Invalid or incomplete request data."
msgstr ""
#: includes/class-events.php:264
#. translators: 1: Job identifier
msgid "Job with identifier `%1$s` is not scheduled to run yet."
msgstr ""
#: includes/class-events.php:280
#. translators: 1: Job identifier
msgid "Job with identifier `%1$s` could not be found."
msgstr ""
#: includes/class-events.php:294
#. 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:322
#. 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:340
#. translators: 1: Event action, 2: Event arguments
msgid "Job with action `%1$s` and arguments `%2$s` executed."
msgstr ""
#: includes/class-internal-events.php:111
msgid "Cron Control internal job - every minute"
msgstr ""
#: includes/class-internal-events.php:115
msgid "Cron Control internal job - every 10 minutes"
msgstr ""
#: includes/class-main.php:79
#. translators: 1: Plugin name, 2: Constant name
msgid "%1$s: %2$s set to unexpected value; must be corrected for proper behaviour."
msgstr ""
#: includes/class-main.php:94
#. translators: 1: Plugin name
msgid "Normal cron execution is blocked when the %s plugin is active."
msgstr ""
#: includes/class-main.php:125
#. translators: 1: Plugin name, 2: Constant name
msgid "<strong>%1$s</strong>: To use this plugin, define the constant %2$s."
msgstr ""
#: includes/class-rest-api.php:90
msgid "Automatic event execution is disabled indefinitely."
msgstr ""
#: includes/class-rest-api.php:93
#. 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:124
msgid "Secret must be specified with all requests"
msgstr ""
#: includes/wp-cli/class-cache.php:25
msgid "Internal caches cleared"
msgstr ""
#: includes/wp-cli/class-cache.php:27
msgid "No caches to clear"
msgstr ""
#: includes/wp-cli/class-events.php:30
msgid "Invalid page requested"
msgstr ""
#: includes/wp-cli/class-events.php:39
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:44
msgid "No events to display"
msgstr ""
#: includes/wp-cli/class-events.php:55
#. 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:58
#. 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:109
msgid ""
"Specify something to delete, or see the `cron-control-fixers` command to "
"remove all data."
msgstr ""
#: includes/wp-cli/class-events.php:123
msgid "Specify the ID of an event to run"
msgstr ""
#: includes/wp-cli/class-events.php:131
#. 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:135
#. 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:141
#. 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:144
msgid "Run this event?"
msgstr ""
#: includes/wp-cli/class-events.php:158
msgid "Failed to run event"
msgstr ""
#: includes/wp-cli/class-events.php:193
msgid "Invalid status specified"
msgstr ""
#: includes/wp-cli/class-events.php:222
msgid "Problem retrieving events"
msgstr ""
#: includes/wp-cli/class-events.php:250
msgid "Non-repeating"
msgstr ""
#: includes/wp-cli/class-events.php:252 includes/wp-cli/class-rest-api.php:94
msgid "n/a"
msgstr ""
#: includes/wp-cli/class-events.php:260 includes/wp-cli/class-rest-api.php:93
msgid "true"
msgstr ""
#: includes/wp-cli/class-events.php:335
msgid "%s year"
msgid_plural "%s years"
msgstr[0] ""
msgstr[1] ""
#: includes/wp-cli/class-events.php:336
msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
#: includes/wp-cli/class-events.php:337
msgid "%s week"
msgid_plural "%s weeks"
msgstr[0] ""
msgstr[1] ""
#: includes/wp-cli/class-events.php:338
msgid "%s day"
msgid_plural "%s days"
msgstr[0] ""
msgstr[1] ""
#: includes/wp-cli/class-events.php:339
msgid "%s hour"
msgid_plural "%s hours"
msgstr[0] ""
msgstr[1] ""
#: includes/wp-cli/class-events.php:340
msgid "%s minute"
msgid_plural "%s minutes"
msgstr[0] ""
msgstr[1] ""
#: includes/wp-cli/class-events.php:341
msgid "%s second"
msgid_plural "%s seconds"
msgstr[0] ""
msgstr[1] ""
#: includes/wp-cli/class-events.php:389
msgid "Invalid event ID"
msgstr ""
#: includes/wp-cli/class-events.php:392
msgid "Locating event..."
msgstr ""
#: includes/wp-cli/class-events.php:400 includes/wp-cli/class-events.php:448
msgid ""
"This is an event created by the Cron Control plugin. It will recreated "
"automatically."
msgstr ""
#: includes/wp-cli/class-events.php:404
#. translators: 1: Event execution time in UTC
msgid "Execution time: %s UTC"
msgstr ""
#: includes/wp-cli/class-events.php:406
#. translators: 1: Event action
msgid "Action: %s"
msgstr ""
#: includes/wp-cli/class-events.php:408
#. translators: 1: Event instance
msgid "Instance identifier: %s"
msgstr ""
#: includes/wp-cli/class-events.php:410 includes/wp-cli/class-events.php:528
msgid "Are you sure you want to delete this event?"
msgstr ""
#: includes/wp-cli/class-events.php:419
#. translators: 1: Event ID
msgid "Failed to delete event %d"
msgstr ""
#: includes/wp-cli/class-events.php:423
#. translators: 1: Event ID
msgid "Removed event %d"
msgstr ""
#: includes/wp-cli/class-events.php:429
#. 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:443
#: includes/wp-cli/class-orchestrate-runner.php:67
msgid "Invalid action"
msgstr ""
#: includes/wp-cli/class-events.php:456
msgid "Gathering events..."
msgstr ""
#: includes/wp-cli/class-events.php:463
#. translators: 1: Total event count
msgid "Found %s event to check"
msgid_plural "Found %s events to check"
msgstr[0] ""
msgstr[1] ""
#: includes/wp-cli/class-events.php:466
#. translators: 1: Event action
msgid "Searching events for those with the action `%s`"
msgstr ""
#: includes/wp-cli/class-events.php:500
#. translators: 1: Event action
msgid "No events with action `%s` found"
msgstr ""
#: includes/wp-cli/class-events.php:507
#. translators: 1: Event count, 2: Event action
msgid "Found %1$s event with action `%2$s`:"
msgid_plural "Found %1$s events with action `%2$s`:"
msgstr[0] ""
msgstr[1] ""
#: includes/wp-cli/class-events.php:524
#. translators: 1: Event count
msgid "Events are not displayed as there are more than %s to remove"
msgstr ""
#: includes/wp-cli/class-events.php:531
msgid "Deleting events"
msgstr ""
#: includes/wp-cli/class-events.php:568
msgid "RESULTS:"
msgstr ""
#: includes/wp-cli/class-events.php:572
#. translators: 1: Event ID
msgid "Deleted one event: %d"
msgstr ""
#: includes/wp-cli/class-events.php:576
#. translators: 1: Events deleted
msgid "Deleted %s events"
msgstr ""
#: includes/wp-cli/class-events.php:579
#. 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. It's "
"likely that some events were executed while this command ran."
msgstr ""
#: includes/wp-cli/class-events.php:593
msgid "Events that couldn't be deleted:"
msgstr ""
#: includes/wp-cli/class-events.php:596
msgid "Events deleted:"
msgstr ""
#: includes/wp-cli/class-events.php:621
#. 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:625
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:48
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:67
#. translators: 1: Lock limit
msgid "Maximum: %s"
msgstr ""
#: includes/wp-cli/class-lock.php:71
msgid "Resetting lock..."
msgstr ""
#: includes/wp-cli/class-lock.php:77
#. translators: 1: Previous lock value
msgid "Previous value: %s"
msgstr ""
#: includes/wp-cli/class-lock.php:79
#. translators: 1: Previous lock timestamp
msgid "Previously modified: %s UTC"
msgstr ""
#: includes/wp-cli/class-lock.php:81
msgid "Are you sure you want to reset this lock?"
msgstr ""
#: includes/wp-cli/class-lock.php:85
msgid "Lock reset"
msgstr ""
#: includes/wp-cli/class-lock.php:86
msgid "New lock values:"
msgstr ""
#: includes/wp-cli/class-lock.php:94
#. translators: 1: Current lock value
msgid "Current value: %s"
msgstr ""
#: includes/wp-cli/class-lock.php:96
#. translators: 1: Current lock timestamp
msgid "Last modified: %s UTC"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:33
#: includes/wp-cli/class-one-time-fixers.php:97
msgid "CRON CONTROL"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:40
#. translators: 1: Event count
msgid "Found %s total items"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:43
msgid "Stopping as this is a dry run!"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:46
#: includes/wp-cli/class-one-time-fixers.php:106
msgid "No entries found...aborting!"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:51
msgid "This process will remove all data for the Cron Control plugin"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:52
#: includes/wp-cli/class-one-time-fixers.php:104
#: includes/wp-cli/class-one-time-fixers.php:112
msgid "Proceed?"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:53
#: includes/wp-cli/class-one-time-fixers.php:113
msgid "Starting..."
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:68
#. translators: 1: Plugin name
msgid "Cleared the %s cache"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:75
#: includes/wp-cli/class-one-time-fixers.php:175
msgid "All done."
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:103
#. translators: 1: Event count
msgid "Found %s item"
msgid_plural "Found %s total items"
msgstr[0] ""
msgstr[1] ""
#: includes/wp-cli/class-one-time-fixers.php:111
msgid "This process will remove all CPT data for the Cron Control plugin"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:124
#. translators: 1: Batch size
msgid "Processing in batches of %s"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:136
#. translators: 1: Current page, 2: total pages
msgid "Processing page %1$s of %2$s"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:142
msgid "No more items found!"
msgstr ""
#: includes/wp-cli/class-one-time-fixers.php:147
#. translators: 1: Event count for this batch
msgid "Found %s items in this batch"
msgstr ""
#: includes/wp-cli/class-orchestrate-runner.php:29
#: includes/wp-cli/class-orchestrate-runner.php:55
msgid "Automatic event execution is disabled"
msgstr ""
#: includes/wp-cli/class-orchestrate-runner.php:63
msgid "Invalid timestamp"
msgstr ""
#: includes/wp-cli/class-orchestrate-runner.php:71
msgid "Invalid instance"
msgstr ""
#: includes/wp-cli/class-orchestrate-runner.php:77
#. 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:41
msgid "No events in the current queue"
msgstr ""
#: includes/wp-cli/class-rest-api.php:49
#. translators: 1: Event count
msgid "Displaying %s event"
msgid_plural "Displaying %s events"
msgstr[0] ""
msgstr[1] ""
#: includes/wp-cli/class-rest-api.php:55
msgid "Invalid output format requested"
msgstr ""
#: includes/wp-cli.php:32
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 ""
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment