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

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

add 'guest_only' option

File size: 1.9 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$lang['Comments action'] = 'Comments action';
8$lang['Moderate'] = 'Moderate';
9$lang['Captcha type'] = 'Captcha type';
10$lang['Random string'] = 'Random string';
11$lang['Simple equation'] = 'Simple equation';
12$lang['Case sensitive'] = 'Case sensitive';
13$lang['Code lenght'] = 'Code length';
14$lang['good value:'] = 'good value:';
15$lang['Captcha theme'] = 'Captcha theme';
16$lang['Activate on'] = 'Activate on';
17$lang['Picture comments'] = 'Picture comments';
18$lang['Album comments'] = 'Album comments';
19$lang['Register form'] = 'Register form';
20$lang['Contact form'] = 'Contact form';
21$lang['Guestbook'] = 'Guestbook';
22$lang['Perturbation'] = 'Perturbation';
23$lang['range:'] = 'range:';
24$lang['random'] = 'random';
25$lang['Background color'] = 'Background color';
26$lang['Text color'] = 'Text color';
27$lang['Lines density'] = 'Lines density';
28$lang['Lines color'] = 'Lines color';
29$lang['Noise level'] = 'Noise level';
30$lang['Noise color'] = 'Noise color';
31$lang['Font'] = 'Font';
32$lang['Preview'] = 'Preview';
33$lang['Background'] = 'Background';
34$lang['Background image'] = 'Background image';
35$lang['Color'] = 'Color';
36$lang['Image'] = 'Image';
37$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';
38$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.';
39$lang['Only for unauthenticated users'] = 'Only for unauthenticated users';
Note: See TracBrowser for help on using the repository browser.