worldpay.php (1188B)
1 <?php 2 // Text 3 $_['text_title'] = 'Credit Card / Debit Card (Worldpay)'; 4 $_['text_credit_card'] = 'Card Details'; 5 $_['text_card_type'] = 'Card Type: '; 6 $_['text_card_name'] = 'Card Name: '; 7 $_['text_card_digits'] = 'Last Digits: '; 8 $_['text_card_expiry'] = 'Expiry: '; 9 $_['text_trial'] = '%s every %s %s for %s payments then '; 10 $_['text_recurring'] = '%s every %s %s'; 11 $_['text_length'] = ' for %s payments'; 12 $_['text_confirm_delete'] = 'Are you sure you wish to delete this card'; 13 $_['text_card_success'] = 'Card has been successfully removed'; 14 $_['text_card_error'] = 'There are an error removing your card. Please contact the shop administrator for help.'; 15 16 // Entry 17 $_['entry_card'] = 'New or Existing Card: '; 18 $_['entry_card_existing'] = 'Existing'; 19 $_['entry_card_new'] = 'New'; 20 $_['entry_card_save'] = 'Remember Card Details'; 21 $_['entry_cc_cvc'] = 'Card Verification Code (CVC)'; 22 $_['entry_cc_choice'] = 'Choose an Existing Card'; 23 24 // Button 25 $_['button_delete_card'] = 'Delete Card'; 26 27 // Error 28 $_['error_process_order'] = 'There are an error processing your order. Please contact the shop administrator for help.';