recurring.php (2125B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Recurring Profiles'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified recurring profiles!'; 7 $_['text_list'] = 'Recurring Profile List'; 8 $_['text_add'] = 'Add Recurring Profile'; 9 $_['text_edit'] = 'Edit Recurring Profile'; 10 $_['text_day'] = 'Day'; 11 $_['text_week'] = 'Week'; 12 $_['text_semi_month'] = 'Semi Month'; 13 $_['text_month'] = 'Month'; 14 $_['text_year'] = 'Year'; 15 $_['text_recurring'] = '<p><i class="fa fa-info-circle"></i> Recurring amounts are calculated by the frequency and cycles.</p><p>For example if you use a frequency of "week" and a cycle of "2", then the user will be billed every 2 weeks.</p><p>The duration is the number of times the user will make a payment, set this to 0 if you want payments until they are cancelled.</p>'; 16 $_['text_profile'] = 'Recurring Profile'; 17 $_['text_trial'] = 'Trial Profile'; 18 19 // Entry 20 $_['entry_name'] = 'Name'; 21 $_['entry_price'] = 'Price'; 22 $_['entry_duration'] = 'Duration'; 23 $_['entry_cycle'] = 'Cycle'; 24 $_['entry_frequency'] = 'Frequency'; 25 $_['entry_trial_price'] = 'Trial price'; 26 $_['entry_trial_duration'] = 'Trial duration'; 27 $_['entry_trial_status'] = 'Trial status'; 28 $_['entry_trial_cycle'] = 'Trial cycle'; 29 $_['entry_trial_frequency'] = 'Trial frequency'; 30 $_['entry_status'] = 'Status'; 31 $_['entry_sort_order'] = 'Sort Order'; 32 33 // Column 34 $_['column_name'] = 'Name'; 35 $_['column_sort_order'] = 'Sort Order'; 36 $_['column_action'] = 'Action'; 37 38 // Error 39 $_['error_warning'] = 'Warning: Please check the form carefully for errors!'; 40 $_['error_permission'] = 'Warning: You do not have permission to modify recurring profiles!'; 41 $_['error_name'] = 'Profile Name must be greater than 3 and less than 255 characters!'; 42 $_['error_product'] = 'Warning: This recurring profile cannot be deleted as it is currently assigned to %s products!';