首页 » 技术分享 » 安装Zpanel+汉化

安装Zpanel+汉化

 

    wget http://www.zvps.co.uk/sites/default/files/downloads/centos-6-3/package/installer-x86-install.sh.x.tar.gz

    tar -xf installer-x86-install.sh.x.tar.gz

    chmod +x installer-x86-install.sh.x

    yum install ld-linux.so.2 curl -y

    ./installer-x86-install.sh.x

64bit:

    wget http://www.zvps.co.uk/sites/default/files/downloads/centos-6-3/package/installer-x86_64-install.sh.x.tar.gz

    tar -xf installer-x86_64-install.sh.x.tar.gz

    chmod +x installer-x86_64-install.sh.x

    yum install ld-linux.so.2 curl

    ./installer-x86_64-install.sh.x

运行安装脚本后,填入些相关信息:

    To contine please agree to the GPL license (y/n/q)? y # 服务条款,输入y即可

    Find your timezone from : http://php.net/manual/en/timezones.php e.g Europe/London

    Enter Your Time Zone: Asia/Shanghai # 这里是时区的设置,例如Asia/Shanghai,即北京时间

    Install fresh ZPanel server or enter an upgrade version number e.g 10-0-1 :install # 回车

    Enter the FQDN of the server (example: zpanel.yourdomain.com): default.hostname

    # FQDN,默认的就可;或删掉,并敲入一个二级域名

    Enter the Public (external) IP of the server: 198.35.47.24 # pubip删掉,敲入公网的IP地址

    MySQL Password is currently blank, please change it now.

    Password you will use for MySQL: *********

    Re-enter the password you will use for MySQL: ********* # 输入2遍MySQL的密码

    ZPanel will now install, are you sure (y/n/q)? y # 是否开始安装

这样就开始安装了,根据网络和性能的不同,安装一般在5-10分钟内搞定;安装完成之后系统自动重启;

之后打开IP,或指向该IP的域名就可以看到登录页面;登录用户名为:zadmin;随机密码可以用以下方法获得:

    cat /root/passwords.txt

设置zpanel面板为中文的

通过ZPANELX面板打开PHPMYADMIN,分别选中对应的表,执行以下SQL语句

    ========core库=========

    ALTER TABLE `x_accounts` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_aliases` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_bandwidth` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_cronjobs` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_distlists` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_distlistusers` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_dns` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_faqs` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_forwarders` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_ftpaccounts` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_groups` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_htaccess` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_mailboxes` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_logs` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_mailboxes` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_modcats` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_modules` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_mysql` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_mysql_databases` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_mysql_dbmap` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_mysql_users` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_packages` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_permissions` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_profiles` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_quotas` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_settings` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_translations` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `x_vhosts` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ============postfix库===========

    ALTER TABLE `admin` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `alias` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `alias_domain` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `config` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `domain` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `domain_admins` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `fetchmail` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `log` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `mailbox` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `quota` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `quota2` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `vacation` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `vacation_notification` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ============proftpd库(实际上我觉得这一部分做不做无所谓)===========

    ALTER TABLE `ftpgroup` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `ftpquotalimits` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `ftpquotatallies` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `ftpuser` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ============roundcube库===========

    ALTER TABLE `cache` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `contactgroupmembers` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `contactgroups` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `contacts` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `identities` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `messages` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `session` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE `users` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

以上部分会有报错  不影响汉化

修改文件,先修改/etc/zpanel/panel/dryden/db/driver.class.php文件,找到

    public function query($query) {   try {

在try中添加 $FIXSql1 = "set character_set_server='utf8'";

            $FIXSql2 = "set names 'utf8'";

            $FIX = parent::query($FIXSql1);

            $FIX2 = parent::query($FIXSql2);         注意区分大小写 

接着修改/etc/zpanel/panel/etc/styles/zpanelx/master.ztml,找到

    <meta http-equiv=”Content-Type” content=”text/html; charset=ISO-8859-1″>

把 ISO-8859-1"> 修改成 utf-8″ />

接下来又是数据库,到core库执行:

    ALTER TABLE `x_translations` ADD `tr_Chinese_tx` TEXT NULL; 

sql执行

UPDATE `x_translations`

SET `tr_Chinese_tx` = CASE `tr_en_tx`

WHEN 'Webmail is a convenient way for you to check your email accounts online without the need to configure an email client.' THEN 'Webmail是一种方便的方式为您检查您的电子邮件帐户,而不需要配置一个电子邮件客户端在线。'

WHEN 'Launch Webmail' THEN '打开企业邮局'

WHEN 'PHPInfo provides you with information regarding the version of PHP running on this system as well as installed PHP extentsions and configuration details.' THEN 'PHPINFO提供有关信息系统以及安装的PHP extentsions和配置细节上运行的PHP版本。'

WHEN 'From here you can shadow any of your client\'s accounts, this enables you to automatically login as the user which enables you to offer remote help by seeing what they see!' THEN '从这里您可以隐藏任何您的客户的帐户,这可以让您看到他们所看到的,它使您能够提供远程帮助用户自动登录!'

WHEN 'My Account' THEN '我的帐户'

WHEN 'Change Password' THEN '更改密码'

WHEN 'Shadowing' THEN '映射'

WHEN 'ZPanel Config' THEN 'ZPanel配置'

WHEN 'ZPanel News' THEN 'ZPanel新闻'

WHEN 'Updates' THEN '更新'

WHEN 'Report Bug' THEN '报告Bug'

WHEN 'Account' THEN '帐户'

WHEN 'Module Admin' THEN '模块管理'

WHEN 'Backup' THEN '备份'

WHEN 'Network Tools' THEN '网络工具'

WHEN 'Service Status' THEN '服务状态'

WHEN 'PHPInfo' THEN 'PHP配置参数信息'

WHEN 'phpMyAdmin' THEN 'phpMyAdmin'

WHEN 'Domains' THEN '域名'

WHEN 'Sub Domains' THEN '子域名'

WHEN 'Parked Domains' THEN '域名停放'

WHEN 'Manage Clients' THEN '管理用户'

WHEN 'Package Manager' THEN '套餐管理'

WHEN 'Server' THEN '服务器'

WHEN 'Database' THEN '数据库'

WHEN 'Advanced' THEN '高级'

WHEN 'Mail' THEN '邮件'

WHEN 'Reseller' THEN '分销商'

WHEN 'Account Information' THEN '帐户信息'

WHEN 'Server Admin' THEN '服务器管理'

WHEN 'Database Management' THEN '数据库管理'

WHEN 'Domain Management' THEN '域名管理'

WHEN 'Find out all the latest news and information from the ZPanel project.' THEN '找出所有最新的新闻和信息从ZPanel项目。'

WHEN 'Check to see if there are any available updates to your version of the ZPanel software.' THEN '检查是否有zpanel的更新'

WHEN 'If you have found a bug with ZPanel you can report it here.' THEN '如果您发现了ZPanel的错误,您可以在这里报告。'

WHEN 'phpMyAdmin is a web based tool that enables you to manage your ZPanel MySQL databases via. the web.' THEN 'phpMyAdmin是一个基于Web的工具,使您可以通过管理您的MySQL数据库。'

WHEN 'Current personal details that you have provided us with, We ask that you keep these upto date in case we require to contact you regarding your hosting package.' THEN '请确保您的联系资料真实可信,我们将通过它与您联系。'

WHEN 'Webmail is a convenient way for you to check your email accounts online without the need to configure an email client.' THEN 'Webmail是一个方便的在线处理邮件的工具。'

WHEN 'Change your current control panel password.' THEN '更改您的控制面板密码'

WHEN 'The backup manager module enables you to backup your entire hosting account including all your MySQL&reg databases.' THEN '备份管理模块,可让您备份您的整个托管帐户,包括所有您的MySQL数据库。'

WHEN 'You can use the tools below to diagnose issues or to simply test connectivity to other servers or sites around the globe.' THEN '您可以使用下面的工具来诊断问题或简单的测试连接到世界各地的其他服务器或网站。'

WHEN 'Here you can check the current status of our services and see what services are up and running and which are down and not.' THEN '在这里,您可以检查服务器的服务的运行状态。'

WHEN 'This module enables you to add or configure domain web hosting on your account.' THEN '此模块可让您添加或配置域网络存取您的帐户上。'

WHEN 'Domain parking refers to the registration of an Internet domain name without that domain being used to provide services such as e-mail or a website. If you have any domains that you are not using, then simply park them!' THEN '域名停放是指没有被用来提供服务,如e-mail或网站,域名注册互联网域名。如果您有任何您不使用的域,然后简单地停放他们!'

WHEN 'This module enables you to add or configure domain web hosting on your account.' THEN '此模块可让您添加或配置域网络存取您的帐户上。'

WHEN 'Administer or configure modules registered with module admin' THEN '管理或配置模块与模块管理登记'

WHEN 'The account manager enables you to view, update and create client accounts.' THEN '在帐户管理器可让您查看,更新和创造客户的帐户。'

WHEN 'Welcome to the Package Manager, using this module enables you to create and manage existing reseller packages on your ZPanel hosting account.' THEN '欢迎套餐管理器,使用该模块,使您能够创建和管理现有的分销商包上您的ZPanel托管帐户。'

WHEN 'Gives you access to your files with drag-and-drop, multiple file uploading, text editing, zip support.' THEN '给您访问您的文件拖放,多文件上传,文字编辑,压缩??支持。'

WHEN 'Secure FTP Applet is a JAVA based FTP client component that runs within your web browser. It is designed to let non-technical users exchange data securely with an FTP server.' THEN '安全FTP Applet是一个基于Java的FTP客户端组件,您的网页浏览器内运行。它的设计与FTP服务器,让非技术用户的数据交换的安全。'

WHEN 'Full name' THEN '全名'

WHEN 'Email Address' THEN '电邮地址'

WHEN 'Phone Number' THEN '电话号码'

WHEN 'Choose Language' THEN '择语言'

WHEN 'Postal Address' THEN '邮政地址'

WHEN 'Postal Code' THEN '邮政编码'

WHEN 'Current personal details that you have provided us with, We ask that you keep these upto date in case we require to contact you regarding your hosting package.' THEN '目前,您已经为我们提供的个人资料,我们要求您保持upto日期的情况下,我们需要您联系您的主机包。'

WHEN 'Changes to your account settings have been saved successfully!' THEN '您的帐户设置的更改已保存成功!'

WHEN 'Update Account' THEN '更新帐户'

WHEN 'Enter your account details' THEN '输入您的帐户信息'

WHEN 'Usage Viewer' THEN '使用状况'

WHEN 'Admin' THEN '管理'

WHEN 'phpSysInfo' THEN 'php系统信息'

WHEN 'Cron Manager' THEN '计划任务管理器'

WHEN 'FAQ\'s' THEN '常见问题'

WHEN 'Protect Directories' THEN '目录保护'

WHEN 'Webalizer Stats' THEN 'Webalizer的统计'

WHEN 'MySQL Database' THEN 'MySQL数据库'

WHEN 'MySQL Users' THEN 'MySQL用户'

WHEN 'Domain' THEN '域名'

WHEN 'DNS Manager' THEN 'DNS管理器'

WHEN 'Aliases' THEN '别名'

WHEN 'Distribution Lists' THEN '分发名单'

WHEN 'Forwards' THEN '向前'

WHEN 'Mailboxes' THEN '邮箱'

WHEN 'WebMail' THEN '邮局'

WHEN 'Client Notice Manager' THEN '客户发出通知经理'

WHEN 'Manage Groups' THEN '管理组'

WHEN 'Theme Manager' THEN '主题管理'

WHEN 'File' THEN '文件'

WHEN 'FTP Accounts' THEN 'FTP帐户'

WHEN 'Current personal details that you have provided us with, We ask that you keep these upto date in case we require to contact you regarding your hosting package.\r\n' THEN '目前,您已经为我们提供的个人资料,我们要求您保留这些日期起来的情况下,我们需要您联系您的主机包。'

WHEN 'The account usage screen enables you to see exactly what you are currently using on your hosting package.' THEN '帐户使用屏幕可以看到正是您目前正在使用您的主机包。'

WHEN 'phpSysInfo is a web-based server hardware monitoring tool which enables you to see detailed hardware statistics of your server.' THEN 'phpSysInfo是一个基于网络的服务器硬件监控工具,它可以让您看到您的服务器的详细硬件统计'

WHEN 'Changes made here affect the entire ZPanel configuration, please double check everything before saving changes.' THEN '所做的更改,这里影响整个ZPanel的配置,请仔细检查之前保存更改的一切。'

WHEN 'Here you can configure PHP scripts to run automatically at different time intervals.' THEN '在这里,您可以配置PHP脚本在不同的时间间隔自动运行。'

WHEN 'Please find a list of the most common questons from users, if you are unable to find a solution to your problem below please then contact your hosting provider. Simply click on the FAQ below to view the solution.' THEN '请找到用户最常见的questons列表,如果您不能找到一个问题的解决方案下面,请联系您的托管服务提供商。只需点击下面的常见问题,以查看解决方案。'

WHEN 'This module enables you to configure .htaccess files and users to protect your web directories.' THEN '此模块可让您配置。htaccess文件和用户保护您的web目录。'

WHEN 'You can view many statistics such as visitor infomation, bandwidth used, referal infomation and most viewed pages etc. Web stats are based on Domains and sub-domains so to view web stats for a particular domain or subdomain use the drop-down menu to select the domain or sub-domain you want to view web stats for.' THEN '您可以查看许多统计数据,如访问者infomation,流量使用,referal的infomation和浏览的网页等网站统计,基于域和子??域,以便查看一个特定的域或子网站的统计,使用下拉菜单选择域或子域名,您要查看网站统计。'

WHEN 'MySQL&reg databases are used by many PHP applications such as forums and ecommerce systems, below you can manage and create MySQL&reg databases.' THEN 'MySQL?数据库的使用许多PHP应用程序,如论坛和电子商务系统,可以管理和创建MySQL?数据库。'

WHEN 'MySQL&reg Users allows you to add users and permissions to your MySQL&reg databases.' THEN 'MySQL?用户的允许您添加到您的MySQL?数据库的用户和权限。'

WHEN 'Using this module you have the ability to create alias mailboxes to existing accounts.' THEN '使用这个模块,您有能力创建别名到现有帐户的邮箱。'

WHEN 'This module enables you to create and manage email distribution groups.' THEN '此模块使您能够创建和管理电子邮件通讯组。'

WHEN 'Using this module you have the ability to create mail forwarders.' THEN '使用这个模块,您有能力,以创建邮件转发。'

WHEN 'Using this module you have the ability to create IMAP and POP3 Mailboxes.' THEN '使用这个模块,您有能力创建IMAP和POP3邮箱。'

WHEN 'Enables resellers to set global notices for their clients.' THEN '使分销商为全球客户通知。'

WHEN 'Manage user groups to enable greater control over module permission.' THEN '管理用户组,以便更好地控制模块权限。'

WHEN 'Enables the reseller to set themes configurations for their clients.' THEN '使分销商设置主题配置,为他们的客户。'

WHEN 'File Management' THEN '文件管理'

WHEN 'Using this module you can create FTP accounts which will enable you and any other accounts you create to have the ability to upload and manage files on your hosting space.' THEN '使用此模块,您可以创建FTP帐户??,这将使您和您创建的任何其他帐户,有能力,您的虚拟主机空间上的文件上传和管理。'

WHEN 'Main Page' THEN '主页'

WHEN 'Log off ZPanel' THEN '注销'

WHEN 'Server time is' THEN '服务器时间'

WHEN 'Home' THEN '主页'

WHEN 'Log Out' THEN '注销'

WHEN 'Username' THEN '用户名'

WHEN 'Update your contact email address' THEN '更新您的联系人的电子邮件地址'

WHEN 'Package name' THEN '套餐名称'

WHEN 'Account type' THEN '帐户类型'

WHEN 'Last Logon' THEN '最后登录'

WHEN 'Disk Quota' THEN '磁盘配额'

WHEN 'Bandwidth Quota' THEN '流量配额'

WHEN 'Used' THEN '使用'

WHEN 'Max' THEN '最大'

WHEN 'Sub-domains' THEN '子域'

WHEN 'MySQL&reg; databases' THEN 'MySQL?数据库'

WHEN 'Email Accounts' THEN '电子邮件帐户'

WHEN 'Email Forwarders' THEN '电子邮件转发'

WHEN 'Server Information' THEN '服务器信息'

WHEN 'Your IP' THEN '您的IP'

WHEN 'Server IP' THEN '服务器的IP'

WHEN 'Server OS' THEN '服务器操作系统'

WHEN 'Apache Version' THEN 'Apache版本'

WHEN 'PHP Version' THEN 'PHP版本'

WHEN 'MySQL Version' THEN 'MySQL版本'

WHEN 'ZPanel Version' THEN 'ZPanel版本'

WHEN 'Server uptime' THEN '服务器正常运行时间'

WHEN 'Domain Information' THEN '域名绑定'

WHEN 'Administration Modules' THEN '管理模块'

WHEN 'Apache Config' THEN 'Apache配置'

WHEN 'Backup Config' THEN '备份配置'

WHEN 'DNS Config' THEN 'DNS配置'

WHEN 'FTP Config' THEN 'FTP配置'

WHEN 'Mail Config' THEN '邮件配置'

WHEN 'Configure Modules' THEN '配置模块'

WHEN 'Module' THEN '模块'

WHEN 'On' THEN '打开'

WHEN 'Off' THEN '关闭'

WHEN 'Category' THEN '类别'

WHEN 'Up-to-date?' THEN '最新的吗?'

WHEN 'Enabled' THEN '启用'

WHEN 'Disabled' THEN '禁用'

WHEN 'N/A (Module Admin)' THEN 'N/A (管理员模块)'

WHEN 'Save changes' THEN '保存更改'

WHEN 'Module Information' THEN '模块信息'

WHEN 'Module name' THEN '模块名称'

WHEN 'Module description' THEN '模块的说明'

WHEN 'Module developer' THEN '模块开发'

WHEN 'Module version' THEN '模块版本'

WHEN 'Latest Version' THEN '最新版本'

WHEN 'Module Type' THEN '模块类型'

WHEN 'Install a new module' THEN '安装一个新的模块'

WHEN 'You can automatically install a new module by uploading your zpanel package archive (.zpp file) and then click \'Install\' to begin the process.' THEN '可以自动安装一个新的模块,上传您的zpanel包归档文件(文件。ZPP),然后点击“安装”开始的进程。'

WHEN 'Install!' THEN '安装!'

WHEN 'Manage Domains' THEN '管理域'

WHEN 'Choose fom the list of domains below' THEN '从下面的列表中选择一个域名'

WHEN 'Select a domain' THEN '选择一个域'

WHEN 'Select' THEN '选择'

WHEN 'Power Plug' THEN '超级插件'

WHEN 'Changes to your module options have been saved successfully!' THEN '模块选项的更改已保存成功!'

WHEN 'Power Plug is a simple module that enables you to shutdown or restart your server from the ZPanel web interface.' THEN '电源插头是一个简单的模块,可让您关闭或重新启动您的服务器,从ZPanel Web界面。'

WHEN 'FTP Browser' THEN 'FTP浏览器'

WHEN 'Secure FTP Applet is a JAVA based FTP client component that runs within your web browser. It is designed to let non-technical users exchange data security with an FTP server.' THEN '安全FTP Applet是一个基于Java的FTP客户端组件,您的网页浏览器内运行。它的目的是让非技术用户的数据交换的安全FTP服务器。'

WHEN 'Launch phpSysInfo' THEN '推出phpSysInfo'

WHEN 'Select the client you wish to shadow' THEN '选择您想隐藏客户端'

WHEN 'Package' THEN '包'

WHEN 'Group' THEN '组'

WHEN 'Current Disk' THEN '当前磁盘'

WHEN 'Current Bandwidth' THEN '当前流量'

WHEN 'Shadow' THEN '陰影'

WHEN 'You have no Clients at this time.' THEN '现在您没有客户。'

WHEN 'As a reseller you can configure theme settings for your clients. If the theme you select has multiple CSS versions you will be prompted for which theme \'version\' you would like to use after you \'save\' the changes.' THEN '作为分销商,您可以为您的客户设置主题。如果您选择的主题有多个CSS版本,您将被提示为主题选择\'版本\',然后\'保存\'更改。'

WHEN 'Select a theme' THEN '选择一个主题'

WHEN 'Theme name' THEN '主题名称'

WHEN 'Save' THEN '保存'

WHEN 'Theme variation' THEN '主题的变化'

WHEN 'Update' THEN '更新'

WHEN 'Delete' THEN '删除'

WHEN 'Please confirm that you want to delete this domain.' THEN '请确认您要删除此域。'

WHEN 'Cancel' THEN '取消'

WHEN 'Current domains' THEN '当前域名'

WHEN 'Domain name' THEN '域名'

WHEN 'Home directory' THEN 'Home目录'

WHEN 'Status' THEN '状态'

WHEN 'You currently do not have any domains configured. Create a domain using the form below.' THEN '您目前还没有任何域配置。创建一个域使用下面的表格。'

WHEN 'Create a new home directory' THEN '创建一个新的主目录'

WHEN 'Use existing home directory' THEN '使用现有的主目录'

WHEN 'You have reached your domain limit!' THEN '您已经达到您的域名绑定限制!'

WHEN 'Changes to your domain web hosting has been saved successfully.' THEN '更改您的域名的虚拟主机操作已经成功。'

WHEN 'Pending' THEN '等待'

WHEN 'Your domain will become active at the next scheduled update. This can take up to one hour.' THEN '您的域名绑定将在几分钟内生效。'

WHEN 'Create Deafult DNS Records' THEN '创建Deafult DNS记录'

WHEN 'No records were found for this domain. Click the button below to set up your domain records for the first time' THEN '未找到此域名的记录,请创建一个记录。'

WHEN 'Create Records' THEN '创建记录'

WHEN 'Your DNS zone has been loaded without errors.' THEN '您的DNS记录已读取。'

WHEN 'DNS records for' THEN 'DNS记录'

WHEN 'Undo Changes' THEN '撤消更改'

WHEN 'Domain List' THEN '域名列表'

WHEN 'The A record contains an IPv4 address. It\'s target is an IPv4 address, e.g. \'192.168.1.1\'.' THEN 'A记录包含一个IPv4地址。它的目标是一个IPv4地址,如\'192 .168.1.1\'。'

WHEN 'Host Name' THEN '主机名'

WHEN 'Target' THEN '目标'

WHEN 'Actions' THEN '开始'

WHEN 'Add New Record' THEN '添加新记录'

WHEN 'The AAAA record contains an IPv6 address. It\'s target is an IPv6 address, e.g. \'2607:fe90:2::1\'.' THEN 'AAAA记录包含一个IPv6地址。它的目标是IPv6地址,例如\'2607:FE90:2:1“。'

WHEN 'The CNAME record specifies the canonical name of a record. It\'s target is a fully qualified domain name, e.g. \r\n\'webserver-01.example.com\'.' THEN 'CNAME记录指定记录的规范名称。它的目标是一个完全合格的域名,例如,Web服务器,01.example.com。'

WHEN 'The MX record specifies a mail exchanger host for a domain. Each mail exchanger has a priority or preference that is a numeric value between 0 and 65535. It\'s target is a fully qualified domain name, e.g. \'mail.example.com\'.' THEN 'MX记录指定一个域的邮件交换器主机。每个邮件交换优先或优惠,这是一个0到65535之间的数值。它的目标是一个完全合格的域名,如“mail.example.com”。'

WHEN 'Priority' THEN '优先'

WHEN 'The TXT field can be used to attach textual data to a domain.' THEN '可用于附加文本数据域的TXT领域。'

WHEN 'SRV records can be used to encode the location and port of services on a domain name. It\'s target is a fully qualified domain name, e.g. \'host.example.com\'.' THEN 'SRV记录可用于编码的位置和端口上的域名服务。它的目标是一个完全合格的域名,如“host.example.com”。'

WHEN 'Weight' THEN '宽'

WHEN 'Port' THEN '端口'

WHEN 'SPF records is used to store Sender Policy Framework details. It\'s target is a text string, e.g.<br>\'v=spf1 a:192.168.1.1 include:example.com mx ptr -all\' (Click <a href=\"http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/\" target=\"_blank\">HERE</a> for the Microsoft SPF Wizard.)' THEN 'SPF記錄是用來存儲發件人策略框架的詳細信息。它的目標是一個文本字符串,例如rn“V = SPF1 A:192.168.1.1包括:PTR example.com MX-\'(點擊這裡。為微軟SPF嚮導)'

WHEN 'Nameserver record. Specifies nameservers for a domain. It\'s target is a fully qualified domain name, e.g. \'ns1.example.com\'. The records should match what the domain name has registered with the internet root servers.' THEN '域名服务器记录。指定域的域名服务器。它的目标是一个完全合格的域名,例如\'ns1.example.com\'。记录应符合注册域名与互联网根服务器。'

WHEN 'Please note that changes to your zone records can take up to 24 hours before they become \'live\'.' THEN '请注意,您的区域记录的更改可能需要长达24小时才成为\'活\'。'

WHEN 'Output of DNS zone checker:' THEN '输出的DNS区域检查:'

WHEN 'Live' THEN '活动'

WHEN 'Changes to your DNS have been saved successfully!' THEN '您的DNS更改已保存成功!'

WHEN 'Delete package' THEN '删除套餐'

WHEN 'Please confirm and choose a package to move any existing clients to before the selected package is deleted.' THEN '请证实并选择一个包移动到选定的包被删除前的任何现有客户。'

WHEN 'Package to delete' THEN '删除包'

WHEN 'Move current package members to' THEN '移动当前套餐成员'

WHEN 'Edit package' THEN '编辑套餐'

WHEN 'Enable PHP' THEN '启用PHP'

WHEN 'Enable CGI' THEN '启用CGI'

WHEN 'No. Domains' THEN '域名'

WHEN 'No. Sub-domains' THEN '子域名'

WHEN 'No. Parked domains' THEN '域名'

WHEN 'No. Mailboxes' THEN '域名停放'

WHEN 'No. Forwarders' THEN '转发'

WHEN 'No. Dist Lists' THEN '区域列表'

WHEN 'No. FTP accounts' THEN 'FTP帐户'

WHEN 'No. MySQL databases' THEN 'MySQL数据库'

WHEN 'Disk space quota' THEN '磁盘空间配额'

WHEN 'Monthly bandwidth quota' THEN '每月流量配额'

WHEN 'Created' THEN '创建'

WHEN 'No. of clients' THEN '客户号'

WHEN 'Edit' THEN '编辑'

WHEN 'You have no packages at this time. Create a package using the form below.' THEN '在这个时候您有没有包。创建一个包,使用下面的表格。'

WHEN 'Create a new package' THEN '创建一个新的套餐'

WHEN 'Administration' THEN '管理'

WHEN 'Demo' THEN '演示'

WHEN 'Changes to your packages have been saved successfully!' THEN '已保存'

WHEN 'This module enables you to manage user groups for your client, User groups enable you to control what modules your users can see and access. ' THEN '此模块使您可以管理您的客户端的用户群体,用户组使您能够控制哪些模块,用户可以看到和访问。'

WHEN 'Delete user group' THEN '删除用户组'

WHEN 'Please confirm and choose a group to move any existing clients to before the selected group is deleted.' THEN '请证实并选择一组移动之前选定的组被删除任何现有的客户。'

WHEN 'Please confirm that you want to delete this group.' THEN '请确认您要删除这个组。'

WHEN 'Move current group members to' THEN '移动当前组成员'

WHEN 'Default user groups' THEN '默认用户组'

WHEN 'Users' THEN '用户'

WHEN 'Description ' THEN '描述'

WHEN 'Current user groups' THEN '当前用户组'

WHEN 'There are currently no custom user groups configured!' THEN '目前有没有自定义的用户组的配置!'

WHEN 'Create new user group' THEN '创建新用户组'

WHEN 'Group name' THEN '组的名称'

WHEN 'Description' THEN '描述'

WHEN 'Create' THEN '创建'

WHEN 'Edit user group' THEN '编辑用户组'

WHEN 'Administrators' THEN '管理员'

WHEN 'The main administration group, this group allows access to all areas of ZPanel.' THEN '主要管理组,该组允许访问所有ZPanel地区。'

WHEN 'Resellers' THEN '分销商'

WHEN 'Resellers have the ability to manage, create and maintain user accounts within ZPanel.' THEN '分销商有能力管理,创建和维护用户帐户内ZPanel。'

WHEN 'Users have basic access to ZPanel.' THEN '用户有基本访问ZPanel。'

WHEN 'Checking if your version of ZPanel is up to date...' THEN '检查如果您ZPanel版本是最新的...'

WHEN 'Delete database' THEN '删除数据库'

WHEN 'Please confirm that you want to delete this database.' THEN '请确认您要删除这个数据库。'

WHEN 'Current MySQL&reg Databases' THEN '目前MySQL?数据库'

WHEN 'Database name' THEN '数据库的名称'

WHEN 'Size' THEN '大小'

WHEN 'You have no databases at this time. Create a database using the form below.' THEN '在这个时候您有没有数据库。创建一个数据库使用下面的表格。'

WHEN 'Create a new MySQL&reg database' THEN '创建一个新的MySQL?数据库'

WHEN 'You have reached your MySQL database limit!' THEN '您已经达到您的MySQL数据库的限制!'

WHEN 'Delete User' THEN '删除用户'

WHEN 'Please confirm that you want to delete this MySQL user.' THEN '请确认您要删除此MySQL用户。'

WHEN 'Databases for user' THEN '为用户数据库'

WHEN 'Remove from user' THEN '从用户中删除'

WHEN 'Remove database' THEN '删除数据库'

WHEN 'This user currently has no databases. Assign a database using the form below.' THEN '该用户目前还没有数据库。分配一个数据库使用下面的表格。'

WHEN 'Add Database' THEN '添加数据库'

WHEN 'Reset Password' THEN '重设密码'

WHEN 'Password' THEN '密码'

WHEN 'Save Password' THEN '保存密码'

WHEN 'Generate Password' THEN '生成密码'

WHEN 'Current MySQL&reg Users' THEN '目前MySQL?用户'

WHEN 'User name' THEN '用户名'

WHEN 'Access' THEN '访问'

WHEN 'Databases' THEN '数据库'

WHEN 'You have no MySQL&reg users at this time. Create a user using the form below.' THEN '在这个时候您有没有MySQL?用户的。创建一个用户使用下面的表格'

WHEN 'Create a new MySQL&reg User' THEN '创建一个新的MySQL?用户'

WHEN 'Map Database' THEN '地图数据库'

WHEN 'Remote Access' THEN '远程访问'

WHEN 'Allow from any IP' THEN '允许来自任何IP'

WHEN 'Only from single IP' THEN '指定IP'

WHEN 'Databases Usage' THEN '数据库的使用情况'

WHEN 'Launch phpMyAdmin' THEN '打开phpMyAdmin'

WHEN 'Enter your current and new password' THEN '请输入您的当前密码和新密码'

WHEN 'Current password' THEN '当前密码'

WHEN 'New password' THEN '新密码'

WHEN 'Confirm new password' THEN '确认新密码'

WHEN 'Change' THEN '改变'

WHEN 'Disk Usage Total' THEN '磁盘使用率总计'

WHEN 'Package Usage Total' THEN '套餐使用总计'

WHEN 'Disk space' THEN '磁盘空间'

WHEN 'Bandwidth' THEN '流量'

WHEN 'MySQL&reg databases' THEN 'MySQL?数据库的'

WHEN 'Mail forwarders' THEN '邮件转发'

WHEN 'Domain Usage' THEN '域名使用'

WHEN 'Sub-Domain Usage' THEN '子域名的使用'

WHEN 'Parked-Domain Usage' THEN '停放的域名'

WHEN 'MySQL&reg Database Usage' THEN 'MySQL数据库'

WHEN 'FTP Usage' THEN 'FTP使用'

WHEN 'Mailbox Usage' THEN '邮箱'

WHEN 'Forwarders Usage' THEN '代理'

WHEN 'Distribution List Usage' THEN '分發名單用法'

WHEN 'Power Options' THEN '关键选项'

WHEN 'Do it!' THEN '运行'

WHEN 'Configure your ZPanel Settings' THEN '设置'

WHEN 'ZPanel Daemon' THEN '守护'

WHEN 'Next Daemon Run' THEN '下一个守护进程运行'

WHEN 'Never' THEN '从来没有'

WHEN 'Last Daemon Run' THEN '最后守护进程运行'

WHEN 'Last Day Daemon Run' THEN '最后一天的守护进程运行'

WHEN 'Last Week Daemon Run' THEN '上周守护进程运行'

WHEN 'Last Month Daemon Run' THEN '上个月守护进程运行'

WHEN 'Queue a full daemon run (reset)' THEN '一个完整的守护进程运行队列(复位)'

WHEN 'Go' THEN '到'

WHEN 'Run Daemon Now' THEN '现在运行的守护进程'

WHEN 'Date Format' THEN '日期格式'

WHEN 'Set the date format used by modules.' THEN '设置模块使用的日期格式。'

WHEN 'From Address' THEN '地址'

WHEN 'The email address to appear in the From field of emails sent by ZPanel.' THEN '电子邮件地址出现在从由ZPanel发送的电子邮件领域。'

WHEN 'From Name' THEN '名称'

WHEN 'The name to appear in the From field of emails sent by ZPanel.' THEN '这个名字出现在从由ZPanel发送的电子邮件领域。'

WHEN 'Icons per Row' THEN '每行的图标'

WHEN 'Set the number of icons to display before beginning a new line.' THEN '设置图标显示,然后再开始一个新行。'

WHEN 'Log Directory' THEN '日志目录'

WHEN 'Root path to directory log folders' THEN '目录中的日志文件夹的根路径'

WHEN 'Mail method' THEN '邮件模式'

WHEN 'Method to use when sending emails out. (mail = PHP Mail())' THEN '发送邮件时,使用方法。(邮件= PHP的mail())'

WHEN 'Min Password Length' THEN '最小密码长度'

WHEN 'Minimum length required for new passwords' THEN '需要新的密码的最小长度'

WHEN 'Root Drive' THEN '根驱动器'

WHEN 'The root drive where ZPanel is installed.' THEN '根驱动器,安装ZPanel'

WHEN 'Server IP Address' THEN '服务器的IP地址'

WHEN 'If set this will use this manually entered server IP address which is the prefered method for use behind a firewall.' THEN '如果设置使用手动输入服务器的IP地址,这是在防火墙后面使用的更喜欢的方法。'

WHEN 'Service Check Timeout' THEN '服务检查超时'

WHEN 'SMTP Auth method' THEN 'SMTP验证方法'

WHEN 'If specified will attempt to use encryption to connect to the server, if \'false\' this is disabled. Available options: false, ssl, tls' THEN '如果指定将尝试使用加密连接到服务器,如果“假”这个被禁用。可用的选项:假的,SSL,TLS'

WHEN 'SMTP Pass' THEN 'SMTP认证'

WHEN 'Password for authentication on the SMTP server.' THEN '验证的SMTP服务器上的密码。'

WHEN 'SMTP Port' THEN 'SMTP端口'

WHEN 'The port address of the SMTP server (usually 25)' THEN 'SMTP服务器的端口地址(通常为25)'

WHEN 'SMTP Server' THEN 'SMTP服务器'

WHEN 'The address of the SMTP server.' THEN 'SMTP服务器的地址。'

WHEN 'SMTP User' THEN 'SMTP用户'

WHEN 'Username for authentication on the SMTP server.' THEN '在SMTP服务器上进行身份验证的用户名。'

WHEN 'Temp Directory' THEN 'Temp目录'

WHEN 'Global temp directory.' THEN '全部缓存目录。'

WHEN 'Use AUTH' THEN '使用AUTH'

WHEN 'SMTP requires authentication. (true/false)' THEN 'SMTP需要身份验证。(是/否)'

WHEN 'Use SMTP' THEN '使用SMTP'

WHEN 'Use SMTP server to send emails from. (true/false)' THEN '使用SMTP服务器发送电子邮件。(是/否)'

WHEN 'ZIP Exe' THEN '邮政编码'

WHEN 'Path to the ZIP Executable' THEN 'ZIP路径'

WHEN 'ZPanel Debug Mode' THEN 'ZPanel调试模式'

WHEN 'Whether or not to show PHP debug errors,warnings and notices' THEN '是否显示PHP调试的错误,警告和通知'

WHEN 'ZPanel Log file' THEN 'ZPanel日志文件'

WHEN 'If loggging is set to \'file\' mode this is the path to the log file that is to be used by ZPanel.' THEN '如果loggging设置为“文件”模式,这是就是要由ZPanel使用的日志文件的路径。'

WHEN 'ZPanel root path' THEN 'ZPanel根路径'

WHEN 'Zpanel Web Root' THEN 'zpanel网站根系'

WHEN 'zsudo path' THEN 'zsudo路径'

WHEN 'Path to the zsudo binary used by Apache to run system commands.' THEN 'Apache使用的zsudo二进制运行系统命令的路径。'

WHEN 'Current Cron Tasks' THEN '当前的cron任务'

WHEN 'You currently do no have any tasks setup.' THEN '您目前没有任何任务设置。'

WHEN 'Script' THEN '脚本'

WHEN 'example' THEN '例子'

WHEN 'Comment' THEN '评论'

WHEN 'Executed' THEN '执行'

WHEN 'Every 1 minute' THEN '每1分钟'

WHEN 'Every 5 minutes' THEN '每5分钟'

WHEN 'Every 10 minutes' THEN '每隔10分钟'

WHEN 'Every 30 minutes' THEN '每隔30分钟'

WHEN 'Every 1 hour' THEN '每隔1小时'

WHEN 'Every 2 hours' THEN '每2小时'

WHEN 'Every 8 hours' THEN '每8小时'

WHEN 'Every 12 hours' THEN '每12小时'

WHEN 'Every 1 day' THEN '每1天'

WHEN 'Every week' THEN '每周'

WHEN 'Select Folder' THEN '选择文件夹'

WHEN 'root' THEN '根'

WHEN 'Selected folder' THEN '选定的文件夹'

WHEN 'REMOVE Protection from Directory' THEN '从目录中删除保护'

WHEN 'Please confirm that you want to remove password protection from this directory.' THEN '请确认您要删除此目录的密码保护。'

WHEN 'EDIT .htaccess Users in Directory' THEN '编辑.htaccess用户目录'

WHEN 'From here you can add or remove users that are allowed to access this directory' THEN '从这里您可以添加或删除用户被允许访问这个目录'

WHEN 'User' THEN '用户'

WHEN 'Encrypted Password' THEN '加密的密码'

WHEN 'Remove' THEN '清除'

WHEN 'Add New User' THEN '添加新用户'

WHEN 'Confirm PW' THEN '确认十五分'

WHEN '.htaccess file is missing. Delete this password entry and recreate it to fix this error.' THEN 'htaccess文件丢失。删除此输入密码,并重新修正这个错误。'

WHEN 'Message' THEN '信息'

WHEN 'Restricted Area' THEN '禁区'

WHEN 'Password protect your directories' THEN '密码保护您的目录'

WHEN 'To begin, first select the directory you want to protect.' THEN '开始,首先选择您要保护的目录。'

WHEN 'Click the folder Links to expand the directory tree.' THEN '单击该文件夹的链接展开目录树。'

WHEN 'Click on the Select Folder button to select the directory for protection.' THEN '点击“选择文件夹”按钮,选择保护目录。'

WHEN 'All Protected Directories' THEN '所有受保护的目录'

WHEN 'Edit allowed users, or remove protection from passworded directories.' THEN '允许用户编辑,或删除密码目录保护。'

WHEN 'Directory' THEN '目录'

WHEN 'Checking status of services...' THEN '检查服务的状态...'

WHEN 'Uptime' THEN '正常运行时间'

WHEN 'Daemon Status' THEN '守护进程的状态'

WHEN 'To view Webalizer stats for a particular domain or subdomain use the drop-down menu to select the domain or sub-domain you want to view. Stats may take up to 24 hours before they are generated.' THEN '要查看一个特定的域或子域的Webalizer的统计,使用下拉菜单选择您要查看的域或子域。统计可能采取了24小时才产生。'

WHEN 'Select Domain' THEN '选择域'

WHEN 'Display' THEN '显示'

WHEN 'You currently do not have any domains configured.' THEN '您目前还没有任何域配置。'

WHEN 'Create a new domain' THEN '创建一个新域'

WHEN 'Current Sub-domains' THEN '当前子域'

WHEN 'Sub-domain' THEN '子域名'

WHEN 'You currently do not have any Sub-domains configured. Create a Sub-domain using the form below.' THEN '您目前还没有任何子域配置。创建一个子域使用下面的表格'

WHEN 'You have reached your Sub-domains limit!' THEN '您已经达到您的子域的限制!'

WHEN 'Current parked domains' THEN '目前域名停放'

WHEN 'Date parked' THEN '停放日期'

WHEN 'You currently do not have any parked domains setup on your account. Create a parked domain using the form below.' THEN '您目前还没有任何在您的帐户域名停放设置。使用下面的表格创建一个域名停放。'

WHEN 'You have reached your parked domains limit!' THEN '您已经达到您停放域限制!'

WHEN 'Delete Alias' THEN '删除别名'

WHEN 'Please confirm that you want to delete this Alias.' THEN '请确认您要删除此别名。'

WHEN 'Current Aliases' THEN '当前别名'

WHEN 'Address' THEN '地址'

WHEN 'Destination' THEN '目的地'

WHEN 'You currently do not have any aliases configured on this server.' THEN '您目前还没有这台服务器上配置的任何别名。'

WHEN 'Create a new Alias' THEN '创建一个新的别名'

WHEN 'Alias Address' THEN '别名地址'

WHEN 'Select a mailbox' THEN '选择一个邮箱'

WHEN 'Sorry, you have reached your mailbox forward quota limit!' THEN '对不起,您已经达到您的信箱提出的配额限制!'

WHEN 'Delete Distribution List' THEN '删除分发名单'

WHEN 'Please confirm that you want to delete this distribution list.' THEN '请确认您要删除此分发名单。'

WHEN 'Edit Distribution List' THEN '编辑分发名单'

WHEN 'Add New Address' THEN '添加新地址'

WHEN 'Add Mailbox' THEN '新增信箱'

WHEN 'Current Distribution Lists' THEN '分布列表'

WHEN 'You currently do not have any distribution lists setup.' THEN '您目前还没有任何分发列表的设置。'

WHEN 'Create a new Distribution List' THEN '创建一个新的分发名单'

WHEN 'You have reached your Distribution List quota limit!' THEN '您已经达到您的分发名单配额限制!'

WHEN 'Delete Forwarder' THEN '删除转发器'

WHEN 'Please confirm that you want to delete this forwarder.' THEN '请确认您要删除此转发。'

WHEN 'Current Forwarders' THEN '目前代理'

WHEN 'Keep Message' THEN '保持消息'

WHEN 'Sorry there are currently no mailbox forwards configured!' THEN '很抱歉目前没有邮箱转发配置!'

WHEN 'Create a new forward' THEN '创建一个新的前锋'

WHEN 'Keep original message' THEN '保持原始邮件'

WHEN 'Delete Mailbox' THEN '删除邮箱'

WHEN 'Please confirm that you want to delete this mailbox.' THEN '请确认您要删除此邮箱。'

WHEN 'Edit mailbox' THEN '编辑信箱'

WHEN 'Set Password' THEN '设置密码'

WHEN 'Current mailboxes' THEN '当前邮箱'

WHEN 'Date created' THEN '创建日期'

WHEN 'Sorry there are currently no mailboxes configured!' THEN '很抱歉,目前有没有邮箱配置!'

WHEN 'Create a new mailbox' THEN '创建一个新的邮箱'

WHEN 'Sorry, you have reached your mailbox quota limit!' THEN '对不起,您已经达到您的邮箱配额限制!'

WHEN 'zpanel-hosting.tk' THEN 'zpanel-hosting.tk'

WHEN 'zpanel.tk' THEN 'zpanel.tk'

WHEN 'This module enables you to set a notice banner that will appear when any of your clients access ZPanel. ' THEN '此模块使您可以设置通知的旗帜将出现任何客户访问ZPanel的。'

WHEN 'Client message' THEN '客户端消息'

WHEN 'Notice message' THEN '通知消息'

WHEN 'Hi {{fullname}},\r\rWe are pleased to inform you that your new hosting account is now active, you can now login to ZPanel using the following credentials:\r\rUsername: {{username}}\rPassword: {{password}}' THEN '您好 {{fullname}},我们很高兴地通知您,您的新的托管帐户,现在是活跃的,您现在可以登录控制面板使用下列信息:用户名: {{username}} 密码:{{password}}'

WHEN 'Please confirm that you want to delete this client.' THEN '请确认您要删除此客户端。'

WHEN 'WARNING! This will remove all files and services belonging to this client!' THEN '警告!这将删除所有属于这个客户的文件和服务!'

WHEN 'Move clients and packages (if any exist) this user has to' THEN '移动客户和包(如果有的话),这个用户有'

WHEN 'Edit existing client' THEN '编辑现有的客户端'

WHEN 'User group' THEN '用户组'

WHEN 'Current Clients' THEN '现有客户'

WHEN 'Clients' THEN '客户'

WHEN 'You have no client accounts at this time. Create a client using the form below.' THEN '在这个时候您有没有客户帐户。创建一个客户端,使用下面的表格。'

WHEN 'You must first create a Package with the Package Manager module before you can create a client.' THEN '您必须首先创建的套餐管理器模块包之前,您可以创建一个客户端。'

WHEN 'Disabled Clients' THEN '已封禁的帐户'

WHEN 'Create new client account' THEN '创建新客户帐户'

WHEN 'Usergroup' THEN '用户组'

WHEN 'Send welcome email?' THEN '发送欢迎电子邮件?'

WHEN 'Email Subject' THEN '电子邮件主题'

WHEN 'Your ZPanel Account details' THEN '新帐户的详细信息'

WHEN 'Email Body' THEN '电子邮件正文'

WHEN 'Delete FTP account' THEN '删除FTP帐户'

WHEN 'Please confirm that you want to delete this FTP account.' THEN '请确认您要删除这个FTP帐户??。'

WHEN 'Reset FTP Password for user' THEN '重置用户的FTP密码'

WHEN 'Current FTP accounts' THEN '当前FTP帐户'

WHEN 'Account name' THEN '帐户名称'

WHEN 'Permission' THEN '允许'

WHEN 'You do not have any FTP Accounts setup. Create an FTP account using the form below.' THEN '您没有任何FTP帐户??设置。创建一个FTP帐户??,使用下面的表格。'

WHEN 'Create a new FTP Account' THEN '创建一个新的FTP帐户'

WHEN 'Access type' THEN '访问类型'

WHEN 'Read-only' THEN '只读'

WHEN 'Write-only' THEN '只写'

WHEN 'Full access' THEN '完全访问'

WHEN 'You have reached your FTP account limit!' THEN '您已经达到您的FTP帐户??的限制!'

WHEN 'FTP Client Login' THEN 'FTP客户端登录'

WHEN 'Please choose the FTP account you want to log in with...' THEN '请选择您要登录的FTP帐户??...'

WHEN 'You have no FTP accounts at this time.' THEN '您有没有在这个时候FTP帐户??。'

END

WHERE `tr_en_tx` IN ('Webmail is a convenient way for you to check your email accounts online without the need to configure an email client.','Launch Webmail','PHPInfo provides you with information regarding the version of PHP running on this system as well as installed PHP extentsions and configuration details.','From here you can shadow any of your client\'s accounts, this enables you to automatically login as the user which enables you to offer remote help by seeing what they see!','My Account','Change Password','Shadowing','ZPanel Config','ZPanel News','Updates','Report Bug','Account','Module Admin','Backup','Network Tools','Service Status','PHPInfo','phpMyAdmin','Domains','Sub Domains','Parked Domains','Manage Clients','Package Manager','Server','Database','Advanced','Mail','Reseller','Account Information','Server Admin','Database Management','Domain Management','Find out all the latest news and information from the ZPanel project.','Check to see if there are any available updates to your version of the ZPanel software.','If you have found a bug with ZPanel you can report it here.','phpMyAdmin is a web based tool that enables you to manage your ZPanel MySQL databases via. the web.','Current personal details that you have provided us with, We ask that you keep these upto date in case we require to contact you regarding your hosting package.','Webmail is a convenient way for you to check your email accounts online without the need to configure an email client.','Change your current control panel password.','The backup manager module enables you to backup your entire hosting account including all your MySQL&reg databases.','You can use the tools below to diagnose issues or to simply test connectivity to other servers or sites around the globe.','Here you can check the current status of our services and see what services are up and running and which are down and not.','This module enables you to add or configure domain web hosting on your account.','Domain parking refers to the registration of an Internet domain name without that domain being used to provide services such as e-mail or a website. If you have any domains that you are not using, then simply park them!','This module enables you to add or configure domain web hosting on your account.','Administer or configure modules registered with module admin','The account manager enables you to view, update and create client accounts.','Welcome to the Package Manager, using this module enables you to create and manage existing reseller packages on your ZPanel hosting account.','Gives you access to your files with drag-and-drop, multiple file uploading, text editing, zip support.','Secure FTP Applet is a JAVA based FTP client component that runs within your web browser. It is designed to let non-technical users exchange data securely with an FTP server.','Full name','Email Address','Phone Number','Choose Language','Postal Address','Postal Code','Current personal details that you have provided us with, We ask that you keep these upto date in case we require to contact you regarding your hosting package.','Changes to your account settings have been saved successfully!','Update Account','Enter your account details','Usage Viewer','Admin','phpSysInfo','Cron Manager','FAQ\'s','Protect Directories','Webalizer Stats','MySQL Database','MySQL Users','Domain','DNS Manager','Aliases','Distribution Lists','Forwards','Mailboxes','WebMail','Client Notice Manager','Manage Groups','Theme Manager','File','FTP Accounts','Current personal details that you have provided us with, We ask that you keep these upto date in case we require to contact you regarding your hosting package.\r\n','The account usage screen enables you to see exactly what you are currently using on your hosting package.','phpSysInfo is a web-based server hardware monitoring tool which enables you to see detailed hardware statistics of your server.','Changes made here affect the entire ZPanel configuration, please double check everything before saving changes.','Here you can configure PHP scripts to run automatically at different time intervals.','Please find a list of the most common questons from users, if you are unable to find a solution to your problem below please then contact your hosting provider. Simply click on the FAQ below to view the solution.','This module enables you to configure .htaccess files and users to protect your web directories.','You can view many statistics such as visitor infomation, bandwidth used, referal infomation and most viewed pages etc. Web stats are based on Domains and sub-domains so to view web stats for a particular domain or subdomain use the drop-down menu to select the domain or sub-domain you want to view web stats for.','MySQL&reg databases are used by many PHP applications such as forums and ecommerce systems, below you can manage and create MySQL&reg databases.','MySQL&reg Users allows you to add users and permissions to your MySQL&reg databases.','Using this module you have the ability to create alias mailboxes to existing accounts.','This module enables you to create and manage email distribution groups.','Using this module you have the ability to create mail forwarders.','Using this module you have the ability to create IMAP and POP3 Mailboxes.','Enables resellers to set global notices for their clients.','Manage user groups to enable greater control over module permission.','Enables the reseller to set themes configurations for their clients.','File Management','Using this module you can create FTP accounts which will enable you and any other accounts you create to have the ability to upload and manage files on your hosting space.','Main Page','Log off ZPanel','Server time is','Home','Log Out','Username','Update your contact email address','Package name','Account type','Last Logon','Disk Quota','Bandwidth Quota','Used','Max','Sub-domains','MySQL&reg; databases','Email Accounts','Email Forwarders','Server Information','Your IP','Server IP','Server OS','Apache Version','PHP Version','MySQL Version','ZPanel Version','Server uptime','Domain Information','Administration Modules','Apache Config','Backup Config','DNS Config','FTP Config','Mail Config','Configure Modules','Module','On','Off','Category','Up-to-date?','Enabled','Disabled','N/A (Module Admin)','Save changes','Module Information','Module name','Module description','Module developer','Module version','Latest Version','Module Type','Install a new module','You can automatically install a new module by uploading your zpanel package archive (.zpp file) and then click \'Install\' to begin the process.','Install!','Manage Domains','Choose fom the list of domains below','Select a domain','Select','Power Plug','Changes to your module options have been saved successfully!','Power Plug is a simple module that enables you to shutdown or restart your server from the ZPanel web interface.','FTP Browser','Secure FTP Applet is a JAVA based FTP client component that runs within your web browser. It is designed to let non-technical users exchange data security with an FTP server.','Launch phpSysInfo','Select the client you wish to shadow','Package','Group','Current Disk','Current Bandwidth','Shadow','You have no Clients at this time.','As a reseller you can configure theme settings for your clients. If the theme you select has multiple CSS versions you will be prompted for which theme \'version\' you would like to use after you \'save\' the changes.','Select a theme','Theme name','Save','Theme variation','Update','Delete','Please confirm that you want to delete this domain.','Cancel','Current domains','Domain name','Home directory','Status','You currently do not have any domains configured. Create a domain using the form below.','Create a new home directory','Use existing home directory','You have reached your domain limit!','Changes to your domain web hosting has been saved successfully.','Pending','Your domain will become active at the next scheduled update. This can take up to one hour.','Create Deafult DNS Records','No records were found for this domain. Click the button below to set up your domain records for the first time','Create Records','Your DNS zone has been loaded without errors.','DNS records for','Undo Changes','Domain List','The A record contains an IPv4 address. It\'s target is an IPv4 address, e.g. \'192.168.1.1\'.','Host Name','Target','Actions','Add New Record','The AAAA record contains an IPv6 address. It\'s target is an IPv6 address, e.g. \'2607:fe90:2::1\'.','The CNAME record specifies the canonical name of a record. It\'s target is a fully qualified domain name, e.g. \r\n\'webserver-01.example.com\'.','The MX record specifies a mail exchanger host for a domain. Each mail exchanger has a priority or preference that is a numeric value between 0 and 65535. It\'s target is a fully qualified domain name, e.g. \'mail.example.com\'.','Priority','The TXT field can be used to attach textual data to a domain.','SRV records can be used to encode the location and port of services on a domain name. It\'s target is a fully qualified domain name, e.g. \'host.example.com\'.','Weight','Port','SPF records is used to store Sender Policy Framework details. It\'s target is a text string, e.g.<br>\'v=spf1 a:192.168.1.1 include:example.com mx ptr -all\' (Click <a href=\"http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/\" target=\"_blank\">HERE</a> for the Microsoft SPF Wizard.)','Nameserver record. Specifies nameservers for a domain. It\'s target is a fully qualified domain name, e.g. \'ns1.example.com\'. The records should match what the domain name has registered with the internet root servers.','Please note that changes to your zone records can take up to 24 hours before they become \'live\'.','Output of DNS zone checker:','Live','Changes to your DNS have been saved successfully!','Delete package','Please confirm and choose a package to move any existing clients to before the selected package is deleted.','Package to delete','Move current package members to','Edit package','Enable PHP','Enable CGI','No. Domains','No. Sub-domains','No. Parked domains','No. Mailboxes','No. Forwarders','No. Dist Lists','No. FTP accounts','No. MySQL databases','Disk space quota','Monthly bandwidth quota','Created','No. of clients','Edit','You have no packages at this time. Create a package using the form below.','Create a new package','Administration','Demo','Changes to your packages have been saved successfully!','This module enables you to manage user groups for your client, User groups enable you to control what modules your users can see and access. ','Delete user group','Please confirm and choose a group to move any existing clients to before the selected group is deleted.','Please confirm that you want to delete this group.','Move current group members to','Default user groups','Users','Description ','Current user groups','There are currently no custom user groups configured!','Create new user group','Group name','Description','Create','Edit user group','Administrators','The main administration group, this group allows access to all areas of ZPanel.','Resellers','Resellers have the ability to manage, create and maintain user accounts within ZPanel.','Users have basic access to ZPanel.','Checking if your version of ZPanel is up to date...','Delete database','Please confirm that you want to delete this database.','Current MySQL&reg Databases','Database name','Size','You have no databases at this time. Create a database using the form below.','Create a new MySQL&reg database','You have reached your MySQL database limit!','Delete User','Please confirm that you want to delete this MySQL user.','Databases for user','Remove from user','Remove database','This user currently has no databases. Assign a database using the form below.','Add Database','Reset Password','Password','Save Password','Generate Password','Current MySQL&reg Users','User name','Access','Databases','You have no MySQL&reg users at this time. Create a user using the form below.','Create a new MySQL&reg User','Map Database','Remote Access','Allow from any IP','Only from single IP','Databases Usage','Launch phpMyAdmin','Enter your current and new password','Current password','New password','Confirm new password','Change','Disk Usage Total','Package Usage Total','Disk space','Bandwidth','MySQL&reg databases','Mail forwarders','Domain Usage','Sub-Domain Usage','Parked-Domain Usage','MySQL&reg Database Usage','FTP Usage','Mailbox Usage','Forwarders Usage','Distribution List Usage','Power Options','Do it!','Configure your ZPanel Settings','ZPanel Daemon','Next Daemon Run','Never','Last Daemon Run','Last Day Daemon Run','Last Week Daemon Run','Last Month Daemon Run','Queue a full daemon run (reset)','Go','Run Daemon Now','Date Format','Set the date format used by modules.','From Address','The email address to appear in the From field of emails sent by ZPanel.','From Name','The name to appear in the From field of emails sent by ZPanel.','Icons per Row','Set the number of icons to display before beginning a new line.','Log Directory','Root path to directory log folders','Mail method','Method to use when sending emails out. (mail = PHP Mail())','Min Password Length','Minimum length required for new passwords','Root Drive','The root drive where ZPanel is installed.','Server IP Address','If set this will use this manually entered server IP address which is the prefered method for use behind a firewall.','Service Check Timeout','SMTP Auth method','If specified will attempt to use encryption to connect to the server, if \'false\' this is disabled. Available options: false, ssl, tls','SMTP Pass','Password for authentication on the SMTP server.','SMTP Port','The port address of the SMTP server (usually 25)','SMTP Server','The address of the SMTP server.','SMTP User','Username for authentication on the SMTP server.','Temp Directory','Global temp directory.','Use AUTH','SMTP requires authentication. (true/false)','Use SMTP','Use SMTP server to send emails from. (true/false)','ZIP Exe','Path to the ZIP Executable','ZPanel Debug Mode','Whether or not to show PHP debug errors,warnings and notices','ZPanel Log file','If loggging is set to \'file\' mode this is the path to the log file that is to be used by ZPanel.','ZPanel root path','Zpanel Web Root','zsudo path','Path to the zsudo binary used by Apache to run system commands.','Current Cron Tasks','You currently do no have any tasks setup.','Script','example','Comment','Executed','Every 1 minute','Every 5 minutes','Every 10 minutes','Every 30 minutes','Every 1 hour','Every 2 hours','Every 8 hours','Every 12 hours','Every 1 day','Every week','Select Folder','root','Selected folder','REMOVE Protection from Directory','Please confirm that you want to remove password protection from this directory.','EDIT .htaccess Users in Directory','From here you can add or remove users that are allowed to access this directory','User','Encrypted Password','Remove','Add New User','Confirm PW','.htaccess file is missing. Delete this password entry and recreate it to fix this error.','Message','Restricted Area','Password protect your directories','To begin, first select the directory you want to protect.','Click the folder Links to expand the directory tree.','Click on the Select Folder button to select the directory for protection.','All Protected Directories','Edit allowed users, or remove protection from passworded directories.','Directory','Checking status of services...','Uptime','Daemon Status','To view Webalizer stats for a particular domain or subdomain use the drop-down menu to select the domain or sub-domain you want to view. Stats may take up to 24 hours before they are generated.','Select Domain','Display','You currently do not have any domains configured.','Create a new domain','Current Sub-domains','Sub-domain','You currently do not have any Sub-domains configured. Create a Sub-domain using the form below.','You have reached your Sub-domains limit!','Current parked domains','Date parked','You currently do not have any parked domains setup on your account. Create a parked domain using the form below.','You have reached your parked domains limit!','Delete Alias','Please confirm that you want to delete this Alias.','Current Aliases','Address','Destination','You currently do not have any aliases configured on this server.','Create a new Alias','Alias Address','Select a mailbox','Sorry, you have reached your mailbox forward quota limit!','Delete Distribution List','Please confirm that you want to delete this distribution list.','Edit Distribution List','Add New Address','Add Mailbox','Current Distribution Lists','You currently do not have any distribution lists setup.','Create a new Distribution List','You have reached your Distribution List quota limit!','Delete Forwarder','Please confirm that you want to delete this forwarder.','Current Forwarders','Keep Message','Sorry there are currently no mailbox forwards configured!','Create a new forward','Keep original message','Delete Mailbox','Please confirm that you want to delete this mailbox.','Edit mailbox','Set Password','Current mailboxes','Date created','Sorry there are currently no mailboxes configured!','Create a new mailbox','Sorry, you have reached your mailbox quota limit!','zpanel-hosting.tk','zpanel.tk','This module enables you to set a notice banner that will appear when any of your clients access ZPanel. ','Client message','Notice message','Hi {{fullname}},\r\rWe are pleased to inform you that your new hosting account is now active, you can now login to ZPanel using the following credentials:\r\rUsername: {{username}}\rPassword: {{password}}','Please confirm that you want to delete this client.','WARNING! This will remove all files and services belonging to this client!','Move clients and packages (if any exist) this user has to','Edit existing client','User group','Current Clients','Clients','You have no client accounts at this time. Create a client using the form below.','You must first create a Package with the Package Manager module before you can create a client.','Disabled Clients','Create new client account','Usergroup','Send welcome email?','Email Subject','Your ZPanel Account details','Email Body','Delete FTP account','Please confirm that you want to delete this FTP account.','Reset FTP Password for user','Current FTP accounts','Account name','Permission','You do not have any FTP Accounts setup. Create an FTP account using the form below.','Create a new FTP Account','Access type','Read-only','Write-only','Full access','You have reached your FTP account limit!','FTP Client Login','Please choose the FTP account you want to log in with...','You have no FTP accounts at this time.')

上面的内容要全部复制执行才可以

返回ZPanelX,选择我的账户,修改语言为Chinese,就可以了

转载自原文链接, 如需删除请联系管理员。

原文链接:安装Zpanel+汉化,转载请注明来源!

0