- Timestamp:
- Jan 12, 2013, 3:13:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserCollections/language/en_UK/plugin.lang.php
r16698 r20090 20 20 $lang['Remove from collection'] = 'Remove from collection'; 21 21 $lang['Add to collection'] = 'Add to collection'; 22 $lang['Clear collection'] = 'Clear';22 $lang['Clear'] = 'Clear'; 23 23 $lang['You have %d collection'] = 'You have %d collection'; 24 24 $lang['You have no collection'] = 'You have no collection'; … … 28 28 $lang['%d more...'] = '%d more...'; 29 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['Generate'] = 'Generate'; 36 $lang['Download CSV file'] = 'Download CSV file'; 37 $lang['Output'] = 'Output'; 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 my mail'] = 'Send this collection my 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['The collection must be public in order to send it'] = 'The collection must be public in order to send it'; 52 $lang['Your name'] = 'Your name'; 53 $lang['Your e-mail'] = 'Your e-mail'; 54 $lang['Recipient name'] = 'Recipient name'; 55 $lang['Recipient e-mail'] = 'Recipient e-mail'; 56 $lang['Message (optional)'] = 'Message (optional)'; 57 $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 photos collection from <a href="%s">%s</a>'; 58 $lang['Click here to view the complete collection'] = 'Click here to view the complete collection'; 59 30 60 ?>
Note: See TracChangeset
for help on using the changeset viewer.