Skip to content
Snippets Groups Projects
Commit 5fc62fd3 authored by Erick Hitter's avatar Erick Hitter
Browse files

Grunt build

parent 4fa216b9
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ msgstr "" ...@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: WP-CLI Cron Control Offload 0.1.0\n" "Project-Id-Version: WP-CLI Cron Control Offload 0.1.0\n"
"Report-Msgid-Bugs-To: " "Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-cli-cron-control-offload\n" "https://wordpress.org/support/plugin/wp-cli-cron-control-offload\n"
"POT-Creation-Date: 2017-09-08 22:30:46+00:00\n" "POT-Creation-Date: 2017-09-08 23:54:52+00:00\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
...@@ -25,36 +25,44 @@ msgstr "" ...@@ -25,36 +25,44 @@ msgstr ""
"X-Poedit-Bookmarks: \n" "X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n" "X-Textdomain-Support: yes\n"
#: includes/functions.php:25 #: includes/class-cli.php:49
#. translators: 1: Human time difference, 2. Timestamp in UTC
msgid "Command scheduled for %1$s from now (%2$s)"
msgstr ""
#: includes/functions.php:30
msgid "Timestamp is in the past." msgid "Timestamp is in the past."
msgstr "" msgstr ""
#: includes/functions.php:33 #: includes/functions.php:40
msgid "" msgid ""
"Command may already be scheduled, or it was blocked via the " "Command may already be scheduled, or it was blocked via the "
"`schedule_event` filter." "`schedule_event` filter."
msgstr "" msgstr ""
#: includes/functions.php:57 #: includes/functions.php:65
#. translators: 1: Disallowed command
msgid "`%1$s` not allowed" msgid "`%1$s` not allowed"
msgstr "" msgstr ""
#: includes/run.php:14 #: includes/run.php:20
#. translators: 1: Plugin's prefix for log messages, 2. WP-CLI command that
#. would have run
msgid "%1$s: Attempted to run event without WP-CLI loaded. (%2$s)" msgid "%1$s: Attempted to run event without WP-CLI loaded. (%2$s)"
msgstr "" msgstr ""
#: includes/run.php:19 #: includes/run.php:26
#. translators: 1: Plugin's prefix for log messages, 2. WP-CLI command that
#. would have run
msgid "%1$s: Attempted to run blocked WP-CLI command. (%2$s)" msgid "%1$s: Attempted to run blocked WP-CLI command. (%2$s)"
msgstr "" msgstr ""
#: includes/run.php:35 #: includes/run.php:43
#. translators: 1: Plugin's prefix for log messages, 2. Command error that
#. caused failure
msgid "%1$s: WP-CLI command failed. (%2$s)" msgid "%1$s: WP-CLI command failed. (%2$s)"
msgstr "" msgstr ""
#: includes/schedule.php:41
msgid "Command scheduled for %1$s from now (%2$s)"
msgstr ""
#. Plugin Name of the plugin/theme #. Plugin Name of the plugin/theme
msgid "WP-CLI Cron Control Offload" msgid "WP-CLI Cron Control Offload"
msgstr "" msgstr ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment