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

Enable/Disable online listing + time online

git-svn-id: file:///svn/phpbb/trunk@3841 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-04-15 22:57:05 +00:00
parent d9dcb502a9
commit dce7e4c2b8
3 changed files with 116 additions and 108 deletions

View File

@@ -848,7 +848,8 @@ $lang = array(
'Guest_users_zero_online' => 'There are 0 Guest users online',
'Guest_user_online' => 'There is %d Guest user online',
'No_users_browsing' => 'There are no users currently browsing this forum',
'ONLINE_EXPLAIN' => 'This data is based on users active over the past five minutes',
'VIEW_ONLINE_TIME' => 'This data is based on users active over the past %d minute', // 1 minute
'VIEW_ONLINE_TIMES' => 'This data is based on users active over the past %d minutes', // 2 minutes, etc.
'Forum_Location' => 'Forum Location',
'Last_updated' => 'Last Updated',
'Forum_index' => 'Forum index',