shop.balmet.com

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

worldpay.php (1163B)


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