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.

34 lines
1.8 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 支付寶語言文件
* ============================================================================
* * 版權所有 2005-2012 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
* ============================================================================
* $Author: wayne $
* $Id: paypal.php 17217 2011-01-19 06:29:08Z wayne $
*/
global $_LANG;
$_LANG['paypal'] = 'paypal';
$_LANG['paypal_desc'] = 'PayPalwww.paypal.com 是在線付款解決方案的全球領導者,在全世界有超過七千一百六十萬個帳戶用戶。' .
'PayPal 可在 56 個市場以 7 種貨幣(加元、歐元、英鎊、美元、日元、澳元、港元)使用。' .
'<br/><a href="http://cloud.shop.com/payment_apply.php?mod=paypal" target="_blank">立即在線申請</a>';
$_LANG['paypal_account'] = '商戶帳號';
$_LANG['paypal_currency'] = '支付貨幣';
$_LANG['paypal_currency_range']['AUD'] = '澳元';
$_LANG['paypal_currency_range']['CAD'] = '加元';
$_LANG['paypal_currency_range']['EUR'] = '歐元';
$_LANG['paypal_currency_range']['GBP'] = '英鎊';
$_LANG['paypal_currency_range']['JPY'] = '日元';
$_LANG['paypal_currency_range']['USD'] = '美元';
$_LANG['paypal_currency_range']['HKD'] = '港元';
$_LANG['paypal_button'] = '立即使用 paypal 支付';
$_LANG['paypal_txn_id'] = 'paypal 交易號';
?>