⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system.inc.php

📁 SSCMS网站管理系统 飞狐源码站 SSCMS可以将网站内容全部生成静态HTML文件,这样可以极大地节约主机资源
💻 PHP
字号:
<?php

    define('CHARSET','gb2312') ;

    $system_msg['filenotexists']= "文件 '%s' 不存在";
	$system_msg['jump']= "<a href='%s'>如果你的浏览器没有自动跳转,请点这里</a>";
    $system_msg['1002']= " '%s' 不是有效文件";
    $system_msg['1003']= " '%s' 不是有效目录";
    $system_msg['1004']= "不能打开文件 '%s' " ;
    $system_msg['1005']= "不能打开目录 '%s' " ;
    $system_msg['1006']= "不能建立目录 '%s' " ;
    $system_msg['1007']= "文件格式不匹配" ;
    $system_msg['1008']= "文件 '%s' 已存在" ;
    $system_msg['1009']= "不能将父目录拷贝在子目录下";
    $system_msg['1010']= "没有设置安全文件夹";
    $system_msg['1011']= "'%s' 不在安全文件夹下";
    $system_msg['1012']= "不能写入文件 '%s'";
    $system_msg['1013']= "文件格式只能是 '%s'";
    $system_msg['1014']= "文件不能大于 '%s'";
    $system_msg['1015']= "文件 '%s' 上传失败";

    $system_msg['2001']= "数据库 '%s' 连接失败" ;
    $system_msg['2002']= "数据库 '%s' 选择失败" ;
    $system_msg['2003']= "执行SQL语句 '%s' 失败" ;
    $system_msg['2004']= "无效的SQL语句 '%s' " ;
    $system_msg['noprem']= " '%s' 权限被禁止" ;
    $system_msg['nopremin']= "没有相应权限进入" ;
    $system_msg['passworderro']= "密码不匹配" ;
    $system_msg['usernamenotavailable ']= "不存在的用户名 '%s' " ;
    $system_msg['usernameavailable']= "帐号 '%s' 已被占用" ;
    $system_msg['ipbanned']= "此IP被禁止" ;
    $system_msg['novalid']= "用户 '%s' 未被验证" ;
    $system_msg['2012']= "密码已加密;不能还原";
    $system_msg['2013']= "密码已发送到 '%s'";

    $system_msg['isempty']= "'%s'不存在或为空" ;
    $system_msg['3002']= "建立图片失败" ;
    $system_msg['3003']= "执行失败" ;

    $system_msg['4001']= "'%s' 是无效的时间单位";
    $system_msg['4002']= "记录数太多;请使用分页";

    $system_msg['firstpage']= "第一页";
    $system_msg['previewpage']= "前一页";
    $system_msg['nextpage']= "后一页";
    $system_msg['endpage']= "最后页";
    $system_msg['page']= "第 %d 页";
    $system_msg['tothepage']= "到第 %s 页";
    $system_msg['totalpage']= "共 %d 页";
    $system_msg['total']= "%d 条";
    $system_msg['frompage']= "本页从第 %d 条";
    $system_msg['topage']= "到第 %d 条";
    $system_msg['perpage']= "每页显示 %d 条";

	$system_msg['check_erro']="无法打开目标页面;可能服务器忙或者你的php设置不允许打开远程页面";
	$system_msg['logout']="已注销";
	$system_msg['login']='登陆';
	$system_msg['loginok']='你已经登陆成功';
	$system_msg['adduser']='添加用户';
	$system_msg['moduser']='修改用户';
	$system_msg['chknumerr']='验证码不正确';
	$system_msg['inputerr']='表格填写不完整';
	$system_msg['modpasswordok']='修改密码成功,下次登陆时生效';
	$system_msg['modpassword']='修改密码';
	$system_msg['passwordsend']='密码已经发送到你的邮箱!';
	$system_msg['passwordsenderr']='密码发送失败';
	$system_msg['forgetpassword']='忘记密码';
    $system_msg['account']='帐号';
	$system_msg['lastlogintime']='最后登陆时间';
	$system_msg['loginnum']='登陆次数';
	$system_msg['perm']='权限';
	$system_msg['id']='ID';
	$system_msg['memberlist']='用户列表';
	$system_msg['usergrouplist']='用户组列表';
	$system_msg['usergroupname']='用户组名';
	$system_msg['addusergroup']='增加用户组';
	$system_msg['modules']='模块';
	$system_msg['modules_name']='模块名称';
	$system_msg['valid']='验证';
	$system_msg['defaults']='默认';
	$system_msg['lists']='列表';
	$system_msg['insert']='插入';
	$system_msg['del']='删除';
	$system_msg['mod']='修改';
	$system_msg['move']='移动';
	$system_msg['make']='生成';
	$system_msg['no']='无';
    $system_msg['addmodules']='增加模块';
	$system_msg['modmodules']='修改模块';
	$system_msg['listmodules']='列表模块';
	$system_msg['action']='命令';
	$system_msg['pleaselogin']='请登陆';
	$system_msg['addarticle']='添加文章';
	$system_msg['emptyarticletitle']='文章标题为空';
	$system_msg['listarticle']='文章列表';
	$system_msg['articledate']='时间';
	$system_msg['title']='标题';
	$system_msg['author']='作者';
	$system_msg['views']='点击';
	$system_msg['visible']='显示';
	$system_msg['addcate']='添加频道';
	$system_msg['list_category']='列表频道';

	$system_msg['Author']='作者';
	$system_msg['Title']='标题';
	$system_msg['cateid']='分类ID';
	$system_msg['CreationDate']='添加时间';
	$system_msg['CreationUser']='添加者';
	$system_msg['ListContent']='内容列表';

    $system_msg['addcontentmodel']='添加内容模型';
    $system_msg['ContentModelName']='内容模型名称';
    $system_msg['listcontentmodel']='内容模型列表';

		//this is the category system template
	$system_msg['ContentModelName']='内容模型名称';
	$system_msg['category_name']='分类名称';

	$system_msg['Content_ImgAutoLocalize']='图片本地化';
	$system_msg['SelfPSN']='自定义发布PSN';
	$system_msg['SelfPSNURL']='自定义发布URL';
	$system_msg['SelfTemplate']='自定义发布套用模板';
	$system_msg['SelfPublishFileName']='自定义发布文件名';
	$system_msg['SelfTop']='置顶顺序';
	$system_msg['SelfSort']='精华顺序';

	$system_msg['list_psn']='PSN_列表';
	$system_msg['psn_name']='PSN名称';
	$system_msg['edit_psn']='编辑PSN';
	$system_msg['add_psn']='添加PSN';
	$system_msg['Choose_ResourcePSN']='发布资源PSN选择';
	$system_msg['makedir_ok']='新建目录成功';
	$system_msg['edit_tpl']='编辑模板';
	$system_msg['upload_tpl']='上传模板';
	$system_msg['uploadtpl_ok']='上传模板成功';
	$system_msg['refresh_cache_ok']='刷新缓存成功';
	$system_msg['clear_cache']='清空缓存';
	$system_msg['backup_ok']='备份成功';
	$system_msg['dir_can_not_write']='目录不可写';
	$system_msg['export_multivol_succeed']='分卷备份成功';
	$system_msg['export_file_invalid']='备份文件已经存在';
	$system_msg['export_multivol_redirect']='分卷备份跳转';
	$system_msg['restore_initialize']='初始化数据库恢复程序';
	$system_msg['restore_file']='数据库恢复中;当前正在恢复:';
	$system_msg['restore_succeed']='数据库恢复完成';
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -