83 lines
4.4 KiB
PHP
83 lines
4.4 KiB
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Recurring Orders';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Success: You have modified recurring profiles!';
|
|
$_['text_list'] = 'Recurring Order List';
|
|
$_['text_filter'] = 'Filter';
|
|
$_['text_recurring_detail'] = 'Recurring Details';
|
|
$_['text_order_detail'] = 'Order Details';
|
|
$_['text_product_detail'] = 'Product Details';
|
|
$_['text_transaction'] = 'Transactions';
|
|
$_['text_order_recurring_id'] = 'Recurring Order ID';
|
|
$_['text_reference'] = 'Payment Reference';
|
|
$_['text_recurring_name'] = 'Recurring Profile';
|
|
$_['text_recurring_description'] = 'Description';
|
|
$_['text_recurring_status'] = 'Recurring Status';
|
|
$_['text_payment_method'] = 'Payment Method';
|
|
$_['text_order_id'] = 'Order ID';
|
|
$_['text_customer'] = 'Customer';
|
|
$_['text_email'] = 'Email';
|
|
$_['text_date_added'] = 'Date Added';
|
|
$_['text_order_status'] = 'Order Status';
|
|
$_['text_type'] = 'Type';
|
|
$_['text_action'] = 'Toiminto';
|
|
$_['text_product'] = 'Product';
|
|
$_['text_quantity'] = 'Quantity';
|
|
$_['text_amount'] = 'Amount';
|
|
$_['text_cancel_payment'] = 'Cancel Payment';
|
|
$_['text_status_1'] = 'Active';
|
|
$_['text_status_2'] = 'Inactive';
|
|
$_['text_status_3'] = 'Cancelled';
|
|
$_['text_status_4'] = 'Suspended';
|
|
$_['text_status_5'] = 'Expired';
|
|
$_['text_status_6'] = 'Pending';
|
|
|
|
$_['text_transactions'] = 'Transactions';
|
|
$_['text_cancel_confirm'] = 'Profile\'s cancellation cannot be undone! Are you sure want to do this?';
|
|
$_['text_transaction_date_added'] = 'Date added';
|
|
$_['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';
|
|
$_['text_cancelled'] = 'Recurring payment has been cancelled';
|
|
|
|
// Column
|
|
$_['column_order_recurring_id'] = 'Recurring ID';
|
|
$_['column_order_id'] = 'Order ID';
|
|
$_['column_reference'] = 'Payment Reference';
|
|
$_['column_customer'] = 'Customer';
|
|
$_['column_date_added'] = 'Date Added';
|
|
$_['column_status'] = 'Status';
|
|
$_['column_amount'] = 'Amount';
|
|
$_['column_type'] = 'Type';
|
|
$_['column_action'] = 'Toiminto';
|
|
|
|
// Entry
|
|
$_['entry_order_recurring_id'] = 'Recurring ID';
|
|
$_['entry_order_id'] = 'Order ID';
|
|
$_['entry_reference'] = 'Payment Reference';
|
|
$_['entry_customer'] = 'Customer';
|
|
$_['entry_date_added'] = 'Date Added';
|
|
$_['entry_status'] = 'Status';
|
|
$_['entry_type'] = 'Type';
|
|
$_['entry_action'] = 'Toiminto';
|
|
$_['entry_email'] = 'Email';
|
|
$_['entry_description'] = 'Recurring Profile\'s description';
|
|
$_['entry_product'] = 'Product';
|
|
$_['entry_quantity'] = 'Quantity';
|
|
$_['entry_amount'] = 'Amount';
|
|
$_['entry_recurring'] = 'Recurring Profile';
|
|
$_['entry_payment_method'] = 'Payment Method';
|
|
$_['entry_cancel_payment'] = 'Cancel Payment';
|
|
|
|
// Error
|
|
$_['error_not_cancelled'] = 'Virhe: %s';
|
|
$_['error_not_found'] = 'Could not cancel recurring profile';
|