klarna_checkout.php
7.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?php
// Heading
$_['heading_title'] = 'Klarna Checkout';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Klarna Checkout account details!';
$_['text_edit'] = 'Edit Klarna Checkout';
$_['text_live'] = 'Live';
$_['text_test'] = 'Test';
$_['text_payment_info'] = 'Payment information';
$_['text_na'] = 'N/A';
$_['text_confirm_cancel'] = 'Are you sure you want to cancel this transaction?';
$_['text_confirm_capture'] = 'Are you sure you want to capture';
$_['text_confirm_refund'] = 'Are you sure you want to refund';
$_['text_confirm_extend_authorization'] = 'Are you sure you want to extend the authorization?';
$_['text_confirm_release_authorization'] = 'Are you sure you want to release the remaining authorization?';
$_['text_confirm_merchant_reference'] = 'Are you sure you want to update merchant reference 1?';
$_['text_confirm_shipping_info'] = 'Are you sure you want to save shipping information?';
$_['text_confirm_billing_address'] = 'Are you sure you want to update the billing address?';
$_['text_confirm_shipping_address'] = 'Are you sure you want to extend the shipping address?';
$_['text_confirm_trigger_send_out'] = 'Are you sure you want to trigger a new send out?';
$_['text_confirm_settlement'] = 'Are you sure you want to process settlement files?';
$_['text_no_capture'] = 'No captures';
$_['text_no_refund'] = 'No refunds';
$_['text_success_action'] = 'Success';
$_['text_error_generic'] = 'Error: There was an error with your request.';
$_['text_capture_shipping_info_title'] = 'Capture %d - Shipping Info';
$_['text_capture_billing_address_title'] = 'Capture %d - Billing Address';
$_['text_new_capture_title'] = 'New Capture';
$_['text_new_refund_title'] = 'New Refund';
$_['text_downloading_settlement'] = 'Downloading settlement files...';
$_['text_processing_orders'] = 'Processing orders...';
$_['text_processing_order'] = 'Processing order';
$_['text_no_files'] = 'No files to download.';
// Column
$_['column_order_id'] = 'Order ID';
$_['column_capture_id'] = 'Capture ID';
$_['column_reference'] = 'Klarna Reference';
$_['column_status'] = 'Status';
$_['column_merchant_reference_1'] = 'Merchant Reference 1';
$_['column_customer_details'] = 'Customer Details';
$_['column_billing_address'] = 'Billing Details';
$_['column_shipping_address'] = 'Shipping Details';
$_['column_order_lines'] = 'Item Details';
$_['column_amount'] = 'Amount';
$_['column_authorization_remaining'] = 'Authorization Remaining';
$_['column_authorization_expiry'] = 'Authorization Expiry Date';
$_['column_item_reference'] = 'Reference';
$_['column_type'] = 'Type';
$_['column_quantity'] = 'Quantity';
$_['column_quantity_unit'] = 'Quantity Unit';
$_['column_name'] = 'Name';
$_['column_total_amount'] = 'Total Amount';
$_['column_unit_price'] = 'Unit Price';
$_['column_total_discount_amount'] = 'Total Discount Amount';
$_['column_tax_rate'] = 'Tax Rate';
$_['column_total_tax_amount'] = 'Total Tax Amount';
$_['column_action'] = 'Action';
$_['column_cancel'] = 'Cancel';
$_['column_capture'] = 'Captures';
$_['column_refund'] = 'Refunds';
$_['column_date'] = 'Date';
$_['column_title'] = 'Title';
$_['column_given_name'] = 'Given Name';
$_['column_family_name'] = 'Family Name';
$_['column_street_address'] = 'Street Address';
$_['column_street_address2'] = 'Street Address 2';
$_['column_city'] = 'City';
$_['column_postal_code'] = 'Postal Code';
$_['column_region'] = 'Region';
$_['column_country'] = 'Country';
$_['column_email'] = 'Email';
$_['column_phone'] = 'Phone';
$_['column_action'] = 'Action';
$_['column_shipping_info'] = 'Shipping Info';
$_['column_shipping_company'] = 'Shipping Company';
$_['column_shipping_method'] = 'Shipping Method';
$_['column_tracking_number'] = 'Tracking Number';
$_['column_tracking_uri'] = 'Tracking URI';
$_['column_return_shipping_company'] = 'Return Shipping Company';
$_['column_return_tracking_number'] = 'Return Tracking Number';
$_['column_return_tracking_uri'] = 'Return Tracking URI';
// Entry
$_['entry_debug'] = 'Debug Logging';
$_['entry_total'] = 'Total';
$_['entry_order_status'] = 'Order Status';
$_['entry_status'] = 'Status';
$_['entry_terms'] = 'Terms & Conditions';
$_['entry_locale'] = 'Locale';
$_['entry_currency'] = 'Currency';
$_['entry_merchant_id'] = 'Merchant ID (MID)';
$_['entry_secret'] = 'Shared Secret';
$_['entry_environment'] = 'Environment (Live/Test)';
$_['entry_country'] = 'Country';
$_['entry_api'] = 'API Location';
$_['entry_shipping_company'] = 'Shipping Company';
$_['entry_shipping_method'] = 'Shipping Method';
$_['entry_tracking_number'] = 'Tracking Number';
$_['entry_tracking_uri'] = 'Tracking URI';
$_['entry_return_shipping_company'] = 'Return Shipping Company';
$_['entry_return_tracking_number'] = 'Return Tracking Number';
$_['entry_return_tracking_uri'] = 'Return Tracking URI';
$_['entry_sftp_username'] = 'SFTP Username';
$_['entry_sftp_password'] = 'SFTP Password';
$_['entry_process_settlement'] = 'Process Settlement Files';
$_['entry_settlement_order_status'] = 'Order Status';
// Help
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
$_['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)';
$_['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)';
$_['help_sftp_username'] = 'SFTP username provided by your account manager';
$_['help_sftp_password'] = 'SFTP password provided by your account manager';
$_['help_settlement_order_status'] = 'Order status that processed settlement orders will change to.';
// Button
$_['button_account_remove'] = 'Remove Account';
$_['button_account_add'] = 'Add Account';
$_['button_capture'] = 'Capture';
$_['button_refund'] = 'Refund';
$_['button_extend_authorization'] = 'Extend';
$_['button_release_authorization'] = 'Release';
$_['button_update'] = 'Update';
$_['button_add_shipping_info'] = 'Add Shipping Info';
$_['button_trigger_send_out'] = 'Trigger New Send Out';
$_['button_edit_shipping_info'] = 'Edit Shipping Info';
$_['button_edit_billing_address'] = 'Edit Billing Address';
$_['button_new_capture'] = 'New Capture';
$_['button_new_refund'] = 'New Refund';
$_['button_process_settlement'] = 'Process Settlement Files';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!';
$_['error_ssl'] = 'You must enable "Use SSL" in the store settings and have an SSL certificate installed!';
$_['error_account_minimum'] = 'Please add at least one account.';
$_['error_locale'] = 'Please enter a valid locale.';
$_['error_account_countries'] = 'Account list contains one or more duplicate countries.';
$_['error_merchant_id'] = 'Merchant ID Required!';
$_['error_secret'] = 'Shared Secret Required!';
// Tab
$_['tab_setting'] = 'Settings';
$_['tab_account'] = 'Accounts';
$_['tab_settlement'] = 'Settlement';