Ignore:
Timestamp:
Jan 12, 2013, 3:13:08 PM (11 years ago)
Author:
mistic100
Message:
  • add webservices
  • add mail function
  • add admin list
  • add admin export function
  • try to deal with Gthumb+
  • activate multisize dropdown menu of collection page

TODO : use webservices instead of toggle_image.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/language/en_UK/plugin.lang.php

    r16698 r20090  
    2020$lang['Remove from collection'] = 'Remove from collection';
    2121$lang['Add to collection'] = 'Add to collection';
    22 $lang['Clear collection'] = 'Clear';
     22$lang['Clear'] = 'Clear';
    2323$lang['You have %d collection'] = 'You have %d collection';
    2424$lang['You have no collection'] = 'You have no collection';
     
    2828$lang['%d more...'] = '%d more...';
    2929
     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
    3060?>
Note: See TracChangeset for help on using the changeset viewer.