diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-11-10 15:01:18 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-11-10 15:01:18 +0100 |
commit | 079b3d074d905c1982ec22840caae808c3b588f3 (patch) | |
tree | 07e9abf7bcae45b6e39b4100f18fa6f5b0bd0981 /phpBB/language | |
parent | 024ec8618124d4607bd32154d444c605e59a97b1 (diff) | |
download | forums-079b3d074d905c1982ec22840caae808c3b588f3.tar forums-079b3d074d905c1982ec22840caae808c3b588f3.tar.gz forums-079b3d074d905c1982ec22840caae808c3b588f3.tar.bz2 forums-079b3d074d905c1982ec22840caae808c3b588f3.tar.xz forums-079b3d074d905c1982ec22840caae808c3b588f3.zip |
[ticket/14281] Fix installer CLI after recent changes
PHPBB3-14281
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index a42e868aee..6097bd66bb 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -312,6 +312,8 @@ $lang = array_merge($lang, array( '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', + 'MISSING_FILE' => 'Unable to access file %1$s', + 'INVALID_YAML_FILE' => 'Could not parse YAML file %1$s', )); // Common updater messages |