pp_pro.php (598B)
1 <?php 2 // Text 3 $_['text_title'] = 'Credit or Debit Card (Processed securely by PayPal)'; 4 $_['text_wait'] = 'Please wait!'; 5 $_['text_credit_card'] = 'Credit Card Details'; 6 7 // Entry 8 $_['entry_cc_type'] = 'Card Type'; 9 $_['entry_cc_number'] = 'Card Number'; 10 $_['entry_cc_start_date'] = 'Card Valid From Date'; 11 $_['entry_cc_expire_date'] = 'Card Expiry Date'; 12 $_['entry_cc_cvv2'] = 'Card Security Code (CVV2)'; 13 $_['entry_cc_issue'] = 'Card Issue Number'; 14 15 // Help 16 $_['help_start_date'] = '(if available)'; 17 $_['help_issue'] = '(for Maestro and Solo cards only)';