Current Path : /var/www/alh/admin/language/english/payment/ |
Current File : /var/www/alh/admin/language/english/payment/pp_express_order.php |
<?php //Text $_['text_payment_info'] = 'Payment information'; $_['text_capture_status'] = 'Capture status'; $_['text_amount_auth'] = 'Amount authorised'; $_['text_amount_captured'] = 'Amount captured'; $_['text_amount_refunded'] = 'Amount refunded'; $_['text_capture_amount'] = 'Capture amount'; $_['text_complete_capture'] = 'Complete capture'; $_['text_transactions'] = 'Transactions'; $_['text_complete'] = 'Complete'; $_['text_confirm_void'] = 'If you void you cannot capture any further funds'; $_['text_view'] = 'View'; $_['text_refund'] = 'Refund'; $_['text_resend'] = 'Resend'; //Table columns $_['column_trans_id'] = 'Transaction ID'; $_['column_amount'] = 'Amount'; $_['column_type'] = 'Payment type'; $_['column_status'] = 'Status'; $_['column_pend_reason'] = 'Pending reason'; $_['column_created'] = 'Created'; $_['column_action'] = 'Action'; //Buttons $_['btn_void'] = 'Void'; $_['btn_capture'] = 'Capture'; //Messages $_['success_transaction_resent']= 'Transaction was successfully resent'; //Errors $_['error_capture_amt'] = 'Enter an amount to capture'; $_['error_timeout'] = 'Request timed out'; $_['error_transaction_missing'] = 'Transaction could not be found'; ?>