mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
32 lines
1.6 KiB
PHP
32 lines
1.6 KiB
PHP
<?php
|
|
|
|
$lang_donate = array
|
|
(
|
|
'std_sorry' => "对不起",
|
|
'std_do_not_accept_donation' => "我们目前不接收捐赠。",
|
|
'std_success' => "成功",
|
|
'std_donation_success_note_one' => "感谢你的捐赠!你的付款已完成。请点击",
|
|
'std_here' => "这里",
|
|
'std_donation_success_note_two' => "发送你的付款信息给我们,方便我们确认你的捐赠。",
|
|
'head_donation' => "捐赠",
|
|
'text_donate' => "捐赠",
|
|
'std_error' => "错误",
|
|
'std_no_donation_account_available' => "没有设置接收捐赠的账号。请将此情况告诉管理组。",
|
|
'text_donation_note' => "感谢你有意捐赠。无论捐赠的数目是多少,我们都表示最真诚的感谢!",
|
|
'text_donate_with_paypal' => "使用PayPal捐赠",
|
|
'text_donate_paypal_note' => "1. 选择你的捐赠金额。<br />2. 点击PayPal按钮。<br />3. 在PayPal网站完成付款。",
|
|
'text_select_donation_amount' => "请选择你的捐赠金额:",
|
|
'select_choose_donation_amount' => "---选择捐赠金额---",
|
|
'select_other_donation_amount' => "其它金额",
|
|
'text_usd_mark' => "",
|
|
'text_donation' => "美元",
|
|
'text_donate_with_alipay' => "使用支付宝捐赠",
|
|
'text_donate_alipay_note_one' => "1. 点击支付宝按钮。<br />2. 选择“向陌生卖家付款”。<br />3. 在“收款方支付宝账户”中填写我们的支付宝账号",
|
|
'text_donate_alipay_note_two' => "。<br />4. 继续直到完成付款。",
|
|
'text_after_donation_note_one' => "在完成捐赠后,请一定将你的<b>付款信息</b>通过站短",
|
|
'text_send_us' => "发送给我们",
|
|
'text_after_donation_note_two' => ",方便我们确认你的捐赠。",
|
|
);
|
|
|
|
?>
|