diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/ban.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/acp/common.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/common.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/email/user_activate_passwd.txt | 2 | ||||
-rw-r--r-- | phpBB/language/en/mcp.php | 4 |
5 files changed, 6 insertions, 5 deletions
diff --git a/phpBB/language/en/acp/ban.php b/phpBB/language/en/acp/ban.php index 6def9cdf6b..683baf03c1 100644 --- a/phpBB/language/en/acp/ban.php +++ b/phpBB/language/en/acp/ban.php @@ -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.', diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index a42e0fdd05..5b875b4916 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -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', diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 6b39a74aa0..ef9da82592 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -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', diff --git a/phpBB/language/en/email/user_activate_passwd.txt b/phpBB/language/en/email/user_activate_passwd.txt index 8c45d032fe..0c2adc82ec 100644 --- a/phpBB/language/en/email/user_activate_passwd.txt +++ b/phpBB/language/en/email/user_activate_passwd.txt @@ -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} diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 468c744814..14f28a90d1 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -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', |