From cf3ec1ec95bc5d09fb74d6d8dcef603ae74d9f11 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 17 Jan 2003 12:59:45 +0000 Subject: [PATCH] Added extra lines for visual confirmation ... translators please add these variables as soon as possible git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3330 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english/lang_admin.php | 2 ++ phpBB/language/lang_english/lang_main.php | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/phpBB/language/lang_english/lang_admin.php b/phpBB/language/lang_english/lang_admin.php index 6385cfe3ca..265cf89b97 100644 --- a/phpBB/language/lang_english/lang_admin.php +++ b/phpBB/language/lang_english/lang_admin.php @@ -256,6 +256,8 @@ $lang['Acct_activation'] = 'Enable account activation'; $lang['Acc_None'] = 'None'; // These three entries are the type of activation $lang['Acc_User'] = 'User'; $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['Max_poll_options'] = 'Max number of poll options'; diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index 5c5f56cf42..ccf60a9959 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -573,6 +573,8 @@ $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['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['Confirm_code'] = 'Confirmation code'; +$lang['Confirm_code_explain'] = 'Enter the code exactly as you see it in the image'; $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.'; @@ -604,6 +606,8 @@ $lang['Profile_updated_inactive'] = 'Your profile has been updated. However, you $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['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['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_invalid'] = 'Sorry, but this username contains an invalid character such as \'.'; $lang['Username_disallowed'] = 'Sorry, but this username has been disallowed.';