source: extensions/GuestBook/language/en_UK/plugin.lang.php @ 20181

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

impove display, add LiveValidation

File size: 642 bytes
RevLine 
[16347]1<?php
2
3$lang['Please enter your username'] = 'Please enter your username';
[20181]4$lang['Please enter your e-mail'] = 'Please enter your e-mail';
5$lang['Please enter a message'] = 'Please enter a message';
[16347]6$lang['invalid website address'] = 'invalid website address';
7$lang['GuestBook'] = 'Guestbook';
8$lang['Sign the guestbook'] = 'Sign the guestbook';
9$lang['not publicly visible'] = 'not publicly visible';
10$lang['Website'] = 'Website';
11$lang['* : mandatory fields'] = '* : mandatory fields';
12$lang['There are %d messages'] = 'There are %d messages';
13$lang['Activate rating'] = 'Activate rating';
14$lang['%s says on %s :'] = '%s says on %s :';
15
[15940]16?>
Note: See TracBrowser for help on using the repository browser.