diff options
author | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 19:51:59 +0200 |
---|---|---|
committer | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 20:03:28 +0200 |
commit | 9f942776ad5a3b396045e6f97db6ef655c5d9fcc (patch) | |
tree | 65e6d021e94dd4c66696f4b3727bf5e481e195d8 /phpBB/language/en/acp | |
parent | 61ad42790f653c0fe7bf1c1b5d27181794bec997 (diff) | |
download | forums-9f942776ad5a3b396045e6f97db6ef655c5d9fcc.tar forums-9f942776ad5a3b396045e6f97db6ef655c5d9fcc.tar.gz forums-9f942776ad5a3b396045e6f97db6ef655c5d9fcc.tar.bz2 forums-9f942776ad5a3b396045e6f97db6ef655c5d9fcc.tar.xz forums-9f942776ad5a3b396045e6f97db6ef655c5d9fcc.zip |
[ticket/12597] Changes name of command cron:run-all to cron:run.
Also adds an optional argument to specify one precise cron task to
lauch, and modifies test file accordingly.
PHPBB3-12597
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/common.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 7b73aefcc5..a4117a2158 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -221,11 +221,13 @@ $lang = array_merge($lang, array( 'BACK' => 'Back', - 'CLI_DESCR_CRON_RUN_ALL' => 'Runs all available cron tasks.', + 'CLI_DESCR_CRON_RUN' => 'Runs all available cron tasks.', + 'CLI_DESCR_CRON_ARG_RUN_1' => 'What task do you what to run?', 'COLOUR_SWATCH' => 'Web-safe colour swatch', 'CONFIG_UPDATED' => 'Configuration updated successfully.', 'CRON_LOCK_ERROR' => 'Could not obtain cron lock.', + 'CRON_NO_TASK' => 'No such cron task', 'DEACTIVATE' => 'Deactivate', 'DIRECTORY_DOES_NOT_EXIST' => 'The entered path ā%sā does not exist.', |