?? goods_booking.php
字號:
<?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 mean 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:02:08 +0800 (Tuesday, 30 January 2007) $
* $Id: goods_booking.php 4752 2007-01-30 08:02:08Z paulgao $
*/
$_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['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';
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -