[ticket/10771] use remember me in acp

PHPBB3-10771
This commit is contained in:
Dhruv 2012-11-11 00:03:22 +01:00
parent a17c1a29f8
commit a97401a180

View file

@ -449,10 +449,10 @@ $lang = array_merge($lang, array(
'ACP_SECURITY_SETTINGS_EXPLAIN' => 'Here you are able to define session and login related settings.', 'ACP_SECURITY_SETTINGS_EXPLAIN' => 'Here you are able to define session and login related settings.',
'ALL' => 'All', 'ALL' => 'All',
'ALLOW_AUTOLOGIN' => 'Allow persistent logins', 'ALLOW_AUTOLOGIN' => 'Allow remember me logins',
'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users can autologin when they visit the board.', 'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users can select remember me option when they visit the board.',
'AUTOLOGIN_LENGTH' => 'Persistent login key expiration length (in days)', 'AUTOLOGIN_LENGTH' => 'Remember me login key expiration length (in days)',
'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which persistent login keys are removed or zero to disable.', 'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which remember me login keys are removed or zero to disable.',
'BROWSER_VALID' => 'Validate browser', 'BROWSER_VALID' => 'Validate browser',
'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.', 'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.',
'CHECK_DNSBL' => 'Check IP against DNS Blackhole List', 'CHECK_DNSBL' => 'Check IP against DNS Blackhole List',