aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/payment/wechat_pay.php
blob: f9915373c96164dac6da5a58187031f35a5f9013 (plain)
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
<?php
/**
 * @package		OpenCart
 * @author		Meng Wenbin
 * @copyright	Copyright (c) 2010 - 2017, Chengdu Guangda Network Technology Co. Ltd. (https://www.opencart.cn/)
 * @license		https://opensource.org/licenses/GPL-3.0
 * @link		https://www.opencart.cn
 */

// Heading
$_['heading_title']                  = 'Wechat Pay';

// Text
$_['text_extension']                 = 'Extensions';
$_['text_success']                   = 'Success: You have modified Wechat account details!';
$_['text_edit']                      = 'Edit Wechat Pay';
$_['text_wechat_pay']                = '<a target="_BLANK" href="https://pay.weixin.qq.com"><img src="view/image/payment/Wechat.png" alt="Wechat Pay Website" title="Wechat Pay Website" style="border: 1px solid #EEEEEE;" /></a>';

// Entry
$_['entry_app_id']                   = 'App ID';
$_['entry_app_secret']               = 'App Secret';
$_['entry_mch_id']                   = 'Merchant ID';
$_['entry_api_secret']               = 'API Secret';
$_['entry_debug']                    = 'Debug Mode';
$_['entry_total']                    = 'Total';
$_['entry_currency']                 = 'Currency';
$_['entry_completed_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_currency']                  = 'The currency customer paid merchant!';
$_['help_wechat_pay_setup']          = '<a target="_blank" href="http://www.opencart.cn/docs/wechat-pay">Click here</a> to learn how to set up Wechat Pay account.';

// Error
$_['error_permission']               = 'Warning: You do not have permission to modify payment Wechat!';
$_['error_app_id']                   = 'App ID required!';
$_['error_app_secret']               = 'App Secret required!';
$_['error_mch_id']                   = 'Merchant ID required!';
$_['error_api_secret']               = 'API Secret required!';