Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/language/english/sale/
Upload File :
Current File : /var/www/alh/admin/language/english/sale/recurring.php

<?php

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

$_['text_success'] = 'Success: You have modified Payment Profiles!';
$_['text_payment_profiles'] = 'Payment Profiles';
$_['text_status_active'] = 'Active';
$_['text_status_inactive'] = 'Inactive';
$_['text_status_cancelled'] = 'Cancelled';
$_['text_status_suspended'] = 'Suspended';
$_['text_status_expired'] = 'Expired';
$_['text_status_pending'] = 'Pending';
$_['text_transactions'] = 'Transactions';
$_['text_return'] = 'Return';
$_['text_cancel'] = 'Cancel';
$_['text_filter'] = 'Filter';

$_['text_cancel_confirm'] = "Profile's cancelation cannot be undone! Are you sure want to do this?";

$_['text_transaction_created'] = 'Created';
$_['text_transaction_payment'] = 'Payment';
$_['text_transaction_outstanding_payment'] = 'Outstanding payment';
$_['text_transaction_skipped'] = 'Payment skipped';
$_['text_transaction_failed'] = 'Payment failed';
$_['text_transaction_cancelled'] = 'Cancelled';
$_['text_transaction_suspended'] = 'Suspended';
$_['text_transaction_suspended_failed'] = 'Suspended from failed payment';
$_['text_transaction_outstanding_failed'] = 'Outstanding payment failed';
$_['text_transaction_expired'] = 'Expired';

$_['entry_cancel_payment'] = 'Cancel Payment:';
$_['entry_order_recurring'] = 'ID:';
$_['entry_order_id'] = 'Order ID:';
$_['entry_payment_reference'] = 'Payment Reference';
$_['entry_customer'] = 'Customer';
$_['entry_date_created'] = 'Date Created';
$_['entry_status'] = 'Status';
$_['entry_type'] = 'Type';
$_['entry_action'] = 'Action';
$_['entry_email'] = 'Email';
$_['entry_profile_description'] = "Profile's description";
$_['entry_product'] = "Product:";
$_['entry_quantity'] = "Quantity:";
$_['entry_amount'] = "Amount:";
$_['entry_profile'] = "Profile:";
$_['entry_payment_type'] = "Payment method:";

$_['error_not_cancelled'] = 'Error: %s';
$_['error_not_found'] = 'Could not cancel profile';
$_['success_cancelled'] = 'Recurring payment has been cancelled';
?>