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

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

146 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伪静态站点改成静态站点,点击清除缓存...

1 422
网上下载的帝国CMS免费模板,怎样防止后门与挂马?
网上下载的帝国CMS免费模板,怎样防止后门与挂马?

帝国CMS是一款相当安全的开源cms程序,如果使用规范的模板,一般是不会被挂马的...

7 1071
帝国cms一级栏目一直显示本栏目暂无新增信息怎么办?
帝国cms一级栏目一直显示本栏目暂无新增信息怎么办?

今天有客户联系鸥哥,说网站一级栏目下有4个子栏目,每个子栏目都是有信息的,但...

1 357
帝国cms显示的发布时间与实际发布时间相差了8小时怎么办?
帝国cms显示的发布时间与实际发布时间相差了8小时怎么办?

有少量客户在使用帝国cms建站时发现一个问题:帝国cms显示的发布时间与真实的...

0 428
帝国cms网站加载速度很慢怎么办?
帝国cms网站加载速度很慢怎么办?

很少有帝国cms反馈网站加载速度很慢的问题,如果你的帝国cms站点加载速度很慢...

1 621
帝国cms怎样让不同的会员组浏览不同的内容?
帝国cms怎样让不同的会员组浏览不同的内容?

很多帝国cms站点设置了多级会员,不同的会员具备不同的浏览下载权限。在这个...

0 416
帝国cms自动更新相关tag的fclast上次修改时间字段
帝国cms自动更新相关tag的fclast上次修改时间字段

每次更新发布文章tag信息后,tag数据表的时间会自动同步,但tag信息表的修改时...

0 426
栏目目录搭建的帝国cms网站怎样写伪静态规则?
栏目目录搭建的帝国cms网站怎样写伪静态规则?

如果用栏目搭建帝国cms站点,伪静态规则该怎么写呢?如果直接作用于根目录,可能...

1 546
推荐插件
帝国cms访问统计ip地址链接与封禁插件下载
帝国cms访问统计ip地址链接与封禁插件下载

下载鸥开发了这款帝国cms封禁ip插件,自动记录访问情况,让我们可以更快的识别...

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

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

0 824
帝国cms百度AI图像无损放大api接口对接插件
帝国cms百度AI图像无损放大api接口对接插件

通过本插件,可以实现帝国cms网站对接百度云api实现图像无损放大的功能。经过...

0 430
帝国cms百度AI图像清晰度增强api接口对接插件
帝国cms百度AI图像清晰度增强api接口对接插件

通过本插件,可以实现帝国cms网站对接百度云api实现图像清晰度增强的功能。经...

0 513
帝国cms批量添加后台用户插件
帝国cms批量添加后台用户插件

使用帝国cms的企业用户、新闻资讯类站点的用户很多,此类站点很多时候需要有...

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

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

0 420
帝国cms网站会员登录与退出历史记录日志插件
帝国cms网站会员登录与退出历史记录日志插件

帝国cms默认只有上次登录时间与ip,没有一个记录清单,所以今天,我们分享这个帝...

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

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

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