sagepay_direct.php (1059B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Sagepay Direct Cards'; 4 5 // Text 6 $_['text_empty'] = 'You have no saved cards'; 7 $_['text_account'] = 'Account'; 8 $_['text_card'] = 'SagePay Direct Card Management'; 9 $_['text_fail_card'] = 'There was an issue removing your SagePay card, Please contact the shop administrator for help.'; 10 $_['text_success_card'] = 'SagePay card successfully removed'; 11 $_['text_success_add_card'] = 'SagePay card successfully added'; 12 13 // Column 14 $_['column_type'] = 'Card Type'; 15 $_['column_digits'] = 'Last Digits'; 16 $_['column_expiry'] = 'Expiry'; 17 18 // Entry 19 $_['entry_cc_owner'] = 'Card Owner'; 20 $_['entry_cc_type'] = 'Card Type'; 21 $_['entry_cc_number'] = 'Card Number'; 22 $_['entry_cc_expire_date'] = 'Card Expiry Date'; 23 $_['entry_cc_cvv2'] = 'Card Security Code (CVV2)'; 24 $_['entry_cc_choice'] = 'Choose an Existing Card'; 25 26 // Button 27 $_['button_add_card'] = 'Add Card'; 28 $_['button_new_card'] = 'Add New Card'; 29 30 31