amazon_login_pay.php (6910B)
1 <?php 2 //Headings 3 $_['heading_title'] = 'Amazon Pay'; 4 5 // Text 6 $_['text_success'] = 'Amazon Pay module has been updated'; 7 $_['text_ipn_url'] = 'Cron Job\'s URL'; 8 $_['text_ipn_token'] = 'Secret Token'; 9 $_['text_us'] = 'American'; 10 $_['text_de'] = 'German'; 11 $_['text_uk'] = 'English'; 12 $_['text_fr'] = 'French'; 13 $_['text_it'] = 'Italian'; 14 $_['text_es'] = 'Spanish'; 15 $_['text_us_region'] = 'United States'; 16 $_['text_eu_region'] = 'Euro region'; 17 $_['text_uk_region'] = 'United Kingdom'; 18 $_['text_live'] = 'Live'; 19 $_['text_sandbox'] = 'Sandbox'; 20 $_['text_auth'] = 'Authorization'; 21 $_['text_payment'] = 'Payment'; 22 $_['text_extension'] = 'Extensions'; 23 $_['text_account'] = 'Account'; 24 $_['text_guest'] = 'Guest'; 25 $_['text_no_capture'] = '--- No Automatic Capture ---'; 26 $_['text_all_geo_zones'] = 'All Geo Zones'; 27 $_['text_button_settings'] = 'Checkout Button Settings'; 28 $_['text_colour'] = 'Colour'; 29 $_['text_orange'] = 'Orange'; 30 $_['text_tan'] = 'Tan'; 31 $_['text_white'] = 'White'; 32 $_['text_light'] = 'Light'; 33 $_['text_dark'] = 'Dark'; 34 $_['text_size'] = 'Size'; 35 $_['text_medium'] = 'Medium'; 36 $_['text_large'] = 'Large'; 37 $_['text_x_large'] = 'Extra large'; 38 $_['text_background'] = 'Background'; 39 $_['text_edit'] = 'Edit Amazon Pay'; 40 $_['text_amazon_login_pay'] = '<a href="https://pay.amazon.com/uk/sp/opencart" target="_blank" title="Sign-up to Amazon Pay"><img src="view/image/payment/amazonpay.png" alt="Amazon Pay" title="Amazon Pay" style="border: 1px solid #EEEEEE;" /></a>'; 41 $_['text_amazon_join'] = '<a href="https://pay.amazon.com/uk/sp/opencart" target="_blank" title="Sign-up to Amazon Pay"><u>Sign-up to Amazon Pay</u></a>'; 42 $_['text_payment_info'] = 'Payment information'; 43 $_['text_capture_ok'] = 'Capture was successful'; 44 $_['text_capture_ok_order'] = 'Capture was successful, authorization has been fully captured'; 45 $_['text_refund_ok'] = 'Refund was successfully requested'; 46 $_['text_refund_ok_order'] = 'Refund was successfully requested, amount fully refunded'; 47 $_['text_cancel_ok'] = 'Cancel was successful, order status updated to canceled'; 48 $_['text_capture_status'] = 'Payment captured'; 49 $_['text_cancel_status'] = 'Payment canceled'; 50 $_['text_refund_status'] = 'Payment refunded'; 51 $_['text_order_ref'] = 'Order ref'; 52 $_['text_order_total'] = 'Total authorized'; 53 $_['text_total_captured'] = 'Total captured'; 54 $_['text_transactions'] = 'Transactions'; 55 $_['text_column_authorization_id'] = 'Amazon Authorization ID'; 56 $_['text_column_capture_id'] = 'Amazon Capture ID'; 57 $_['text_column_refund_id'] = 'Amazon Refund ID'; 58 $_['text_column_amount'] = 'Amount'; 59 $_['text_column_type'] = 'Type'; 60 $_['text_column_status'] = 'Status'; 61 $_['text_column_date_added'] = 'Date added'; 62 $_['text_confirm_cancel'] = 'Are you sure you want to cancel the payment?'; 63 $_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; 64 $_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; 65 $_['text_minimum_total'] = 'Minimum Order Total'; 66 $_['text_geo_zone'] = 'Geo Zone'; 67 $_['text_status'] = 'Status'; 68 $_['text_declined_codes'] = 'Test Decline Codes'; 69 $_['text_sort_order'] = 'Sort Order'; 70 $_['text_amazon_invalid'] = 'InvalidPaymentMethod'; 71 $_['text_amazon_rejected'] = 'AmazonRejected'; 72 $_['text_amazon_timeout'] = 'TransactionTimedOut'; 73 $_['text_amazon_no_declined'] = '--- No Automatic Declined Authorization ---'; 74 $_['text_amazon_signup'] = 'Sign-up to Amazon Pay'; 75 $_['text_credentials'] = 'Please paste your keys here (in JSON format)'; 76 $_['text_validate_credentials'] = 'Validate and Use Credentials'; 77 78 // Columns 79 $_['column_status'] = 'Status'; 80 81 //entry 82 $_['entry_merchant_id'] = 'Merchant ID'; 83 $_['entry_access_key'] = 'Access Key'; 84 $_['entry_access_secret'] = 'Secret Key'; 85 $_['entry_client_id'] = 'Client ID'; 86 $_['entry_client_secret'] = 'Client Secret'; 87 $_['entry_language'] = 'Language'; 88 $_['entry_login_pay_test'] = 'Test mode'; 89 $_['entry_login_pay_mode'] = 'Payment mode'; 90 $_['entry_checkout'] = 'Checkout mode'; 91 $_['entry_payment_region'] = 'Payment Region'; 92 $_['entry_capture_status'] = 'Automatic capture status'; 93 $_['entry_pending_status'] = 'Pending Order Status'; 94 $_['entry_ipn_url'] = 'IPN\'s URL'; 95 $_['entry_ipn_token'] = 'Secret Token'; 96 $_['entry_debug'] = 'Debug logging'; 97 98 // Help 99 $_['help_pay_mode'] = 'Payment is only available for US marketplace'; 100 $_['help_checkout'] = 'Should payment button also login customer'; 101 $_['help_capture_status'] = 'Choose order staus that will trigger automatic capture of an authorized payment'; 102 $_['help_ipn_url'] = 'Set this as you merhcant URL in Amazon Seller Central'; 103 $_['help_ipn_token'] = 'Make this long and hard to guess'; 104 $_['help_minimum_total'] = 'This must be above zero'; 105 $_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; 106 $_['help_declined_codes'] = 'This is for testing purposes only'; 107 108 // Order Info 109 $_['tab_order_adjustment'] = 'Order Adjustment'; 110 111 // Errors 112 $_['error_permission'] = 'You do not have permissions to modify this module'; 113 $_['error_merchant_id'] = 'Merchant ID is required'; 114 $_['error_access_key'] = 'Access Key is required'; 115 $_['error_access_secret'] = 'Secret Key is required'; 116 $_['error_client_id'] = 'Client ID is required'; 117 $_['error_client_secret'] = 'Client Key is required'; 118 $_['error_pay_mode'] = 'Payment is only available for US marketplace'; 119 $_['error_minimum_total'] = 'Minimum order total must be above zero'; 120 $_['error_curreny'] = 'Your shop must have %s currency installed and enabled'; 121 $_['error_upload'] = 'Upload failed'; 122 $_['error_data_missing'] = 'Required data is missing'; 123 $_['error_credentials'] = 'Please enter the keys in a valid JSON format'; 124 125 126 // Buttons 127 $_['button_capture'] = 'Capture'; 128 $_['button_refund'] = 'Refund'; 129 $_['button_cancel'] = 'Cancel';