shop.balmet.com

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

pp_braintree.php (2449B)


      1 <?php
      2 // Text
      3 $_['text_title']						= 'Cards or PayPal';
      4 $_['text_express_title']      			= 'Confirm order';
      5 $_['text_vaulted_payment_method_name']	= '%s ending in %s, expires %s';
      6 $_['text_remember']						= 'Save for next time?';
      7 $_['text_remove']						= 'Remove';
      8 $_['text_remove_confirm']				= 'Are you sure you want to remove the saved payment method?';
      9 $_['text_month']						= 'Month';
     10 $_['text_year']							= 'Year';
     11 $_['text_loading']						= 'Loading...';
     12 $_['text_new_method']					= 'New payment method';
     13 $_['text_saved_method']					= 'Choose a saved payment method';
     14 $_['text_paypal']						= 'PayPal';
     15 $_['text_pay_by_paypal']				= 'Pay by PayPal';
     16 $_['text_method_removed']				= 'Payment method has been removed';
     17 $_['text_method_not_removed']			= 'Unable to remove payment method';
     18 $_['text_authentication']				= 'Authentication';
     19 $_['text_cart']               			= 'Shopping Cart';
     20 $_['text_shipping_updated']   			= 'Shipping service updated';
     21 
     22 // Entry
     23 $_['entry_new']							= 'New payment method';
     24 $_['entry_saved_methods']				= 'Saved payment method';
     25 $_['entry_card']						= 'Card Number';
     26 $_['entry_expires']						= 'Expires on';
     27 $_['entry_cvv']							= 'CVV';
     28 $_['entry_remember_card_method']		= 'Remember card?';
     29 $_['entry_remember_paypal_method']		= 'Remember PayPal account?';
     30 $_['entry_card_placeholder']			= 'Card Number';
     31 $_['entry_month_placeholder']			= 'Month (MM)';
     32 $_['entry_year_placeholder']			= 'Year (YYYY)';
     33 $_['entry_cvv_placeholder']				= 'CVV2';
     34 
     35 // Error
     36 $_['error_process_order']				= 'There was an error processing your order. Please contact the shop administrator for help.';
     37 $_['error_alert_fields_empty']			= 'All fields are empty! Please fill out the form';
     38 $_['error_alert_fields_invalid']		= 'Some fields are invalid, please check your information';
     39 $_['error_alert_failed_token']			= 'Our payment provider did not recognise the card. Is the card valid?';
     40 $_['error_alert_failed_network']		= 'A network error occurred, please try again';
     41 $_['error_alert_unknown']				= 'An unknown error occurred, if the issue continued please contact support';
     42 $_['error_unavailable'] 	  			= 'Please use the full checkout with this order';
     43 $_['error_no_shipping']    				= 'Warning: No Shipping options are available.';
     44 
     45 // Button
     46 $_['button_confirm']					= 'Pay Now';
     47 $_['button_express_confirm']  			= 'Confirm';
     48 $_['button_express_shipping'] 			= 'Update shipping';