shop.balmet.com

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

klarna_checkout.php (10016B)


      1 <?php
      2 // Heading
      3 $_['heading_title']						 = 'Klarna Checkout';
      4 
      5 // Text
      6 $_['text_extension']					 = 'Extensions';
      7 $_['text_success']						 = 'Success: You have modified Klarna Checkout account details!';
      8 $_['text_edit']							 = 'Edit Klarna Checkout';
      9 $_['text_live']							 = 'Live';
     10 $_['text_test']							 = 'Test';
     11 $_['text_payment_info']					 = 'Payment information';
     12 $_['text_na']							 = 'N/A';
     13 $_['text_confirm_cancel']				 = 'Are you sure you want to cancel this transaction?';
     14 $_['text_confirm_capture']				 = 'Are you sure you want to capture';
     15 $_['text_confirm_refund']				 = 'Are you sure you want to refund';
     16 $_['text_confirm_extend_authorization']	 = 'Are you sure you want to extend the authorization?';
     17 $_['text_confirm_release_authorization'] = 'Are you sure you want to release the remaining authorization?';
     18 $_['text_confirm_merchant_reference']	 = 'Are you sure you want to update merchant reference 1?';
     19 $_['text_confirm_shipping_info']		 = 'Are you sure you want to save shipping information?';
     20 $_['text_confirm_billing_address']		 = 'Are you sure you want to update the billing address?';
     21 $_['text_confirm_shipping_address']		 = 'Are you sure you want to extend the shipping address?';
     22 $_['text_confirm_trigger_send_out']		 = 'Are you sure you want to trigger a new send out?';
     23 $_['text_confirm_settlement']			 = 'Are you sure you want to process settlement files?';
     24 $_['text_no_capture']					 = 'No captures';
     25 $_['text_no_refund']					 = 'No refunds';
     26 $_['text_success_action']				 = 'Success';
     27 $_['text_error_generic']				 = 'Error: There was an error with your request.';
     28 $_['text_capture_shipping_info_title']	 = 'Capture %d - Shipping Info';
     29 $_['text_capture_billing_address_title'] = 'Capture %d - Billing Address';
     30 $_['text_new_capture_title']			 = 'New Capture';
     31 $_['text_new_refund_title']				 = 'New Refund';
     32 $_['text_downloading_settlement']		 = 'Downloading settlement files...';
     33 $_['text_processing_orders']			 = 'Processing orders...';
     34 $_['text_processing_order']				 = 'Processing order';
     35 $_['text_no_files']						 = 'No files to download.';
     36 $_['text_version']						 = '1.2';
     37 
     38 // Column
     39 $_['column_order_id']					 = 'Order ID';
     40 $_['column_capture_id']					 = 'Capture ID';
     41 $_['column_reference']					 = 'Klarna Reference';
     42 $_['column_status']						 = 'Status';
     43 $_['column_merchant_reference_1']		 = 'Merchant Reference 1';
     44 $_['column_customer_details']			 = 'Customer Details';
     45 $_['column_billing_address']			 = 'Billing Details';
     46 $_['column_shipping_address']			 = 'Shipping Details';
     47 $_['column_order_lines']				 = 'Item Details';
     48 $_['column_amount']						 = 'Amount';
     49 $_['column_authorization_remaining']	 = 'Authorization Remaining';
     50 $_['column_authorization_expiry']		 = 'Authorization Expiry Date';
     51 $_['column_item_reference']				 = 'Reference';
     52 $_['column_type']						 = 'Type';
     53 $_['column_quantity']					 = 'Quantity';
     54 $_['column_quantity_unit']				 = 'Quantity Unit';
     55 $_['column_name']						 = 'Name';
     56 $_['column_total_amount']				 = 'Total Amount';
     57 $_['column_unit_price']					 = 'Unit Price';
     58 $_['column_total_discount_amount']		 = 'Total Discount Amount';
     59 $_['column_tax_rate']					 = 'Tax Rate';
     60 $_['column_total_tax_amount']			 = 'Total Tax Amount';
     61 $_['column_action']						 = 'Action';
     62 $_['column_cancel']						 = 'Cancel';
     63 $_['column_capture']					 = 'Captures';
     64 $_['column_refund']						 = 'Refunds';
     65 $_['column_date']						 = 'Date';
     66 $_['column_title']						 = 'Title';
     67 $_['column_given_name']					 = 'Given Name';
     68 $_['column_family_name']				 = 'Family Name';
     69 $_['column_street_address']				 = 'Street Address';
     70 $_['column_street_address2']			 = 'Street Address 2';
     71 $_['column_city']						 = 'City';
     72 $_['column_postal_code']				 = 'Postal Code';
     73 $_['column_region']						 = 'Region';
     74 $_['column_country']					 = 'Country';
     75 $_['column_email']						 = 'Email';
     76 $_['column_phone']						 = 'Phone';
     77 $_['column_action']						 = 'Action';
     78 $_['column_shipping_info']				 = 'Shipping Info';
     79 $_['column_shipping_company']			 = 'Shipping Company';
     80 $_['column_shipping_method']			 = 'Shipping Method';
     81 $_['column_tracking_number']			 = 'Tracking Number';
     82 $_['column_tracking_uri']				 = 'Tracking URI';
     83 $_['column_return_shipping_company']	 = 'Return Shipping Company';
     84 $_['column_return_tracking_number']		 = 'Return Tracking Number';
     85 $_['column_return_tracking_uri']		 = 'Return Tracking URI';
     86 
     87 // Entry
     88 $_['entry_debug']						 = 'Debug Logging';
     89 $_['entry_colour_button']				 = 'Button Background Colour';
     90 $_['entry_colour_button_text']			 = 'Button Text Colour';
     91 $_['entry_colour_checkbox']				 = 'Checkbox Background Colour';
     92 $_['entry_colour_checkbox_checkmark']	 = 'Checkbox Tick Colour';
     93 $_['entry_colour_header']				 = 'Heading Text Colour';
     94 $_['entry_colour_link']					 = 'Link Text Colour';
     95 $_['entry_separate_shipping_address']	 = 'Allow Separate Shipping Address';
     96 $_['entry_dob_mandatory']				 = 'Date Of Birth Mandatory (UK stores only)';
     97 $_['entry_title_mandatory']				 = 'Title Mandatory (UK stores only)';
     98 $_['entry_additional_text_box']			 = 'Allow Newsletter Signup';
     99 
    100 $_['entry_total']						 = 'Total';
    101 $_['entry_order_status']				 = 'Order Status';
    102 $_['entry_order_status_authorised']		 = 'Authorized';
    103 $_['entry_order_status_part_captured']	 = 'Part Captured';
    104 $_['entry_order_status_captured']		 = 'Captured';
    105 $_['entry_order_status_cancelled']		 = 'Cancelled';
    106 $_['entry_order_status_refund']			 = 'Full Refund';
    107 $_['entry_order_status_fraud_rejected']	 = 'Fraud - Rejected';
    108 $_['entry_order_status_fraud_pending']	 = 'Fraud - Pending Decision';
    109 $_['entry_order_status_fraud_accepted']	 = 'Fraud - Accepted';
    110 $_['entry_status']						 = 'Status';
    111 $_['entry_terms']						 = 'Terms & Conditions';
    112 $_['entry_locale']						 = 'Locale';
    113 $_['entry_currency']					 = 'Currency';
    114 $_['entry_merchant_id']					 = 'Merchant ID (MID)';
    115 $_['entry_secret']						 = 'Shared Secret';
    116 $_['entry_environment']					 = 'Environment (Live/Test)';
    117 $_['entry_country']						 = 'Country';
    118 $_['entry_shipping']					 = 'Shipping Countries';
    119 $_['entry_api']							 = 'API Location';
    120 $_['entry_shipping_company']			 = 'Shipping Company';
    121 $_['entry_shipping_method']				 = 'Shipping Method';
    122 $_['entry_tracking_number']				 = 'Tracking Number';
    123 $_['entry_tracking_uri']				 = 'Tracking URI';
    124 $_['entry_return_shipping_company']		 = 'Return Shipping Company';
    125 $_['entry_return_tracking_number']		 = 'Return Tracking Number';
    126 $_['entry_return_tracking_uri']			 = 'Return Tracking URI';
    127 $_['entry_sftp_username']				 = 'SFTP Username';
    128 $_['entry_sftp_password']				 = 'SFTP Password';
    129 $_['entry_process_settlement']			 = 'Process Settlement Files';
    130 $_['entry_settlement_order_status']		 = 'Order Status';
    131 $_['entry_version']						 = 'Extension Version';
    132 
    133 // Help
    134 $_['help_debug']						 = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
    135 $_['help_separate_shipping_address']	 = 'If yes, the consumer can enter different billing and shipping addresses.';
    136 $_['help_dob_mandatory']				 = 'If yes, the consumer cannot skip date of birth.';
    137 $_['help_title_mandatory']				 = 'If specified to no, title becomes optional in countries that by default require title.';
    138 $_['help_additional_text_box']			 = 'Allows newsletter signup within the iFrame for logged in users.';
    139 $_['help_total']						 = 'The checkout total the order must reach before this payment method becomes active.';
    140 $_['help_locale']						 = 'Locale code for each account. Two-letter language code combined with two-letter country code according to RFC 1766. (e.g. en-gb for British English or sv-se for Swedish)';
    141 $_['help_api']							 = 'For Europe users, Klarna Checkout doesn\'t provide the customer region. This means that region specific shipping options will not work (Country specific shipping is fine)';
    142 $_['help_sftp_username']				 = 'SFTP username provided by your account manager';
    143 $_['help_sftp_password']				 = 'SFTP password provided by your account manager';
    144 $_['help_settlement_order_status']		 = 'Order status that processed settlement orders will change to.';
    145 $_['help_shipping']						 = 'All countries within this geo zone will be available to select in the Klarna iFrame.';
    146 
    147 // Button
    148 $_['button_account_remove']				 = 'Remove Account';
    149 $_['button_account_add']				 = 'Add Account';
    150 $_['button_capture']					 = 'Capture';
    151 $_['button_refund']						 = 'Refund';
    152 $_['button_extend_authorization']		 = 'Extend';
    153 $_['button_release_authorization']		 = 'Release';
    154 $_['button_update']						 = 'Update';
    155 $_['button_add_shipping_info']			 = 'Add Shipping Info';
    156 $_['button_trigger_send_out']			 = 'Trigger New Send Out';
    157 $_['button_edit_shipping_info']			 = 'Edit Shipping Info';
    158 $_['button_edit_billing_address']		 = 'Edit Billing Address';
    159 $_['button_new_capture']				 = 'New Capture';
    160 $_['button_new_refund']					 = 'New Refund';
    161 $_['button_process_settlement']			 = 'Process Settlement Files';
    162 
    163 // Error
    164 $_['error_warning']						 = 'Warning: Please check the form carefully for errors!';
    165 $_['error_php_version']					 = 'Minimum version of PHP 5.4.0 is required!';
    166 $_['error_ssl']							 = 'You must enable "Use SSL" in the store settings and have an SSL certificate installed!';
    167 $_['error_account_minimum']				 = 'Please add at least one account.';
    168 $_['error_locale']						 = 'Please enter a valid locale.';
    169 $_['error_account_currency']			 = 'Account list contains one or more duplicate currencies.';
    170 $_['error_merchant_id']					 = 'Merchant ID Required!';
    171 $_['error_secret']						 = 'Shared Secret Required!';
    172 $_['error_tax_warning']					 = 'Warning: Some of your products use a Payment Address based Tax Class. Klarna Checkout will not work when any of these are placed in the cart.';
    173 
    174 // Tab
    175 $_['tab_setting']						 = 'Settings';
    176 $_['tab_order_status']					 = 'Order Statuses';
    177 $_['tab_account']						 = 'Accounts';
    178 $_['tab_settlement']					 = 'Settlement';