diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index f0f5d9c952..b6444a3779 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -95,6 +95,8 @@ $lang += array(
'UPDATE_MARKED' => 'Update Marked',
'UPDATE_ALL' => 'Update All',
+ 'CONFIRM_OPERATION' => 'Are you sure you wish to carry out this operation?',
+
'log_index_activate' => 'Activated inactive users
» %s users',
'log_index_delete' => 'Deleted inactive users
» %s',
'LOG_INDEX_REMIND' => 'Sent reminder emails to inactive users
» %s',
@@ -188,13 +190,13 @@ $lang += array(
'LOG_GROUP_UPDATED' => 'Usergroup details updated
» %s',
'LOG_GROUP_CREATED' => 'New usergroup created
» %s',
'LOG_MODS_ADDED' => 'Added new leaders to usergroup %s
» %s',
- 'LOG_USERS_ADDED' => 'Added new leaders to usergroup %s
» %s',
+ 'LOG_USERS_ADDED' => 'Added new members to usergroup %s
» %s',
'LOG_GROUP_DEFAULTS' => 'Group made default for members
» %s',
'LOG_USERS_APPROVED' => 'Users approved in usergroup %s
» %s',
'LOG_GROUP_DEMOTED' => 'Leaders demoted in usergroup %s
» %s',
- 'LOG_GROUP_PROMOTED' => 'Users promoted to leader in usergroup %s
» %s',
- 'LOG_GROUP_REMOVE' => 'Users removed from usergroup %s
» %s',
- 'LOG_GROUP_DELETED' => 'Usergroup deleted
» %s',
+ 'LOG_GROUP_PROMOTED' => 'Members promoted to leader in usergroup %s
» %s',
+ 'LOG_GROUP_REMOVE' => 'Members removed from usergroup %s
» %s',
+ 'LOG_GROUP_DELETE' => 'Usergroup deleted
» %s',
'LOG_ADD_STYLE' => 'Added new style
» %s',
'LOG_EDIT_STYLE' => 'Edited style
» %s',
@@ -719,6 +721,8 @@ $lang += array(
'ACC_DISABLE' => 'Disable',
'VISUAL_CONFIRM' => 'Enable visual confirmation',
'VISUAL_CONFIRM_EXPLAIN' => 'Requires new users enter a random code matching an image to help prevent mass registrations.',
+ 'REG_LIMIT' => 'Registration attempts',
+ 'REG_LIMIT_EXPLAIN' => 'Number of attempts users can make at the confirmation code before being locked out that session.',
'ENABLE_COPPA' => 'Enable COPPA',
'ENABLE_COPPA_EXPLAIN' => 'This requires users to declare whether they are 13 or over for compliance with the U.S. COPPA act.',
'COPPA_FAX' => 'COPPA Fax Number',
@@ -1356,14 +1360,8 @@ $lang += array(
'CSS_CAT_LAYOUT' => 'Layout',
'CSS_#HEADER' => 'Header',
'CSS_#LOGO' => 'Header logo',
- 'CSS_#LOGOTEXT' => 'Header description',
'CSS_#MENU' => 'Menu container',
- 'CSS_#MENULEFT' => 'Left hand menu',
- 'CSS_#MENURIGHT' => 'Right hand menu',
'CSS_#INFO' => 'Info container',
- 'CSS_#INFOLEFT' => 'Left hand info',
- 'CSS_#INFORIGHT' => 'Right hand info',
- 'CSS_#MAINTABLE' => 'Main table',
'CSS_#FOOTER' => 'Footer',
'CSS_CAT_TEXT' => 'Text Classes',
'CSS_BODY' => 'Body',
@@ -1505,6 +1503,8 @@ $lang += array(
'IMG_BTN_OFFLINE' => 'User offline',
'IMG_BTN_REPORT' => 'Report post',
'IMG_BTN_PM' => 'Send message',
+ 'IMG_BTN_FRIEND' => 'Add as friend',
+ 'IMG_BTN_FOE' => 'Add as foe',
'IMG_CAT_ICONS' => 'General icons',
'IMG_ICON_UNAPPROVED' => 'Post unapproved',
'IMG_ICON_REPORTED' => 'Post reported',
@@ -1541,10 +1541,18 @@ $lang += array(
'IMG_FOLDER_ANNOUNCE_NEW' => 'Announcement new posts',
'IMG_FOLDER_ANNOUNCE_POSTED' => 'Announcement posted to',
'IMG_FOLDER_ANNOUNCE_NEW_POSTED' => 'Announcement posted to new',
+ 'IMG_FOLDER_GLOBAL' => 'Global',
+ 'IMG_FOLDER_GLOBAL_NEW' => 'Global new posts',
+ 'IMG_FOLDER_GLOBAL_POSTED' => 'Global posted to',
+ 'IMG_FOLDER_GLOBAL_NEW_POSTED' => 'Global posted to new',
'IMG_CAT_POLLS' => 'Polling images',
'IMG_POLL_LEFT' => 'Poll left end',
'IMG_POLL_RIGHT' => 'Poll right end',
'IMG_POLL_CENTER' => 'Poll centre',
+ 'IMG_CAT_KARMA' => 'Karma images',
+ 'IMG_KARMA_LEFT' => 'Karma left end',
+ 'IMG_KARMA_CENTER' => 'Karma centre',
+ 'IMG_KARMA_RIGHT' => 'Karma right end',
'IMG_CAT_CUSTOM' => 'Custom images',
'IMAGESET_UPDATED' => 'Imageset updated successfully',