Ignore:
Timestamp:
12/31/07 13:01:02 (4 years ago)
Author:
hverton
Message:

Added a captcha validation check to comment posts of guests

File:
1 edited

Legend:

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

    r1182 r1184  
    23152315    $localestrings['c101'] = "No Comments have been Posted."; 
    23162316    $localestrings['c102'] = "Post Comment"; 
    2317     $localestrings['c103'] = "Name:"; 
     2317    $localestrings['c103'] = "Your Name:"; 
    23182318    $localestrings['c104'] = "Message:"; 
    23192319    $localestrings['c105'] = "Please Login to Post a Comment."; 
     
    23212321    $localestrings['c107'] = " Disable smileys in this comment"; 
    23222322    $localestrings['c108'] = "Toggle smileys"; 
     2323    $localestrings['c110'] = "Incorrect Validation Code"; 
     2324    $localestrings['c111'] = "The validation code below must be entered, it expires 15 minutes after page generation."; 
     2325    $localestrings['c112'] = "Validation Code:"; 
     2326    $localestrings['c113'] = "Enter Validation Code:"; 
    23232327    load_localestrings($localestrings, LP_LOCALE, "main.comments", $step); 
    23242328 
Note: See TracChangeset for help on using the changeset viewer.