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.
50 lines
1.9 KiB
50 lines
1.9 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP 程序说明
|
|
* ===========================================================
|
|
* * 版权所有 2005-2016 上海商创网络科技有限公司,并保留所有权利。
|
|
* 网站地址: http://www.ecmoban.com;
|
|
* ----------------------------------------------------------
|
|
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
|
|
* 使用;不允许对程序代码以任何形式任何目的的再发布。
|
|
* ==========================================================
|
|
* $Author: liubo $
|
|
* $Id: navigator.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_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_catId'] = '分类ID';
|
|
$_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.ecmoban.com/';
|
|
|
|
?>
|