mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
anyone want to buy a C?
git-svn-id: file:///svn/phpbb/trunk@6076 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -40,7 +40,7 @@ $lang = array_merge($lang, array(
|
||||
'BAN_LENGTH' => 'Length of ban',
|
||||
'BAN_REASON' => 'Reason for ban',
|
||||
'BAN_GIVE_REASON' => 'Reason shown to the banned',
|
||||
'BAN_UPDATE_SUCESSFUL' => 'The banlist has been updated successfully',
|
||||
'BAN_UPDATE_SUCCESSFUL' => 'The banlist has been updated successfully',
|
||||
|
||||
'EMAIL_BAN' => 'Ban one or more email addresses',
|
||||
'EMAIL_BAN_EXCLUDE_EXPLAIN' => 'Enable this to exclude the entered email address from all current bans.',
|
||||
|
@@ -356,7 +356,7 @@ $lang = array_merge($lang, array(
|
||||
'LOG_ACL_RESTORE_PERMISSIONS' => '<b>Own permissions restored after using permissions from</b><br />» %s',
|
||||
|
||||
'LOG_ADMIN_AUTH_FAIL' => '<b>Failed administration login attempt</b>',
|
||||
'LOG_ADMIN_AUTH_SUCCESS' => '<b>Sucessful administration login</b>',
|
||||
'LOG_ADMIN_AUTH_SUCCESS' => '<b>Successful administration login</b>',
|
||||
|
||||
'LOG_ATTACH_EXT_ADD' => '<b>Added or edited attachment extension</b><br />» %s',
|
||||
'LOG_ATTACH_EXT_DEL' => '<b>Removed attachment extension</b><br />» %s',
|
||||
|
@@ -307,6 +307,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_FORUM' => 'The forum you selected does not exist',
|
||||
'NO_FORUMS' => 'This board has no forums',
|
||||
'NO_GROUP' => 'The requested usergroup does not exist.',
|
||||
'NO_GROUP_MEMBERS' => 'This group is currently not having any members assigned',
|
||||
'NO_MEMBERS' => 'No members found for this search criteria',
|
||||
'NO_MESSAGES' => 'No messages',
|
||||
'NO_NEW_MESSAGES' => 'No new messages',
|
||||
|
@@ -9,7 +9,7 @@ To use the new password you need to activate it. To do this click the link provi
|
||||
|
||||
{U_ACTIVATE}
|
||||
|
||||
If sucessful you will be able to login using the following password:
|
||||
If successful you will be able to login using the following password:
|
||||
|
||||
Password: {PASSWORD}
|
||||
|
||||
|
@@ -35,7 +35,7 @@ $lang = array_merge($lang, array(
|
||||
'ADD_WARNING' => 'Add warning',
|
||||
'ADD_WARNING_EXPLAIN' => 'To send a warning to this user please fill out the following form. Only use plain text; HTML, BBCode, etc. are not permitted.',
|
||||
'ALL_ENTRIES' => 'All entries',
|
||||
'ALL_NOTES_DELETED' => 'Sucessfully removed all user notes',
|
||||
'ALL_NOTES_DELETED' => 'Successfully removed all user notes',
|
||||
'ALL_REPORTS' => 'All reports',
|
||||
'ALREADY_REPORTED' => 'This post has already been reported',
|
||||
'ALREADY_WARNED' => 'A warning has already been issued for this post',
|
||||
@@ -119,7 +119,7 @@ $lang = array_merge($lang, array(
|
||||
'LOOKUP_ALL' => 'Look up all IPs',
|
||||
'LOOKUP_IP' => 'Look up IP',
|
||||
|
||||
'MARKED_NOTES_DELETED' => 'Sucessfully removed all marked user notes',
|
||||
'MARKED_NOTES_DELETED' => 'Successfully removed all marked user notes',
|
||||
|
||||
'MCP_ADD' => 'Add a warning',
|
||||
|
||||
|
Reference in New Issue
Block a user