diff options
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
-rw-r--r-- | phpBB/language/en/lang_admin.php | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index d2748879af..b04e4af3ec 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -355,13 +355,14 @@ $lang = array_merge($lang, array( 'acl_u_viewonline' => 'Can view all online', 'acl_u_viewprofile' => 'Can view profiles', 'acl_u_sendemail' => 'Can send emails', - 'acl_u_sendpm' => 'Can send messages', - 'acl_u_readpm' => 'Can read messages', + 'acl_u_sendpm' => 'Can send private messages', + 'acl_u_readpm' => 'Can read private messages', 'acl_u_setavatar' => 'Can display avatar', 'acl_u_chgavatar' => 'Can change avatar', 'acl_u_chgcolor' => 'Can change default group', 'acl_u_chgemail' => 'Can change email address', 'acl_u_chgname' => 'Can change username', + 'acl_u_chggrp' => 'Can change default usergroup', 'acl_u_chgpasswd' => 'Can change password', 'acl_u_search' => 'Can search board', @@ -456,11 +457,15 @@ $lang = array_merge($lang, array( 'LIMIT_LOAD_EXPLAIN' => 'If the 1 minute system load exceeds this value the board will go offline, 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers.', 'LIMIT_SESSIONS' => 'Limit sessions', 'LIMIT_SESSIONS_EXPLAIN' => 'If the number of sessions exceeds this value within a one minute period the board will go offline. Set to 0 for unlimited sessions.', - 'SESSION_LENGTH' => 'Session length [ seconds ]', + 'SESSION_LENGTH' => 'Session length [ seconds ]', + 'YES_POST_MARKING' => 'Enable dotted topics', + 'YES_POST_MARKING_EXPLAIN' => 'Indicates whether user has posted to a topic.', + 'YES_READ_MARKING' => 'Enable server-side topic marking', + 'YES_READ_MARKING_EXPLAIN' => 'Stores read/unread status information in the database rather than a cookie.', 'VIEW_ONLINE_TIME' => 'View online time span [ minutes ]', 'VIEW_ONLINE_TIME_EXPLAIN' => 'How long before users drop out of the viewonline listings, lower equals less processing.', - 'YES_ONLINE' => 'Enable pagewise online list', - 'YES_ONLINE_EXPLAIN' => 'Display users browsing on index, forum and topic pages.', + 'YES_ONLINE' => 'Enable online user listings', + 'YES_ONLINE_EXPLAIN' => 'Display online user information on index, forum and topic pages.', 'YES_MODERATORS' => 'Enable display of Moderators', 'YES_SEARCH' => 'Enable search facilities', 'YES_SEARCH_EXPLAIN' => 'User and backend search functions including fulltext updates when posting.', |