d5869bae5dd6be95344addcac6a54a9729b68279
[yaffs-website] / vendor / drupal / console-en / translations / cron.execute.yml
1 description: 'Execute cron implementations by module or execute all crons'
2 messages:
3     module-invalid: 'Module "%s" doesn''t have an implementation of cron'
4     executing-cron: 'Executing cron function of module "%s"'
5     success: 'All cron implementations requested were executed successfully'
6     lock: 'Attempting to re-run cron while it is already running'