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

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

use my plugin architecture, add options to hide the page for guests, fix admin links in mails

File size: 812 bytes
Line 
1<?php
2
3$lang['Please enter your username'] = 'Please enter your username';
4$lang['Please enter your e-mail'] = 'Please enter your e-mail';
5$lang['Please enter a message'] = 'Please enter a message';
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$lang['Guests (not registered) permissions :'] = 'Guests (not registered) permissions :';
16$lang['view comments'] = 'view comments';
17$lang['add comment'] = 'add comment';
18
19?>
Note: See TracBrowser for help on using the repository browser.