Changeset 19
- Timestamp:
- 04/09/07 03:46:06
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/controllers/auth.php
r2 r19 43 43 $fields['password_confirm'] = $this->lang->line('FAL_user_password_confirm_label'); 44 44 $fields['email'] = $this->lang->line('FAL_user_email_label'); 45 $fields['security'] = $this->lang->line('FAL_ user_security_code_label');45 $fields['security'] = $this->lang->line('FAL_captcha_label'); 46 46 47 47 //if activated in config, sets the select country box FreakAuth/trunk/www/system/language/english/freakauth_lang.php
r2 r19 22 22 $lang['FAL_user_email_label'] = 'Email'; 23 23 $lang['FAL_user_autologin_label'] = 'remember me'; 24 $lang['FAL_user_security_code_label'] = 'Security Code';25 24 $lang['FAL_user_country_label'] = 'Country'; 26 25 … … 41 40 //CAPTCHA 42 41 //------------------------------------------------------------------ 43 $lang['FAL_captcha_label'] = 'Security code';42 $lang['FAL_captcha_label'] = 'Security Code'; 44 43 $lang['FAL_captcha_message'] = 'Please type the code you see in the image below'; 45 44 … … 130 129 131 130 //------------------------------------------------------------------ 132 //E-MAILS (GENERAL)133 //------------------------------------------------------------------134 $lang['FAL_email_from_name'] = 'Administrator';135 136 //------------------------------------------------------------------137 131 //FLASH MESSAGES 138 132 //------------------------------------------------------------------
