diff options
author | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-27 12:36:44 +0200 |
---|---|---|
committer | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-27 18:37:37 +0200 |
commit | abb8a2892d862c097285ee7f300d12c32428e12c (patch) | |
tree | 78cdcdbd88ef88aaacef3ccaccb792bd2bdccaab /phpBB/language/en/acp/common.php | |
parent | 1b73c217f0ba80e448bb3f34ffe8ed082fa5e99f (diff) | |
download | forums-abb8a2892d862c097285ee7f300d12c32428e12c.tar forums-abb8a2892d862c097285ee7f300d12c32428e12c.tar.gz forums-abb8a2892d862c097285ee7f300d12c32428e12c.tar.bz2 forums-abb8a2892d862c097285ee7f300d12c32428e12c.tar.xz forums-abb8a2892d862c097285ee7f300d12c32428e12c.zip |
[ticket/12597] Command for executing all available cron tasks
Command cron:execute-all executes all available cron tasks.
Test files in tests/console/cron folder
PHPBB3-12597
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r-- | phpBB/language/en/acp/common.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 6f6a5f901f..9e7f280fa6 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -221,8 +221,11 @@ $lang = array_merge($lang, array( 'BACK' => 'Back', + 'CLI_DESCR_CRON_EXECUTE_ALL' => 'Executes all available cron tasks.', + 'COLOUR_SWATCH' => 'Web-safe colour swatch', 'CONFIG_UPDATED' => 'Configuration updated successfully.', + 'CRON_LOCK_ERROR' => 'Could not obtain cron lock.', 'DEACTIVATE' => 'Deactivate', 'DIRECTORY_DOES_NOT_EXIST' => 'The entered path ā%sā does not exist.', @@ -283,6 +286,7 @@ $lang = array_merge($lang, array( 'REMIND' => 'Remind', 'RESYNC' => 'Resynchronise', + 'RUNNING_TASK' => 'Running task: %s.', 'SELECT_ANONYMOUS' => 'Select anonymous user', 'SELECT_OPTION' => 'Select option', |