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.

55 lines
1.9 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: wayne $
* $Id: goods_booking.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['list_all'] = '全部缺货登记信息';
$_LANG['booking'] = '订购信息';
$_LANG['id'] = '序号';
$_LANG['goods_name'] = '缺货商品名';
$_LANG['user_name'] = '登记用户';
$_LANG['number'] = '数量';
$_LANG['booking_time'] = '登记时间';
$_LANG['dispose_user'] = '处理用户';
$_LANG['dispose_time'] = '处理时间';
$_LANG['desc'] = '详细描述';
$_LANG['is_dispose'] = '是否已处理';
$_LANG['disposed'] = '已处理';
$_LANG['undisposed'] = '未处理';
$_LANG['dispose_info'] = '处理信息';
$_LANG['send_email_notice'] = '邮件通知';
$_LANG['email'] = '邮件通知';
$_LANG['tel'] = '电话通知';
$_LANG['both'] = '电话和email同时通知';
$_LANG['link_info'] = '用联系方式';
$_LANG['link_man'] = '联系人';
$_LANG['note'] = '处理备注';
$_LANG['guest_user'] = '未注册用户';
$_LANG['i_dispose'] = '我来处理';
$_LANG['detail'] = '查看详情';
$_LANG['js_languages']['no_note'] = '请输入备注信息';
$_LANG['back_list_all'] = '返回缺货登记列表';
$_LANG['dispose_succeed'] = '处理成功';
$_LANG['mail_send_fail'] = '邮件发送失败,请检查邮件服务器设置后重新发送邮件。';
$_LANG['remail'] = '重发邮件';
?>