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

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

add menu_link parameter, add identifier for menu link

File size: 901 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$lang['Send'] = 'Send';
19$lang['Rate'] = 'Rate';
20$lang['Add link in menu'] = 'Add link in menu';
Note: See TracBrowser for help on using the repository browser.