mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +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:
@@ -231,6 +231,8 @@ $lang = array_merge($lang, array(
|
||||
'FILESIZE' => 'File size',
|
||||
'FILEDATE' => 'File date',
|
||||
'FILE_COMMENT' => 'File comment',
|
||||
'FILE_CONTENT_ERR' => 'Could not read the contents of file: %s',
|
||||
'FILE_JSON_DECODE_ERR' => 'Failed to decode json file: %s',
|
||||
'FILE_NOT_FOUND' => 'The requested file could not be found: %s',
|
||||
'FIND_USERNAME' => 'Find a member',
|
||||
'FOLDER' => 'Folder',
|
||||
|
Reference in New Issue
Block a user