www.gusucode.com > ecShop PHP网上商城系统 粉丝修复版 v2.7.3源码程序 > ecshop_xf_v2.7.3/languages/en_us/admin/goods_booking.php

    <?php

/**
 * ECSHOP
 * ============================================================================
 * All right reserved (C) 2005-2011 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: 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';

?>