shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

sagepay_direct.php (1171B)


      1 <?php
      2 // Text
      3 $_['text_title']				= 'Credit Card / Debit Card (SagePay)';
      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_fail_card']			= 'There was an issue removing your SagePay card, Please contact the shop administrator for help.';
     13 $_['text_confirm_delete']		= 'Are you sure you want to delete the card?';
     14 
     15 // Entry
     16 $_['entry_card']				= 'New or Existing Card: ';
     17 $_['entry_card_existing']		= 'Existing';
     18 $_['entry_card_new']			= 'New';
     19 $_['entry_card_save']			= 'Remember Card Details';
     20 $_['entry_cc_owner']			= 'Card Owner';
     21 $_['entry_cc_type']				= 'Card Type';
     22 $_['entry_cc_number']			= 'Card Number';
     23 $_['entry_cc_expire_date']		= 'Card Expiry Date';
     24 $_['entry_cc_cvv2']				= 'Card Security Code (CVV2)';
     25 $_['entry_cc_choice']			= 'Choose an Existing Card';
     26 
     27 // Button
     28 $_['button_delete_card']		= 'Delete selected card';