bnbweb/languages/zh_tw/admin/repay.php
2022-11-14 23:49:28 +08:00

50 lines
1.9 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP
* ============================================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: repay.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['back_list'] = '返回清單';
$_LANG['dispose_succed'] = '處理成功';
$_LANG['rec_id'] = '編號';
$_LANG['user_name'] = '申請會員';
$_LANG['amount'] = '退款金額';
$_LANG['apply_time'] = '申請時間';
$_LANG['action_user'] = '處理會員';
$_LANG['action_time'] = '處理時間';
$_LANG['button_dipose'] = '同意退款';
$_LANG['button_skip'] = '忽略申請';
$_LANG['button_modify'] = '修改備註';
$_LANG['is_repayed'] = '是否處理';
$_LANG['repayed'] = '已處理';
$_LANG['unrepayed'] = '未處理';
$_LANG['view'] = '檢視詳情';
$_LANG['from'] = '於';
$_LANG['reply'] = '回覆';
$_LANG['had_reply_content'] = '提示: 這筆申請已處理,並已經扣除會員申請金額,如果繼續回覆將更新原來回覆的內容!但不再扣除會員金額';
$_LANG['have_reply_content'] = '提示: 這筆申請已被忽略,如果繼續回覆將更新原來回覆的內容!';
$_LANG['user_money'] = '會員餘額';
$_LANG['action_note'] = '處理備註';
$_LANG['dispose'] = '退款申請處理';
$_LANG['undispose_repay'] = '未處理的退款申請';
$_LANG['list_all'] = '全部退款申請';
$_LANG['js_languages']['no_action_note'] = '必須輸入處理備註';
?>