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'] = '必须输入处理备注';
?>