1
0
opencart-languagepack-finnish/admin/extension/payment/alipay.php

33 lines
1.7 KiB
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Alipay Pay';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Alipay account details!';
$_['text_edit'] = 'Edit Alipay Pay';
$_['text_alipay'] = '<a target="_BLANK" href="https://open.alipay.com"><img src="view/image/payment/alipay.png" alt="Alipay Pay Website" title="Alipay Pay Website" style="border: 1px solid #EEEEEE;" /></a>';
$_['text_live'] = 'Live';
$_['text_sandbox'] = 'Sandbox';
// Entry
$_['entry_app_id'] = 'App ID';
$_['entry_merchant_private_key'] = 'Merchant Private Key';
$_['entry_alipay_public_key'] = 'Alipay Public Key';
$_['entry_test'] = 'Test mode';
$_['entry_total'] = 'Total';
$_['entry_order_status'] = 'Completed Status';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Help
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
$_['help_alipay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/alipay">Click here</a> to learn how to set up Alipay account.';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment Alipay!';
2020-02-12 21:25:39 +00:00
$_['error_app_id'] = 'App ID required!';
$_['error_merchant_private_key'] = 'Merchant Private Key required!';
$_['error_alipay_public_key'] = 'Alipay Public Key required!';