mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
Add confirmation stuff here ... save time elsehwere ... MSAccess note yet updated
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@4104 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -331,6 +331,9 @@ $lang['Cookie_secure'] = 'Cookie secure';
|
||||
$lang['Cookie_secure_explain'] = 'If your server is running via SSL, set this to enabled, else leave as disabled';
|
||||
$lang['Session_length'] = 'Session length [ seconds ]';
|
||||
|
||||
// Visual Confirmation
|
||||
$lang['Visual_confirm'] = 'Enable Visual Confirmation';
|
||||
$lang['Visual_confirm_explain'] = 'Requires users enter a code defined by an image when registering.';
|
||||
|
||||
//
|
||||
// Forum Management
|
||||
|
@@ -658,6 +658,17 @@ $lang['Empty_subject_email'] = 'You must specify a subject for the e-mail.';
|
||||
$lang['Empty_message_email'] = 'You must enter a message to be e-mailed.';
|
||||
|
||||
|
||||
//
|
||||
// Visual confirmation system strings
|
||||
//
|
||||
$lang['Confirm_code_wrong'] = 'The confirmation code you entered was incorrect';
|
||||
$lang['Too_many_registers'] = 'You have exceeded the number of registration attempts for this session. Please try again later.';
|
||||
$lang['Confirm_code_impaired'] = 'If you are visually impaired or cannot otherwise read this code please contact the %sAdministrator%s for help.';
|
||||
$lang['Confirm_code'] = 'Confirmation code';
|
||||
$lang['Confirm_code_explain'] = 'Enter the code exactly as you see it. The code is case sensitive and zero has a diagonal line through it.';
|
||||
|
||||
|
||||
|
||||
//
|
||||
// Memberslist
|
||||
//
|
||||
|
Reference in New Issue
Block a user