1 | <?php |
---|
2 | |
---|
3 | |
---|
4 | $lang['ecard'] = 'Piwecard'; |
---|
5 | $lang['ecard_infos'] = 'Detail of eCard'; |
---|
6 | $lang['ecard_from'] = 'From'; |
---|
7 | $lang['ecard_to'] = 'To'; |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | // ecart.tpl |
---|
12 | $lang['ecard_send'] = 'Send'; |
---|
13 | $lang['ecard_cancel'] = 'Cancel'; |
---|
14 | $lang['ecard_validity_label'] = 'Validity'; |
---|
15 | $lang['ecard_send_method'] = 'Send method'; |
---|
16 | $lang['ecard_maillink'] = 'Mail with link'; |
---|
17 | $lang['ecard_mailhtml'] = 'Complete mail with photo'; |
---|
18 | $lang['ecard_send_copy'] = 'Receive a copy'; |
---|
19 | |
---|
20 | $lang['ecard_send_stage1'] = 'Stage 1: Write your message'; |
---|
21 | $lang['ecard_send_stage2'] = 'Stage 2: Edit information'; |
---|
22 | $lang['ecard_send_stage3'] = 'Stage 3: Options'; |
---|
23 | $lang['ecard_send_stage4'] = 'Stage 4: Send the eCard!'; |
---|
24 | |
---|
25 | $lang['ecard_send_title'] = 'eCard Title'; |
---|
26 | $lang['ecard_send_message'] = 'eCard Message'; |
---|
27 | $lang['ecard_send_exp'] = 'Sender'; |
---|
28 | $lang['ecard_send_dest'] = 'Receiver'; |
---|
29 | $lang['ecard_send_link1'] = 'To send an eCard'; |
---|
30 | $lang['ecard_send_link2'] = 'Click here'; |
---|
31 | $lang['ecard_send_link3'] = 'Creating your personalized eCard'; |
---|
32 | |
---|
33 | $lang['ecard_send_exp_name'] = 'Sender Name'; |
---|
34 | $lang['ecard_send_exp_mail'] = 'Sender Mail'; |
---|
35 | $lang['ecard_send_dest_name'] = 'Receiver Name'; |
---|
36 | $lang['ecard_send_dest_mail'] = 'Receiver Mail (dest@dest.com)'; |
---|
37 | |
---|
38 | $lang['ecard_error'] = 'Error!'; |
---|
39 | $lang['ecard_error_text'] = 'Fill in the fields.'; |
---|
40 | $lang['ecard_error_email'] = 'Invalid email address.'; |
---|
41 | |
---|
42 | $lang['ecard_send_mandatory_fields'] = 'Mandatory fields'; |
---|
43 | |
---|
44 | // publish.tpl |
---|
45 | $lang['ecard_invalid_ecard'] = 'Invalid or expired eCard'; |
---|
46 | $lang['ecard_publish_bottom'] = 'This eCard was sent by '; |
---|
47 | |
---|
48 | //Admin |
---|
49 | $lang['ecard_admin_saveOK'] = 'Configuration saved'; |
---|
50 | |
---|
51 | //admin_manage.php |
---|
52 | $lang['selected_cats'] = 'Selected categories'; |
---|
53 | $lang['non_selected_cats'] = 'Non selected categories'; |
---|
54 | |
---|
55 | $lang['ecard_management'] = 'Piwecard Management'; |
---|
56 | $lang['ecard_manage'] = 'Parameters for this function in gallery'; |
---|
57 | $lang['ecard_active_user_cat'] = 'Activate this function only on user or categories belong to users (based on author or category name)'; |
---|
58 | $lang['ecard_active_spec_cats'] = 'Activate this function on selected categories'; |
---|
59 | $lang['ecard_active_all_cats'] = 'Activate this function on all categories'; |
---|
60 | $lang['ecard_recursiv'] = 'Activate recursivity'; |
---|
61 | $lang['ecard_cat'] = 'Choose categories (only if "all categories" is not selected)'; |
---|
62 | $lang['ecard_authorized_group'] = 'Group parameters'; |
---|
63 | $lang['ecard_authorized_group_info'] = 'None checked ==> Allowed for all users'; |
---|
64 | $lang['ecard_admin_manage'] = 'Choice'; |
---|
65 | |
---|
66 | $lang['ecard_admin_params'] = 'Parameters'; |
---|
67 | $lang['ecard_config'] = 'Standard config'; |
---|
68 | |
---|
69 | $lang['ecard_activ_nb'] = 'Number of days (default) for valid eCard'; |
---|
70 | $lang['ecard_days'] = 'days'; |
---|
71 | $lang['ecard_nolimit'] = 'Unlimited'; |
---|
72 | |
---|
73 | $lang['ecard_nomodif_expmail'] = 'Allow sender mail modification by user'; |
---|
74 | $lang['ecard_send_HTML'] = 'Allow send mail with photo (otherwise, only link is sent)'; |
---|
75 | $lang['ecard_show_infos'] = 'Show information under the photos (name and author)'; |
---|
76 | $lang['ecard_admin_nb_page'] = 'Number of eCards in list tab'; |
---|
77 | $lang['ecard_mail_config'] = 'Parameter for sent mail'; |
---|
78 | $lang['ecard_subject_link'] = 'Mail subject'; |
---|
79 | $lang['ecard_message_link'] = 'Message sent (mail for link mode only)'; |
---|
80 | $lang['ecard_message_html'] = 'Message sent (mail HTML with photo)'; |
---|
81 | $lang['ecard_parameters'] = 'Parameters'; |
---|
82 | |
---|
83 | $lang['ecard_admin_consult'] = 'List'; |
---|
84 | $lang['ecard_consult_detail'] = 'List of eCards'; |
---|
85 | $lang['ecard_list'] = 'List of sent eCards'; |
---|
86 | $lang['ecard_delete_all'] = 'Delete all expired eCards?'; |
---|
87 | $lang['valid'] = 'Valid'; |
---|
88 | $lang['total'] = 'Total'; |
---|
89 | $lang['ecard_force_delete'] = 'Delete (force) this eCard?'; |
---|
90 | $lang['ecard_delete'] = 'Delete this eCard?'; |
---|
91 | |
---|
92 | $lang['ecard_admin_submit'] = 'Save'; |
---|
93 | |
---|
94 | $lang['ecard_default_mail'] = 'Default Mail for Guest ecard'; |
---|
95 | |
---|
96 | |
---|
97 | ?> |
---|