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.

50 lines
1.9 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: repay.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_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'] = '必須輸入處理備註';
?>