mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
* Error handling on bans
* Missing language strings * Grammatical correction in viewtopic (singular vs plural) git-svn-id: file:///svn/phpbb/trunk@6199 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -237,7 +237,6 @@ $lang = array_merge($lang, array(
|
||||
'NOTIFY' => 'Notification',
|
||||
'NO_ADMIN' => 'You are not authorised to administer this board.',
|
||||
'NO_EMAILS_DEFINED' => 'No valid email addresses found',
|
||||
'NO_IPS_DEFINED' => 'No IPs or Hostnames defined',
|
||||
|
||||
'OFF' => 'OFF',
|
||||
'ON' => 'ON',
|
||||
|
@@ -317,6 +317,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_FORUMS' => 'This board has no forums',
|
||||
'NO_GROUP' => 'The requested usergroup does not exist.',
|
||||
'NO_GROUP_MEMBERS' => 'This group currently has no members',
|
||||
'NO_IPS_DEFINED' => 'No IPs or Hostnames defined',
|
||||
'NO_MEMBERS' => 'No members found for this search criteria',
|
||||
'NO_MESSAGES' => 'No messages',
|
||||
'NO_MODERATORS' => 'No moderators assigned at this board.',
|
||||
@@ -331,6 +332,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_UNREAD_PM' => '<strong>0</strong> unread messages',
|
||||
'NO_USER' => 'The requested user does not exist.',
|
||||
'NO_USERS' => 'The requested users do not exist',
|
||||
'NO_USER_SPECIFIED' => 'No username was specified',
|
||||
|
||||
'OCCUPATION' => 'Occupation',
|
||||
'OFFLINE' => 'Offline',
|
||||
|
Reference in New Issue
Block a user