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

Last change on this file since 26041 was 26041, checked in by mistic100, 10 years ago

update for 2.6

File size: 1.7 KB
Line 
1<?php
2
3$lang['Invalid Captcha'] = 'Invalid Captcha';
4$lang['Enter code'] = 'Enter code';
5$lang['Solve equation'] = 'Solve equation';
6$lang['Button color'] = 'Button color';
7
8$lang['Comments action'] = 'Comments action';
9$lang['Moderate'] = 'Moderate';
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 length';
15$lang['good value:'] = 'good value:';
16$lang['Captcha theme'] = 'Captcha theme';
17$lang['Activate on'] = 'Activate on';
18$lang['Picture comments'] = 'Picture comments';
19$lang['Album comments'] = 'Album comments';
20$lang['Register form'] = 'Register form';
21$lang['Contact form'] = 'Contact form';
22$lang['Guestbook'] = 'Guestbook';
23
24$lang['Perturbation'] = 'Perturbation';
25$lang['range:'] = 'range:';
26$lang['random'] = 'random';
27$lang['Background color'] = 'Background color';
28$lang['Text color'] = 'Text color';
29$lang['Lines density'] = 'Lines density';
30$lang['Lines color'] = 'Lines color';
31$lang['Noise level'] = 'Noise level';
32$lang['Noise color'] = 'Noise color';
33$lang['Font'] = 'Font';
34$lang['Preview'] = 'Preview';
35$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';
36$lang['We detected that EasyCaptcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = 'We detected that EasyCaptcha plugin is available in your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.';
37
38?>
Note: See TracBrowser for help on using the repository browser.