Changeset 21
- Timestamp:
- 04/09/07 09:45:32
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/activation_success.php
r2 r21 1 <?=$this->lang->line('FAL_activation_suc ess_message');?>1 <?=$this->lang->line('FAL_activation_success_message');?> 2 2 <BR/> 3 3 <?=anchor($this->config->item('FAL_home_action'), $this->lang->line('FAL_continue_label'))?> FreakAuth/trunk/www/system/language/english/freakauth_lang.php
r19 r21 48 48 $lang['FAL_register_cancel_confirm'] = 'Are you sure you want to decline the Terms of Service? Click Cancel to continue with registration.'; 49 49 50 $lang['FAL_register_suc ess_message'] = 'Thank You!<BR/>Your registration has been successfully completed.<BR/><BR/>You have just been sent an email containing membership activation instructions.<BR/>';50 $lang['FAL_register_success_message'] = 'Thank You!<BR/>Your registration has been successfully completed.<BR/><BR/>You have just been sent an email containing membership activation instructions.<BR/>'; 51 51 52 52 $lang['FAL_invalid_register_message'] = 'Invalid registration attempt.';
