diff options
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r-- | phpBB/language/en/acp/common.php | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 14d0ed952f..a4507e0e10 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -350,6 +350,9 @@ $lang = array_merge($lang, array( 'LOG_ACL_TRANSFER_PERMISSIONS' => '<b>Permissions transfered from</b><br />» %s', '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_ATTACH_EXT_ADD' => '<b>Added or edited attachment extension</b><br />» %s', 'LOG_ATTACH_EXT_DEL' => '<b>Removed attachment extension</b><br />» %s', 'LOG_ATTACH_EXT_UPDATE' => '<b>Updated attachment extension</b><br />» %s', @@ -400,6 +403,20 @@ $lang = array_merge($lang, array( 'LOG_CONFIG_SIGNATURE' => '<b>Altered signature settings</b>', 'LOG_CONFIG_VISUAL' => '<b>Altered visual confirmation settings</b>', + 'LOG_APPROVE_TOPIC' => '<b>Approved topic</b><br />» %s', + 'LOG_DELETE_POST' => '<b>Deleted post</b><br />» %s', + 'LOG_DELETE_TOPIC' => '<b>Deleted topic</b><br />» %s', + 'LOG_FORK' => '<b>Copied topic</b><br />» from %s', + 'LOG_LOCK' => '<b>Locked topic</b><br />» %s', + 'LOG_LOCK_POST' => '<b>Locked post</b><br />» %s', + 'LOG_MERGE' => '<b>Merged posts</b> into topic<br />»%s', + 'LOG_MOVE' => '<b>Moved topic</b><br />» from %s', + 'LOG_TOPIC_DELETED' => '<b>Deleted topic</b><br />» %s', + 'LOG_TOPIC_RESYNC' => '<b>Resynchronised topic counters</b><br />» %s', + 'LOG_TOPIC_TYPE_CHANGED' => '<b>Changed topic type</b><br />» %s', + 'LOG_UNLOCK' => '<b>Unlocked topic</b><br />» %s', + 'LOG_UNLOCK_POST' => '<b>Unlocked post</b><br />» %s', + 'LOG_DISALLOW_ADD' => '<b>Added disallowed username</b><br />» %s', 'LOG_DISALLOW_DELETE' => '<b>Deleted disallowed username</b>', @@ -451,6 +468,8 @@ $lang = array_merge($lang, array( 'LOG_INDEX_REMIND' => '<b>Sent reminder emails to inactive users</b><br />» %s', 'LOG_INSTALL_INSTALLED' => '<b>Installed phpBB %s</b>', + 'LOG_IP_BROWSER_CHECK' => '<b>Session IP/Browser check failed</b><br />»User IP "<i>%s</i>" checked against session IP "<i>%s</i>" and user browser string "<i>%s</i>" checked against session browser string "<i>%s</i>".', + 'LOG_JAB_CHANGED' => '<b>Jabber account changed</b>', 'LOG_JAB_PASSCHG' => '<b>Jabber password changed</b>', 'LOG_JAB_REGISTER' => '<b>Jabber account registered</b>', @@ -531,7 +550,6 @@ $lang = array_merge($lang, array( 'LOG_USER_DEL_AVATAR' => '<b>Removed user avatar</b><br />» %s', 'LOG_USER_DEL_POSTS' => '<b>Removed all posts made by the user</b><br />» %s', 'LOG_USER_DEL_SIG' => '<b>Removed user signature</b><br />» %s', - 'LOG_USER_GROUP_CHANGE' => '<b>User changed default group</b><br />» %s', 'LOG_USER_INACTIVE' => '<b>User deactivated</b><br />» %s', 'LOG_USER_MOVE_POSTS' => '<b>Moved user posts</b><br />» posts by "%s" to forum "%s"', 'LOG_USER_NEW_PASSWORD' => '<b>Changed user password</b><br />» %s', @@ -540,6 +558,25 @@ $lang = array_merge($lang, array( 'LOG_USER_UPDATE_NAME' => '<b>Changed username</b><br />» from "%s" to "%s"', 'LOG_USER_USER_UPDATE' => '<b>Updated user details</b><br />» %s', + 'LOG_USER_ACTIVE_USER' => '<b>User account activated</b>', + 'LOG_USER_DEL_AVATAR_USER' => '<b>User avatar removed</b>', + 'LOG_USER_DEL_SIG_USER' => '<b>User signature removed</b>', + 'LOG_USER_FEEDBACK' => '<b>Added user feedback</b><br />» %s', + 'LOG_USER_GENERAL' => '%s', + 'LOG_USER_INACTIVE_USER' => '<b>User account de-activated</b>', + 'LOG_USER_LOCK' => '<b>User locked own topic</b><br />» %s', + 'LOG_USER_MOVE_POSTS_USER' => '<b>Moved all posts to forum "%s"</b>', + 'LOG_USER_REACTIVATE_USER' => '<b>Forced user account re-activation</b>', + 'LOG_USER_UNLOCK' => '<b>User unlocked own topic</b><br />» %s', + 'LOG_USER_WARNING' => '<b>Added user warning</b><br />»%s', + 'LOG_USER_WARNING_BODY' => '<b>The following warning was issued to this user</b><br />»%s', + + 'LOG_USER_GROUP_CHANGE' => '<b>User changed default group</b><br />» %s', + 'LOG_USER_GROUP_DEMOTE' => '<b>User demoted as leaders from usergroup</b><br />» %s', + 'LOG_USER_GROUP_JOIN' => '<b>User joined group</b><br />» %s', + 'LOG_USER_GROUP_JOIN_PENDING' => '<b>User joined group and needs to be approved</b><br />» %s', + 'LOG_USER_GROUP_RESIGN' => '<b>User resigned membership from group</b><br />» %s', + 'LOG_WORD_ADD' => '<b>Added word censor</b><br />» %s', 'LOG_WORD_DELETE' => '<b>Deleted word censor</b><br />» %s', 'LOG_WORD_EDIT' => '<b>Edited word censor</b><br />» %s', |