//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/crts.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/crts-ko.js
// Module: /jupiter/js2/ssl/crts-ko
// Locale: ko
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"A key that does not use at least [numf,_1]-bit encryption does not provide adequate security.":"최소 [numf,_1]비트 암호화를 사용하지 않는 키는 적절한 보안을 제공하지 못합니다.","Choose a country.":"국가를 선택합니다.","City":"도시","Company":"회사","Company Division":"회사 부서","Country":"국가","Domain":"도메인","Email":"이메일","Please use an email format (for example: [asis,user@example.com]).":"이메일 형식을 사용하십시오(예: [asis,user@example.com]).","State":"상태","The company division must be no longer than [quant,_1,character,characters].":"회사 부서는 [quant,_1,자,자]자보다 길어서는 안 됩니다.","The company name must be no longer than [quant,_1,character,characters].":"회사 이름은 [quant,_1,자,자]자보다 길어서는 안 됩니다.","The “[_1]” field cannot be left blank.":"The “[_1]” field cannot be left blank.","You can only enter valid domains.":"유효한 도메인만 입력할 수 있습니다.","You do not control this domain.":"이 도메인은 제어하지 못합니다.","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"입력하신 [numerate,_2,도메인,도메인] 중 [numf,_1]은(는) 제어하지 못하는 [numerate,_1,도메인입니다.,도메인입니다.]입니다."};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~