pp_express.php (5496B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'PayPal Express Checkout'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified PayPal Express Checkout account details!'; 8 $_['text_edit'] = 'Edit PayPal Express Checkout'; 9 $_['text_pp_express'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>'; 10 $_['text_authorization'] = 'Authorization'; 11 $_['text_sale'] = 'Sale'; 12 $_['text_signup'] = 'Sign up for PayPal - save your settings first as this page will be refreshed'; 13 $_['text_sandbox'] = 'Sign up for PayPal Sandbox - save your settings first as this page will be refreshed'; 14 $_['text_configure_live'] = 'Configure Live'; 15 $_['text_configure_sandbox'] = 'Configure Sandbox'; 16 $_['text_show_advanced'] = 'Show Advanced'; 17 $_['text_show_quick_setup'] = 'Show Quick Setup'; 18 $_['text_quick_setup'] = 'Quick setup - Link an existing or create a new PayPal account to start accepting payments in minutes'; 19 $_['text_paypal_consent'] = 'By using the quick setup tool you allow PayPal to receive information about your store'; 20 $_['text_success_connect'] = 'Success: You have connected your PayPal account!'; 21 $_['text_preferred_main'] = 'Gives your buyers a simplified checkout experience on multiple devices that keeps them local to your website throughout the payment authorization process'; 22 $_['text_learn_more'] = '(Learn more)'; 23 $_['text_preferred_li_1'] = 'Start accepting PayPal in three clicks'; 24 $_['text_preferred_li_2'] = 'Accept payments from around the world'; 25 $_['text_preferred_li_3'] = 'Offer Express Checkout Shortcut, letting buyers checkout directly from your basket page'; 26 $_['text_preferred_li_4'] = 'Improve conversion with PayPal One Touch and In-Context checkout'; 27 $_['text_connect_paypal'] = 'Connect with PayPal'; 28 $_['text_incontext_not_supported'] = '* Not supported with In-Context Checkout'; 29 $_['text_retrieve'] = 'Your details have been entered from PayPal'; 30 $_['text_enable_button'] = 'We recommend offering PayPal Express Shortcut to maximise checkout conversion, this allows customers to use their PayPal address book and <strong>checkout is as little as three taps</strong> from the basket page. Click enable to install the extension and access the layout manager, you will ned to add "PayPal Express Checkout Button" to the checkout layout'; 31 32 // Entry 33 $_['entry_username'] = 'API Username'; 34 $_['entry_password'] = 'API Password'; 35 $_['entry_signature'] = 'API Signature'; 36 $_['entry_sandbox_username'] = 'API Sandbox Username'; 37 $_['entry_sandbox_password'] = 'API Sandbox Password'; 38 $_['entry_sandbox_signature'] = 'API Sandbox Signature'; 39 $_['entry_ipn'] = 'IPN URL'; 40 $_['entry_test'] = 'Test (Sandbox) Mode'; 41 $_['entry_debug'] = 'Debug logging'; 42 $_['entry_currency'] = 'Default currency'; 43 $_['entry_recurring_cancel'] = 'Allow customers to cancel recurring payments from account area'; 44 $_['entry_transaction'] = 'Settlement Type'; 45 $_['entry_total'] = 'Total'; 46 $_['entry_geo_zone'] = 'Geo Zone'; 47 $_['entry_status'] = 'Status'; 48 $_['entry_sort_order'] = 'Sort Order'; 49 $_['entry_canceled_reversal_status'] = 'Canceled Reversal Status'; 50 $_['entry_completed_status'] = 'Completed Status'; 51 $_['entry_denied_status'] = 'Denied Status'; 52 $_['entry_expired_status'] = 'Expired Status'; 53 $_['entry_failed_status'] = 'Failed Status'; 54 $_['entry_pending_status'] = 'Pending Status'; 55 $_['entry_processed_status'] = 'Processed Status'; 56 $_['entry_refunded_status'] = 'Refunded Status'; 57 $_['entry_reversed_status'] = 'Reversed Status'; 58 $_['entry_voided_status'] = 'Voided Status'; 59 $_['entry_allow_notes'] = 'Allow Notes'; 60 $_['entry_colour'] = 'Page Background Colour'; 61 $_['entry_logo'] = 'Logo'; 62 $_['entry_incontext'] = 'Disable In-Context Checkout'; 63 64 // Tab 65 $_['tab_api'] = 'API Details'; 66 $_['tab_order_status'] = 'Order status'; 67 $_['tab_checkout'] = 'Checkout'; 68 69 // Help 70 $_['help_ipn'] = 'Required for subscriptions'; 71 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; 72 $_['help_logo'] = 'Max 750px(w) x 90px(h)<br />You should only use a logo if you have SSL set up.'; 73 $_['help_colour'] = '6 character HTML colour code'; 74 $_['help_currency'] = 'Used for transaction searches'; 75 76 // Error 77 $_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Express Checkout!'; 78 $_['error_username'] = 'API Username Required!'; 79 $_['error_password'] = 'API Password Required!'; 80 $_['error_signature'] = 'API Signature Required!'; 81 $_['error_sandbox_username'] = 'API Sandbox Username Required!'; 82 $_['error_sandbox_password'] = 'API Sandbox Password Required!'; 83 $_['error_sandbox_signature'] = 'API Sandbox Signature Required!'; 84 $_['error_api'] = 'Paypal Authorization Error'; 85 $_['error_api_sandbox'] = 'Paypal Sandbox Authorization Error'; 86 $_['error_consent'] = 'To use quick setup you need to permit PayPal to use your store information';