bnbweb/languages/zh_tw/admin/navigator.php
2022-11-14 23:49:28 +08:00

49 lines
1.8 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP 程序?明
* ===========================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: liuhui $
* $Id: navigator.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_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.ecshop.com/';
?>