diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-02-24 15:05:01 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-03 14:23:34 +0100 |
commit | 65d6e338a99baa2f100d6bd4dea5cd76ac146ac3 (patch) | |
tree | 25e3f8c9f7a754e73294c44ca3619d3e0092a06c /phpBB/language/en/install.php | |
parent | eb1ade67681ee7c88845978eade07ad3ac96357a (diff) | |
download | forums-65d6e338a99baa2f100d6bd4dea5cd76ac146ac3.tar forums-65d6e338a99baa2f100d6bd4dea5cd76ac146ac3.tar.gz forums-65d6e338a99baa2f100d6bd4dea5cd76ac146ac3.tar.bz2 forums-65d6e338a99baa2f100d6bd4dea5cd76ac146ac3.tar.xz forums-65d6e338a99baa2f100d6bd4dea5cd76ac146ac3.zip |
[ticket/14492] Allow specifying extensions to update & install
PHPBB3-14492
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r-- | phpBB/language/en/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 45ed51f641..054bc0a182 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -330,6 +330,7 @@ $lang = array_merge($lang, array( $lang = array_merge($lang, array( 'CLI_INSTALL_BOARD' => 'Install phpBB', 'CLI_UPDATE_BOARD' => 'Update phpBB', + 'CLI_INSTALL_EXTENSIONS' => 'Extensions to install. Multiple extensions can be specified using a comma separated list.', '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', |