|
@@ -1,66 +1,67 @@
|
|
<?php
|
|
<?php
|
|
-$LANG = array(
|
|
|
|
- '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',
|
|
|
|
-);
|
|
|
|
|
|
+$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',
|
|
|
|
+];
|