?? user_account.php
字號:
<?php
/**
* ECSHOP User advance payment language item
* ============================================================================
* 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: liry $
* $Date: 2007-02-10 22:38:27 +0800$ (Saturday,10 February 2007)
* $Id: user_account.php 5641 2007-02-10 14:38:27Z liry $
*/
$_LANG['user_surplus'] = 'Advanced payment';
$_LANG['surplus_id'] = 'ID';
$_LANG['user_id'] = 'Username';
$_LANG['surplus_amount'] = 'Amount';
$_LANG['add_date'] = 'Time';
$_LANG['pay_mothed'] = 'Payment method';
$_LANG['process_type'] = 'Type';
$_LANG['confirm_date'] = 'Confirm date';
$_LANG['surplus_notic'] = 'Remarks';
$_LANG['surplus_desc'] = 'Description';
$_LANG['surplus_type'] = 'Operation type';
$_LANG['surplus_type_0'] = 'Saving';
$_LANG['surplus_type_1'] = 'Drawing';
$_LANG['admin_user'] = 'Administrator';
$_LANG['status'] = 'Status';
$_LANG['confirm'] = 'Confirmed';
$_LANG['unconfirm'] = 'Unconfirmed';
$_LANG['cancel'] = 'Cancel';
$_LANG['please_select'] = 'Please select...';
$_LANG['surplus_info'] = 'Balance information';
$_LANG['check'] = 'Check';
$_LANG['money_type'] = 'Payment mothod';
$_LANG['surplus_add'] = 'Add application';
$_LANG['surplus_edit'] = 'Edit application';
$_LANG['attradd_succed'] = 'Successfully!';
$_LANG['username_not_exist'] = 'The username is invalid!';
$_LANG['cancel_surplus'] = 'Are you sure cancel this record?';
$_LANG['surplus_amount_error'] = 'Wrong, the drawing money is more than your balance!';
$_LANG['edit_surplus_notic']='The status is already complete now, if you want to modify, please config it as confirm.';
$_LANG['back_list'] = 'Return to saving and drawing.';
$_LANG['continue_add'] = 'Continue add application.';
/* JS language item */
$_LANG['js_languages']['user_id_empty'] = 'Please enter a username!';
$_LANG['js_languages']['deposit_amount_empty'] = 'Please enter saving amount!';
$_LANG['js_languages']['pay_code_empty'] = 'Please select a payment mothod!';
$_LANG['js_languages']['deposit_amount_error'] = 'Please enter a valid format of amount!';
$_LANG['js_languages']['deposit_type_empty'] = 'Please select a type!';
$_LANG['js_languages']['deposit_notic_empty'] = 'Please enter remarks!';
$_LANG['js_languages']['deposit_desc_empty'] = 'Please enter description of users!';
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -