mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-21 14:59:46 +02:00
better strings for NO_MODERATORS/NO_ADMINISTRATORS
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8736 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cd12334c09
commit
e47f088fa5
@ -355,7 +355,7 @@ $lang = array_merge($lang, array(
|
||||
'NOTIFY_ADMIN_EMAIL' => 'Please notify the board administrator or webmaster: <a href="mailto:%1$s">%1$s</a>',
|
||||
'NO_ACCESS_ATTACHMENT' => 'You are not allowed to access this file.',
|
||||
'NO_ACTION' => 'No action specified.',
|
||||
'NO_ADMINISTRATORS' => 'No administrators assigned at this board.',
|
||||
'NO_ADMINISTRATORS' => 'There are no administrators.',
|
||||
'NO_AUTH_ADMIN' => 'Access to the Administration Control Panel is not allowed as you do not have administrative permissions.',
|
||||
'NO_AUTH_ADMIN_USER_DIFFER' => 'You are not able to re-authenticate as a different user.',
|
||||
'NO_AUTH_OPERATION' => 'You do not have the necessary permissions to complete this operation.',
|
||||
@ -372,7 +372,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_MEMBERS' => 'No members found for this search criterion.',
|
||||
'NO_MESSAGES' => 'No messages',
|
||||
'NO_MODE' => 'No mode specified.',
|
||||
'NO_MODERATORS' => 'No moderators assigned at this board.',
|
||||
'NO_MODERATORS' => 'There are no moderators',
|
||||
'NO_NEW_MESSAGES' => 'No new messages',
|
||||
'NO_NEW_PM' => '<strong>0</strong> new messages',
|
||||
'NO_NEW_POSTS' => 'No new posts',
|
||||
|
Loading…
x
Reference in New Issue
Block a user