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

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

[piwecard] several improvements

  • Property svn:eol-style set to native
File size: 6.6 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$lang['piwecard_authorized_groups_users_denied']= '%u users have automatic denial because they belong to a denied group.';
13
14//admin_permissions.tpl
15$lang['piwecard_permissions_cat']                               = 'Permissions depending on the category';
16$lang['piwecard_permissions_all_cats']                  = 'Sending of e-cards is authorized on all the categories accessible by the user';
17$lang['piwecard_permissions_selected_cats']     = 'Sending of e-cards is authorized only on a selection of categories and if selected categories are accessible by the user';
18$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 or if the user is the author of the image';
19$lang['piwecard_user_cats_case_sensitive']              = 'Case sensitive (the category or one of its parents is named after the user)';
20$lang['piwecard_permissions_groups_users']              = 'Permissions depending on the group or user';
21$lang['piwecard_permissions_all_groups_users']  = 'All the users can send e-cards';
22$lang['piwecard_permissions_granted_groups_users']= 'Give permissions to selected groups and users';
23$lang['piwecard_permissions_denied_groups_users']= 'Deny selected groups and users';
24
25//admin_configuration.php
26$lang['piwecard_nolimit']                                               = 'Unlimited';
27$lang['piwecard_email_format_default_error']    = 'The default e-mail format must be one of the selected e-mail format';
28
29//admin_configuration.tpl
30$lang['piwecard_configuration']                                 = 'Standard configuration';
31$lang['piwecard_validity_list']                                 = 'List of validity periods in days (0 for unlimited)';
32$lang['piwecard_ecard_derivative']                              = 'Choose the size of the image in the e-card:';
33$lang['piwecard_validity_default']                              = 'Default validity of the e-card';
34$lang['piwecard_validity_choice']                               = 'Allow the user to choose the e-card validity';
35$lang['piwecard_sender_copy']                                   = 'Send a copy of the e-card to the sender';
36$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)';
37$lang['piwecard_email_format']                                  = 'e-mail format';
38$lang['piwecard_email_format_text']                             = 'Text';
39$lang['piwecard_email_format_html']                             = 'HTML';
40$lang['piwecard_email_format_default']                  = 'Default e-mail format';
41$lang['piwecard_show_image_infos']                              = 'Show the title and the author of the image under the picture';
42$lang['piwecard_default_guest_email']                   = 'Default e-mail address for guests';
43$lang['piwecard_email_configuration']                   = 'e-mail configuration';
44$lang['piwecard_email_subject']                                 = 'e-mail subject';
45$lang['piwecard_email_message_text']                    = 'Message when the e-mail format is text';
46$lang['piwecard_email_message_html']                    = 'Message when the e-mail format is HTML';
47$lang['piwecard_sender_name']                                   = 'Sender name';
48$lang['piwecard_sender_email']                                  = 'Sender e-mail';
49$lang['piwecard_recipient_name']                                = 'Recipient name';
50$lang['piwecard_recipient_email']                               = 'Recipient e-mail';
51$lang['piwecard_website_url']                                   = 'Gallery URL';
52$lang['piwecard_ecard_url']                                             = 'Ecard URL';
53$lang['piwecard_ecard_subject']                                 = 'Ecard title';
54$lang['piwecard_ecard_message']                                 = 'Message';
55$lang['piwecard_ecard_image_url']                               = 'Image URL';
56$lang['piwecard_ecard_image_infos']                     = 'Image info (title and author)';
57$lang['piwicard_email_reset']                                   = 'Reset * fields with default values in your language';
58
59//admin_management.tpl
60$lang['piwecard_list']                                                  = 'List of e-cards';
61$lang['piwecard_nb_ecard_valid_total']                  = '%nb_valid% valid e-cards out of %nb_total% e-cards';
62$lang['piwecard_valid']                                                 = 'Valid';
63$lang['piwecard_invalid']                                               = 'Expired';
64$lang['piwecard_delete_all_invalid']                    = 'Delete all expired e-cards';
65$lang['piwecard_validity']                                              = 'Validity date';
66$lang['piwecard_delete']                                                = 'Delete selected e-cards';
67$lang['piwecard_deleted']                                               = 'Selected e-cards have been deleted.';
68$lang['piwecard_invalid_deleted']                               = 'All expired e-cards have been deleted.';
69$lang['piwecard_nb_ecard_page']                                 = 'Number of e-cards per page';
70$lang['piwecard_no_ecard']                                              = 'No e-card in the database';
71$lang['piwecard_delete_selected']                               = 'Delete selected e-cards';
72
73//ecard.tpl
74$lang['piwecard_send_stage1']                                   = 'Stage 1: Write the message';
75$lang['piwecard_send_stage2']                                   = 'Stage 2: Edit the information';
76$lang['piwecard_send_stage3']                                   = 'Stage 3: Options';
77$lang['piwecard_send_stage4']                                   = 'Stage 4: Send the e-card!';
78$lang['piwecard_error']                                                 = 'Error!';
79$lang['piwecard_error_text']                                    = 'Please enter a text.';
80$lang['piwecard_error_email']                                   = 'Please enter a valid e-mail.';
81$lang['piwecard_error_integer']                                 = 'Please enter a valid number.';
82$lang['piwecard_error_validity_list']                   = 'The list cannot be empty and the periods must be numbers.';
83$lang['piwecard_errors']                                                = 'See error details below';
84$lang['piwecard_sender']                                                = 'Sender';
85$lang['piwecard_recipient']                                     = 'Recipient';
86$lang['piwecard_add_recipient']                                 = 'Add a recipient';
87$lang['piwecard_validity_label']                                = 'Period of validity';
88$lang['piwecard_send_mandatory_fields']                 = 'Mandatory fields';
89$lang['piwecard_send']                                                  = 'Send';
90$lang['piwecard_send_link']                                             = 'Click here to send an e-card';
91
92//publish.tpl
93$lang['piwecard_invalid_ecard']                                 = 'Invalid or expired e-card';
94$lang['piwecard_publish_footer']                                = 'This e-card has been sent by ';
95
96//piwecard.class.php
97$lang['piwecard_message']                                               = 'Message';
98$lang['piwecard_days']                                                  = 'days';
99
100//default_values.inc.php
101$lang['piwecard_default_email_subject']                 = '%yourname% has sent you an e-card';
102$lang['piwecard_default_email_message_text']    = 'Hello %recipientname%!
103%yourname% has sent you an e-card from the website %website%.
104You can view this e-card at the following address: %ecardurl%.
105See you on %website% (%websiteurl%)!
106The Webmaster';
107$lang['piwecard_default_email_message_html']    = '<p>Hello %recipientname%!</p>
108<p><b>%yourname%</b> has sent you an e-card from the website <a href="%websiteurl%">%website%</a>:</p>
109<p><b>%ecardtitle%</b></p>
110<p><a href="%ecardurl%"><img class="theImage" src="%pictureurl%" /></a><p>
111<p>%pictureinfos%</p><br />
112<p>%ecardmessage%</p>
113<p>You can also view the e-card <a href="%ecardurl%">at the following address</a>.</p>
114<p>See you on <a href="%websiteurl%">%website%</a>!</p>
115<p>The Webmaster</p>';
116?>
Note: See TracBrowser for help on using the repository browser.