diff options
| author | Máté Bartus <mate.bartus@gmail.com> | 2015-12-09 19:14:48 +0100 |
|---|---|---|
| committer | Máté Bartus <mate.bartus@gmail.com> | 2015-12-09 19:14:48 +0100 |
| commit | 18377d63ee2f788ea9ea1ebe9274f93ac03306f9 (patch) | |
| tree | faaab9f3ee52f02faee9bc481236214b2329ad40 /phpBB/language | |
| parent | 7c05b881c5534520e978785ca6d27cad826fbc67 (diff) | |
| parent | 2d3e340f1910d93a6d7aa672f26f8dbeb4f74a6d (diff) | |
| download | forums-18377d63ee2f788ea9ea1ebe9274f93ac03306f9.tar forums-18377d63ee2f788ea9ea1ebe9274f93ac03306f9.tar.gz forums-18377d63ee2f788ea9ea1ebe9274f93ac03306f9.tar.bz2 forums-18377d63ee2f788ea9ea1ebe9274f93ac03306f9.tar.xz forums-18377d63ee2f788ea9ea1ebe9274f93ac03306f9.zip | |
Merge pull request #4074 from marc1706/ticket/14349
[ticket/14349] Improve error messages and remove output of suppressed messages
Diffstat (limited to 'phpBB/language')
| -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 85592bbc0d..64ab3c8861 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -316,6 +316,7 @@ $lang = array_merge($lang, array( 'CLI_INSTALL_VALIDATE_CONFIG' => 'Validate a configuration file', 'CLI_CONFIG_FILE' => 'Config file to use', 'MISSING_FILE' => 'Unable to access file %1$s', + 'MISSING_DATA' => 'Config file is missing data or might contain invalid settings.', 'INVALID_YAML_FILE' => 'Could not parse YAML file %1$s', )); |
