From 5fc62fd33c3afb44c37b18fb4bb04abd1c5a8455 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Fri, 8 Sep 2017 16:55:07 -0700
Subject: [PATCH] Grunt build

---
 languages/wp-cli-cron-control-offload.pot | 30 ++++++++++++++---------
 1 file changed, 19 insertions(+), 11 deletions(-)

diff --git a/languages/wp-cli-cron-control-offload.pot b/languages/wp-cli-cron-control-offload.pot
index 5a94eed..d7e1d10 100644
--- a/languages/wp-cli-cron-control-offload.pot
+++ b/languages/wp-cli-cron-control-offload.pot
@@ -5,7 +5,7 @@ msgstr ""
 "Project-Id-Version: WP-CLI Cron Control Offload 0.1.0\n"
 "Report-Msgid-Bugs-To: "
 "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"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -25,36 +25,44 @@ msgstr ""
 "X-Poedit-Bookmarks: \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."
 msgstr ""
 
-#: includes/functions.php:33
+#: includes/functions.php:40
 msgid ""
 "Command may already be scheduled, or it was blocked via the "
 "`schedule_event` filter."
 msgstr ""
 
-#: includes/functions.php:57
+#: includes/functions.php:65
+#. translators: 1: Disallowed command
 msgid "`%1$s` not allowed"
 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)"
 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)"
 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)"
 msgstr ""
 
-#: includes/schedule.php:41
-msgid "Command scheduled for %1$s from now (%2$s)"
-msgstr ""
-
 #. Plugin Name of the plugin/theme
 msgid "WP-CLI Cron Control Offload"
 msgstr ""
-- 
GitLab