shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

pp_express_order.php (1936B)


      1 <?php
      2 // Text
      3 $_['text_extension']		 = 'Payment Information';
      4 $_['text_capture_status']	 = 'Capture status';
      5 $_['text_amount_authorised'] = 'Amount authorised';
      6 $_['text_amount_captured']	 = 'Amount captured';
      7 $_['text_amount_refunded']	 = 'Amount refunded';
      8 $_['text_transaction']		 = 'Transactions';
      9 $_['text_complete']			 = 'Complete';
     10 $_['text_confirm_void']		 = 'If you void you cannot capture any further funds';
     11 $_['text_view']				 = 'View';
     12 $_['text_refund']			 = 'Refund';
     13 $_['text_resend']			 = 'Resend';
     14 $_['text_success']           = 'Transaction was successfully sent';
     15 $_['text_full_refund']		 = 'Full refund';
     16 $_['text_partial_refund']	 = 'Partial refund';
     17 $_['text_payment']		 	 = 'Payment';
     18 $_['text_current_refunds']   = 'Refunds have already been done for this transaction. The max refund is';
     19 
     20 // Column
     21 $_['column_transaction']	 = 'Transaction ID';
     22 $_['column_amount']			 = 'Amount';
     23 $_['column_type']			 = 'Payment Type';
     24 $_['column_status']			 = 'Status';
     25 $_['column_pending_reason']	 = 'Pending Reason';
     26 $_['column_date_added']		 = 'Date Added';
     27 $_['column_action']			 = 'Action';
     28 
     29 // Entry
     30 $_['entry_capture_amount']	 = 'Capture amount';
     31 $_['entry_capture_complete'] = 'Complete capture';
     32 $_['entry_full_refund']		 = 'Full refund';
     33 $_['entry_amount']			 = 'Amount';
     34 $_['entry_note']             = 'Note';
     35 
     36 // Help
     37 $_['help_capture_complete']  = 'If this is a the last capture.';
     38 
     39 // Tab
     40 $_['tab_capture']		     = 'Capture';
     41 $_['tab_refund']             = 'Refund';
     42 
     43 // Button
     44 $_['button_void']			 = 'Void';
     45 $_['button_capture']		 = 'Capture';
     46 $_['button_refund']		     = 'Issue refund';
     47 
     48 // Error
     49 $_['error_capture']		     = 'Enter an amount to capture';
     50 $_['error_transaction']	     = 'Transaction could not be carried out!';
     51 $_['error_not_found']	     = 'Transaction could not be found!';
     52 $_['error_partial_amt']		 = 'You must enter a partial refund amount';