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.
52 lines
1.9 KiB
52 lines
1.9 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.com
|
|
* ----------------------------------------------------------------------------
|
|
* This is a free/open source software;it means that you can modify, use and
|
|
* republish the program code, on the premise of that your behavior is not for
|
|
* commercial purposes.
|
|
* ============================================================================
|
|
* $Author: liubo $
|
|
* $Id: repay.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_LANG['back_list'] = 'Return to list';
|
|
$_LANG['dispose_succed'] = 'Successfully';
|
|
|
|
$_LANG['rec_id'] = 'ID';
|
|
$_LANG['user_name'] = 'Username';
|
|
$_LANG['amount'] = 'Refundment';
|
|
$_LANG['apply_time'] = 'Apply time';
|
|
$_LANG['action_user'] = 'Action user';
|
|
$_LANG['action_time'] = 'Action time';
|
|
|
|
$_LANG['button_dipose'] = 'Agreement with refundment';
|
|
$_LANG['button_skip'] = 'Neglect the application';
|
|
$_LANG['button_modify'] = 'Modify remarks';
|
|
|
|
$_LANG['is_repayed'] = 'Repay?';
|
|
$_LANG['repayed'] = 'Repayed';
|
|
$_LANG['unrepayed'] = 'Unrepayed';
|
|
|
|
$_LANG['view'] = 'View';
|
|
|
|
$_LANG['from'] = 'From';
|
|
$_LANG['reply'] = 'Reply';
|
|
$_LANG['had_reply_content'] = 'TIP: This application has be disposed, and the money of user\'s application has be deducted, the old message will be rewrote if continue reply! But don\'t deduct the money again.';
|
|
$_LANG['have_reply_content'] = 'TIP: This application has be neglected, the old message will be rewrote if continue reply!';
|
|
|
|
$_LANG['user_money'] = 'Balance';
|
|
$_LANG['action_note'] = 'Disposal remark';
|
|
|
|
$_LANG['dispose'] = 'Process application for refundment';
|
|
$_LANG['undispose_repay'] = 'Unprocess application of refundment';
|
|
$_LANG['list_all'] = 'All application of refundment';
|
|
|
|
$_LANG['js_languages']['no_action_note'] = 'Please enter disposal remark.';
|
|
|
|
?>
|