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

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

replace all CRLF by LF

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