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.
56 lines
1.9 KiB
56 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 mean 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: goods_booking.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_LANG['list_all'] = 'Booking records';
|
|
|
|
$_LANG['booking'] = 'Order information';
|
|
$_LANG['id'] = 'ID';
|
|
$_LANG['goods_name'] = 'Name';
|
|
$_LANG['user_name'] = 'Enroll user';
|
|
$_LANG['number'] = 'Quantity';
|
|
$_LANG['booking_time'] = 'Booking time';
|
|
$_LANG['dispose_user'] = 'Dispose user';
|
|
$_LANG['dispose_time'] = 'Dispose time';
|
|
$_LANG['desc'] = 'Description';
|
|
$_LANG['is_dispose'] = 'Disposed';
|
|
$_LANG['disposed'] = 'Disposed';
|
|
$_LANG['undisposed'] = 'Undisposed';
|
|
|
|
$_LANG['dispose_info'] = 'Dispose information';
|
|
|
|
$_LANG['send_email_notice'] = 'Email notification';
|
|
$_LANG['email'] = 'Email notification';
|
|
$_LANG['tel'] = 'Phone notification';
|
|
$_LANG['both'] = 'Phone and email notification the same time.';
|
|
$_LANG['link_info'] = 'By contact method';
|
|
$_LANG['link_man'] = 'Linkman';
|
|
|
|
$_LANG['note'] = 'Dispose remarks';
|
|
$_LANG['guest_user'] = 'Unregistered user';
|
|
$_LANG['i_dispose'] = 'I will dispose';
|
|
|
|
$_LANG['detail'] = 'View details';
|
|
|
|
$_LANG['js_languages']['no_note'] = 'Please enter remark information.';
|
|
|
|
$_LANG['back_list_all'] = 'Return to stockout record list.';
|
|
|
|
$_LANG['dispose_succeed'] = 'Successfully';
|
|
$_LANG['mail_send_fail'] = 'Mail sent failed, please check the e-mail server settings and try again.';
|
|
$_LANG['remail'] = 'Re-issued e-mail';
|
|
|
|
?>
|