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'] = '銀聯交易號';
?>