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

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

typo in language string

File size: 3.8 KB
Line 
1<?php
2
3$lang['This collection is empty'] = 'This collection is empty';
4$lang['Collection name:'] = 'Collection name:';
5$lang['Create a new collection'] = 'Create a new collection';
6$lang['Please give a name'] = 'Please give a name';
7$lang['Invalid collection'] = 'Invalid collection';
8$lang['by %s'] = 'by %s';
9$lang['Collections'] = 'Collections';
10$lang['Collection'] = 'Collection';
11$lang['Remove from collection'] = 'Remove from collection';
12$lang['Add to collection'] = 'Add to collection';
13$lang['Clear'] = 'Clear';
14$lang['You have %d collection'] = 'You have %d collection';
15$lang['You have no collection'] = 'You have no collection';
16$lang['You have %d collections'] = 'You have %d collections';
17$lang['Save'] = 'Save';
18$lang['%d more...'] = '%d more...';
19$lang['(remove)'] = '(remove)';
20$lang['Collection not found'] = 'Collection not found';
21$lang['Expiration date'] = 'Expiration date';
22$lang['New share added: <a href="%s">%s</a>'] = 'New share added: <a href="%s">%s</a>';
23$lang['Restricted access'] = 'Restricted access';
24$lang['Share'] = 'Share';
25$lang['Share deleted'] = 'Share deleted';
26$lang['Share key'] = 'Share key';
27$lang['Share this collection'] = 'Share this collection';
28$lang['The key must be at least 8 characters long'] = 'The key must be at least 8 characters long';
29$lang['This key is already used'] = 'This key is already used';
30$lang['This link expired'] = 'This link expired';
31$lang['Allow users to set their collections as public'] = 'Allow users to set their collections as public';
32$lang['Allow users to send their public collections by mail'] = 'Allow users to send their public collections by mail';
33$lang['Fields'] = 'Fields';
34$lang['Active'] = 'Active';
35$lang['Inactive'] = 'Inactive';
36$lang['Download CSV file'] = 'Download CSV file';
37$lang['Preview'] = 'Preview';
38$lang['Number of images'] = 'Number of images';
39$lang['Edit this collection'] = 'Edit this collection';
40$lang['Export image list'] = 'Export image list';
41$lang['Delete this collection'] = 'Delete this collection';
42$lang['Send this collection by mail'] = 'Send this collection by mail';
43$lang['Clear this collection'] = 'Clear this collection';
44$lang['Please enter your name'] = 'Please enter your name';
45$lang['Please enter the recipient name'] = 'Please enter the recipient name';
46$lang['Please enter your e-mail'] = 'Please enter your e-mail';
47$lang['Please enter the recipient e-mail'] = 'Please enter the recipient e-mail';
48$lang['A photo collection by %s'] = 'A photo collection by %s';
49$lang['Error while sending e-mail'] = 'Error while sending e-mail';
50$lang['E-mail sent successfully'] = 'E-mail sent successfully';
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['Hello %s, %s sent you a photos collection from "%s"'] = 'Hello %s, %s sent you a photos collection from "%s"';
58$lang['Click here to view the complete collection'] = 'Click here to view the complete collection';
59$lang['Date added to collection, new &rarr; old'] = 'Date added to collection, new &rarr; old';
60$lang['Date added to collection, old &rarr; new'] = 'Date added to collection, old &rarr; new';
61$lang['Name, A &rarr; Z'] = 'Name, A &rarr; Z';
62$lang['Name, Z &rarr; A'] = 'Name, Z &rarr; A';
63$lang['Photos number, high &rarr; low'] = 'Photos number, high &rarr; low';
64$lang['Photos number, low &rarr; high'] = 'Photos number, low &rarr; high';
65$lang['Add'] = 'Add';
66$lang['Cancel'] = 'Cancel';
67$lang['Description'] = 'Description';
68$lang['jump to photo'] = 'jump to photo';
69$lang['Name'] = 'Name';
70$lang['Send'] = 'Send';
71
72?>
Note: See TracBrowser for help on using the repository browser.