OpenCart 3.0.3.8
This commit is contained in:
@ -20,4 +20,5 @@ $_['entry_name'] = 'Module Name';
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify modules!';
|
||||
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
|
||||
$_['error_code_name'] = 'Module Code must be between 3 and 32 characters!';
|
||||
$_['error_code'] = 'Extension required!';
|
@ -33,6 +33,8 @@ $_['text_credits'] = 'Balance';
|
||||
$_['text_error'] = 'Error:';
|
||||
$_['text_flp_upgrade'] = '<a href="http://www.fraudlabspro.com/plan" target="_blank">[Upgrade]</a>';
|
||||
$_['text_flp_merchant_area'] = 'Please login to <a href="http://www.fraudlabspro.com/merchant/login" target="_blank">FraudLabs Pro Merchant Area</a> for more information about this order.';
|
||||
$_['text_rule_validation'] = 'Rules Validation';
|
||||
$_['text_testing'] = 'Testing Purpose';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
|
67
admin/extension/module/paypal_smart_button.php
Normal file
67
admin/extension/module/paypal_smart_button.php
Normal file
@ -0,0 +1,67 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'PayPal Smart Button';
|
||||
|
||||
// Text
|
||||
$_['text_extensions'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit PayPal Smart Button Module';
|
||||
$_['text_general'] = 'General';
|
||||
$_['text_product_page'] = 'Product Page';
|
||||
$_['text_cart_page'] = 'Cart Page';
|
||||
$_['text_insert_prepend'] = 'Insert Into Begin';
|
||||
$_['text_insert_append'] = 'Insert Into End';
|
||||
$_['text_insert_before'] = 'Insert Before';
|
||||
$_['text_insert_after'] = 'Insert After';
|
||||
$_['text_align_left'] = 'Align Left';
|
||||
$_['text_align_center'] = 'Align Center';
|
||||
$_['text_align_right'] = 'Align Right';
|
||||
$_['text_small'] = 'Small';
|
||||
$_['text_medium'] = 'Medium';
|
||||
$_['text_large'] = 'Large';
|
||||
$_['text_responsive'] = 'Responsive';
|
||||
$_['text_gold'] = 'Gold';
|
||||
$_['text_blue'] = 'Blue';
|
||||
$_['text_silver'] = 'Silver';
|
||||
$_['text_white'] = 'White';
|
||||
$_['text_black'] = 'Black';
|
||||
$_['text_pill'] = 'Pill';
|
||||
$_['text_rect'] = 'Rect';
|
||||
$_['text_checkout'] = 'Checkout';
|
||||
$_['text_pay'] = 'Pay';
|
||||
$_['text_buy_now'] = 'Buy Now';
|
||||
$_['text_pay_pal'] = 'PayPal';
|
||||
$_['text_installment'] = 'Installment';
|
||||
$_['text_text'] = 'Text Message';
|
||||
$_['text_flex'] = 'Flexible Banner';
|
||||
$_['text_yes'] = 'Yes';
|
||||
$_['text_no'] = 'No';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_product_page_status'] = 'Product Page Status';
|
||||
$_['entry_cart_page_status'] = 'Cart Page Status';
|
||||
$_['entry_insert_tag'] = 'Insert Tag';
|
||||
$_['entry_insert_type'] = 'Insert Type';
|
||||
$_['entry_button_align'] = 'Button Align';
|
||||
$_['entry_button_size'] = 'Button Size';
|
||||
$_['entry_button_color'] = 'Button Color';
|
||||
$_['entry_button_shape'] = 'Button Shape';
|
||||
$_['entry_button_label'] = 'Button Label';
|
||||
$_['entry_button_tagline'] = 'Button Tagline';
|
||||
$_['entry_message_status'] = 'Pay Later Message';
|
||||
$_['entry_message_align'] = 'Message Align';
|
||||
$_['entry_message_size'] = 'Message Size';
|
||||
$_['entry_message_layout'] = 'Message Layout';
|
||||
$_['entry_message_text_color'] = 'Message Text Color';
|
||||
$_['entry_message_text_size'] = 'Message Text Size';
|
||||
$_['entry_message_flex_color'] = 'Message Banner Color';
|
||||
$_['entry_message_flex_ratio'] = 'Message Banner Ratio';
|
||||
|
||||
// Help
|
||||
$_['help_message_status'] = 'Add pay later messaging to your site.';
|
||||
|
||||
// Success
|
||||
$_['success_save'] = 'Success: You have modified PayPal Smart Button module!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify PayPal Express Checkout Button module!';
|
@ -11,5 +11,8 @@ $_['text_edit'] = 'Edit Store Module';
|
||||
$_['entry_admin'] = 'Admin Users Only';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
//Help
|
||||
$_['help_admin'] = 'If yes, then multi store list will be visible only when admin user login!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify store module!';
|
@ -36,8 +36,8 @@ $_['text_large'] = 'Large';
|
||||
$_['text_x_large'] = 'Extra large';
|
||||
$_['text_background'] = 'Background';
|
||||
$_['text_edit'] = 'Edit Amazon Pay and Login with Amazon';
|
||||
$_['text_amazon_login_pay'] = '<a href="http://go.amazonservices.com/opencart.html" target="_blank" title="Sign-up to Amazon Pay"><img src="view/image/payment/amazon_lpa.png" alt="Amazon Pay and Login with Amazon" title="Amazon Pay and Login with Amazon" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_amazon_join'] = '<a href="http://go.amazonservices.com/opencart.html" target="_blank" title="Sign-up to Amazon Pay"><u>Sign-up to Amazon Pay</u></a>';
|
||||
$_['text_amazon_login_pay'] = '<a href="https://pay.amazon.com/help/201828820" target="_blank" title="Sign-up to Amazon Pay"><img src="view/image/payment/amazon_lpa.png" alt="Amazon Pay and Login with Amazon" title="Amazon Pay and Login with Amazon" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_amazon_join'] = '<a href="https://pay.amazon.com/help/201828820" target="_blank" title="Sign-up to Amazon Pay"><u>Sign-up to Amazon Pay</u></a>';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
$_['text_capture_ok'] = 'Capture was successful';
|
||||
$_['text_capture_ok_order'] = 'Capture was successful, authorization has been fully captured';
|
||||
@ -63,6 +63,7 @@ $_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?';
|
||||
$_['text_minimum_total'] = 'Minimum Order Total';
|
||||
$_['text_geo_zone'] = 'Geo Zone';
|
||||
$_['text_buyer_multi_currency'] = 'Multi-Currency function';
|
||||
$_['text_status'] = 'Status';
|
||||
$_['text_declined_codes'] = 'Test Decline Codes';
|
||||
$_['text_sort_order'] = 'Sort Order';
|
||||
@ -75,6 +76,7 @@ $_['text_credentials'] = 'Please paste your keys here (in JSON format)';
|
||||
$_['text_validate_credentials'] = 'Validate and Use Credentials';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_info_ssl'] = '<strong>Important:</strong> SSL (https://) is a requirement and must be enabled on your website for the Amazon Pay and Login with Amazon buttons to work.';
|
||||
$_['text_info_buyer_multi_currencies'] = 'This extension supports the Multi-Currency functionality. If you would like to use it, please make sure you have enabled at least one of the <a href="https://pay.amazon.co.uk/help/5BDCWHCUC27485L"><b>Amazon Pay supported currencies</b></a> in your on-line store settings <b><a href="index.php?route=localisation/currency&user_token=%s">(%s > %s > %s )</b></a>, and then enable the <b>Multi-Currency function</b>';
|
||||
|
||||
// Columns
|
||||
$_['column_status'] = 'Status';
|
||||
@ -85,26 +87,30 @@ $_['entry_access_key'] = 'Access Key';
|
||||
$_['entry_access_secret'] = 'Secret Key';
|
||||
$_['entry_client_id'] = 'Client ID';
|
||||
$_['entry_client_secret'] = 'Client Secret';
|
||||
$_['entry_language'] = 'Language';
|
||||
$_['entry_language'] = 'Default Language';
|
||||
$_['entry_login_pay_test'] = 'Test mode';
|
||||
$_['entry_login_pay_mode'] = 'Payment mode';
|
||||
$_['entry_checkout'] = 'Checkout mode';
|
||||
$_['entry_payment_region'] = 'Payment Region';
|
||||
$_['entry_capture_status'] = 'Automatic capture status';
|
||||
$_['entry_capture_status'] = 'Status for automatic capture';
|
||||
$_['entry_pending_status'] = 'Pending Order Status';
|
||||
$_['entry_capture_oc_status'] = 'Capture Order Status';
|
||||
$_['entry_ipn_url'] = 'IPN\'s URL';
|
||||
$_['entry_ipn_token'] = 'Secret Token';
|
||||
$_['entry_debug'] = 'Debug logging';
|
||||
|
||||
// Help
|
||||
$_['help_pay_mode'] = 'Payment is only available for US marketplace';
|
||||
$_['help_pay_mode'] = 'Choose Payment if you would like the payment to get captured automatically, or Authorization to capture it manually.';
|
||||
$_['help_checkout'] = 'Should payment button also login customer';
|
||||
$_['help_capture_status'] = 'Choose order staus that will trigger automatic capture of an authorized payment';
|
||||
$_['help_capture_status'] = 'Choose the order status that will trigger automatic capture of an authorized payment.';
|
||||
$_['help_capture_oc_status'] = 'Choose the order status that the order will get once it is captured in Amazon Seller Central or from the capture function in OpenCart Admin > %s > %s > %s.';
|
||||
$_['help_ipn_url'] = 'Set this as you merhcant URL in Amazon Seller Central';
|
||||
$_['help_ipn_token'] = 'Make this long and hard to guess. The resulting IPN URL must not be longer than 150 characters.';
|
||||
$_['help_minimum_total'] = 'This must be above zero';
|
||||
$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
|
||||
$_['help_declined_codes'] = 'This is for testing purposes only';
|
||||
$_['help_buyer_multi_currency'] = 'Enable this option if you would like the buyer to shop in any of the Amazon Pay supported currencies available in your on-line store: %s';
|
||||
$_['help_buyer_multi_currency_no_available_currency'] = 'There are no <a href="https://pay.amazon.co.uk/help/5BDCWHCUC27485L"><b>Amazon Pay supported currencies</b></a> available in your on-line store, please add/enable such currencies in order to use this functionality.';
|
||||
|
||||
// Order Info
|
||||
$_['tab_order_adjustment'] = 'Order Adjustment';
|
||||
@ -122,6 +128,7 @@ $_['error_curreny'] = 'Your shop must have %s currency installed
|
||||
$_['error_upload'] = 'Upload failed';
|
||||
$_['error_data_missing'] = 'Required data is missing';
|
||||
$_['error_credentials'] = 'Please enter the keys in a valid JSON format';
|
||||
$_['error_no_supported_currencies'] = 'There are no supported currencies available in your store, please add/enable Buyer Multi-Currency supported currencies in order to use this feature.';
|
||||
|
||||
// Buttons
|
||||
$_['button_capture'] = 'Capture';
|
||||
|
@ -30,6 +30,8 @@ $_['text_column_date_added'] = 'Date Added';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_payment'] = "Payment";
|
||||
$_['text_rebate'] = "Rebate";
|
||||
|
||||
// Entry
|
||||
$_['entry_account_name'] = 'Account Name';
|
||||
|
@ -31,6 +31,9 @@ $_['text_column_date_added'] = 'Created';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_void'] = 'Void';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_rebate'] = 'Rebate';
|
||||
|
||||
// Entry
|
||||
$_['entry_vendor'] = 'Account ID';
|
||||
|
@ -12,6 +12,7 @@ $_['text_success'] = 'Success: You have modified CardConnect pa
|
||||
$_['text_edit'] = 'Edit CardConnect';
|
||||
$_['text_cardconnect'] = '<a href="http://www.cardconnect.com" target="_blank"><img src="view/image/payment/cardconnect.png" alt="CardConnect" title="CardConnect"></a>';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_refund'] = 'Refund';
|
||||
$_['text_authorize'] = 'Authorize';
|
||||
$_['text_live'] = 'Live';
|
||||
$_['text_test'] = 'Test';
|
||||
|
@ -15,6 +15,8 @@ $_['text_confirm_refund'] = 'Are you sure you want to refund';
|
||||
$_['text_na'] = 'N/A';
|
||||
$_['text_success_action'] = 'Success';
|
||||
$_['text_error_generic'] = 'Error: There was an error with your request. Please check the logs.';
|
||||
$_['text_amount'] = 'Amount';
|
||||
$_['text_description'] = 'Description';
|
||||
|
||||
// Column
|
||||
$_['column_refund'] = 'Refund';
|
||||
@ -49,4 +51,5 @@ $_['error_composer'] = 'Unable to load Cardinity SDK. Please download a compile
|
||||
$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment Cardinity!';
|
||||
$_['error_connection'] = 'There was a problem establishing a connection to the Cardinity API. Please check your Key and Secret settings.';
|
||||
$_['error_warning'] = 'Varoitus: Please check the form carefully for errors!';
|
||||
$_['error_transaction'] = 'Unable to find transaction for this order.';
|
||||
$_['error_warning'] = 'Varoitus: Please check the form carefully for errors!';
|
||||
|
@ -59,6 +59,7 @@ $_['text_capture_success'] = 'Capture succeeded!';
|
||||
$_['text_refund_failed'] = 'Refund failed: ';
|
||||
$_['text_capture_failed'] = 'Capture failed: ';
|
||||
$_['text_unknown_failure'] = 'Invalid order or amount';
|
||||
$_['text_refund'] = 'Refund';
|
||||
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
|
@ -38,6 +38,9 @@ $_['text_column_date_added'] = 'Created';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?';
|
||||
$_['text_void'] = 'Void';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_refund'] = "Refund";
|
||||
|
||||
// Entry
|
||||
$_['entry_certificate_path'] = 'Certificate path';
|
||||
|
@ -18,6 +18,7 @@ $_['text_column_type'] = 'Type';
|
||||
$_['text_column_date_added'] = 'Added';
|
||||
$_['text_refund_ok'] = 'Refund was successfully requested';
|
||||
$_['text_refund_ok_order'] = 'Refund was successfully requested, amount fully refunded';
|
||||
$_['text_refund'] = 'Refund';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'Username';
|
||||
|
@ -44,6 +44,9 @@ $_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_globalpay'] = '<a target="_blank" href="https://resourcecentre.globaliris.com/getting-started.php?id=OpenCart"><img src="view/image/payment/globalpay.png" alt="Globalpay" title="Globalpay" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_void'] = 'Void';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_rebate'] = 'Rebate';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant_id'] = 'Merchant ID';
|
||||
|
@ -39,6 +39,9 @@ $_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_globalpay_remote'] = '<a target="_blank" href="https://resourcecentre.globaliris.com/getting-started.php?id=OpenCart"><img src="view/image/payment/globalpay.png" alt="Globalpay" title="Globalpay" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_void'] = 'Void';
|
||||
$_['text_payment'] = 'Payment';
|
||||
$_['text_rebate'] = 'Rebate';
|
||||
|
||||
// Column
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
|
138
admin/extension/payment/paypal.php
Normal file
138
admin/extension/payment/paypal.php
Normal file
@ -0,0 +1,138 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'PayPal Commerce Platform';
|
||||
|
||||
// Text
|
||||
$_['text_paypal'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Commerce Platform" title="PayPal Commerce Platform" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_extensions'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit PayPal';
|
||||
$_['text_general'] = 'General';
|
||||
$_['text_order_status'] = 'Order Status';
|
||||
$_['text_checkout_express'] = 'Checkout';
|
||||
$_['text_checkout_card'] = 'Advanced Card';
|
||||
$_['text_checkout_message'] = 'Pay Later Message';
|
||||
$_['text_production'] = 'Production';
|
||||
$_['text_sandbox'] = 'Sandbox';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
$_['text_connect'] = 'Your seller account has been connected.<br />Client ID = %s<br />Secret = %s<br />Merchant ID = %s<br />If you would like to connect another account, please, disconnect.';
|
||||
$_['text_currency_aud'] = 'Australian Dollar';
|
||||
$_['text_currency_brl'] = 'Brazilian Real';
|
||||
$_['text_currency_cad'] = 'Canadian Dollar';
|
||||
$_['text_currency_czk'] = 'Czech Krone';
|
||||
$_['text_currency_dkk'] = 'Danish Krone';
|
||||
$_['text_currency_eur'] = 'Euro';
|
||||
$_['text_currency_hkd'] = 'Hong Kong Dollar';
|
||||
$_['text_currency_huf'] = 'Hungarian Forint';
|
||||
$_['text_currency_inr'] = 'Indian Rupee';
|
||||
$_['text_currency_ils'] = 'Israeli New Shekel';
|
||||
$_['text_currency_jpy'] = 'Japanese Yen';
|
||||
$_['text_currency_myr'] = 'Malaysian Ringgit';
|
||||
$_['text_currency_mxn'] = 'Mexican Peso';
|
||||
$_['text_currency_twd'] = 'New Taiwan Dollar';
|
||||
$_['text_currency_nzd'] = 'New Zealand Dollar';
|
||||
$_['text_currency_nok'] = 'Norwegian Krone';
|
||||
$_['text_currency_php'] = 'Philippine peso';
|
||||
$_['text_currency_pln'] = 'Polish Zloty';
|
||||
$_['text_currency_gbp'] = 'Pound Sterling';
|
||||
$_['text_currency_rub'] = 'Russian Ruble';
|
||||
$_['text_currency_sgd'] = 'Singapore Dollar';
|
||||
$_['text_currency_sek'] = 'Swedish Krone';
|
||||
$_['text_currency_chf'] = 'Swiss Frank';
|
||||
$_['text_currency_thb'] = 'Thai Baht';
|
||||
$_['text_currency_usd'] = 'US Dollar';
|
||||
$_['text_completed_status'] = 'Completed Status';
|
||||
$_['text_denied_status'] = 'Denied Status';
|
||||
$_['text_failed_status'] = 'Failed Status';
|
||||
$_['text_pending_status'] = 'Pending Status';
|
||||
$_['text_refunded_status'] = 'Refunded Status';
|
||||
$_['text_reversed_status'] = 'Reversed Status';
|
||||
$_['text_voided_status'] = 'Voided Status';
|
||||
$_['text_align_left'] = 'Align Left';
|
||||
$_['text_align_center'] = 'Align Center';
|
||||
$_['text_align_right'] = 'Align Right';
|
||||
$_['text_small'] = 'Small';
|
||||
$_['text_medium'] = 'Medium';
|
||||
$_['text_large'] = 'Large';
|
||||
$_['text_responsive'] = 'Responsive';
|
||||
$_['text_gold'] = 'Gold';
|
||||
$_['text_blue'] = 'Blue';
|
||||
$_['text_silver'] = 'Silver';
|
||||
$_['text_white'] = 'White';
|
||||
$_['text_black'] = 'Black';
|
||||
$_['text_pill'] = 'Pill';
|
||||
$_['text_rect'] = 'Rect';
|
||||
$_['text_checkout'] = 'Checkout';
|
||||
$_['text_pay'] = 'Pay';
|
||||
$_['text_buy_now'] = 'Buy Now';
|
||||
$_['text_pay_pal'] = 'PayPal';
|
||||
$_['text_installment'] = 'Installment';
|
||||
$_['text_text'] = 'Text Message';
|
||||
$_['text_flex'] = 'Flexible Banner';
|
||||
$_['text_accept'] = 'Accept';
|
||||
$_['text_decline'] = 'Decline';
|
||||
$_['text_recommended'] = '(recommended)';
|
||||
$_['text_3ds_undefined'] = 'You have not required 3D Secure for the buyer or the card network did not require a 3D Secure.';
|
||||
$_['text_3ds_error'] = 'An error occurred with the 3DS authentication system.';
|
||||
$_['text_3ds_skipped_by_buyer'] = 'Buyer was presented the 3D Secure challenge but chose to skip the authentication.';
|
||||
$_['text_3ds_failure'] = 'Buyer may have failed the challenge or the device was not verified.';
|
||||
$_['text_3ds_bypassed'] = '3D Secure was skipped as authentication system did not require a challenge.';
|
||||
$_['text_3ds_attempted'] = 'Card is not enrolled in 3D Secure as card issuing bank is not participating in 3D Secure.';
|
||||
$_['text_3ds_unavailable'] = 'Issuing bank is not able to complete authentication.';
|
||||
$_['text_3ds_card_ineligible'] = 'Card is not eligible for 3DS Secure authentication.';
|
||||
$_['text_confirm'] = 'Are you sure?';
|
||||
|
||||
// Entry
|
||||
$_['entry_connect'] = 'Connect';
|
||||
$_['entry_checkout_express_status'] = 'Checkout';
|
||||
$_['entry_checkout_card_status'] = 'Advanced Card';
|
||||
$_['entry_checkout_message_status'] = 'Pay Later Message';
|
||||
$_['entry_environment'] = 'Environment';
|
||||
$_['entry_debug'] = 'Debug Logging';
|
||||
$_['entry_transaction_method'] = 'Settlement Method';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_currency_code'] = 'Currency';
|
||||
$_['entry_currency_value'] = 'Currency Value';
|
||||
$_['entry_smart_button'] = 'Smart Button';
|
||||
$_['entry_button_align'] = 'Button Align';
|
||||
$_['entry_button_size'] = 'Button Size';
|
||||
$_['entry_button_color'] = 'Button Color';
|
||||
$_['entry_button_shape'] = 'Button Shape';
|
||||
$_['entry_button_label'] = 'Button Label';
|
||||
$_['entry_form_align'] = 'Form Align';
|
||||
$_['entry_form_size'] = 'Form Size';
|
||||
$_['entry_secure_status'] = '3D Secure Status';
|
||||
$_['entry_secure_scenario'] = '3D Secure Scenarios';
|
||||
$_['entry_message_align'] = 'Message Align';
|
||||
$_['entry_message_size'] = 'Message Size';
|
||||
$_['entry_message_layout'] = 'Message Layout';
|
||||
$_['entry_message_text_color'] = 'Message Text Color';
|
||||
$_['entry_message_text_size'] = 'Message Text Size';
|
||||
$_['entry_message_flex_color'] = 'Message Banner Color';
|
||||
$_['entry_message_flex_ratio'] = 'Message Banner Ratio';
|
||||
|
||||
// Help
|
||||
$_['help_checkout_express'] = 'If your country is not available in the list when going through the PayPal onboarding experience please <a id="button_connect_express_checkout" href="%s" target="_blank" data-paypal-onboard-complete="onBoardedCallback">click here</a>.';
|
||||
$_['help_checkout_express_status'] = 'When activated PayPal will display personalized Smart Buttons avalible to your customers based on their location.';
|
||||
$_['help_checkout_card_status'] = 'PayPal verifies if you are eligible for advanced card payment and will display this option on the checkout step if available.';
|
||||
$_['help_checkout_message_status'] = 'Add pay later messaging to your site.';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.';
|
||||
$_['help_currency_code'] = 'Select the default currency for PayPal.';
|
||||
$_['help_currency_value'] = 'Set to 1.00000 if this is your default currency.';
|
||||
$_['help_secure_status'] = '3D Secure enables you to authenticate card holders through card issuers. It reduces the likelihood of fraud when you use supported cards and improves transaction perfomance. A successful 3D Secure authentication can shift liability for chargebacks due to fraud from you -the merchant- to the card issuer.';
|
||||
$_['help_secure_scenario'] = '3D Secure authentication is perfomed only if the card is enrolled for the service. In scenarios where the 3D Secure authentication has not been successful, you have the option to complete the payment at your own risk, meaning that you -the merchant- will be liable in case of a chargeback.';
|
||||
|
||||
// Button
|
||||
$_['button_connect'] = 'Connect with PayPal';
|
||||
$_['button_disconnect'] = 'Disconnect';
|
||||
$_['button_smart_button'] = 'Smart Button Configure';
|
||||
|
||||
// Success
|
||||
$_['success_save'] = 'Success: You have modified PayPal!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal!';
|
||||
$_['error_timeout'] = 'Sorry, PayPal is currently busy. Please try again later!';
|
@ -6,7 +6,7 @@ $_['heading_title'] = 'PayPal Express Checkout';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal Express Checkout account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Express Checkout';
|
||||
$_['text_pp_express'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Express Checkout" title="PayPal Express Checkout" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['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>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
$_['text_signup'] = 'Sign up for PayPal - save your settings first as this page will be refreshed';
|
||||
@ -18,27 +18,16 @@ $_['text_show_quick_setup'] = 'Show Quick Setup';
|
||||
$_['text_quick_setup'] = 'Quick setup - Link an existing or create a new PayPal account to start accepting payments in minutes';
|
||||
$_['text_paypal_consent'] = 'By using the quick setup tool you allow PayPal to receive information about your store';
|
||||
$_['text_success_connect'] = 'Success: You have connected your PayPal account!';
|
||||
$_['text_promotion_main'] = 'Give your buyers a simplified checkout experience on multiple devices that keeps them local to your website throughout the payment process';
|
||||
$_['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';
|
||||
$_['text_learn_more'] = '(Learn more)';
|
||||
$_['text_promotion_li_1'] = 'Start accepting PayPal in three clicks';
|
||||
$_['text_promotion_li_2'] = 'Accept payments from around the world';
|
||||
$_['text_promotion_li_3'] = 'Offer Express Checkout Shortcut, let buyers checkout directly from your basket page';
|
||||
$_['text_preferred_li_1'] = 'Start accepting PayPal in three clicks';
|
||||
$_['text_preferred_li_2'] = 'Accept payments from around the world';
|
||||
$_['text_preferred_li_3'] = 'Offer Express Checkout Shortcut, letting buyers checkout directly from your basket page';
|
||||
$_['text_preferred_li_4'] = 'Improve conversion with PayPal One Touch and In-Context checkout';
|
||||
$_['text_connect_paypal'] = 'Connect with PayPal';
|
||||
$_['text_incontext_not_supported'] = '* Not supported with In-Context Checkout';
|
||||
$_['text_retrieve'] = 'Your details have been entered from PayPal';
|
||||
$_['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';
|
||||
$_['text_horizontal'] = 'Horizontal';
|
||||
$_['text_vertical'] = 'Vertical';
|
||||
$_['text_medium'] = 'Medium';
|
||||
$_['text_large'] = 'Large';
|
||||
$_['text_responsive'] = 'Responsive';
|
||||
$_['text_pill'] = 'Pill';
|
||||
$_['text_rectangle'] = 'Rectangle';
|
||||
$_['text_gold'] = 'Gold';
|
||||
$_['text_blue'] = 'Blue';
|
||||
$_['text_silver'] = 'Silver';
|
||||
$_['text_black'] = 'Black';
|
||||
$_['text_button_styling'] = 'Button Styling';
|
||||
$_['text_funding_type'] = 'Optional Funding Methods';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'API Username';
|
||||
@ -67,14 +56,10 @@ $_['entry_processed_status'] = 'Processed Status';
|
||||
$_['entry_refunded_status'] = 'Refunded Status';
|
||||
$_['entry_reversed_status'] = 'Reversed Status';
|
||||
$_['entry_voided_status'] = 'Voided Status';
|
||||
$_['entry_allow_notes'] = 'Allow Notes';
|
||||
$_['entry_colour'] = 'Page Background Colour';
|
||||
$_['entry_logo'] = 'Logo';
|
||||
$_['entry_style_layout'] = 'Button Layout';
|
||||
$_['entry_style_size'] = 'Button Size';
|
||||
$_['entry_style_shape'] = 'Button Shape';
|
||||
$_['entry_style_color'] = 'Button Colour';
|
||||
$_['entry_pp_credit'] = 'PayPal Credit';
|
||||
$_['entry_pp_cards'] = 'Credit or Debit Cards';
|
||||
$_['entry_pp_elv'] = 'DE (German) bank payment';
|
||||
$_['entry_incontext'] = 'Disable In-Context Checkout';
|
||||
|
||||
// Tab
|
||||
$_['tab_api'] = 'API Details';
|
||||
@ -85,10 +70,8 @@ $_['tab_checkout'] = 'Checkout';
|
||||
$_['help_ipn'] = 'Required for subscriptions';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
$_['help_logo'] = 'Max 750px(w) x 90px(h)<br />You should only use a logo if you have SSL set up.';
|
||||
$_['help_colour'] = '6 character HTML colour code';
|
||||
$_['help_currency'] = 'Used for transaction searches';
|
||||
$_['help_pp_credit'] = 'Non-US merchants need to apply to accept PayPal Credit, contact PayPal for more information. Enabled by default for all US buyers';
|
||||
$_['help_pp_cards'] = 'Enabled by default for all buyers';
|
||||
$_['help_pp_elv'] = 'Elektronisches Lastschriftverfahren (bank payments). Enabled by default for all DE buyers';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment PayPal Express Checkout!';
|
||||
|
@ -6,7 +6,7 @@ $_['heading_title'] = 'PayPal Payflow Pro';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal Direct (UK) account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Payflow Pro';
|
||||
$_['text_pp_payflow'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Payflow Pro" title="PayPal Payflow Pro" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_pp_payflow'] = '<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>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
|
||||
@ -32,7 +32,7 @@ $_['help_test'] = 'Use the live or testing (sandbox) gateway server to proces
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment PayPal Payflow Pro!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment PayPal Website Payment Pro (UK)!';
|
||||
$_['error_vendor'] = 'Vendor Required!';
|
||||
$_['error_user'] = 'User Required!';
|
||||
$_['error_password'] = 'Password Required!';
|
||||
|
@ -7,7 +7,7 @@ $_['heading_refund'] = 'Refund';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal Payflow Pro iFrame account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Payflow Pro iFrame';
|
||||
$_['text_pp_payflow_iframe'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Payflow Pro iFrame" title="PayPal Payflow Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_pp_payflow_iframe'] = '<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>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
$_['text_authorise'] = 'Authorise';
|
||||
@ -93,7 +93,7 @@ $_['button_void'] = 'Void';
|
||||
$_['button_capture'] = 'Capture';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment PayPal Payflow Pro iFrame!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment PayPal Website Payment Pro iFrame (UK)!';
|
||||
$_['error_vendor'] = 'Vendor Required!';
|
||||
$_['error_user'] = 'User Required!';
|
||||
$_['error_password'] = 'Password Required!';
|
||||
|
@ -6,7 +6,7 @@ $_['heading_title'] = 'PayPal Pro';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal Website Payment Pro Checkout account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Pro';
|
||||
$_['text_pp_pro'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Pro" title="PayPal Pro" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_pp_pro'] = '<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>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
|
||||
@ -27,7 +27,7 @@ $_['help_test'] = 'Use the live or testing (sandbox) gateway server to proces
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment PayPal Pro!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment PayPal Website Payment Pro Checkout!';
|
||||
$_['error_username'] = 'API Username Required!';
|
||||
$_['error_password'] = 'API Password Required!';
|
||||
$_['error_signature'] = 'API Signature Required!';
|
@ -6,7 +6,7 @@ $_['heading_title'] = 'PayPal Pro iFrame';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal Pro iFrame account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Pro iFrame';
|
||||
$_['text_pp_pro_iframe'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Pro iFrame" title="PayPal Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_pp_pro_iframe'] = '<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>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
$_['text_payment_info'] = 'Payment information';
|
||||
@ -163,7 +163,7 @@ $_['button_capture'] = 'Capture';
|
||||
$_['button_reauthorise'] = 'Reauthorise';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment PayPal Pro iFrame!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment PayPal Website Payment Pro iFrame (UK)!';
|
||||
$_['error_sig'] = 'Signature Required!';
|
||||
$_['error_user'] = 'User Required!';
|
||||
$_['error_password'] = 'Password Required!';
|
||||
|
@ -6,7 +6,7 @@ $_['heading_title'] = 'PayPal Payments Standard';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified PayPal account details!';
|
||||
$_['text_edit'] = 'Edit PayPal Payments Standard';
|
||||
$_['text_pp_standard'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Payments Standard" title="PayPal Payments Standard" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_pp_standard'] = '<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>';
|
||||
$_['text_authorization'] = 'Authorization';
|
||||
$_['text_sale'] = 'Sale';
|
||||
|
||||
@ -40,5 +40,5 @@ $_['help_debug'] = 'Logs additional information to the system log';
|
||||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment PayPal Payments Standard!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment PayPal!';
|
||||
$_['error_email'] = 'E-Mail required!';
|
@ -44,6 +44,9 @@ $_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_realex'] = '<a target="_blank" href="http://www.realexpayments.co.uk/partner-refer?id=opencart"><img src="view/image/payment/realex.png" alt="Realex" title="Realex" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_void'] = 'Void';
|
||||
$_['text_payment'] = "Payment";
|
||||
$_['text_rebate'] = 'Rebate';
|
||||
|
||||
// Entry
|
||||
$_['entry_merchant_id'] = 'Merchant ID';
|
||||
|
@ -39,6 +39,9 @@ $_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_realex_remote'] = '<a target="_BLANK" href="http://www.realexpayments.co.uk/partner-refer?id=opencart"><img src="view/image/payment/realex.png" alt="Realex" title="Realex" style="border: 1px solid #EEEEEE;" /></a>';
|
||||
$_['text_void'] = 'Void';
|
||||
$_['text_payment'] = "Payment";
|
||||
$_['text_rebate'] = 'Rebate';
|
||||
|
||||
// Column
|
||||
$_['text_column_amount'] = 'Amount';
|
||||
|
@ -54,6 +54,9 @@ $_['help_debug'] = 'Enabling debug will write sensitive data to a log file.
|
||||
$_['help_transaction'] = 'Transaction method MUST be set to Payment to allow subscription payments';
|
||||
$_['help_cron_job_token'] = 'Make this long and hard to guess';
|
||||
$_['help_cron_job_url'] = 'Set a cron job to call this URL';
|
||||
$_['text_void'] = 'Void';
|
||||
$_['text_payment'] = "Payment";
|
||||
$_['text_rebate'] = 'Rebate';
|
||||
|
||||
// Button
|
||||
$_['button_release'] = 'Release';
|
||||
|
@ -32,6 +32,9 @@ $_['text_column_date_added'] = 'Created';
|
||||
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_void'] = 'Void';
|
||||
$_['text_payment'] = "Payment";
|
||||
$_['text_rebate'] = 'Rebate';
|
||||
|
||||
// Entry
|
||||
$_['entry_vendor'] = 'Vendor';
|
||||
|
@ -13,8 +13,12 @@ $_['text_refund_issued'] = 'Refund was successfully issu
|
||||
$_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden';
|
||||
$_['text_pending_suspended'] = 'Suspended';
|
||||
$_['text_pending_settled'] = 'Settled';
|
||||
$_['text_reversed'] = 'Reversed';
|
||||
$_['text_payment'] = "Payment";
|
||||
$_['text_rebate'] = 'Rebate';
|
||||
|
||||
$_['entry_site_reference'] = 'Site reference';
|
||||
$_['entry_version'] = 'Version';
|
||||
$_['entry_username'] = 'Username';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_site_security_status'] = 'Use Site Security hash';
|
||||
@ -39,6 +43,7 @@ $_['entry_refund'] = 'Issue refund (%s):';
|
||||
|
||||
$_['error_permission'] = 'You do not have permissions to modify this module';
|
||||
$_['error_site_reference'] = 'Site Reference is required';
|
||||
$_['error_version'] = 'Version is required';
|
||||
$_['error_notification_password'] = 'Notification password is required';
|
||||
$_['error_cards_accepted'] = 'Accepted cards is required';
|
||||
$_['error_username'] = 'Username is required';
|
||||
@ -46,6 +51,7 @@ $_['error_password'] = 'Password is required';
|
||||
$_['error_connection'] = 'Could not connect to Secure Trading';
|
||||
$_['error_data_missing'] = 'Data missing';
|
||||
|
||||
$_['help_version'] = 'Payment Version (e.g. 2)';
|
||||
$_['help_username'] = 'Your webservice username';
|
||||
$_['help_password'] = 'Your webservice password';
|
||||
$_['help_refund'] = 'Please include the decimal point and the decimal part of the amount';
|
||||
|
@ -44,6 +44,9 @@ $_['text_void_ok'] = 'Void was successful, order s
|
||||
$_['text_confirm_void'] = 'Are you sure you want to reverse the authorisation?';
|
||||
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
||||
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
||||
$_['text_reversed'] = 'Reversed';
|
||||
$_['text_payment'] = "Payment";
|
||||
$_['text_rebate'] = 'Rebate';
|
||||
|
||||
$_['entry_site_reference'] = 'Site reference';
|
||||
$_['entry_username'] = 'Username';
|
||||
|
@ -14,6 +14,8 @@ $_['text_release_ok_order'] = 'Release was successful, order status up
|
||||
$_['text_refund_ok'] = 'Rebate was successful';
|
||||
$_['text_refund_ok_order'] = 'Rebate was successful, order status updated to refund';
|
||||
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
||||
$_['text_refund'] = 'Refund';
|
||||
$_['text_edit'] = 'Edit Worldpay Online Payments';
|
||||
|
||||
// Entry
|
||||
$_['entry_service_key'] = 'Service Key';
|
||||
|
@ -19,7 +19,6 @@ $_['column_total'] = 'Total';
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Tila';
|
||||
$_['entry_sort_order'] = 'Lajittelujärjestys';
|
||||
|
||||
|
@ -25,9 +25,8 @@ $_['column_total'] = 'Total';
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_group'] = 'Group By';
|
||||
$_['entry_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Tila';
|
||||
$_['entry_sort_order'] = 'Lajittelujärjestys';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify sales report!';
|
||||
|
@ -22,7 +22,6 @@ $_['column_returns'] = 'No. Returns';
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_group'] = 'Group By';
|
||||
$_['entry_status'] = 'Return Status';
|
||||
$_['entry_status'] = 'Tila';
|
||||
$_['entry_sort_order'] = 'Lajittelujärjestys';
|
||||
|
||||
|
@ -24,7 +24,6 @@ $_['column_total'] = 'Total';
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_group'] = 'Group By';
|
||||
$_['entry_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Tila';
|
||||
$_['entry_sort_order'] = 'Lajittelujärjestys';
|
||||
|
||||
|
@ -24,7 +24,6 @@ $_['column_total'] = 'Total';
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_group'] = 'Group By';
|
||||
$_['entry_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Tila';
|
||||
$_['entry_sort_order'] = 'Lajittelujärjestys';
|
||||
|
||||
|
Reference in New Issue
Block a user