aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2005-07-04 16:54:34 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2005-07-04 16:54:34 +0000
commitbe7442570bee2c43dd70d439bae73bac740b0ea1 (patch)
tree47198da451e136cda71af256de31d9e44367f2db /phpBB/language
parent0eae8040e88291a621b8918384a1cb4bcbaf56d7 (diff)
downloadforums-be7442570bee2c43dd70d439bae73bac740b0ea1.tar
forums-be7442570bee2c43dd70d439bae73bac740b0ea1.tar.gz
forums-be7442570bee2c43dd70d439bae73bac740b0ea1.tar.bz2
forums-be7442570bee2c43dd70d439bae73bac740b0ea1.tar.xz
forums-be7442570bee2c43dd70d439bae73bac740b0ea1.zip
Session key implementation.
git-svn-id: file:///svn/phpbb/trunk@5175 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/admin.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/language/en/admin.php b/phpBB/language/en/admin.php
index af8b9d8fe1..141e6a6f5f 100644
--- a/phpBB/language/en/admin.php
+++ b/phpBB/language/en/admin.php
@@ -798,6 +798,10 @@ $lang += array(
'ACC_ADMIN' => 'Admin',
'ACC_USER_ADMIN' => 'User + Admin',
'ACC_DISABLE' => 'Disable',
+ 'ALLOW_AUTOLOGIN' => 'Allow persistent logins',
+ 'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users can autologin when they visit the board.',
+ 'AUTOLOGIN_LENGTH' => 'Persistent login key expiry days',
+ 'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which persistent login keys are removed or zero to disable.',
'VISUAL_CONFIRM' => 'Enable visual confirmation',
'VISUAL_CONFIRM_EXPLAIN' => 'Requires new users enter a random code matching an image to help prevent mass registrations.',
'LOGIN_LIMIT' => 'Login attempts',
@@ -806,6 +810,8 @@ $lang += array(
'REG_LIMIT_EXPLAIN' => 'Number of attempts users can make at the confirmation code before being locked out that session.',
'FORCE_PASS_CHANGE' => 'Force password change',
'FORCE_PASS_CHANGE_EXPLAIN' => 'Require user to change their password after a set number of days or zero to disable.',
+ 'SAVE_PASSWORDS' => 'Save previous passwords',
+ 'SAVE_PASSWORDS_EXPLAIN' => 'Prevents users re-using the specified number of previous passwords or zero to disable.',
'CHAR_LIMIT' => 'Max characters per post',
'CHAR_LIMIT_EXPLAIN' => 'Set to 0 for unlimited characters.',
'SMILIES_LIMIT' => 'Max smilies per post',