source: extensions/Piwecard/language/en_UK/plugin.lang.php @ 20142

Last change on this file since 20142 was 20112, checked in by julien1311, 12 years ago

[piwecard] Add filters to the admin management page

  • Property svn:eol-style set to native
File size: 4.8 KB
RevLine 
[8775]1<?php
[20047]2$lang['piwecard_plugin']                                                = 'Piwecard Plugin';
[8775]3
[20032]4//admin.php
[20089]5$lang['piwecard_admin_permissions']                             = 'Permissions';
[20047]6$lang['piwecard_admin_configuration']                   = 'Configuration';
7$lang['piwecard_admin_management']                              = 'Management';
[8775]8
[20088]9//admin_permissions.php
[20047]10$lang['piwecard_selected_cats']                                 = 'Selected categories';
[20059]11$lang['piwecard_non_selected_cats']                             = 'Non selected categories';
[8775]12
[20088]13//admin_permissions.tpl
[20089]14$lang['piwecard_permissions_cat']                               = 'Permissions depending on the category';
15$lang['piwecard_permissions_all_cats']                  = 'Sending of e-cards is authorized on all the categories accessible by the user';
16$lang['piwecard_permissions_selected_cats']     = 'Sending of e-cards is authorized only on a selection of catetories and if selected categories are accessible by the user';
17$lang['piwecard_permissions_user_cat']                  = 'Sending of e-cards is authorized only if the category or one of its parents is named after the user (case sensitive) or if the user is the author of the image';
[8775]18
[20032]19//admin_configuration.php
[20047]20$lang['piwecard_nolimit']                                               = 'Unlimited';
21$lang['piwecard_email_format_default_error']    = 'The default e-mail format must be one of the selected e-mail format';
[8775]22
[20032]23//admin_configuration.tpl
[20047]24$lang['piwecard_configuration']                                 = 'Standard configuration';
[20103]25$lang['piwecard_ecard_derivative']                              = 'Choose the size of the image in the e-card:';
[20047]26$lang['piwecard_validity_default']                              = 'Default validity of the e-card';
27$lang['piwecard_sender_copy']                                   = 'Send a copy of the e-card to the sender';
28$lang['piwecard_sender_email_change']                   = 'Allow the sender to change his/her e-mail address (not applicable to guests unless the default e-mail address is configured)';
29$lang['piwecard_email_format']                                  = 'e-mail format';
30$lang['piwecard_email_format_text']                             = 'Text';
31$lang['piwecard_email_format_html']                             = 'HTML';
32$lang['piwecard_email_format_default']                  = 'Default e-mail format';
33$lang['piwecard_show_image_infos']                              = 'Show the title and the author of the image under the picture';
34$lang['piwecard_default_guest_email']                   = 'Default e-mail address for guests';
35$lang['piwecard_email_configuration']                   = 'e-mail configuration';
[20080]36$lang['piwecard_email_subject']                                 = 'e-mail subject';
[20047]37$lang['piwecard_email_message_text']                    = 'Message when the e-mail format is text';
38$lang['piwecard_email_message_html']                    = 'Message when the e-mail format is HTML';
39$lang['piwecard_sender_name']                                   = 'Sender name';
40$lang['piwecard_sender_email']                                  = 'Sender e-mail';
41$lang['piwecard_recipient_name']                                = 'Recipient name';
42$lang['piwecard_recipient_email']                               = 'Recipient e-mail';
43$lang['piwecard_website_url']                                   = 'Gallery URL';
44$lang['piwecard_ecard_url']                                             = 'Ecard URL';
45$lang['piwecard_ecard_subject']                                 = 'Ecard title';
46$lang['piwecard_ecard_message']                                 = 'Message';
47$lang['piwecard_ecard_image_url']                               = 'Image URL';
48$lang['piwecard_ecard_image_infos']                             = 'Image infos (title and author)';
[8775]49
[20032]50//admin_management.tpl
[20047]51$lang['piwecard_list']                                                  = 'List of e-cards';
52$lang['piwecard_nb_ecard_valid_total']                  = '%nb_valid% valid e-cards out of %nb_total% e-cards';
[20112]53$lang['piwecard_valid']                                                 = 'Valid';
54$lang['piwecard_invalid']                                               = 'Expired';
[20047]55$lang['piwecard_delete_all_invalid']                    = 'Delete all expired e-card';
56$lang['piwecard_validity']                                              = 'Validity date';
[20080]57$lang['piwecard_delete']                                                = 'Delete selected e-cards';
[20047]58$lang['piwecard_deleted']                                               = 'Selected e-cards have been deleted.';
59$lang['piwecard_invalid_deleted']                               = 'All expired e-cards have been deleted.';
60$lang['piwecard_nb_ecard_page']                                 = 'Number of e-card per page';
61$lang['piwecard_no_ecard']                                              = 'No e-card in the database';
62$lang['piwecard_delete_selected']                               = 'Delete selected e-cards';
[19923]63
[20032]64//ecard.tpl
[20047]65$lang['piwecard_send_stage1']                                   = 'Stage 1: Write the message';
66$lang['piwecard_send_stage2']                                   = 'Stage 2: Edit the informations';
67$lang['piwecard_send_stage3']                                   = 'Stage 3: Options';
68$lang['piwecard_send_stage4']                                   = 'Stage 4: Send the e-card!';
69$lang['piwecard_error']                                                 = 'Error!';
70$lang['piwecard_error_text']                                    = 'Please enter a text.';
71$lang['piwecard_error_email']                                   = 'Please enter a valid e-mail.';
72$lang['piwecard_error_integer']                                 = 'Please enter a valid number.';
73$lang['piwecard_errors']                                                = 'See detail of errors below';
74$lang['piwecard_sender']                                                = 'Sender';
75$lang['piwecard_recipient']                                     = 'Recipient';
76$lang['piwecard_validity_label']                                = 'Period of validity';
77$lang['piwecard_send_mandatory_fields']                 = 'Mandatory fields';
78$lang['piwecard_send']                                                  = 'Send';
79$lang['piwecard_send_link']                                             = 'Click here to send an e-card';
[8775]80
[20032]81//publish.tpl
[20047]82$lang['piwecard_invalid_ecard']                                 = 'Invalid or expired e-card';
[20080]83$lang['piwecard_publish_footer']                                = 'This e-card has been sent by ';
[8775]84
[20032]85//piwecard.class.php
[20047]86$lang['piwecard_message']                                               = 'Message';
87$lang['piwecard_days']                                                  = 'days';
[8775]88?>
Note: See TracBrowser for help on using the repository browser.