diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2005-02-10 20:19:48 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-02-10 20:19:48 +0000 |
| commit | 4269b318a29f3cff9da6bdf2f7cff959dcb0c961 (patch) | |
| tree | edd09aa26c4d05d65bec79e31e5e92aa458d4415 /phpBB/language/en/admin.php | |
| parent | 9841f6145c88a30d1d337a4e250ac379ac9b2700 (diff) | |
| download | forums-4269b318a29f3cff9da6bdf2f7cff959dcb0c961.tar forums-4269b318a29f3cff9da6bdf2f7cff959dcb0c961.tar.gz forums-4269b318a29f3cff9da6bdf2f7cff959dcb0c961.tar.bz2 forums-4269b318a29f3cff9da6bdf2f7cff959dcb0c961.tar.xz forums-4269b318a29f3cff9da6bdf2f7cff959dcb0c961.zip | |
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
Diffstat (limited to 'phpBB/language/en/admin.php')
| -rw-r--r-- | phpBB/language/en/admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/admin.php b/phpBB/language/en/admin.php index a8a27abda4..e8658a4e65 100644 --- a/phpBB/language/en/admin.php +++ b/phpBB/language/en/admin.php @@ -730,6 +730,8 @@ $lang += array( 'ONLINE_LENGTH_EXPLAIN' => 'Time in minutes after which inactive users will not appear in 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_GUESTS' => 'Enable online guest listings in viewonline', + 'YES_ONLINE_GUESTS_EXPLAIN' => 'Allow display of guest user informations in viewonline.', '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', |
