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

Last change on this file since 20103 was 20103, checked in by julien1311, 11 years ago

[piwecard] add the capacity to the choose the size of the image of the ecard

  • Property svn:eol-style set to native
File size: 4.7 KB
Line 
1<?php
2$lang['piwecard_plugin']                                                = 'Piwecard Plugin';
3
4//admin.php
5$lang['piwecard_admin_permissions']                             = 'Permissions';
6$lang['piwecard_admin_configuration']                   = 'Configuration';
7$lang['piwecard_admin_management']                              = 'Management';
8
9//admin_permissions.php
10$lang['piwecard_selected_cats']                                 = 'Selected categories';
11$lang['piwecard_non_selected_cats']                             = 'Non selected categories';
12
13//admin_permissions.tpl
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';
18
19//admin_configuration.php
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';
22
23//admin_configuration.tpl
24$lang['piwecard_configuration']                                 = 'Standard configuration';
25$lang['piwecard_ecard_derivative']                              = 'Choose the size of the image in the e-card:';
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';
36$lang['piwecard_email_subject']                                 = 'e-mail subject';
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)';
49
50//admin_management.tpl
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';
53$lang['piwecard_delete_all_invalid']                    = 'Delete all expired e-card';
54$lang['piwecard_validity']                                              = 'Validity date';
55$lang['piwecard_delete']                                                = 'Delete selected e-cards';
56$lang['piwecard_deleted']                                               = 'Selected e-cards have been deleted.';
57$lang['piwecard_invalid_deleted']                               = 'All expired e-cards have been deleted.';
58$lang['piwecard_nb_ecard_page']                                 = 'Number of e-card per page';
59$lang['piwecard_no_ecard']                                              = 'No e-card in the database';
60$lang['piwecard_delete_selected']                               = 'Delete selected e-cards';
61
62//ecard.tpl
63$lang['piwecard_send_stage1']                                   = 'Stage 1: Write the message';
64$lang['piwecard_send_stage2']                                   = 'Stage 2: Edit the informations';
65$lang['piwecard_send_stage3']                                   = 'Stage 3: Options';
66$lang['piwecard_send_stage4']                                   = 'Stage 4: Send the e-card!';
67$lang['piwecard_error']                                                 = 'Error!';
68$lang['piwecard_error_text']                                    = 'Please enter a text.';
69$lang['piwecard_error_email']                                   = 'Please enter a valid e-mail.';
70$lang['piwecard_error_integer']                                 = 'Please enter a valid number.';
71$lang['piwecard_errors']                                                = 'See detail of errors below';
72$lang['piwecard_sender']                                                = 'Sender';
73$lang['piwecard_recipient']                                     = 'Recipient';
74$lang['piwecard_validity_label']                                = 'Period of validity';
75$lang['piwecard_send_mandatory_fields']                 = 'Mandatory fields';
76$lang['piwecard_send']                                                  = 'Send';
77$lang['piwecard_send_link']                                             = 'Click here to send an e-card';
78
79//publish.tpl
80$lang['piwecard_invalid_ecard']                                 = 'Invalid or expired e-card';
81$lang['piwecard_publish_footer']                                = 'This e-card has been sent by ';
82
83//piwecard.class.php
84$lang['piwecard_message']                                               = 'Message';
85$lang['piwecard_days']                                                  = 'days';
86?>
Note: See TracBrowser for help on using the repository browser.