下载鸥 > 网站下载 > 开发教程 > 帝国CMS

帝国cms用户提示信息英文版

84 2025-07-30 08:45:27

收藏
我们经常使用英文版开发帝国cms站点,但帝国自带的提示是不包含英文的。这里分享英文版提示的包。
 

包地址

/e/data/language/gb/pub/q_message.php
 

英文语言包源码

<?php
//--------  Empire CMS "Information Prompt" Language Package (Frontend)

$qmessage_r=array(
    'CreatePathFail'=>'Failed to create directory. Please check directory permissions.',
    'DbError'=>'Database error',
    'ErrorUrl'=>'The link you came from does not exist',
    'NotNextInfo'=>'No more records below',
    'NotCanPostUrl'=>'Please submit data through the website',
    'NotCanPostIp'=>'Sorry',

    'CloseAddNews'=>'This function has been disabled by the administrator. Please contact the administrator if you have any questions.',
    'MustLast'=>'The selected category is not a leaf category (blue bar)',
    'EmptyTitle'=>'Please enter a title, content, and select a category',
    'AddNewsSuccess'=>'Thank you for your submission. We will review your information as soon as possible.',
    'CloseAddNewsTranpic'=>'The system has disabled image uploads',
    'EmptyQMustF'=>'Please complete all required fields',
    'HaveNotLevelQInfo'=>'You do not have permission to manage this information',
    'ClassSetNotAdminQCInfo'=>'This category is configured to disallow management of approved information',
    'ClassSetNotEditQCInfo'=>'This category is configured to allow editing of only unapproved information',
    'ClassSetNotDelQCInfo'=>'This category is configured to allow deletion of only unapproved information',
    'ClassSetNotAdminQInfo'=>'This category is configured to disallow management of submitted information',
    'ClassSetNotEditQInfo'=>'This category is configured to allow editing of only submitted information',
    'ClassSetNotDelQInfo'=>'This category is configured to allow deletion of only submitted information',
    'EmptyQinfoCid'=>'Please select a submission category',
    'NotOpenCQInfo'=>'This category does not accept submissions',
    'HaveNotLevelAQinfo'=>'Your member group cannot submit information',
    'HaveNotFenAQinfo'=>'You do not have enough points to submit information',
    'AddQinfoSuccess'=>'Information submitted successfully',
    'EditQinfoSuccess'=>'Information updated successfully',
    'DelQinfoSuccess'=>'Information deleted successfully',
    'EmptyQTranFile'=>'Please select a file to upload',
    'NotQTranFiletype'=>'The file extension you uploaded is invalid',
    'CloseQTranPic'=>'The system has disabled image uploads',
    'TooBigQTranFile'=>'The file you uploaded exceeds the system size limit',
    'CloseQTranFile'=>'The system has disabled file attachments',
    'CloseQAdd'=>'The system has disabled submissions',
    'HaveCloseWords'=>'Your submitted information contains illegal characters',
    'ReIsOnlyF'=>'The value for field '.$GLOBALS['msgisonlyf'].' already exists. Please do not resubmit.',
    'NewMemberAddInfoError'=>'Newly registered members are restricted from submitting information until '.$public_r['newaddinfotime'].' minutes after registration',
    'CrossDayInfo'=>'You have exceeded the daily submission limit',
    'TranFail'=>'Please check if directory permissions are set to 0777. File upload failed.',
    'QAddInfoOutTime'=>'The system submission interval limit is '.$public_r[readdinfotime].' seconds. Please try again later.',
    'QEditInfoOutTime'=>'Information cannot be modified after '.$public_r[qeditinfotime].' minutes',
    'IpMaxAddInfo'=>'You are submitting information too frequently. Please try again later.',
    'OneInfoAddInfo'=>'Members are limited to '.$GLOBALS['classqoneinfo'].' information entries in this category',
    'qWorkflowCanNotEditInfo'=>'Information being processed by the workflow cannot be modified',

    'NotVote'=>'This poll does not exist!',
    'VoteOutDate'=>'This poll has expired. Voting failed!',
    'ReVote'=>'This IP has already voted. Please do not vote again!',
    'EmptyChangeVote'=>'Please select at least one voting option',
    'NotChangeVote'=>'You have not selected any voting options',
    'VoteSuccess'=>'Thank you for voting',
    'EmptyPl'=>'Please enter your comment',
    'EmptyPlMustF'=>'The field '.$GLOBALS['msgmustf'].' is empty. Please complete all required fields',
    'PlOutTime'=>'The system comment interval limit is '.$GLOBALS['setpltime'].' seconds. Please try again later.',
    'VoteOutTime'=>'The system voting interval limit is '.$public_r[revotetime].' seconds. Please try again later.',
    'GbOutTime'=>'You can leave a message at least every '.$public_r[regbooktime].' seconds',
    'HavePlCloseWords'=>'Your comment contains illegal characters',
    'NotLevelToPl'=>'Your member group cannot post comments',
    'PlOutMaxFloor'=>'The quoted floor number exceeds the limit',
    'GuestNotToPl'=>'Guests cannot post comments',
    'CloseClassPl'=>'Comments have been disabled for this category',
    'CloseInfoPl'=>'Comments have been disabled for this information',
    'AddPlSuccess'=>'Submission successful',
    'PlSizeTobig'=>'Your comment is too long. The system does not accept comments exceeding (system limit '.$GLOBALS['setplsize'].' bytes)',
    'EmptyGbookname'=>'Please enter your name, email, and message',
    'AddGbookSuccess'=>'Submission successful',
    'EmptyFeedbackname'=>'Fields marked * are required',
    'AddFeedbackSuccess'=>'Submission successful',
    'AddErrorSuccess'=>'Thank you for your report. We will process it as soon as possible.',
    'EmptyErrortext'=>'Please enter your error report',
    'EmptyGbook'=>'This guestbook does not exist',
    'EmptyFeedback'=>'This feedback form does not exist',
    'DoForPlGSuccess'=>'Thank you for your support',
    'DoForPlBSuccess'=>'Thank you for your feedback',
    'ReDoForPl'=>'You have already submitted',
    'AddInfoPfen'=>'Thank you for your rating',
    'DoDiggGSuccess'=>'Thank you for your support',
    'DoDiggBSuccess'=>'Thank you for your feedback',
    'ReDigg'=>'You have already submitted',
    'NotOpenFBFile'=>'The system does not allow file attachments',
    'NotLevelToClass'=>'Your member group does not have permission to access this category',
    'ThisTimeCloseDo'=>'This operation is not allowed during this time period',
    'NotOpenMemberConnect'=>'The website does not allow external logins',

    'CloseRegister'=>'Registration has been disabled by the administrator',
    'EmptyMember'=>'Username, password, and email cannot be empty',
    'FaiUserlen'=>'Invalid username length',
    'FailPasslen'=>'Password length is too short or too long',
    'NotRepassword'=>'Passwords do not match',
    'EmailFail'=>'The email you entered is invalid!',
    'ReEmailFail'=>'This email is already registered',
    'RegisterReIpError'=>'Duplicate registrations from the same IP are not allowed',
    'RegHaveCloseword'=>'Username contains forbidden characters',
    'NotSpeWord'=>'Username cannot contain special characters',
    'ReUsername'=>'This username is already registered. Please choose another!',
    'LoginToRegister'=>'You are already logged in. Cannot register an account.',
    'RegisterSuccess'=>'Registration successful',
    'RegisterSuccessCheck'=>'Registration successful. Please wait for administrator approval.',
    'NotEmpty'=>'Fields marked * are required',
    'FailOldPassword'=>'Old password is incorrect. Cannot modify.',
    'EditInfoSuccess'=>'Information updated successfully!',
    'NotLogin'=>'You are not logged in!',
    'NotSingleLogin'=>'Only one person can be online with this account at a time!',
    'NotCheckedUser'=>'Your account has not been approved',
    'ExitSuccess'=>'Logged out successfully!',
    'EmptyLogin'=>'Username and password cannot be empty',
    'FailPassword'=>'Your username or password is incorrect!',
    'LoginSuccess'=>'Login successful!',
    'NotCookie'=>'Login failed. Please ensure your browser accepts cookies!',
    'MoreFava'=>'Your favorites list is full. Cannot add more.',
    'AddFavaSuccess'=>'Added to favorites successfully',
    'ReFava'=>'This favorite link already exists',
    'NotDelFavaid'=>'Please select favorites to delete',
    'DelFavaSuccess'=>'Favorites deleted successfully',
    'EmptyFavaClassname'=>'Please enter a category name',
    'AddFavaClassSuccess'=>'Category added successfully',
    'EditFavaClassSuccess'=>'Category updated successfully',
    'EmptyFavaClassid'=>'Please select a category to delete',
    'DelFavaClassSuccess'=>'Category deleted successfully',
    'NotChangeMoveCid'=>'Please select a category to move to',
    'NotMoveFavaid'=>'Please select at least one favorite to move',
    'MoveFavaSuccess'=>'Favorites moved successfully',
    'EmptyGetCard'=>'Please enter the username, card number, and password for recharge',
    'DifCardUsername'=>'Usernames do not match!',
    'ExiestCardUsername'=>'The username you entered does not exist! Please check your input.',
    'CardPassError'=>'The recharge card number or password you entered is incorrect. Recharge failed!',
    'CardGetFenSuccess'=>'Congratulations! Recharge successful',
    'CardGetFenError'=>'Database is busy. Please try recharging later, thank you!',
    'CardOutDate'=>'This recharge card has expired. Recharge failed',
    'CardHaveUserdate'=>'Your current membership group validity period has not expired. Cannot recharge a new membership group',
    'FailKey'=>'Verification code is incorrect',
    'OutKeytime'=>'Verification code has expired',
    'EmptyMsg'=>'Please enter a title, message content, and recipient',
    'MsgToself'=>'Cannot send message to yourself!',
    'MoreMsglen'=>'Message content is too long. Sending failed',
    'MsgNotToUsername'=>'Recipient account does not exist!',
    'UserMoreMsgnum'=>'Recipient's message inbox is full. Sending failed!',
    'AddMsgSuccess'=>'Message sent successfully!',
    'EmptyDelMsg'=>'Please select messages to delete',
    'DelMsgSuccess'=>'Messages deleted successfully',
    'HaveNotMsg'=>'This message does not exist',
    'HaveNotEnLevel'=>'Insufficient permissions',
    'NotUsername'=>'This account does not exist',
    'NotLevelShowInfo'=>'You do not have sufficient permissions to view member information',
    'NotLevelMemberList'=>'You do not have sufficient permissions to view the member list',
    'EmptyFriend'=>'Please enter a username',
    'NotFriendUsername'=>'This account does not exist',
    'AddFriendSuccess'=>'Friend added successfully',
    'EditFriendSuccess'=>'Friend information updated successfully',
    'EmptyFriendId'=>'Please select friends to delete',
    'DelFriendSuccess'=>'Friends deleted successfully',
    'NotAddFriendSelf'=>'Cannot add yourself as a friend',
    'ReAddFriend'=>'This user is already in your friends list',
    'NotChangeSpaceStyleId'=>'Please select a space template to set',
    'ChangeSpaceStyleSuccess'=>'Space template set successfully',
    'SetSpaceSuccess'=>'Space information set successfully',
    'CloseMemberSpace'=>'The system has disabled the member space function',
    'UserNotSpace'=>'This member's space is not open',
    'EmptyMemberGbook'=>'Please enter a nickname and message',
    'AddMemberGbookSuccess'=>'Message posted',
    'NotDelMemberGbookid'=>'Please select messages to delete',
    'DelMemberGbookSuccess'=>'Messages deleted successfully',
    'EmptyReMemberGbook'=>'Please enter a reply',
    'ReMemberGbookSuccess'=>'Message replied',
    'EmptyMemberFeedback'=>'Please enter contact information, message title, and content',
    'AddMemberFeedbackSuccess'=>'Information submitted successfully',
    'NotDelMemberFeedbackid'=>'Please select feedback to delete',
    'DelMemberFeedbackSuccess'=>'Deleted successfully',
    'EmptyGetPassword'=>'Please enter your username and email',
    'ErrorGPUsername'=>'Username or email is incorrect',
    'CloseGetPassword'=>'The website has disabled the password retrieval function',
    'SendGetPasswordEmailSucess'=>'Email sent. Please check your email to authenticate and retrieve your password',
    'GPOutTime'=>'Link has expired',
    'GPErrorPass'=>'Parameters are incorrect. Verification failed',
    'GetPasswordSuccess'=>'Password retrieved successfully',
    'ActUserSuccess'=>'Account activated successfully',
    'SendActUserEmailSucess'=>'Account activation email sent. Please check your email to activate your account',
    'CloseRegAct'=>'The website does not use email activation for accounts',
    'EmptyRegAct'=>'Please enter your username, password, and email',
    'ErrorRegActUser'=>'Username, password, or email is incorrect',
    'HaveRegActUser'=>'This account has already been activated',
    'NotHaveTrueName'=>'Your account has not been verified with real name',
    'EmptyAddTrueNameInfo'=>'Fields marked * are required',
    'ReAddTrueNameInfo'=>'Already submitted',
    'AddTrueNameInfoSuccess'=>'Submitted successfully',
    'HaveTrueName'=>'Real name verified',
    
    'SearchNotRecord'=>'No results',
    'SearchOutTime'=>'System limits search intervals to '.$public_r[searchtime].' seconds. Please try again later.',
    'EmptyKeyboard'=>'Please enter keywords',
    'MinKeyboard'=>'Search keywords should be '.$public_r[min_keyboard].'~'.$public_r[max_keyboard].' bytes',
    'NotLevelToSearch'=>'Your member group does not have permission to use the search function',

    'FailDownpass'=>'Download verification code is incorrect. Please refresh the download page and try again.',
    'ExiestSoftid'=>'This download does not exist',
    'MustSingleUser'=>'Only one person can be online at a time. Please log in again',
    'NotDownLevel'=>'Your member level is insufficient. You do not have download permissions!',
    'NotEnoughFen'=>'You do not have enough points to download',
    'CrossDaydown'=>'Your daily download and view count has exceeded the system limit',
    'CloseGetDown'=>'Direct download is not enabled',
    
    'NotChangeProduct'=>'This product does not exist',
    'MustEnterSelect'=>'Fields marked * are required. Please complete all',
    'EmptyBuycar'=>'Your shopping cart is empty',
    'NotPsid'=>'Please select a delivery method',
    'NotPayfsid'=>'Please select a payment method',
    'NotProductForBuyfen'=>'The selected product does not support purchase with points',
    'NotEnoughFenBuy'=>'You do not have enough points to purchase this product',
    'NotLoginTobuy'=>'You are not logged in. Cannot use this payment method',
    'NotEnoughMoneyBuy'=>'Your account balance is insufficient. Cannot purchase product',
    'AddDdSuccess'=>'Order submitted successfully.',
    'AddDdSuccessa'=>'Order submitted successfully.',
    'AddDdAndToPaySuccess'=>'Order submitted successfully. Redirecting to online payment...',
    'FenNotFp'=>'No invoice for point purchases',
    'NotShopDdId'=>'This order does not exist',
    'ShopDdIdHavePrice'=>'This order has already been paid',
    'EmptyAddress'=>'Please enter an address',
    'AddAddressSuccess'=>'Address added successfully',
    'EditAddressSuccess'=>'Address updated successfully',
    'NotAddressid'=>'Please select an address',
    'DelAddressSuccess'=>'Address deleted successfully',
    'DefAddressSuccess'=>'Default address set successfully',
    'ErrorShopTbname'=>'Not a mall table information',
    'NotChangeShopDdid'=>'Please select an order',
    'NotDelShopDd'=>'This order has been confirmed. Cannot cancel',
    'OuttimeNotDelShopDd'=>'This order was placed longer ago than the cancellable period',
    'DelShopDdSuccess'=>'Order cancelled successfully',
    'EmptyPreCode'=>'This discount code does not exist',
    'PreCodeOuttime'=>'This discount code has expired',
    'PreCodeNotLevel'=>'Your member group does not have permission to use this discount code',
    'PreCodeErrorClass'=>'This type of product cannot use this discount code',
    'PreCodeMusttotal'=>'Must purchase at least '.$GLOBALS['precodemusttotal'].' yuan to use this discount code',
    'ShopOutMaxnum'=>'The quantity of products you are purchasing exceeds the inventory',
    'ShopNotProductNum'=>'This product is currently out of stock',
    'ShopDdCancel'=>'This order has been cancelled',
    'ShopBuycarMaxnum'=>'Your shopping cart has exceeded the product quantity limit',
    'ShopOutSinglenum'=>'The total number of single products you are purchasing has exceeded the limit',

    'SchallNotRecord'=>'No relevant content found',
    'SchallOutTime'=>'System limits search intervals to '.$public_r[schalltime].' seconds. Please try again later.',
    'EmptySchallKeyboard'=>'Please enter search keywords',
    'SchallMinKeyboard'=>'System limits search keywords to between '.$public_r[schallminlen].'~'.$public_r[schallmaxlen].' characters',
    'SchallNotOpenTitleText'=>'System does not allow simultaneous title + full text search',
    'SchallNotOpenTitle'=>'System does not allow title search',
    'SchallNotOpenText'=>'System does not allow full text search',
    'SchallClose'=>'Site-wide search is not enabled',

    'CloseTags'=>'TAG function is disabled',
    'HaveNotTags'=>'This TAG does not exist',
);
?>

这样,就完成了英文版提示信息。
 

附注

存在单引号的提示词,请自行添加转义符。

本文地址:https://xzo.com.cn/develop/empire/1306.html

有帮助,很赞!

信息来源:下载鸥
导出教程 下载word版教程
发表评论 共有条评论
关于帝国CMS


帝国cms是一款功能极为强大的cms程序,性能强悍、安全性高,可轻松支持10万数据,高级开发人员可制作出能容纳千万数据量的网站,是国内最出色的开源cms程序之一,推荐企业用户使用

当前最新版本为7.5,8.0版本即将上线,新版本的核心优化点在于多终端的适配。

推荐帝国CMS开发教程
帝国CMS怎样让一条信息具有多个模板?
帝国CMS怎样让一条信息具有多个模板?

帝国CMS的信息是绑定内容模板的,通过本教程可以实现在前台自由使用不同的模...

17 587
帝国CMS文章配图怎样设置自动添加水印?
帝国CMS文章配图怎样设置自动添加水印?

现在采集网站非常多,不止采集内容,还采集图片,还不标注出处,非常可恶。那么,帝国...

1 475
帝国cms怎样批量删除垃圾留言?
帝国cms怎样批量删除垃圾留言?

现如今,许多商家通过机器批量给网站发留言,一条两条还可以接受,有的商家却是拼...

1 454
帝国CMS内容页怎样用js实现点击改变字号大小?
帝国CMS内容页怎样用js实现点击改变字号大小?

许多帝国cms开发的小说站点、文字资料站点要考虑目标用户的不同而设置不同...

1 447
帝国CMS怎样根据栏目关键字调用Tags信息
帝国CMS怎样根据栏目关键字调用Tags信息

在帝国cms开发过程中,我们经常会遇到这样那样的需求。就如栏目信息的展示,有...

1 470
帝国cms怎样判断会员是否登录的状态?
帝国cms怎样判断会员是否登录的状态?

许多站点需要做帝国cms会员投稿的功能,不仅可以借此盈利,还能有效促进seo排名...

0 354
帝国CMS怎么整合Discuz
帝国CMS怎么整合Discuz

Discuz是一个相当流行的论坛系统,现在百度站长论坛还是使用的discuz。帝国cm...

0 396
帝国cms怎样给广告增加排序?
帝国cms怎样给广告增加排序?

帝国cms广告系统功能比较强大,但本身并没有排序的功能。如果想要替换广告的...

3 417
推荐插件
帝国cms联想词搜索高级搜索插件下载
帝国cms联想词搜索高级搜索插件下载

帝国CMS自带的搜索功能虽然强大,但也有很强的局限性 -- 必须关键词完全匹配...

0 668
帝国cms多栏目多数据表自动审核推送插件
帝国cms多栏目多数据表自动审核推送插件

本插件基于帝国cms帝国cms每日自动审核插件,在自动审核指定条数信息的基础上...

0 850
帝国CMS内网用户静态站点文章访客统计插件
帝国CMS内网用户静态站点文章访客统计插件

本插件适用于内网用户,可查看单篇文章访问者ip地址。如果添加访问者ip组,可查...

0 495
帝国cms纳米数据接口(足球比赛中最新数据)
帝国cms纳米数据接口(足球比赛中最新数据)

帝国cms 对接纳米数据(www.nami.com)接口,本接口主要接收、整理足球比赛实时数...

0 284
帝国cms百度AI黑白图像上色api接口对接插件
帝国cms百度AI黑白图像上色api接口对接插件

百度开放了系列AI功能api如图像上色、图像去雾、图像修复、无损放大、清晰...

0 364
帝国cms百度文字识别ocr接口对接插件
帝国cms百度文字识别ocr接口对接插件

许多网站会做一些小功能小插件给客户使用以增强用户黏性,比如图片转文字,这种...

0 412
帝国cms自动给正文关键词添加tag内链
帝国cms自动给正文关键词添加tag内链

帝国cms有自带的给关键词添加内链功能,但需要手动添加关键词,容易出现疏漏和...

0 772
帝国cms自动生成文章新闻目录插件下载
帝国cms自动生成文章新闻目录插件下载

用户体验是我们的需求,百度蜘蛛的认可更是我们的需求。毕竟,没有收录排名,何来...

0 1044
客服QQ:341553759
扫码咨询 常见问题 >
官方交流群:90432500
点击加入