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/shophelp.php
<?php

/**
 * ECSHOP
 * ============================================================================
 * * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
 * 网站地址: http://www.ecshop.com;
 * ----------------------------------------------------------------------------
 * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
 * 使用;不允许对程序代码以任何形式任何目的的再发布。
 * ============================================================================
 * $Author: liubo $
 * $Id: shophelp.php 17217 2011-01-19 06:29:08Z liubo $
*/
$_LANG['shophelp_add'] = '添加新帮助文章';
$_LANG['cat_add'] = '添加新分类';
$_LANG['cat_name'] = '分类名称';
$_LANG['title'] = '文章名称';
$_LANG['article_type'] = '文章类型';
$_LANG['add_time'] = '添加时间';
$_LANG['sort'] = '排序';
$_LANG['article_add'] = '添加新帮助文章';
$_LANG['cat'] = '文章分类';
$_LANG['article_list'] = '网店帮助信息管理';
$_LANG['back_list'] = '返回帮助信息管理';
$_LANG['continue_add'] = '继续添加文章';
$_LANG['top'] = '置顶';
$_LANG['common'] = '普通';
$_LANG['num'] = '文章数量';
$_LANG['page'] = '文章数量';
$_LANG['cat_name_empty'] = '分类名称不能为空!';

$_LANG['article_list'] = '帮助文章列表';
$_LANG['cat_list'] = '帮助分类列表';
$_LANG['select_plz'] = '请选择...';

/* 提示信息 */
$_LANG['catname_exist'] = '此分类名已经存在!';
$_LANG['title_exist'] = '此文章主题已经存在!';
$_LANG['catadd_fail'] = '添加分类失败';
$_LANG['catedit_fail'] = '分类编辑失败';
$_LANG['remove_fail'] = '删除失败';
$_LANG['edit_fail'] = '编辑失败';
$_LANG['enter_int'] = '请输入一个整数';
$_LANG['articleadd_succeed'] = '文章添加成功';
$_LANG['articleedit_succeed'] = '文章 %s 编辑成功';
$_LANG['articlename_exist'] = '文章 %s 已经存在';
$_LANG['not_emptycat'] = '分类下还有文章,不允许删除非空分类';

/*JS 语言项*/
$_LANG['js_languages']['no_catname'] = '没有输入分类名';
$_LANG['js_languages']['lang_remove'] = '移除';
$_LANG['js_languages']['lang_sort'] = '排序:';
$_LANG['js_languages']['lang_article_add'] = '添加新帮助文章';;
$_LANG['js_languages']['lang_article_list'] = '帮助文章列表';;
$_LANG['js_languages']['remove_confirm'] = '你确认要删除该记录吗?';;
$_LANG['js_languages']['no_title'] = '没有输入文章标题';;
$_LANG['js_languages']['no_cat'] = '没有选择帮助文章分类';
$_LANG['js_languages']['chap'] = '篇';

?>