mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14936] Add missing error message to language files
PHPBB3-14936
This commit is contained in:
parent
4c7af15d0a
commit
1d97f4491e
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ $lang = array_merge($lang, array(
|
||||||
'DB_OPTION_SQLITE3' => 'SQLite 3',
|
'DB_OPTION_SQLITE3' => 'SQLite 3',
|
||||||
|
|
||||||
// Errors
|
// Errors
|
||||||
|
'INST_ERR_DB' => 'Database installation error',
|
||||||
'INST_ERR_NO_DB' => 'Cannot load the PHP module for the selected database type.',
|
'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_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.',
|
'INST_ERR_PREFIX_TOO_LONG' => 'The table prefix you have specified is too long. The maximum length is %d characters.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue