diff --git a/admin/views/footer.php b/admin/views/footer.php index 71495f2..740470a 100644 --- a/admin/views/footer.php +++ b/admin/views/footer.php @@ -22,13 +22,7 @@ if (!defined('IN_SYS')) { - +
  • diff --git a/admin/views/navbar.php b/admin/views/navbar.php index 7aca931..69e37ce 100644 --- a/admin/views/navbar.php +++ b/admin/views/navbar.php @@ -50,14 +50,14 @@ if (!defined('IN_SYS')) {
  • Edit Account Details
  • Change password
  • -
  • +
  • -
  • +
  • diff --git a/clientarea/controllers/emails.php b/clientarea/controllers/emails.php index 2bcab20..8ecab6d 100644 --- a/clientarea/controllers/emails.php +++ b/clientarea/controllers/emails.php @@ -6,6 +6,11 @@ if (!defined('IN_SYS')) { exit; } +if (!isUserLoggedIn()) { + setMsg("msg_notify", "You need to login before accessing the Email History page.", "warning"); + redirect("clientarea", "login"); +} + $err = getMsg("errors"); $data = getMsg("form_data"); diff --git a/clientarea/controllers/main.php b/clientarea/controllers/main.php new file mode 100644 index 0000000..f6b246c --- /dev/null +++ b/clientarea/controllers/main.php @@ -0,0 +1,12 @@ + @@ -25,7 +32,8 @@ if (!defined('IN_SYS')) { - + + diff --git a/clientarea/views/header.php b/clientarea/views/header.php index a877645..dcad309 100644 --- a/clientarea/views/header.php +++ b/clientarea/views/header.php @@ -24,6 +24,11 @@ if (!defined('IN_SYS')) { + diff --git a/clientarea/views/login.php b/clientarea/views/login.php index 1e0382b..72672dc 100644 --- a/clientarea/views/login.php +++ b/clientarea/views/login.php @@ -12,7 +12,7 @@ if (!defined('IN_SYS')) {
    -

    Login

    +

    Please fill in credentials to log in.

    diff --git a/clientarea/views/main.php b/clientarea/views/main.php index 0428063..3d94220 100644 --- a/clientarea/views/main.php +++ b/clientarea/views/main.php @@ -7,13 +7,13 @@ if (!defined('IN_SYS')) { ?>
    -

    Client Area

    +

    -

    Client Area

    +

    Please fill in credentials to log in.

    diff --git a/clientarea/views/navbar.php b/clientarea/views/navbar.php index 6409737..cabc231 100644 --- a/clientarea/views/navbar.php +++ b/clientarea/views/navbar.php @@ -58,7 +58,7 @@ if (!defined('IN_SYS')) {
  • Logout
  • - Client Area  +  
    diff --git a/library/language.php b/library/language.php index 50a50ea..0c9efa6 100644 --- a/library/language.php +++ b/library/language.php @@ -5,7 +5,9 @@ if (!defined('IN_SYS')) { exit; } -$languages = array( +global $lang, $languages; + +$languages = [ 'en-US' => array('English', 'English'), 'zh-CN' => array('简体中文', 'Chinese_simplified'), 'zh-SG' => array('简体中文(新加坡)', 'Chinese_simplified'), @@ -112,8 +114,8 @@ $languages = array( 'xh' => array('Xhosa', 'Xhosa'), 'yi' => array('Yiddish', 'Yiddish'), 'yo' => array('Yorùbá', 'Yoruba'), - 'zu' => array('Zulu', 'Zulu') -); + 'zu' => array('Zulu', 'Zulu'), +]; class Language { @@ -252,19 +254,17 @@ class Language } $lang = new Language(); -// print_r($lang->language_area); -$current_lang = getCurrentLanguage(); -// print_r($current_lang); -function getCurrentLanguage() -{ - global $lang, $languages; - if (array_key_exists($lang->language_area, $languages)) { - return $lang->language_area; - } else if (array_key_exists($lang->language_country, $languages)) { - return $lang->language_country; - } else { - return 'en-US'; - } +$current_lang = 'en-US'; +if (array_key_exists($lang->language_area, $languages)) { + $current_lang = $lang->language_area; +} else if (array_key_exists($lang->language_country, $languages)) { + $current_lang = $lang->language_country; +} + +$language_tags = ''; +foreach ($languages as $k => $value) { + $actived = $k == $current_lang ? ' class="active"' : ''; + $language_tags .= '' . $languages[$k][0] . ''; } include $lang->getFileDir('language.php'); diff --git a/library/language/en-US/language.php b/library/language/en-US/language.php index f9ce1fe..aec1187 100644 --- a/library/language/en-US/language.php +++ b/library/language/en-US/language.php @@ -1,66 +1,67 @@ 'Home', - 'solution' => 'Solution', - 'news' => 'News', - 'contact' => 'Contact', - 'contact_us' => 'Contact Us', - 'help' => 'Help', - 'login' => 'Login', - 'register' => 'Register', - 'username' => 'Username', - 'input_username' => 'Please Input Username', - 'password' => 'Password', - 'input_password' => 'Please Input Password', - 'email' => 'Email', - 'input_email' => 'Please Input Email Address', - 'site_category' => 'Site Category', - 'personal' => 'Personal', - 'business' => 'Business', - 'hobby' => 'Hobby', - 'forum' => 'Forum', - 'adult' => 'Adult', - 'dating' => 'Dating', - 'software_download' => 'Software / Download', - 'choose_from_below' => 'Choose from Below', - 'site_language' => 'Site Language', - 'english' => 'English', - 'non_english' => 'Non English', - 'security_code' => 'Security Code', - 'input_security_code' => 'Please Input Security Code', - 'input_security_code_above' => 'Please Input Security Code Above', - 'legal_information' => 'Legal Information', - 'privacy_policy' => 'Privacy Policy', - 'tos' => 'Terms of service', - 'cancellation_refund' => 'Cancellation & Refund', - 'payment_methods' => 'Payment Methods & Information', - 'signup_free_hosting' => 'Sign Up For Free Hosting', - 'remember_me' => 'Remember me', - 'please_login' => 'Please sign in', - 'lost_password' => 'Lost your password?', - 'address' => 'Address', - 'host-plan' => 'Host Plan', - 'host-plan-free' => 'Free Hosting', - 'host-plan-paid' => 'Paid Hosting', - 'host-plan-super' => 'Super Hosting', - 'host-plan-ultimate' => 'Ultimate Hosting', - 'ftp-accounts' => 'FTP Accounts', - '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', - 'monthly-bandwidth' => 'Monthly Bandwidth', - 'daily-hits' => 'Daily Hits Quota', - 'host-inodes' => 'Inodes Quota', - 'unlimited' => 'Unlimited', - 'reset-password' => 'Reset Password', - 'domain' => 'Domain', - 'input-domain' => 'Please Input Domain', - 'support' => 'Support', - 'not-support' => 'Not Support', - 'more' => 'More', - 'about' => 'About', - 'aboutus' => 'About', -); +$LANG = [ + 'home' => 'Home', + 'solution' => 'Solution', + 'news' => 'News', + 'contact' => 'Contact', + 'contact_us' => 'Contact Us', + 'help' => 'Help', + 'login' => 'Login', + 'register' => 'Register', + 'username' => 'Username', + 'input_username' => 'Please Input Username', + 'password' => 'Password', + 'input_password' => 'Please Input Password', + 'email' => 'Email', + 'input_email' => 'Please Input Email Address', + 'site_category' => 'Site Category', + 'personal' => 'Personal', + 'business' => 'Business', + 'hobby' => 'Hobby', + 'forum' => 'Forum', + 'adult' => 'Adult', + 'dating' => 'Dating', + 'software_download' => 'Software / Download', + 'choose_from_below' => 'Choose from Below', + 'site_language' => 'Site Language', + 'english' => 'English', + 'non_english' => 'Non English', + 'security_code' => 'Security Code', + 'input_security_code' => 'Please Input Security Code', + 'input_security_code_above' => 'Please Input Security Code Above', + 'legal_information' => 'Legal Information', + 'privacy_policy' => 'Privacy Policy', + 'tos' => 'Terms of service', + 'cancellation_refund' => 'Cancellation & Refund', + 'payment_methods' => 'Payment Methods & Information', + 'signup_free_hosting' => 'Sign Up For Free Hosting', + 'remember_me' => 'Remember me', + 'please_login' => 'Please sign in', + 'lost_password' => 'Lost your password?', + 'address' => 'Address', + 'host-plan' => 'Host Plan', + 'host-plan-free' => 'Free Hosting', + 'host-plan-paid' => 'Paid Hosting', + 'host-plan-super' => 'Super Hosting', + 'host-plan-ultimate' => 'Ultimate Hosting', + 'ftp-accounts' => 'FTP Accounts', + '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', + 'monthly-bandwidth' => 'Monthly Bandwidth', + 'daily-hits' => 'Daily Hits Quota', + 'host-inodes' => 'Inodes Quota', + 'unlimited' => 'Unlimited', + 'reset-password' => 'Reset Password', + 'domain' => 'Domain', + 'input-domain' => 'Please Input Domain', + 'support' => 'Support', + 'not-support' => 'Not Support', + 'more' => 'More', + 'about' => 'About', + 'aboutus' => 'About', + 'clientarea' => 'Client Area', +]; diff --git a/library/language/ko/language.php b/library/language/ko/language.php index 92c9a31..3ffe66e 100644 --- a/library/language/ko/language.php +++ b/library/language/ko/language.php @@ -1,66 +1,67 @@ 'Home', - 'solution' => 'Solution', - 'news' => '뉴스', - 'contact' => '접촉', - 'contact_us' => '문의하기', - 'help' => '도움', - 'login' => '로그인', - 'register' => '레지스터', - 'username' => '사용자 이름', - 'input_username' => '사용자 이름을 입력하십시오.', - 'password' => '암호', - 'input_password' => '암호를 입력하십시오', - 'email' => '이메일', - 'input_email' => '이메일 주소를 입력 해주세요', - 'site_category' => 'Site Category', - 'personal' => '개인적인', - 'business' => '사업', - 'hobby' => '취미', - 'forum' => '게시판', - 'adult' => '성인', - 'dating' => '약속', - 'software_download' => 'Software / Download', - 'choose_from_below' => 'Choose from Below', - 'site_language' => '웹 사이트 언어', - 'english' => 'English', - 'non_english' => 'Non English', - 'security_code' => 'Security Code', - 'input_security_code' => 'Please Input Security Code', - 'input_security_code_above' => 'Please Input Security Code Above', - 'legal_information' => 'Legal Information', - 'privacy_policy' => 'Privacy Policy', - 'tos' => 'Terms of service', - 'cancellation_refund' => 'Cancellation & Refund', - 'payment_methods' => 'Payment Methods & Information', - 'signup_free_hosting' => 'Sign Up For Free Hosting', - 'remember_me' => 'Remember me', - 'please_login' => '로그인 해주세요', - 'lost_password' => 'Lost your password?', - 'address' => 'Address', - 'host-plan' => 'Host Plan', - 'host-plan-free' => '무료 호스팅', - 'host-plan-paid' => 'Paid Hosting', - 'host-plan-super' => 'Super Hosting', - 'host-plan-ultimate' => 'Ultimate Hosting', - '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' => 'Please Input Domain', - 'support' => '지원됨', - 'not-support' => '지원 안함', - 'more' => '많은', - 'about' => '정보', - 'aboutus' => '회사 소개', -); +$LANG = [ + 'home' => 'Home', + 'solution' => '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' => 'Software / Download', + 'choose_from_below' => 'Choose from Below', + 'site_language' => '웹 사이트 언어', + 'english' => '영어', + 'non_english' => 'Non English', + 'security_code' => 'Security Code', + 'input_security_code' => 'Please Input Security Code', + 'input_security_code_above' => 'Please Input Security Code Above', + 'legal_information' => 'Legal Information', + 'privacy_policy' => 'Privacy Policy', + 'tos' => 'Terms of service', + 'cancellation_refund' => 'Cancellation & Refund', + 'payment_methods' => 'Payment Methods & Information', + 'signup_free_hosting' => 'Sign Up For Free Hosting', + 'remember_me' => 'Remember me', + 'please_login' => '로그인 해주세요', + 'lost_password' => 'Lost your password?', + 'address' => 'Address', + 'host-plan' => 'Host Plan', + 'host-plan-free' => '무료 호스팅', + 'host-plan-paid' => 'Paid Hosting', + 'host-plan-super' => 'Super Hosting', + 'host-plan-ultimate' => 'Ultimate Hosting', + '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' => 'Please Input Domain', + 'support' => '지원됨', + 'not-support' => '지원 안함', + 'more' => '많은', + 'about' => '정보', + 'aboutus' => '회사 소개', + 'clientarea' => '고객센터', +]; diff --git a/library/language/zh-CN/language.php b/library/language/zh-CN/language.php index 5e4edcd..afd25db 100644 --- a/library/language/zh-CN/language.php +++ b/library/language/zh-CN/language.php @@ -1,5 +1,5 @@ "主页", "solution" => "方案", "news" => "新闻", @@ -62,5 +62,6 @@ $LANG = array( 'not-support' => '不支持', 'more' => '更多', 'about' => '关于', - 'aboutus' => '关于我们', -); + 'aboutus' => '关于我们', + 'clientarea' => '客户中心', +]; diff --git a/library/language/zh-HK/language.php b/library/language/zh-HK/language.php index 9d92411..22342ae 100644 --- a/library/language/zh-HK/language.php +++ b/library/language/zh-HK/language.php @@ -1,67 +1,67 @@ '主頁', - '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' => '信息節點額度', - 'unlimited' => '無限', - 'reset-password' => '重置密碼', - 'domain' => '域名', - 'input-domain' => '請輸入域名', - 'support' => '支持', - 'not-support' => '不支持', - 'more' => '更多', - 'about' => '關於', - 'aboutus' => '關於我們', -); - +$LANG = [ + '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' => '信息節點額度', + 'unlimited' => '無限', + 'reset-password' => '重置密碼', + 'domain' => '域名', + 'input-domain' => '請輸入域名', + 'support' => '支持', + 'not-support' => '不支持', + 'more' => '更多', + 'about' => '關於', + 'aboutus' => '關於我們', + 'clientarea' => '客戶中心', +]; diff --git a/library/language/zh-SG/language.php b/library/language/zh-SG/language.php index 5e4edcd..60bc987 100644 --- a/library/language/zh-SG/language.php +++ b/library/language/zh-SG/language.php @@ -1,66 +1,67 @@ "主页", - "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" => "约会", +$LANG = [ + "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" => "验证码", + "site_language" => "网站语言", + "english" => "英文", + "non_english" => "非英文", + "security_code" => "验证码", "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账号", - 'free-domains' => '免费域名', - "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" => "无限", - "reset-password" => "重置密码", - "domain" => "域名", - "input-domain" => "请输入域名", - 'support' => '支持', - 'not-support' => '不支持', - 'more' => '更多', - 'about' => '关于', - 'aboutus' => '关于我们', -); + "daily-hits" => "每日点击配额", + "host-inodes" => "使用Inode配额", + "unlimited" => "无限", + "reset-password" => "重置密码", + "domain" => "域名", + "input-domain" => "请输入域名", + 'support' => '支持', + 'not-support' => '不支持', + 'more' => '更多', + 'about' => '关于', + 'aboutus' => '关于我们', + 'clientarea' => '客户中心', +]; diff --git a/library/language/zh-TW/language.php b/library/language/zh-TW/language.php index 67fa506..22342ae 100644 --- a/library/language/zh-TW/language.php +++ b/library/language/zh-TW/language.php @@ -1,66 +1,67 @@ '主頁', - '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' => '信息節點額度', - 'unlimited' => '無限', - 'reset-password' => '重置密碼', - 'domain' => '域名', - 'input-domain' => '請輸入域名', - 'support' => '支持', - 'not-support' => '不支持', - 'more' => '更多', - 'about' => '關於', - 'aboutus' => '關於我們', -); +$LANG = [ + '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' => '信息節點額度', + 'unlimited' => '無限', + 'reset-password' => '重置密碼', + 'domain' => '域名', + 'input-domain' => '請輸入域名', + 'support' => '支持', + 'not-support' => '不支持', + 'more' => '更多', + 'about' => '關於', + 'aboutus' => '關於我們', + 'clientarea' => '客戶中心', +];