bnbweb/languages/zh_tw/admin/navigator.php
2023-06-28 03:45:01 +08:00

36 lines
1.2 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
$_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/';
?>