1
0
opencart-languagepack-finnish/admin/extension/payment/twocheckout.php
2020-02-16 13:32:04 +02:00

29 lines
1.2 KiB
PHP

<?php
// Heading
$_['heading_title'] = '2Checkout';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified 2Checkout account details!';
$_['text_edit'] = 'Edit 2Checkout';
$_['text_twocheckout'] = '<a href="https://www.2checkout.com/2co/affiliate?affiliate=1596408" target="_blank"><img src="view/image/payment/2checkout.png" alt="2Checkout" title="2Checkout" style="border: 1px solid #EEEEEE;" /></a>';
// Entry
$_['entry_account'] = '2Checkout Account ID';
$_['entry_secret'] = 'Secret Word';
$_['entry_display'] = 'Direct Checkout';
$_['entry_test'] = 'Test Mode';
$_['entry_total'] = 'Total';
$_['entry_order_status'] = 'Order Status';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Help
$_['help_secret'] = 'The secret word to confirm transactions with (must be the same as defined on the merchant account configuration page).';
$_['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 2Checkout!';
$_['error_account'] = 'Account No. Required!';
$_['error_secret'] = 'Secret Word Required!';