diff options
author | Christian Schnegelberger <mail@crizzo.de> | 2018-01-27 17:21:40 +0100 |
---|---|---|
committer | Christian Schnegelberger <mail@crizzo.de> | 2018-01-27 22:34:22 +0100 |
commit | 1d97f4491e5e17aa99ca1531ad581668ee617d34 (patch) | |
tree | c232e98c4ab62880948c2e1f91e91037e4eb3360 /phpBB/language/en/install.php | |
parent | Merge pull request #5111 from hubaishan/ticket/15507 (diff) | |
download | phpbb-1d97f4491e5e17aa99ca1531ad581668ee617d34.tar.gz phpbb-1d97f4491e5e17aa99ca1531ad581668ee617d34.tar.bz2 phpbb-1d97f4491e5e17aa99ca1531ad581668ee617d34.zip |
[ticket/14936] Add missing error message to language files
PHPBB3-14936
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 aa980a136b..af18339136 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -193,6 +193,7 @@ $lang = array_merge($lang, array( 'DB_OPTION_SQLITE3' => 'SQLite 3', // Errors + 'INST_ERR_DB' => 'Database installation error', 'INST_ERR_NO_DB' => 'Cannot load the PHP module for the selected database type.', 'INST_ERR_DB_INVALID_PREFIX' => 'The prefix you entered is invalid. It must start with a letter and must only contain letters, numbers and underscores.', 'INST_ERR_PREFIX_TOO_LONG' => 'The table prefix you have specified is too long. The maximum length is %d characters.', |