shop.balmet.com

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

amazon_login_pay.php (6862B)


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