mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
change viewonline page slightly.
Mental Note: Step away from using in_array in conjunction with huge arrays (and within a loop), might get slow. ;) git-svn-id: file:///svn/phpbb/trunk@5091 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -92,6 +92,7 @@ $lang += array(
|
||||
'DELETE_MARKED' => 'Delete Marked',
|
||||
'DESCENDING' => 'Descending',
|
||||
'DISABLED' => 'Disabled',
|
||||
'DISPLAY_GUESTS' => 'Display Guests',
|
||||
'DISPLAY_MESSAGES' => 'Display messages from previous',
|
||||
'DISPLAY_POSTS' => 'Display posts from previous',
|
||||
'DISPLAY_TOPICS' => 'Display topics from previous',
|
||||
@@ -151,6 +152,7 @@ $lang += array(
|
||||
'HIDDEN_USERS_ZERO_TOTAL' => '0 Hidden and ',
|
||||
'HIDDEN_USER_ONLINE' => '%d Hidden user online',
|
||||
'HIDDEN_USER_TOTAL' => '%d Hidden and ',
|
||||
'HIDE_GUESTS' => 'Hide Guests',
|
||||
'HIDE_ME' => 'Hide my online status this session',
|
||||
'HOURS' => 'Hours',
|
||||
|
||||
@@ -404,6 +406,7 @@ $lang += array(
|
||||
'VIEWING_FAQ' => 'Viewing FAQ',
|
||||
'VIEWING_MEMBERS' => 'Viewing member details',
|
||||
'VIEWING_ONLINE' => 'Viewing who is online',
|
||||
'VIEWING_UCP' => 'Viewing user control panel',
|
||||
'VIEWS' => 'Views',
|
||||
'VIEW_BOOKMARKS' => 'View bookmarks',
|
||||
'VIEW_LATEST_POST' => 'View latest post',
|
||||
|
Reference in New Issue
Block a user