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

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

-add support for Guestbook
-add individual activation for each module
-increase default size
-clean index.php

File size: 1.2 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['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 lenght';
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
23$lang['Perturbation'] = 'Perturbation';
24$lang['range:'] = 'range:';
25$lang['random'] = 'random';
26$lang['Background color'] = 'Background color';
27$lang['Text color'] = 'Text color';
28$lang['Lines density'] = 'Lines density';
29$lang['Lines color'] = 'Lines color';
30$lang['Noise level'] = 'Noise level';
31$lang['Noise color'] = 'Noise color';
32$lang['Font'] = 'Font';
33$lang['Preview'] = 'Preview';
34$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';
35
36?>
Note: See TracBrowser for help on using the repository browser.