aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install_new.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/install_new.php')
-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',
+));