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'] = '重發郵件';
?>