sagepay_server.php (1476B)
1 <?php 2 // Text 3 $_['text_title'] = 'Credit Card / Debit Card (SagePay)'; 4 $_['text_credit_card'] = 'Card Details'; 5 $_['text_description'] = 'Items on %s Order No: %s'; 6 $_['text_card_type'] = 'Card Type: '; 7 $_['text_card_name'] = 'Card Name: '; 8 $_['text_card_digits'] = 'Last Digits: '; 9 $_['text_card_expiry'] = 'Expiry: '; 10 $_['text_trial'] = '%s every %s %s for %s payments then '; 11 $_['text_recurring'] = '%s every %s %s'; 12 $_['text_length'] = ' for %s payments'; 13 $_['text_success'] = 'Your payment has been authorised.'; 14 $_['text_decline'] = 'Your payment has been declined.'; 15 $_['text_bank_error'] = 'There was an error processing your request with the bank.'; 16 $_['text_transaction_error'] = 'There was an error processing your transaction.'; 17 $_['text_generic_error'] = 'There was an error processing your request.'; 18 $_['text_hash_failed'] = 'Hash check failed. Do not try your payment again as the payment status is unknown. Please contact the merchant.'; 19 $_['text_link'] = 'Please click <a href="%s">here</a> to continue'; 20 $_['text_confirm_delete'] = 'Are you sure you want to delete the card?'; 21 22 // Entry 23 $_['entry_card'] = 'New or Existing Card: '; 24 $_['entry_card_existing'] = 'Existing'; 25 $_['entry_card_new'] = 'New'; 26 $_['entry_card_save'] = 'Remember card details for future use'; 27 $_['entry_cc_choice'] = 'Choose an Existing Card'; 28 29 // Button 30 $_['button_delete_card'] = 'Delete selected card';