mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12462] Do not use string "None" for different options
... it limits translations. PHPBB3-12462
This commit is contained in:
@@ -359,6 +359,7 @@ $lang = array_merge($lang, array(
|
||||
),
|
||||
'NO_ACTION_MODE' => 'No message action specified.',
|
||||
'NO_AUTHOR' => 'No author defined for this message',
|
||||
'NO_AVATAR' => 'No avatar selected',
|
||||
'NO_AVATAR_CATEGORY' => 'None',
|
||||
|
||||
'NO_AUTH_DELETE_MESSAGE' => 'You are not authorised to delete private messages.',
|
||||
|
Reference in New Issue
Block a user