//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/crts.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/crts-es.js
// Module: /jupiter/js2/ssl/crts-es
// Locale: es
// 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.":"Una clave que no usa una codificación de al menos [numf,_1] bits no proporciona suficiente seguridad.","Choose a country.":"Elija un país.","City":"Ciudad","Company":"Empresa","Company Division":"División de la empresa","Country":"País","Domain":"Dominio","Email":"Correo electrónico","Please use an email format (for example: [asis,user@example.com]).":"Use un formato de correo electrónico (por ejemplo: [asis,user@example.com]).","State":"Estado","The company division must be no longer than [quant,_1,character,characters].":"La división de la empresa no debe superar los [quant,_1,caracter,caracteres].","The company name must be no longer than [quant,_1,character,characters].":"El nombre de la empresa no debe superar los [quant,_1,caracter,caracteres].","The “[_1]” field cannot be left blank.":"The “[_1]” field cannot be left blank.","You can only enter valid domains.":"Solo puede ingresar dominios válidos.","You do not control this domain.":"No controla este dominio.","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"[numf,_1] del [numerate,_2,dominio,dominios] que ingresó [numerate,_1,es un dominio,son dominios] que usted no controla."};
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~~