Server : Apache
System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64
User : www ( 1000)
PHP Version : 5.6.40
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Directory :  /www/wwwroot/saimikebio.com/languages/zh_cn/admin/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/saimikebio.com/languages/zh_cn/admin/navigator.php
<?php

/**
 * ECSHOP 程序说明
 * ===========================================================
 * * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
 * 网站地址: http://www.ecshop.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_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/';

?>