1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Online tracking img load switch

git-svn-id: file:///svn/phpbb/trunk@4269 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-07-16 11:46:04 +00:00
parent 1ccfd3f862
commit 4d003f7edf
3 changed files with 197 additions and 57 deletions

View File

@@ -501,6 +501,8 @@ $lang = array_merge($lang, array(
'VIEW_ONLINE_TIME_EXPLAIN' => 'How long before users drop out of the viewonline listings, lower equals less processing.',
'YES_ONLINE' => 'Enable online user listings',
'YES_ONLINE_EXPLAIN' => 'Display online user information on index, forum and topic pages.',
'YES_ONLINE_TRACK' => 'Enable display of user online img',
'YES_ONLINE_TRACK_EXPLAIN' => 'Display online information for user in profiles and viewtopic.',
'YES_BIRTHDAYS' => 'Enable birthday listing',
'YES_MODERATORS' => 'Enable display of Moderators',
'YES_SEARCH' => 'Enable search facilities',
@@ -636,6 +638,8 @@ $lang = array_merge($lang, array(
'KARMA_SETTINGS' => 'Karma Settings',
'KARMA_SETTINGS_EXPLAIN'=> 'Here you can enable and disable the user Karma rating system. You can also modify the weighting factors used to derive each users karma.',
'CONFIG_UPDATED' => 'Configuration updated successfully',
'AVATARS_GALLERY' => 'Avatar Gallery',
'AVATARS_PERSONAL' => 'Personal Avatars',