repay.php

来自「ECSHOP是一款开源免费的通用电子商务平台构建软件」· PHP 代码 · 共 53 行

PHP
53
字号
<?php

/**
 * ECSHOP
 * ============================================================================
 * All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
 * Development Ltd.
 * Web site: http://www.ecshop.com
 * ----------------------------------------------------------------------------
 * This is a free/open source software锛沬t means that you can modify, use and
 * republish the program code, on the premise of that your behavior is not for
 * commercial purposes.
 * ============================================================================
 * $Author: paulgao $
 * $Date: 2007-01-30 16:11:25 +0800 (Tuesday, 30 January 2007) $
 * $Id: repay.php 4753 2007-01-30 08:11:25Z paulgao $
*/

$_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.';

?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?