⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 goods_booking.php

📁 ECSHOP是一款开源免费的通用电子商务平台构建软件
💻 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;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: testyang $
 * $Id: goods_booking.php 14227 2008-03-10 06:37:24Z testyang $
*/

$_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 + -