diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-04 14:26:40 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-04 14:46:40 +0200 |
commit | 5efd55a34883acad2971117d3a7faf20ecd7e08b (patch) | |
tree | 436835dfac8bbc7648743b1acb58492e1cba474f /phpBB/language/en/acp/common.php | |
parent | 8ba083f886d26280915b8ce67f61abec7dbe4169 (diff) | |
download | forums-5efd55a34883acad2971117d3a7faf20ecd7e08b.tar forums-5efd55a34883acad2971117d3a7faf20ecd7e08b.tar.gz forums-5efd55a34883acad2971117d3a7faf20ecd7e08b.tar.bz2 forums-5efd55a34883acad2971117d3a7faf20ecd7e08b.tar.xz forums-5efd55a34883acad2971117d3a7faf20ecd7e08b.zip |
[ticket/12655] Run the shell when --shell is used
PHPBB3-12655
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r-- | phpBB/language/en/acp/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 838a73caed..0b82b447ef 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -226,6 +226,8 @@ $lang = array_merge($lang, array( 'CLI_DESCRIPTION_CRON_RUN' => 'Runs all ready cron tasks.', 'CLI_DESCRIPTION_CRON_RUN_ARGUMENT_1' => 'Name of the task to be run', + 'CLI_DESCRIPTION_OPTION_SHELL' => 'Launch the shell.', + 'COLOUR_SWATCH' => 'Web-safe colour swatch', 'CONFIG_UPDATED' => 'Configuration updated successfully.', 'CRON_LOCK_ERROR' => 'Could not obtain cron lock.', |