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.

49 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: navigator.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['add_new'] = '添加導航';
$_LANG['system_main'] = '系統內容';
$_LANG['item_name'] = '名稱';
$_LANG['item_ifshow'] = '是否顯示';
$_LANG['item_opennew'] = '是否新窗口';
$_LANG['item_type'] = '位置';
$_LANG['edit'] = '編輯';
$_LANG['item_url'] = '鏈接地址';
$_LANG['item_vieworder'] = '排序';
$_LANG['top'] = '頂部';
$_LANG['middle'] = '中間';
$_LANG['bottom'] = '底部 ';
$_LANG['edit_ok'] = '操作成功';
$_LANG['go_list'] = '返回列表';
$_LANG['ckdel'] = '確定刪除?';
$_LANG['view_cart'] = '查看購物車';
$_LANG['pick_out'] = '選購中心';
$_LANG['group_buy_goods'] = '團購商品';
$_LANG['snatch'] = '奪寶奇兵';
$_LANG['tag_cloud'] = '標籤雲';
$_LANG['user_center'] = '用戶中心';
$_LANG['wholesale'] = '批發';
$_LANG['activity'] = '優惠活動';
$_LANG['myship'] = '配送方式';
$_LANG['message_board'] = '留言板';
$_LANG['quotation'] = '報價單';
$_LANG['namecannotnull'] = '請輸入導航欄名稱!';
$_LANG['linkcannotnull'] = '請輸入鏈接地址!';
$_LANG['notice_url'] = '如果是本站的網址可縮寫為與商城根目錄相對地址如index.php<br>其他情況都應該輸入完整的網址如http://www.shop.com/';
?>