Remove confirm stuff

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3964 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-05-03 21:32:59 +00:00
parent 5ec2dcd796
commit 770426d76a
2 changed files with 0 additions and 5 deletions

View file

@ -256,8 +256,6 @@ $lang['Acct_activation'] = 'Enable account activation';
$lang['Acc_None'] = 'None'; // These three entries are the type of activation $lang['Acc_None'] = 'None'; // These three entries are the type of activation
$lang['Acc_User'] = 'User'; $lang['Acc_User'] = 'User';
$lang['Acc_Admin'] = 'Admin'; $lang['Acc_Admin'] = 'Admin';
$lang['Visual_confirm'] = 'Enable visual confirmation';
$lang['Visual_confirm_explain'] = 'Requires new users enter a random code matching an image to help prevent mass registrations.';
$lang['Abilities_settings'] = 'User and Forum Basic Settings'; $lang['Abilities_settings'] = 'User and Forum Basic Settings';
$lang['Max_poll_options'] = 'Max number of poll options'; $lang['Max_poll_options'] = 'Max number of poll options';

View file

@ -573,8 +573,6 @@ $lang['Confirm_password'] = 'Confirm password';
$lang['Confirm_password_explain'] = 'You must confirm your current password if you wish to change it or alter your e-mail address'; $lang['Confirm_password_explain'] = 'You must confirm your current password if you wish to change it or alter your e-mail address';
$lang['password_if_changed'] = 'You only need to supply a password if you want to change it'; $lang['password_if_changed'] = 'You only need to supply a password if you want to change it';
$lang['password_confirm_if_changed'] = 'You only need to confirm your password if you changed it above'; $lang['password_confirm_if_changed'] = 'You only need to confirm your password if you changed it above';
$lang['Confirm_code'] = 'Confirmation code';
$lang['Confirm_code_explain'] = 'Enter the code exactly as you see it in the image';
$lang['Avatar'] = 'Avatar'; $lang['Avatar'] = 'Avatar';
$lang['Avatar_explain'] = 'Displays a small graphic image below your details in posts. Only one image can be displayed at a time, its width can be no greater than %d pixels, the height no greater than %d pixels, and the file size no more than %d KB.'; $lang['Avatar_explain'] = 'Displays a small graphic image below your details in posts. Only one image can be displayed at a time, its width can be no greater than %d pixels, the height no greater than %d pixels, and the file size no more than %d KB.';
@ -607,7 +605,6 @@ $lang['Password_mismatch'] = 'The passwords you entered did not match.';
$lang['Current_password_mismatch'] = 'The current password you supplied does not match that stored in the database.'; $lang['Current_password_mismatch'] = 'The current password you supplied does not match that stored in the database.';
$lang['Password_long'] = 'Your password must be no more than 32 characters.'; $lang['Password_long'] = 'Your password must be no more than 32 characters.';
$lang['Too_many_registers'] = 'You have made too many registration attempts. Please try again later.'; $lang['Too_many_registers'] = 'You have made too many registration attempts. Please try again later.';
$lang['Confirm_code_wrong'] = 'The confirmation code you entered did not match the image. Please try again.';
$lang['Username_taken'] = 'Sorry, but this username has already been taken.'; $lang['Username_taken'] = 'Sorry, but this username has already been taken.';
$lang['Username_invalid'] = 'Sorry, but this username contains an invalid character such as \'.'; $lang['Username_invalid'] = 'Sorry, but this username contains an invalid character such as \'.';
$lang['Username_disallowed'] = 'Sorry, but this username has been disallowed.'; $lang['Username_disallowed'] = 'Sorry, but this username has been disallowed.';