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/mobile/lang/zh_cn/admin/ |
<?php /** * ECSHOP * ============================================================================ * * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。 * 网站地址: http://www.ecshop.com; * ---------------------------------------------------------------------------- * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和 * 使用;不允许对程序代码以任何形式任何目的的再发布。 * ============================================================================ * $Author: liubo $ * $Id: friend_link.php 17217 2011-01-19 06:29:08Z liubo $ */ /* 友情链接字段信息 */ $_LANG['link_id'] = '编号'; $_LANG['link_name'] = '链接名称'; $_LANG['link_url'] = '链接地址'; $_LANG['link_logo'] = '链接LOGO'; $_LANG['url_logo'] = '或LOGO地址'; $_LANG['link_type'] = '链接类型'; $_LANG['show_order'] = '显示顺序'; $_LANG['link_text'] = '文字'; $_LANG['link_img'] = '图片'; $_LANG['cur_link_logo'] = '当前链接LOGO'; $_LANG['list_link'] = '友情链接列表'; $_LANG['add_link'] = '添加新链接'; $_LANG['edit_link'] = '编辑友情链接'; $_LANG['link_name_empty'] = '友情链接名称不能为空!'; $_LANG['no_links'] = '您还没有添加友情链接'; $_LANG['back_list'] = '返回友情连接列表'; $_LANG['continue_add'] = '继续添加友情链接'; /* JS提示信息 */ $_LANG['js_languages']['link_name_empty'] = '请输入链接名称!'; $_LANG['js_languages']['link_url_empty'] = '请输入链接地址!'; $_LANG['js_languages']['show_order_type'] = '显示的顺序必须是一个数字!'; $_LANG['link_name_empty'] = '友情链接名称不能为空!'; $_LANG['link_url_empty'] = '友情链接地址不能为空!'; $_LANG['link_logo_empty'] = '友情链接LOGO不能为空!'; $_LANG['link_img_empty'] = '友情链接的图片LOGO不能为空!'; $_LANG['link_url_exist'] = '此链接名称已经存在!'; $_LANG['link_name_exist'] = '此链接名称已经存在!'; $_LANG['enter_int'] = '显示顺序的类型必须为数字!'; /* 帮助信息 */ $_LANG['url_logo_value'] = '在指定远程LOGO图片时, LOGO图片的URL网址必须为http:// 或 https://开头的正确URL格式!'; $_LANG['link_name_desc'] = '当你添加文字链接时, 链接LOGO为你的链接名称.'; ?>