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: article.php 17217 2011-01-19 06:29:08Z liubo $ */ $_LANG['title'] ='文章标题'; $_LANG['cat'] ='文章分类'; $_LANG['reserve'] = '保留'; $_LANG['article_type'] ='文章重要性'; $_LANG['author'] ='文章作者'; $_LANG['email'] ='作者email'; $_LANG['keywords'] ='关键字'; $_LANG['lable_description'] ='网页描述'; $_LANG['content'] ='文章内容'; $_LANG['is_open'] ='是否显示'; $_LANG['article_id'] ='编号'; $_LANG['add_time'] ='添加日期'; $_LANG['upload_file'] ='上传文件'; $_LANG['file_url'] ='或输入文件地址'; $_LANG['invalid_file'] = '上传文件格式不正确'; $_LANG['article_name_exist'] = '有相同的文章名称存在!'; $_LANG['select_plz'] = '请选择...'; $_LANG['external_links'] = '外部链接'; $_LANG['top'] ='置顶'; $_LANG['common'] ='普通'; $_LANG['isopen'] ='显示'; $_LANG['isclose'] ='不显示'; $_LANG['no_article'] = '您现在还没有任何文章'; $_LANG['no_select_article'] = '您没有选择任何文章'; $_LANG['no_select_act'] = '请选择文章分类!'; $_LANG['display'] = '显示文章内容'; $_LANG['download'] = '下载文件'; $_LANG['both'] = '既显示文章内容又下载文件'; $_LANG['button_remove'] ='批量删除'; $_LANG['button_hide'] ='批量隐藏'; $_LANG['button_show'] ='批量显示'; $_LANG['move_to'] = '转移到分类'; $_LANG['article_edit'] = '编辑文章内容'; $_LANG['tab_general'] = '通用信息'; $_LANG['tab_content'] = '文章内容'; $_LANG['tab_goods'] = '关联商品'; $_LANG['link_goods'] = '跟该文章关联的商品'; $_LANG['keyword'] = '关键字'; /* 提示信息 */ $_LANG['title_exist'] ='文章 %s 已经存在'; $_LANG['back_list'] ='返回文章列表'; $_LANG['continue_add'] ='继续添加新文章'; $_LANG['articleadd_succeed'] ='文章已经添加成功'; $_LANG['articleedit_succeed'] ='文章 %s 成功编辑'; $_LANG['articleedit_fail'] ='文章编辑失败'; $_LANG['no_title'] ='没有输入文章标题'; $_LANG['drop_confirm'] = '您确认要删除这篇文章吗?'; $_LANG['batch_handle_ok'] = '批量操作成功'; /*JS 语言项*/ $_LANG['js_languages']['no_title'] = '没有文章标题'; $_LANG['js_languages']['no_cat'] = '没有选择文章分类'; $_LANG['js_languages']['not_allow_add'] = '系统保留分类,不允许在该分类添加文章'; $_LANG['js_languages']['drop_confirm'] = '您确定要删除文章吗?'; $_LANG['all_cat'] = '全部分类'; ?>