Ignore:
Timestamp:
02/28/08 00:25:43 (4 years ago)
Author:
hverton
Message:

updated the Securimage code
fixed non-working text validation code
moved CMS_getOS() from dns_functions.php to core_functions.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/language_pack_English.php

    r1295 r1321  
    23962396        $localestrings['c112'] = "Validation Code:"; 
    23972397        $localestrings['c113'] = "Enter Validation Code:"; 
     2398        $localestrings['c114'] = "New Code"; 
    23982399        load_localestrings($localestrings, LP_LOCALE, "main.comments", $step); 
    23992400 
     
    24112412        $localestrings['412'] = "Validation Code:"; 
    24122413        $localestrings['413'] = "Enter Validation Code:"; 
     2414        $localestrings['414'] = "Validation code entered was not correct"; 
     2415        $localestrings['415'] = "New Code"; 
    24132416        $localestrings['420'] = "You must specify a Name"; 
    2414         $localestrings['421'] = "You must specify an Email Address"; 
     2417        $localestrings['421'] = "You must specify a valid Email Address"; 
    24152418        $localestrings['422'] = "You must specify a Subject"; 
    24162419        $localestrings['423'] = "You must specify a Message"; 
     
    28682871        $localestrings['459'] = "Please Try Again"; 
    28692872        $localestrings['500'] = "Please enter your details below. "; 
    2870         $localestrings['501'] = "A verification email will be sent to your specified email address. "; 
     2873        $localestrings['501'] = "A verification email will be sent to this email address to confirm your registration. "; 
    28712874        $localestrings['502'] = "Fields marked <span style='color:#ff0000;'>*</span> must be completed.\nYour user name and password is case-sensitive. Your full name is used in email communication only."; 
    28722875        $localestrings['503'] = " You can enter additional information by going to Edit Profile once you are logged in."; 
     
    28752878        $localestrings['506'] = "Register"; 
    28762879        $localestrings['507'] = "The registration system is currently disabled."; 
     2880        $localestrings['508'] = "New code"; 
    28772881        $localestrings['550'] = "Please specify a user name."; 
    28782882        $localestrings['551'] = "Please specify a password."; 
Note: See TracChangeset for help on using the changeset viewer.