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.
66 lines
2.7 KiB
66 lines
2.7 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP User advance payment language item
|
|
* ============================================================================
|
|
* 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: user_account.php 17217 2011-01-19 06:29:08Z liubo $
|
|
|
|
*/
|
|
|
|
$_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['no_user'] = 'Anonymous buying';
|
|
|
|
$_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!';
|
|
|
|
?>
|