1 | <?php |
---|
2 | $lang['piwecard_plugin'] = 'Piwecard Plugin'; |
---|
3 | |
---|
4 | //admin.php |
---|
5 | $lang['piwecard_admin_authorizations'] = 'Authorizations'; |
---|
6 | $lang['piwecard_admin_configuration'] = 'Configuration'; |
---|
7 | $lang['piwecard_admin_management'] = 'Management'; |
---|
8 | |
---|
9 | //admin_authorizations.php |
---|
10 | $lang['piwecard_selected_cats'] = 'Selected categories'; |
---|
11 | $lang['piwecard_non_selected_cats'] = 'Non selected categories'; |
---|
12 | |
---|
13 | //admin_authorizations.tpl |
---|
14 | $lang['piwecard_authorizations_cat'] = 'Authorizations depending on the category'; |
---|
15 | $lang['piwecard_authorizations_all_cats'] = 'Sending of e-cards is authorized on all the categories accessible by the user'; |
---|
16 | $lang['piwecard_authorizations_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_authorizations_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_validity_default'] = 'Default validity of the e-card'; |
---|
26 | $lang['piwecard_sender_copy'] = 'Send a copy of the e-card to the sender'; |
---|
27 | $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)'; |
---|
28 | $lang['piwecard_email_format'] = 'e-mail format'; |
---|
29 | $lang['piwecard_email_format_text'] = 'Text'; |
---|
30 | $lang['piwecard_email_format_html'] = 'HTML'; |
---|
31 | $lang['piwecard_email_format_default'] = 'Default e-mail format'; |
---|
32 | $lang['piwecard_show_image_infos'] = 'Show the title and the author of the image under the picture'; |
---|
33 | $lang['piwecard_default_guest_email'] = 'Default e-mail address for guests'; |
---|
34 | $lang['piwecard_email_configuration'] = 'e-mail configuration'; |
---|
35 | $lang['piwecard_email_subject'] = 'e-mail subject'; |
---|
36 | $lang['piwecard_email_message_text'] = 'Message when the e-mail format is text'; |
---|
37 | $lang['piwecard_email_message_html'] = 'Message when the e-mail format is HTML'; |
---|
38 | $lang['piwecard_sender_name'] = 'Sender name'; |
---|
39 | $lang['piwecard_sender_email'] = 'Sender e-mail'; |
---|
40 | $lang['piwecard_recipient_name'] = 'Recipient name'; |
---|
41 | $lang['piwecard_recipient_email'] = 'Recipient e-mail'; |
---|
42 | $lang['piwecard_website_url'] = 'Gallery URL'; |
---|
43 | $lang['piwecard_ecard_url'] = 'Ecard URL'; |
---|
44 | $lang['piwecard_ecard_subject'] = 'Ecard title'; |
---|
45 | $lang['piwecard_ecard_message'] = 'Message'; |
---|
46 | $lang['piwecard_ecard_image_url'] = 'Image URL'; |
---|
47 | $lang['piwecard_ecard_image_infos'] = 'Image infos (title and author)'; |
---|
48 | |
---|
49 | //admin_management.tpl |
---|
50 | $lang['piwecard_list'] = 'List of e-cards'; |
---|
51 | $lang['piwecard_nb_ecard_valid_total'] = '%nb_valid% valid e-cards out of %nb_total% e-cards'; |
---|
52 | $lang['piwecard_delete_all_invalid'] = 'Delete all expired e-card'; |
---|
53 | $lang['piwecard_validity'] = 'Validity date'; |
---|
54 | $lang['piwecard_delete'] = 'Delete selected e-cards'; |
---|
55 | $lang['piwecard_deleted'] = 'Selected e-cards have been deleted.'; |
---|
56 | $lang['piwecard_invalid_deleted'] = 'All expired e-cards have been deleted.'; |
---|
57 | $lang['piwecard_nb_ecard_page'] = 'Number of e-card per page'; |
---|
58 | $lang['piwecard_no_ecard'] = 'No e-card in the database'; |
---|
59 | $lang['piwecard_delete_selected'] = 'Delete selected e-cards'; |
---|
60 | |
---|
61 | //ecard.tpl |
---|
62 | $lang['piwecard_send_stage1'] = 'Stage 1: Write the message'; |
---|
63 | $lang['piwecard_send_stage2'] = 'Stage 2: Edit the informations'; |
---|
64 | $lang['piwecard_send_stage3'] = 'Stage 3: Options'; |
---|
65 | $lang['piwecard_send_stage4'] = 'Stage 4: Send the e-card!'; |
---|
66 | $lang['piwecard_error'] = 'Error!'; |
---|
67 | $lang['piwecard_error_text'] = 'Please enter a text.'; |
---|
68 | $lang['piwecard_error_email'] = 'Please enter a valid e-mail.'; |
---|
69 | $lang['piwecard_error_integer'] = 'Please enter a valid number.'; |
---|
70 | $lang['piwecard_errors'] = 'See detail of errors below'; |
---|
71 | $lang['piwecard_sender'] = 'Sender'; |
---|
72 | $lang['piwecard_recipient'] = 'Recipient'; |
---|
73 | $lang['piwecard_validity_label'] = 'Period of validity'; |
---|
74 | $lang['piwecard_send_mandatory_fields'] = 'Mandatory fields'; |
---|
75 | $lang['piwecard_send'] = 'Send'; |
---|
76 | $lang['piwecard_send_link'] = 'Click here to send an e-card'; |
---|
77 | |
---|
78 | //publish.tpl |
---|
79 | $lang['piwecard_invalid_ecard'] = 'Invalid or expired e-card'; |
---|
80 | $lang['piwecard_publish_footer'] = 'This e-card has been sent by '; |
---|
81 | |
---|
82 | //piwecard.class.php |
---|
83 | $lang['piwecard_message'] = 'Message'; |
---|
84 | $lang['piwecard_days'] = 'days'; |
---|
85 | ?> |
---|