source: extensions/UserCollections/language/en_UK/plugin.lang.php @ 20150

Last change on this file since 20150 was 20150, checked in by TranslationTeam, 11 years ago

[user_collections] Update en_UK, thanks to : Kaare

File size: 3.1 KB
Line 
1<?php
2
3$lang['Copied'] = 'Copied';
4$lang['Public collection'] = 'Public';
5$lang['Copy to clipboard'] = 'Copy to clipboard';
6$lang['Return to collections list'] = 'Return to list';
7$lang['This collection is empty'] = 'This collection is empty';
8$lang['Collection name:'] = 'Collection name:';
9$lang['Create a new collection'] = 'Create a new collection';
10$lang['Unsaved collections'] = 'Unsaved collections';
11$lang['save'] = 'save';
12$lang['set active'] = 'set active';
13$lang['Saved collections'] = 'Saved collections';
14$lang['See all my collections'] = 'See all my collections';
15$lang['Please give a name'] = 'Please give a name';
16$lang['Invalid collection'] = 'Invalid collection';
17$lang['by %s'] = 'by %s';
18$lang['Collections'] = 'Collections';
19$lang['Collection'] = 'Collection';
20$lang['Remove from collection'] = 'Remove from collection';
21$lang['Add to collection'] = 'Add to collection';
22$lang['Clear'] = 'Clear';
23$lang['You have %d collection'] = 'You have %d collection';
24$lang['You have no collection'] = 'You have no collection';
25$lang['You have %d collections'] = 'You have %d collections';
26$lang['active'] = 'active';
27$lang['Save'] = 'Save';
28$lang['%d more...'] = '%d more...';
29
30$lang['Allow users to set their collections as public'] = 'Allow users to set their collections as public';
31$lang['Allow users to send their public collections by mail'] = 'Allow users to send their public collections by mail';
32$lang['Fields'] = 'Fields';
33$lang['Active'] = 'Active';
34$lang['Inactive'] = 'Inactive';
35$lang['Download CSV file'] = 'Download CSV file';
36$lang['Preview'] = 'Preview';
37$lang['Number of images'] = 'Number of images';
38$lang['Edit this collection'] = 'Edit this collection';
39$lang['Export image list'] = 'Export image list';
40$lang['Delete this collection'] = 'Delete this collection';
41$lang['Send this collection my mail'] = 'Send this collection to my mail';
42$lang['Clear this collection'] = 'Clear this collection';
43$lang['Please enter your name'] = 'Please enter your name';
44$lang['Please enter the recipient name'] = 'Please enter the recipient name';
45$lang['Please enter your e-mail'] = 'Please enter your e-mail';
46$lang['Please enter the recipient e-mail'] = 'Please enter the recipient e-mail';
47$lang['A photo collection by %s'] = 'A photo collection by %s';
48$lang['Error while sending e-mail'] = 'Error while sending e-mail';
49$lang['E-mail sent successfully'] = 'E-mail sent successfully';
50$lang['The collection must be public in order to send it'] = 'The collection must be public in order to send it';
51$lang['Your name'] = 'Your name';
52$lang['Your e-mail'] = 'Your e-mail';
53$lang['Recipient name'] = 'Recipient name';
54$lang['Recipient e-mail'] = 'Recipient e-mail';
55$lang['Message (optional)'] = 'Message (optional)';
56$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Hello <b>%s</b>, %s sent you a photo collection from <a href="%s">%s</a>';
57$lang['Click here to view the complete collection'] = 'Click here to view the complete collection';
58$lang['Date added to collection, new &rarr; old'] = 'Date added to collection, new &rarr; old';
59$lang['Date added to collection, old &rarr; new'] = 'Date added to collection, old &rarr; new';
60
61
62?>
Note: See TracBrowser for help on using the repository browser.