1
0
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:
Joas Schilling
2014-06-25 22:14:33 +02:00
parent 8b00be6fce
commit 29ec455a45
6 changed files with 6 additions and 5 deletions

View File

@@ -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.',