Ignore:
Timestamp:
Nov 13, 2011, 12:34:07 AM (12 years ago)
Author:
mistic100
Message:

rewrite some prefilters, replace CryptograPHP by Securimage (not abandoned project!)

Location:
extensions/CryptograPHP/language/en_UK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/CryptograPHP/language/en_UK/description.txt

    r11375 r12617  
    1 Add a CryptograPHP captcha to register, comment and ContactForm pages (thanks to P@t)
     1Add a captcha to register, comment and ContactForm pages (thanks to P@t)
  • extensions/CryptograPHP/language/en_UK/plugin.lang.php

    r11316 r12617  
    22
    33$lang['Invalid Captcha'] = 'Invalid Captcha';
    4 $lang['Captcha theme'] = 'Captcha theme';
    5 $lang['Antibot test'] = 'Antibot test';
     4$lang['Enter code'] = 'Enter code';
     5$lang['Solve equation'] = 'Solve equation';
     6
    67$lang['Comments action'] = 'Comments action';
    78$lang['Moderate'] = 'Moderate';
    89$lang['No captcha'] = 'No captcha';
     10$lang['Captcha type'] = 'Captcha type';
     11$lang['Random string'] = 'Random string';
     12$lang['Simple equation'] = 'Simple equation';
     13$lang['Case sensitive'] = 'Case sensitive';
     14$lang['Code lenght'] = 'Code lenght';
     15$lang['good value:'] = 'good value:';
     16$lang['Captcha theme'] = 'Captcha theme';
     17
     18$lang['Perturbation'] = 'Perturbation';
     19$lang['range:'] = 'range:';
     20$lang['Background color'] = 'Background color';
     21$lang['Text color'] = 'Text color';
     22$lang['Lines density'] = 'Lines density';
     23$lang['Lines color'] = 'Lines color';
     24$lang['Noise level'] = 'Noise level';
     25$lang['Noise color'] = 'Noise color';
     26$lang['Font'] = 'Font';
     27$lang['Preview'] = 'Preview';
     28$lang['Tip: type "random" on a color field to have a random color'] = 'Tip: type "random" on a color field to have a random color';
    929
    1030?>
Note: See TracChangeset for help on using the changeset viewer.