1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Add dotted topic and topic read/unread DB marking to Load Settings form

git-svn-id: file:///svn/phpbb/trunk@3913 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-04-22 00:00:54 +00:00
parent f4ae4f51b6
commit 663144718d
3 changed files with 26 additions and 7 deletions

View File

@@ -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.',