securetrading_pp.php (476B)
1 <?php 2 3 $_['text_title'] = 'Credit / Debit card'; 4 $_['button_confirm'] = 'Confirm'; 5 6 $_['text_postcode_check'] = 'Postcode check: %s'; 7 $_['text_security_code_check'] = 'CVV2 check: %s'; 8 $_['text_address_check'] = 'Address check: %s'; 9 $_['text_not_given'] = 'Not given'; 10 $_['text_not_checked'] = 'Not checked'; 11 $_['text_match'] = 'Matched'; 12 $_['text_not_match'] = 'Not matched'; 13 $_['text_payment_details'] = 'Payment details'; 14 15 $_['entry_card_type'] = 'Card type';