mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/11467] Add language variables for extension exception messages
Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467
This commit is contained in:
@@ -117,4 +117,7 @@ $lang = array_merge($lang, array(
|
||||
'VERSIONCHECK_FORCE_UPDATE_ALL' => 'Re-Check all versions',
|
||||
'FORCE_UNSTABLE' => 'Always check for unstable versions',
|
||||
'EXTENSIONS_VERSION_CHECK_SETTINGS' => 'Version check settings',
|
||||
|
||||
'META_FIELD_NOT_SET' => 'Required meta field %s has not been set.',
|
||||
'META_FIELD_INVALID' => 'Meta field %s is invalid.',
|
||||
));
|
||||
|
Reference in New Issue
Block a user