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/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/saimikebio.com/mobile/lang/zh_cn/admin/articlecat.php
<?php



/**

 * ECSHOP 文章分类管理程序语言文件

 * ============================================================================

 * * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。

 * 网站地址: http://www.ecshop.com;

 * ----------------------------------------------------------------------------

 * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和

 * 使用;不允许对程序代码以任何形式任何目的的再发布。

 * ============================================================================

 * $Author: liubo $

 * $Id: articlecat.php 17217 2011-01-19 06:29:08Z liubo $

*/



$_LANG['cat_name'] = '文章分类名称';

$_LANG['type'] = '分类类型';

$_LANG['type_name'][COMMON_CAT] = '普通分类';

$_LANG['type_name'][SYSTEM_CAT] = '系统分类';

$_LANG['type_name'][INFO_CAT]   = '网店信息';

$_LANG['type_name'][UPHELP_CAT] = '帮助分类';

$_LANG['type_name'][HELP_CAT]   = '网店帮助';



$_LANG['cat_keywords'] = '关键字';

$_LANG['cat_desc'] = '描述';

$_LANG['parent_cat'] = '上级分类';

$_LANG['cat_top'] = '顶级分类';

$_LANG['not_allow_add'] = '你所选分类不允许添加子分类';

$_LANG['not_allow_remove'] = '系统保留分类,不允许删除';

$_LANG['is_fullcat'] = '该分类下还有子分类,请先删除其子分类';

$_LANG['show_in_nav'] = '是否显示在导航栏';



$_LANG['isopen'] = '显示';

$_LANG['isclose'] = '不显示';

$_LANG['add_article'] = '添加文章';



$_LANG['articlecat_edit'] = '文章分类编辑';





/* 提示信息 */

$_LANG['catname_exist'] = '分类名 %s 已经存在';

$_LANG['parent_id_err'] = '分类名 %s 的父分类不能设置成本身或本身的子分类';

$_LANG['back_list'] = '返回分类列表';

$_LANG['continue_add'] = '继续添加新分类';

$_LANG['catadd_succed'] = '已成功添加';

$_LANG['catedit_succed'] = '分类 %s 编辑成功';

$_LANG['back_list'] = '返回分类列表';

$_LANG['continue_add'] = '继续添加分类';

$_LANG['no_catname'] = '请填入分类名';

$_LANG['edit_fail'] = '编辑失败';

$_LANG['enter_int'] = '请输入一个整数';

$_LANG['not_emptycat'] = '分类下还有文章,不允许删除非空分类';



/*帮助信息*/

$_LANG['notice_keywords'] ='关键字为选填项,其目的在于方便外部搜索引擎搜索';

$_LANG['notice_isopen'] ='该文章分类是否显示在前台的主导航栏中。';



/*JS 语言项*/

$_LANG['js_languages']['no_catname'] = '没有输入分类的名称';

$_LANG['js_languages']['sys_hold'] = '系统保留分类,不允许添加子分类';

$_LANG['js_languages']['remove_confirm'] = '您确定要删除选定的分类吗?';



?>