//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-es_419.js
// Module: /js2/gencrt-es_419
// Locale: es_419
// 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 = {"Certificate Email Address":"Certificate Email Address","Choose a country.":"Choose a country.","City":"City","Company":"Company","Company Division":"Company Division","Contact Email Address":"Contact Email Address","Country":"Country","Domain":"Domain","Passphrase":"Passphrase","State":"State","The company division must be no longer than [quant,_1,character,characters].":"The company division must be no longer than [quant,_1,character,characters].","The company name must be no longer than [quant,_1,character,characters].":"The company name must be no longer than [quant,_1,character,characters].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.","The passphrase must be at least [quant,_1,character,characters] long.":"The passphrase must be at least [quant,_1,character,characters] long.","The passphrase must be no longer than [quant,_1,character,characters].":"The passphrase must be no longer than [quant,_1,character,characters].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"The “[_1]” field must be at least [quant,_2,character,characters] long.","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.","You can only enter valid domains.":"You can only enter valid domains.","You entered an invalid character. The passphrase may contain only letters and numbers.":"You entered an invalid character. The passphrase may contain only letters and numbers.","You must enter a city.":"You must enter a city.","You must enter a company.":"You must enter a company.","You must enter a state.":"You must enter a state.","You must enter an email address.":"You must enter an email address."};
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~~