diff options
Diffstat (limited to 'phpBB/language/en/admin.php')
| -rw-r--r-- | phpBB/language/en/admin.php | 6 |
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', |
