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

Last change on this file since 19428 was 19428, checked in by mistic100, 11 years ago

change reload icon with color choice (dark or light), separate HTML and PHP

File size: 1.3 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 lenght';
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
37?>
Note: See TracBrowser for help on using the repository browser.