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

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

[piwecard] lots of fixes

  • Property svn:eol-style set to native
File size: 4.6 KB
Line 
1<?php
2$lang['piwecard_plugin']                                        = 'Piwecard Plugin';
3
4//Admin pages
5$lang['ecard_admin_saveOK']                             = 'Your data have been saved in the database';
6
7//admin.php
8$lang['ecard_admin_authorizations']                     = 'Authorizations';
9$lang['ecard_admin_configuration']                      = 'Configuration';
10$lang['ecard_admin_management']                         = 'Management';
11
12//admin_authorizations.php
13$lang['piwecard_selected_cats']                         = 'Selected cats';
14$lang['piwecard_non_selected_cats']                     = 'Non selected cats';
15
16//admin_authorizations.tpl
17$lang['ecard_authorizations_cat']                       = 'Authorizations depending on the category';
18$lang['ecard_authorizations_all_cats']          = 'Sending of e-cards is authorized on all the categories accessible by the user';
19$lang['ecard_authorizations_selected_cats'] = 'Sending of e-cards is authorized only on a selection of catetories and if selected categories are accessible by the user';
20$lang['ecard_authorizations_user_cat']          = 'Sending of e-cards is authorized only if the cateory or one of its parents is named after the user (case sensitive) or if the user is the author of the image';
21
22//admin_configuration.php
23$lang['ecard_nolimit']                                          = 'Unlimited';
24
25//admin_configuration.tpl
26$lang['ecard_configuration']                            = 'Standard configuration';
27$lang['ecard_validity_default']                         = 'Default validity of the e-card';
28$lang['ecard_sender_copy']                                      = 'Send a copy of the e-card to the sender';
29$lang['ecard_sender_email_change']                      = 'Allow the user to change his/her e-mail address (not applicable to guests)';
30$lang['ecard_email_format']                                     = 'e-mail format';
31$lang['ecard_email_format_text']                        = 'Texte';
32$lang['ecard_email_format_html']                        = 'HTML';
33$lang['ecard_email_format_default']                     = 'Default e-mail format';
34$lang['ecard_show_image_infos']                         = 'Show the title and the author of the image under the picture';
35$lang['ecard_default_guest_email']                      = 'Default e-mail address for guests';
36$lang['ecard_email_configuration']                      = 'e-mail configuration';
37$lang['ecard_email_subject']                            = 'Subject';
38$lang['ecard_email_message_text']                       = 'Message when the e-mail format is text';
39$lang['ecard_email_message_html']                       = 'Message when the e-mail format is HTML';
40$lang['ecard_parameters']                                       = 'Parameters';
41$lang['piwecard_sender_name']                           = 'Sender name';
42$lang['piwecard_sender_email']                          = 'Sender e-mail';
43$lang['piwecard_recipient_name']                        = 'Recipient name';
44$lang['piwecard_recipient_email']                       = 'Recipient e-mail';
45$lang['piwecard_website']                                       = 'Website';
46$lang['piwecard_website_url']                           = 'Website URL';
47$lang['piwecard_ecard_url']                                     = 'Ecard URL';
48$lang['piwecard_ecard_subject']                         = 'Subject';
49$lang['piwecard_ecard_message']                         = 'Message';
50$lang['piwecard_ecard_image_url']                       = 'Image URL';
51$lang['piwecard_ecard_image_infos']                     = 'Image infos (title and author)';
52
53
54//admin_management.php
55
56
57//admin_management.tpl
58$lang['ecard_list']                                             = 'List of e-cards';
59$lang['ecard_valid']                                            = 'valid(s)';
60$lang['ecard_total']                                            = 'total'; 
61$lang['ecard_delete_all']                                       = 'Delete all expired e-card';
62$lang['ecard_title']                                            = 'Title';
63$lang['ecard_date_creation']                            = 'Date';
64$lang['ecard_sender_name']                                      = 'Sender name';
65$lang['ecard_recipient_name']                           = 'Recipient name';
66$lang['ecard_validity']                                         = 'Validity date';
67$lang['ecard_delete']                                           = 'Delete';
68$lang['ecard_nb_ecard_page']                            = 'Number of e-card per page';
69$lang['ecard_no_ecard']                                         = 'No e-card in the database';
70$lang['ecard_delete_selected']                          = 'Delete selected e-cards';
71
72//ecard.tpl
73$lang['ecard_send_stage1']                                      = 'Stage 1: Write your message';
74$lang['ecard_send_stage2']                                      = 'Stage 2: Edit information';
75$lang['ecard_send_stage3']                                      = 'Stage 3: Options';
76$lang['ecard_send_stage4']                                      = 'Stage 4: Send the e-card!';
77$lang['ecard_error']                                            = 'Error!';
78$lang['ecard_error_text']                                       = 'Please enter a text.';
79$lang['ecard_error_email']                                      = 'Please enter a valid e-mail.';
80$lang['ecard_send_title']                                       = 'Title';
81$lang['ecard_send_message']                             = 'Message';
82$lang['ecard_sender']                                           = 'Sender';
83$lang['ecard_recipient']                                        = 'Recipient';
84$lang['ecard_validity_label']                           = 'Period of validity';
85$lang['ecard_send_mandatory_fields']            = 'Mandatory fields';
86$lang['ecard_send']                                             = 'Send';
87$lang['ecard_send_link']                                        = 'Click here to send an e-card';
88
89//publish.tpl
90$lang['ecard_invalid_ecard']                            = 'Invalid or expired e-card';
91$lang['ecard_publish_footer']                           = 'This e-card was sent by ';
92
93//piwecard.class.php
94$lang['ecard_subject']                                          = 'e-mail subject';
95$lang['ecard_message']                                          = 'Message';
96$lang['ecard_recipient_name']                           = 'Recipient name';
97$lang['ecard_recipient_email']                          = 'Recipient e-mail';
98$lang['ecard_days']                                                     = 'days';
99?>
Note: See TracBrowser for help on using the repository browser.