aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-07-27 11:40:12 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-07-27 11:40:12 +0200
commit6499a8a6c04778c04458ce8c7eb5bf5c73c6fa43 (patch)
treecce9fbcff0075aa6dc3712e78d4874067329ac29 /phpBB/language
parenta0258ae25ce31101241f0873b21e4582cd47a368 (diff)
downloadforums-6499a8a6c04778c04458ce8c7eb5bf5c73c6fa43.tar
forums-6499a8a6c04778c04458ce8c7eb5bf5c73c6fa43.tar.gz
forums-6499a8a6c04778c04458ce8c7eb5bf5c73c6fa43.tar.bz2
forums-6499a8a6c04778c04458ce8c7eb5bf5c73c6fa43.tar.xz
forums-6499a8a6c04778c04458ce8c7eb5bf5c73c6fa43.zip
[ticket/14052] Translate installer commands
PHPBB3-14052
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/install_new.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/language/en/install_new.php b/phpBB/language/en/install_new.php
index 923601b110..35153973de 100644
--- a/phpBB/language/en/install_new.php
+++ b/phpBB/language/en/install_new.php
@@ -305,3 +305,11 @@ $lang = array_merge($lang, array(
'INSTALLER_CONFIG_NOT_WRITABLE' => 'The installer config file is not writable.',
));
+
+// CLI messages
+$lang = array_merge($lang, array(
+ 'CLI_INSTALL_BOARD' => 'Install phpBB',
+ 'CLI_INSTALL_SHOW_CONFIG' => 'Show the configuration which will be used',
+ 'CLI_INSTALL_VALIDATE_CONFIG' => 'Validate a configuration file',
+ 'CLI_CONFIG_FILE' => 'Config file to use',
+));