Your IP : 216.73.216.95


Current Path : /var/test/www/alh/admin/language/english/catalog/
Upload File :
Current File : /var/test/www/alh/admin/language/english/catalog/profile.php

<?php

$_['heading_title'] = 'Profiles';

$_['button_insert'] = 'Insert';
$_['button_copy'] = 'Copy';
$_['button_delete'] = 'Delete';
$_['button_remove'] = 'Remove';

$_['text_no_results'] = 'No Results';
$_['text_remove'] = 'Remove';
$_['text_edit'] = 'Edit';
$_['text_enabled'] = 'Enabled';
$_['text_disabled'] = 'Disabled';
$_['text_success'] = 'Profile was successfully added';

$_['text_day'] = 'Day';
$_['text_week'] = 'Week';
$_['text_semi_month'] = 'Semi Month';
$_['text_month'] = 'Month';
$_['text_year'] = 'Year';

$_['entry_name'] = 'Name:';
$_['entry_sort_order'] = 'Sort Order:';
$_['entry_price'] = 'Price:';
$_['entry_duration'] = 'Duration:';
$_['entry_status'] = 'Status:';
$_['entry_cycle'] = 'Cycle:';
$_['entry_frequency'] = 'Frequency:';
$_['entry_trial_price'] = 'Trial price:';
$_['entry_trial_duration'] = 'Trial duration:';
$_['entry_trial_status'] = 'Trial status:';
$_['entry_trial_cycle'] = 'Trial cycle:';
$_['entry_trial_frequency'] = 'Trial frequency:';

$_['column_name'] = 'Name';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';

$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify profiles!';
$_['error_name'] = 'Profile Name must be greater than 3 and less than 255 characters!';

$_['text_recurring_help']    = 'Recurring amounts are calculated by the frequency and cycles. <br />For example if you use a frequency of "week" and a cycle of "2", then the user will be billed every 2 weeks. <br />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.';
?>