source: extensions/CryptograPHP/language/en_UK/plugin.lang.php @ 14527

Last change on this file since 14527 was 14527, checked in by mistic100, 12 years ago

update for 2.4
deactivated for smartpocket, now compatible with simple and stripped on ContactForm
live update of preview on admin page

File size: 1.0 KB
Line 
1<?php
2
3$lang['Invalid Captcha'] = 'Invalid Captcha';
4$lang['Enter code'] = 'Enter code';
5$lang['Solve equation'] = 'Solve equation';
6
7$lang['Comments action'] = 'Comments action';
8$lang['Moderate'] = 'Moderate';
9$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['random'] = 'random';
21$lang['Background color'] = 'Background color';
22$lang['Text color'] = 'Text color';
23$lang['Lines density'] = 'Lines density';
24$lang['Lines color'] = 'Lines color';
25$lang['Noise level'] = 'Noise level';
26$lang['Noise color'] = 'Noise color';
27$lang['Font'] = 'Font';
28$lang['Preview'] = 'Preview';
29$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';
30
31?>
Note: See TracBrowser for help on using the repository browser.