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

Last change on this file since 24904 was 24904, checked in by TranslationTeam, 10 years ago

[guestbook] Update en_UK, thanks to : Kaare

File size: 809 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.