Version 1
[yaffs-website] / vendor / drupal / console-en / translations / cron.execute.yml
diff --git a/vendor/drupal/console-en/translations/cron.execute.yml b/vendor/drupal/console-en/translations/cron.execute.yml
new file mode 100644 (file)
index 0000000..d5869ba
--- /dev/null
@@ -0,0 +1,6 @@
+description: 'Execute cron implementations by module or execute all crons'
+messages:
+    module-invalid: 'Module "%s" doesn''t have an implementation of cron'
+    executing-cron: 'Executing cron function of module "%s"'
+    success: 'All cron implementations requested were executed successfully'
+    lock: 'Attempting to re-run cron while it is already running'