var LANG = new Array(); LANG['language'] = "en"; /*** Register Form Error ***/ LANG['EmptyID'] = "Enter User ID."; LANG['IDNotChecked'] = "Check whether the User ID can be used by pressing the 'check availability!' button."; LANG['InvalidID'] = "Corresponding ID is invalid. ID must consist of 5~20 lower case English characters or numbers and the first character must be a lower case English character."; LANG['EmptyPassword'] = "Enter the password."; LANG['InvalidPassword'] = "Corresponding password is invalid. Enter the password with 5~40 characters."; LANG['InvalidAuthCode'] = "Authorization code(authcode) must be 5~20 characters of English characters or numbers."; LANG['EmptyPasswordConfirm'] = "Password verification field is empty."; LANG['FailIDConfirm'] = "Two IDs that were input do not match. Please enter again."; LANG['FailPasswordConfirm'] = "Two passwords that were input do not match. Please enter again."; LANG['NotAgreeTerms'] = ""; LANG['EmptyDepositor'] = ""; LANG['RequiredPhoneOrHandPhone'] = ""; LANG['EmptyName'] = "Name field is empty. Enter your name."; LANG['InvalidName'] = "The name contains English characters or numbers."; LANG['InvalidSpaceName'] = "There is a blank in the name."; LANG['EmptyEmail'] = "E-mail address is empty."; LANG['InvalidEmail'] = "Corresponding E-mail address is not correct."; LANG['InvalidEmailLength'] = "Corresponding E-mail address is not correct."; LANG['InvalidEmailVerify'] = "E-mail address that was entered is not identical."; LANG['EmptyLanguage'] = "Display language has not been selected."; LANG['SelectRiddleQuestion'] = "Select a question to find the password."; LANG['EmptyRiddleAnswer'] = "Enter the answer for the question to find the password."; LANG['EmptyPhoneNo'] = "Enter the phone number accurately."; LANG['InvalidPhoneNo'] = "Characters other than numbers cannot be entered for a phone number."; /*** Else ***/ LANG['InvalidDomain'] = "Domain name is not correct."; LANG['EmptyDomain'] = "Domain is empty."; LANG['EmptySubDomain'] = "Sub-domain is empty."; LANG['EmptyCNAMESubDomain'] = "Sub-domain for the domain alias (CNAME) is empty. Domain alias (CNAME) must designate a sub-domain."; LANG['ChooseDomain'] = "Select a domain."; LANG['ChooseRecord'] = "Select a record."; LANG['UnavailablePTR'] = "Invserse domain is not supported."; LANG['EmptyIP'] = "IP value is empty."; LANG['InvalidIP'] = "Form of the IP is not correct."; LANG['EmptyIPv6'] = "IPv6 value is empty."; LANG['InvalidIPv6'] = "Form of the IPv6 is not correct."; LANG['InvalidURL'] = "Form of the URL is not correct. URL is a character array starting with 'http://' string."; LANG['EmptyURL'] = "URL value is empty."; LANG['SelectDeleteDomain'] = "Select a domain to delete."; LANG['SelectChangeDomain'] = "Select a domain to modify."; LANG['SelectDeleteRecord'] = "Select a record to delete."; LANG['SelectChangeRecord'] = "Select a record to modify."; LANG['SelectChangeHostname'] = "Select a host name to modify."; LANG['SelectDeleteEmail'] = "Select an E-mail address to delete."; LANG['SelectChangeEmail'] = "Select an E-mail address to modify."; LANG['SelectEmail'] = "Select an E-mail address."; LANG['SelectGrantTransfer'] = "Select a domain to transfer."; LANG['SelectAcceptTransfer'] = "Select a domain to accept."; LANG['SelectRejectTransfer'] = "Select a domain to reject."; LANG['SelectCancelTransfer'] = "Select a domain to cancel."; LANG['EmptyMX'] = "Mail server value is empty."; LANG['EmptyMXRank'] = "Priority value for the mail server is empty."; LANG['InvalidMX'] = "Form of the mail server (MX) is not correct. Mail server must have the form of a domain and IP address cannot be entered."; LANG['InvalidMXRank'] = "Form of the mail server (MX) priority is not correct."; LANG['EmptyTXT'] = "TXT value is empty."; LANG['InvalidTXTLength'] = "TXT record cannot not exceed a maximum of 255 characters."; LANG['SelectActualDomain'] = "Select a destination domain to use as an alias."; LANG['SameSOAValues'] = "SOA value that was changed is the same as the existing value."; LANG['EmptyNS'] = "Name server (NS) value is empty."; LANG['InvalidNS'] = "Value of the name server (NS) is not in correct domain form. IP address cannot be entered."; LANG['InvalidWildcardNS'] = "Wild card (*) cannot be entered in a NS record."; LANG['InvalidZoneMemo'] = "Number of characters is too high. Memo for a domain can only have up to 65000 characters."; LANG['InvalidSubnet'] = "Form of the subnet mask is not correct."; LANG['EmptyCaptcha'] = "Authentication code value is empty."; /*** Change Password Alert ***/ LANG['ConfirmChangePassword'] = "Would you like to change the password?"; LANG['ConfirmEdit'] = "Would you like to change?"; /*** MailForward ***/ LANG['InvalidMailForward'] = "같은 도메인으로는 메일포워딩을 할 수 없습니다."; LANG['InvalidDomainOrEmail'] = "Domain name or E-mail address is not correct."; LANG['EmptyDomainOrEmail'] = "Domain name or E-mail address is empty."; LANG['ExistDomainOrEmail'] = "Domain or E-mail that exist already."; LANG['SelectDeleteDomainOrEmail'] = "Select a domain or E-mail to delete."; /*** EditDDNS ***/ //LANG['OfflineNoUse'] = '오프라인 페이지 지원을 사용하지 않습니다.'; //#LANG['EmptyStatus'] = '변경하실 상태를 선택해주세요.'; LANG['PrivateIP'] = "IP that was entered is a private IP. To use the dynamic DNS service, enter a public IP.\n If IP router or NAT is used, enter the public IP for the IP router or NAT server.\n\nPrivate IP range for which input is forbidden\n * 10.0.0.0 ~ 10.255.255.255\n * 172.16.0.0 ~ 172.31.255.255\n * 192.168.0.0 ~ 192.168.255.255\n * 127.0.0.1"; LANG['InvalidOfflineMsgLength'] = "Number of characters is too high. Offline message can only have up to 65000 characters."; LANG['InvalidOfflineMsg'] = "JavaScript cannot be used in an offline message."; /*** AddPTRZone ***/ LANG['EmptyNetworkStart'] = " Enter the starting address of the network."; LANG['EmptyNetworkEnd'] = "Enter the ending address of the network."; LANG['EmptyNetworkSubnet'] = "Enter the subnet mask of the network."; //LANG['InvalidNetworkSubnet'] = '입력한 네트워크 서브넷마스크가 올바르지 않습니다.'; //LANG['NotSupportUpperClass'] = '지금은 B class 이상은 지원하지 않습니다.'; LANG['EmptyHostname'] = "Host name is empty."; //LANG['OverNetworkRange'] = '할당받은 네트워크 영역을 벗어납니다.'; LANG['InvalidPTRZone'] = "Form of the IP is not correct."; LANG['InputOnlyNum'] = "Only numbers may be entered."; LANG['PTRIPRange'] = "Only numbers between 0 ~ 255 may be entered."; /*** Edit SRV ***/ LANG['SelectServiceName'] = "Select a service name."; LANG['SelectProtocolName'] = "Select a protocol name."; LANG['InvalidPriority'] = "Characters other than numbers cannot be entered for priority. Only integers from 0 to 65535 may be entered."; LANG['InvalidWeight'] = "Characters other than numbers cannot be entered for weight. Only integers from 0 to 65535 may be entered."; LANG['InvalidPort'] = "Characters other than numbers cannot be entered for the port number. Only integers from 0 to 65535 may be entered."; LANG['InvalidServiceName'] = "Service name must start with '_'."; LANG['EmptyPriority'] ="Priority value is empty."; LANG['EmptyWeight'] = "Weight value is empty."; LANG['EmptyPort'] = "Port number value is empty."; /*** Unregister confirm ***/ LANG['ConfirmUnregister'] = "Do you really want to delete account?"; /*** Port Scan ***/ /*** Template ***/ LANG['selectTemplate'] = "Select the template to apply."; /*** Webmail ***/