aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/payment/wechat_pay.php
blob: 2ceff0bc6655189e4147d23cedfa042b6b3353c7 (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']                 = 'Extensiones';
$_['text_success']                   = 'Éxito: ¡Has modificado los detalles de la cuenta de Wechat!';
$_['text_edit']                      = 'Editar 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']                 = 'Moneda';
$_['entry_completed_status']         = 'Estado completado';
$_['entry_geo_zone']                 = 'Geo Zone';
$_['entry_status']                   = 'Estado';
$_['entry_sort_order']               = 'Orden';

// Help
$_['help_total']                     = 'El total de pago que debe alcanzar el pedido antes de que este método de pago se active';
$_['help_currency']                  = '¡El cliente de la moneda pagó al comerciante!';
$_['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']               = 'Advertencia: ¡No tiene permiso para modificar el pago de Wechat!';
$_['error_app_id']                   = 'App ID es requerido!';
$_['error_app_secret']               = 'App Secret es requerida!';
$_['error_mch_id']                   = 'Merchant ID es requerido!';
$_['error_api_secret']               = 'API Secret es requerida!';