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.
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
/**
* $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/' ;
?>