aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/lang_admin.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-05-20 23:57:08 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-05-20 23:57:08 +0000
commit9ce38e6977c2d295d9646b2e5c171318bf2f34bd (patch)
tree4ed5bb6e2b6e0ac9a06a055f0e5af0dcd8f0b29b /phpBB/language/en/lang_admin.php
parent70634a792e33ca7ae3b695b029303f5841891448 (diff)
downloadforums-9ce38e6977c2d295d9646b2e5c171318bf2f34bd.tar
forums-9ce38e6977c2d295d9646b2e5c171318bf2f34bd.tar.gz
forums-9ce38e6977c2d295d9646b2e5c171318bf2f34bd.tar.bz2
forums-9ce38e6977c2d295d9646b2e5c171318bf2f34bd.tar.xz
forums-9ce38e6977c2d295d9646b2e5c171318bf2f34bd.zip
Enable display of birthday listing ... controlled via ACP Load Settings
git-svn-id: file:///svn/phpbb/trunk@4034 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
-rw-r--r--phpBB/language/en/lang_admin.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index e17ed7bfcd..1099dad145 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -492,6 +492,7 @@ $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_BIRTHDAYS' => 'Enable birthday listing',
'YES_MODERATORS' => 'Enable display of Moderators',
'YES_SEARCH' => 'Enable search facilities',
'YES_SEARCH_EXPLAIN' => 'User and backend search functions including fulltext updates when posting.',
@@ -528,11 +529,12 @@ $lang = array_merge($lang, array(
'SITE_DESC' => 'Site description',
'BOARD_DISABLE' => 'Disable board',
'BOARD_DISABLE_EXPLAIN' => 'This will make the board unavailable to users. You can also enter a short (255 character) message to display if you wish.',
- 'ACC_ACTIVATION' => 'Enable account activation',
+ 'ACC_ACTIVATION' => 'Account activation',
'ACC_ACTIVATION_EXPLAIN' => 'This determines whether users have immediate access to the board or if confirmation is required. You can also completely disable new registrations.',
'ACC_NONE' => 'None',
'ACC_USER' => 'User',
'ACC_ADMIN' => 'Admin',
+ 'ACC_USER_ADMIN' => 'User + Admin',
'ACC_DISABLE' => 'Disable',
'VISUAL_CONFIRM' => 'Enable visual confirmation',
'VISUAL_CONFIRM_EXPLAIN' => 'Requires new users enter a random code matching an image to help prevent mass registrations.',