oct_subscribe.php
2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
// Heading
$_['heading_title'] = 'Octemplates - Subscribe & settings';
// Button
$_['button_csv'] = 'Export subscribers';
// Text
$_['text_module'] = 'Modules';
$_['text_success'] = 'You have successfully edited the settings of the module!';
$_['text_success_install'] = 'The module settings have been install successfully!';
$_['text_edit'] = 'Edit module';
$_['text_approve_welcome'] = 'Welcome and thank you for subscribing to %s!';
$_['text_approve_services'] = 'Your subscription has been subscribe confirmed.!';
$_['text_approve_thanks'] = 'Thanks,';
$_['text_yes'] = 'Yes';
$_['text_no'] = 'No';
$_['text_approve_subject'] = '%s - Your subscription has been confirmed.!';
$_['text_unsubscribe_services'] = 'You can unsubscribe if you follow the link: %s';
$_['text_days'] = 'days';
// Column
$_['column_email'] = 'E-Mail';
$_['column_date_added'] = 'Added';
$_['column_approved'] = 'Confirmed';
$_['column_ip'] = 'IP';
$_['column_action'] = 'Action';
// Tabs
$_['tab_setting'] = 'Settings';
$_['tab_subscribes'] = 'Subscribers';
$_['tab_email_templates'] = 'Email template';
// Entry
$_['entry_status'] = 'Status';
$_['entry_time_expire'] = 'Enter time expire which to display the popup subscribe window again';
$_['entry_image'] = 'Image';
$_['entry_promo_text'] = 'Enter promo text';
/* 3359 */
$_['entry_template_first'] = 'Confirmation letter template';
$_['entry_template_second'] = 'Email template after confirmation';
$_['entry_subscribes_email'] = 'Letter subject:';
$_['entry_delay'] = 'Delay';
$_['entry_approve_link'] = '{approve_link} - confirmation link';
$_['entry_unsubscribe_link'] = '{unsubscribe_link} - unsubscribe reference';
$_['entry_template_status'] = 'Enable email template';
/* 3359 */
// Error
$_['error_permission'] = 'You do not have permission to edit the module settings!';