You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.2 KiB

<?php
global $_LANG;
$_LANG['unionpay'] = '银联在线';
$_LANG['unionpay_desc'] = '中国银联';
// 接口运行环境
$_LANG['unionpay_evn'] = '环境选择';
$_LANG['unionpay_evn_range']['0'] = 'PM环境(预上线)';
$_LANG['unionpay_evn_range']['1'] = '生产环境';
//PM环境
$_LANG['unionpay_account_pm'] = 'PM环境 商户账号';
$_LANG['unionpay_sign_cert_pwd_pm'] = 'PM环境 签名证书密码';
$_LANG['unionpay_sign_cert_path_pm'] = 'PM环境 签名证书路径';
$_LANG['unionpay_verify_cert_path_pm'] = 'PM环境 验签证书';
$_LANG['unionpay_encrypt_cert_path_pm'] = 'PM环境 密码加密证书';
$_LANG['unionpay_verify_dir_pm'] = 'PM环境 验签证书路径';
// 生产环境
$_LANG['unionpay_account'] = '生产环境 商户账号';
$_LANG['unionpay_sign_cert_pwd'] = '生产环境 签名证书密码';
$_LANG['unionpay_sign_cert_path'] = '生产环境 签名证书路径';
$_LANG['unionpay_verify_cert_path'] = '生产环境 验签证书';
$_LANG['unionpay_encrypt_cert_path'] = '生产环境 密码加密证书';
$_LANG['unionpay_verify_dir'] = '生产环境 验签证书路径';
$_LANG['pay_button'] = '银联在线支付';
$_LANG['unionpay_txn_id'] = '银联交易号';
?>