aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-12 14:20:58 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-07-09 09:21:50 +0200
commit98ab5478e6a74b4325f002c1a5daae9d6dbe80e1 (patch)
treec870bec32ef2d0178863b28373faf32b0b5601d8 /phpBB/language
parent46e6a4e61fa6a38540aa87f37200f3007f10f13f (diff)
downloadforums-98ab5478e6a74b4325f002c1a5daae9d6dbe80e1.tar
forums-98ab5478e6a74b4325f002c1a5daae9d6dbe80e1.tar.gz
forums-98ab5478e6a74b4325f002c1a5daae9d6dbe80e1.tar.bz2
forums-98ab5478e6a74b4325f002c1a5daae9d6dbe80e1.tar.xz
forums-98ab5478e6a74b4325f002c1a5daae9d6dbe80e1.zip
[ticket/12692] Add a console command to manage the thumbnails
PHPBB3-12692
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/common.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index fdbc4aebd0..77dc5b6b62 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -225,6 +225,12 @@ $lang = array_merge($lang, array(
'BACK' => 'Back',
+ 'CLI_DESCRIPTION_CRON_LIST' => 'Prints a list of ready and unready cron jobs.',
+ '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.',