This commit is contained in:
doudoudzj 2018-12-11 12:59:52 +08:00
parent 52d0937a2f
commit a833a6373d
6 changed files with 56 additions and 41 deletions

View file

@ -43,11 +43,12 @@ $LANG = array(
'host-plan' => 'Host Plan',
'host-plan-free' => 'Free Hosting',
'host-plan-paid' => 'Paid Hosting',
'host-plan-super' => 'SUPER PREMIUM',
'host-plan-ultimate' => 'ULTIMATE PREMIUM',
'host-plan-super' => 'Super Hosting',
'host-plan-ultimate' => 'Ultimate Hosting',
'ftp-accounts' => 'FTP Accounts',
'sub-domains' => 'Sub-Domains',
'add-on-domains' => 'Add-on Domains',
'free-domains' => 'Free Domains',
'sub-domains' => 'SubDomains',
'add-on-domains' => 'Addon Domains',
'parked-domains' => 'Parked Domains',
'mysql-databases' => 'MySQL Databases',
'disk-quota' => 'Web Disk Space',
@ -55,7 +56,9 @@ $LANG = array(
'daily-hits' => 'Daily Hits Quota',
'host-inodes' => 'Inodes Quota',
'unlimited' => 'Unlimited',
'resetpassword' => 'Reset Password',
'reset-password' => 'Reset Password',
'domain' => 'Domain',
'input_domain' => 'Please Input Domain',
'input-domain' => 'Please Input Domain',
'support' => 'Support',
'not-support' => 'Not Support'
);

View file

@ -31,31 +31,34 @@ $LANG = array(
"input_security_code" => "输入验证码",
"input_security_code_above" => "请输入上面图中验证码",
"legal_information" => "法律信息",
"privacy_policy" => "隐私政策",
"tos" => "服务条款",
"privacy_policy" => "隐私政策",
"tos" => "服务条款",
"cancellation_refund" => "取消与退款",
"payment_methods" => "支付方式",
"payment_methods" => "支付方式",
"signup_free_hosting" => "注册免费空间",
"remember_me" => "记住我",
"please_login" => "请登录",
"lost_password" => "忘记密码了?",
"address" => "地址",
"host-plan" => "主机方案",
"host-plan-free" => "免费主机",
"host-plan-paid" => "收费主机",
'host-plan-super' => '高级主机',
"remember_me" => "记住我",
"please_login" => "请登录",
"lost_password" => "忘记密码了?",
"address" => "地址",
"host-plan" => "主机方案",
"host-plan-free" => "免费主机",
"host-plan-paid" => "收费主机",
'host-plan-super' => '高级主机',
'host-plan-ultimate' => '顶级主机',
"ftp-accounts" => "FTP账号",
"sub-domains" => "子域名",
"add-on-domains" => "绑定域名",
"parked-domains" => "停放域名",
"mysql-databases" => "MySQL数据库",
"disk-quota" => "总空间配额",
"ftp-accounts" => "FTP账号",
'free-domains' => '免费域名',
"sub-domains" => "子域名",
"add-on-domains" => "绑定域名",
"parked-domains" => "停放域名",
"mysql-databases" => "MySQL数据库",
"disk-quota" => "总空间配额",
"monthly-bandwidth" => "每月流量限制",
"daily-hits" => "每日点击配额",
"host-inodes" => "使用Inode配额",
"unlimited" => "无限",
"resetpassword" => "找回密码",
"domain" => "域名",
"input_domain" => "请输入域名",
"daily-hits" => "每日点击配额",
"host-inodes" => "使用Inode配额",
"unlimited" => "无限",
"reset-password" => "重置密码",
"domain" => "域名",
"input-domain" => "请输入域名",
'support' => '支持',
'not-support' => '不支持'
);

View file

@ -46,6 +46,7 @@ $LANG = array(
'host-plan-super' => '高級主機套餐',
'host-plan-ultimate' => '頂級主機套餐',
'ftp-accounts' => 'FTP 帳號',
'free-domains' => '免費域名',
'sub-domains' => '子網域',
'add-on-domains' => '附加網域',
'parked-domains' => '寄放網域',
@ -55,8 +56,10 @@ $LANG = array(
'daily-hits' => '每日點擊額度',
'host-inodes' => '信息節點額度',
'unlimited' => '無限',
'resetpassword' => 'Reset Password',
'domain' => 'Domain',
'input_domain' => 'Please Input Domain',
'reset-password' => '重置密碼',
'domain' => '域名',
'input-domain' => '請輸入域名',
'support' => '支持',
'not-support' => '不支持'
);

View file

@ -46,6 +46,7 @@ $LANG = array(
'host-plan-super' => '高級主機套餐',
'host-plan-ultimate' => '頂級主機套餐',
'ftp-accounts' => 'FTP 帳號',
'free-domains' => '免費域名',
'sub-domains' => '子網域',
'add-on-domains' => '附加網域',
'parked-domains' => '寄放網域',
@ -55,8 +56,10 @@ $LANG = array(
'daily-hits' => '每日點擊額度',
'host-inodes' => '信息節點額度',
'unlimited' => '無限',
'resetpassword' => 'Reset Password',
'domain' => 'Domain',
'input_domain' => 'Please Input Domain',
'reset-password' => '重置密碼',
'domain' => '域名',
'input-domain' => '請輸入域名',
'support' => '支持',
'not-support' => '不支持'
);

View file

@ -23,7 +23,7 @@
</div>
<div class="form-group">
<label for="inputDomain" class="control-label"><?php echo $LANG['domain']; ?></label>
<input type="text" name="domain" class="form-control" id="inputDomain" placeholder="<?php echo $LANG['input_domain']; ?>" value="<?php if (isset($_GET['domain'])) { echo $_GET['domain']; }?>">
<input type="text" name="domain" class="form-control" id="inputDomain" placeholder="<?php echo $LANG['input-domain']; ?>" value="<?php if (isset($_GET['domain'])) { echo $_GET['domain']; }?>">
</div>
<div class="form-group">
<label for="inputPassword" class="control-label"><?php echo $LANG['password']; ?></label>

View file

@ -30,6 +30,7 @@
<?php echo $LANG['host-plan-free']; ?>
</div>
<div class="list-group-item"><span class="badge">1</span><?php echo $LANG['ftp-accounts']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['not-support']; ?></span><?php echo $LANG['free-domains']; ?></div>
<div class="list-group-item"><span class="badge">10</span><?php echo $LANG['sub-domains']; ?></div>
<div class="list-group-item"><span class="badge">10</span><?php echo $LANG['add-on-domains']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['unlimited']; ?></span><?php echo $LANG['parked-domains']; ?></div>
@ -42,10 +43,10 @@
<div class="list-group-item">Latest PHP and mySQL</div>
<div class="list-group-item">SiteBuilder</div>
<div class="list-group-item">1 Click Script Installer</div>
<div class="list-group-item"><span class="badge">Not Support</span>Node.JS</div>
<div class="list-group-item"><span class="badge">Not Support</span>Postgres</div>
<div class="list-group-item"><span class="badge">Not Support</span>Free SSL Certificate</div>
<div class="list-group-item"><span class="badge">Not Support</span>Custom CRON Jobs</div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['not-support']; ?></span>Node.JS</div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['not-support']; ?></span>Postgres</div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['not-support']; ?></span>Free SSL Certificate</div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['not-support']; ?></span>Custom CRON Jobs</div>
<div class="list-group-item text-center">
<a class="btn btn-primary" href="/register.php" role="button"><?php echo $LANG['register']; ?></a>
</div>
@ -58,8 +59,9 @@
<?php echo $LANG['host-plan-super']; ?>
</div>
<div class="list-group-item"><span class="badge">100</span><?php echo $LANG['ftp-accounts']; ?></div>
<div class="list-group-item"><span class="badge">6</span><?php echo $LANG['free-domains']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['unlimited']; ?></span><?php echo $LANG['sub-domains']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['unlimited']; ?></span><?php echo $LANG['add-on-domains']; ?></div>
<div class="list-group-item"><span class="badge">20</span><?php echo $LANG['add-on-domains']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['unlimited']; ?></span><?php echo $LANG['parked-domains']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['unlimited']; ?></span><?php echo $LANG['mysql-databases']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['unlimited']; ?></span><?php echo $LANG['disk-quota']; ?></div>
@ -86,6 +88,7 @@
<?php echo $LANG['host-plan-ultimate']; ?>
</div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['unlimited']; ?></span><?php echo $LANG['ftp-accounts']; ?></div>
<div class="list-group-item"><span class="badge">21</span><?php echo $LANG['free-domains']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['unlimited']; ?></span><?php echo $LANG['sub-domains']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['unlimited']; ?></span><?php echo $LANG['add-on-domains']; ?></div>
<div class="list-group-item"><span class="badge"><?php echo $LANG['unlimited']; ?></span><?php echo $LANG['parked-domains']; ?></div>