pp_express.php (1104B)
1 <?php 2 // Heading 3 $_['express_text_title'] = 'Confirm order'; 4 5 // Text 6 $_['text_title'] = 'PayPal Express Checkout'; 7 $_['text_cart'] = 'Shopping Cart'; 8 $_['text_shipping_updated'] = 'Shipping service updated'; 9 $_['text_trial'] = '%s every %s %s for %s payments then '; 10 $_['text_recurring'] = '%s every %s %s'; 11 $_['text_recurring_item'] = 'Recurring Item'; 12 $_['text_length'] = ' for %s payments'; 13 14 // Entry 15 $_['express_entry_coupon'] = 'Enter your coupon here:'; 16 17 // Button 18 $_['button_express_coupon'] = 'Add'; 19 $_['button_express_confirm'] = 'Confirm'; 20 $_['button_express_login'] = 'Continue to PayPal'; 21 $_['button_express_shipping'] = 'Update shipping'; 22 23 // Error 24 $_['error_heading_title'] = 'There was an error'; 25 $_['error_too_many_failures'] = 'Your payment has failed too many times'; 26 $_['error_unavailable'] = 'Please use the full checkout with this order'; 27 $_['error_no_shipping'] = 'Warning: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';