diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-16 11:46:04 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-16 11:46:04 +0000 |
| commit | 4d003f7edf696e7607284f9a6dd082e2b336c64f (patch) | |
| tree | 2063b27ceae57d306d75bb9b835d70771250b840 /phpBB/language/en | |
| parent | 1ccfd3f86239951515258313db3bb2c11bccdc91 (diff) | |
| download | forums-4d003f7edf696e7607284f9a6dd082e2b336c64f.tar forums-4d003f7edf696e7607284f9a6dd082e2b336c64f.tar.gz forums-4d003f7edf696e7607284f9a6dd082e2b336c64f.tar.bz2 forums-4d003f7edf696e7607284f9a6dd082e2b336c64f.tar.xz forums-4d003f7edf696e7607284f9a6dd082e2b336c64f.zip | |
Online tracking img load switch
git-svn-id: file:///svn/phpbb/trunk@4269 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
| -rw-r--r-- | phpBB/language/en/lang_admin.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index daa7fcbe45..310f802a33 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -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', |
