|
@@ -0,0 +1,64 @@
|
|
|
+<?php
|
|
|
+$LANG = array(
|
|
|
+ "home" => "主页",
|
|
|
+ "solution" => "方案",
|
|
|
+ "news" => "新闻",
|
|
|
+ "contact" => "联系",
|
|
|
+ "contact_us" => "联系我们",
|
|
|
+ "help" => "帮助",
|
|
|
+ "login" => "登录",
|
|
|
+ "register" => "注册",
|
|
|
+ "username" => "用户名",
|
|
|
+ "input_username" => "请输入用户名",
|
|
|
+ "password" => "密码",
|
|
|
+ "input_password" => "请输入密码",
|
|
|
+ "email" => "电子邮箱地址",
|
|
|
+ "input_email" => "请输入电子邮箱地址",
|
|
|
+ "site_category" => "网站类型",
|
|
|
+ "personal" => "个人",
|
|
|
+ "business" => "商业",
|
|
|
+ "hobby" => "爱好",
|
|
|
+ "forum" => "论坛",
|
|
|
+ "adult" => "成人",
|
|
|
+ "dating" => "约会",
|
|
|
+ "software_download" => "软件/下载",
|
|
|
+ "choose_from_below" => "下拉选择",
|
|
|
+ "site_language" => "网站语言",
|
|
|
+ "english" => "英文",
|
|
|
+ "non_english" => "非英文",
|
|
|
+ "security_code" => "验证码",
|
|
|
+ "input_security_code" => "输入验证码",
|
|
|
+ "input_security_code_above" => "请输入上面图中验证码",
|
|
|
+ "legal_information" => "法律信息",
|
|
|
+ "privacy_policy" => "隐私政策",
|
|
|
+ "tos" => "服务条款",
|
|
|
+ "cancellation_refund" => "取消与退款",
|
|
|
+ "payment_methods" => "支付方式",
|
|
|
+ "signup_free_hosting" => "注册免费空间",
|
|
|
+ "remember_me" => "记住我",
|
|
|
+ "please_login" => "请登录",
|
|
|
+ "lost_password" => "忘记密码了?",
|
|
|
+ "address" => "地址",
|
|
|
+ "host-plan" => "主机方案",
|
|
|
+ "host-plan-free" => "免费主机",
|
|
|
+ "host-plan-paid" => "收费主机",
|
|
|
+ 'host-plan-super' => '高级主机',
|
|
|
+ 'host-plan-ultimate' => '顶级主机',
|
|
|
+ "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" => "无限",
|
|
|
+ "reset-password" => "重置密码",
|
|
|
+ "domain" => "域名",
|
|
|
+ "input-domain" => "请输入域名",
|
|
|
+ 'support' => '支持',
|
|
|
+ 'not-support' => '不支持',
|
|
|
+ 'more' => '更多'
|
|
|
+);
|