//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/zone_editor/directives/loc_validators.js
// Generated: /usr/local/cpanel/base/sharedjs/zone_editor/directives/loc_validators-es_es.js
// Module: legacy_shared/zone_editor/directives/loc_validators-es_es
// Locale: es_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 = {"Latitude must be entered in “Degree Minute Seconds Hemisphere” format. Example: “12 45 52.233 N”.":"La latitud debe estar en formato “Grados Minutos Segundos Hemisferio”. Ejemplo: “12 45 52.233 N”.","Longitude must be entered in “Degree Minute Seconds Hemisphere” format. Example: “105 40 33.452 W”.":"La longitud debe estar en formato “Grados Minutos Segundos Hemisferio”. Ejemplo: “105 40 33.452 W”.","The first set of digits of Latitude are for Degrees. Degrees must be a 1 or 2 digit number between 0 and 90.":"El primer grupo de dígitos de Latitud conciernen a los grados. Estos deben ser un número de 1 a 2 dígitos entre 0 y 90.","The first set of digits of Longitude are for Degrees. Degrees must be a 1 to 2 digit number between 0 and 180.":"El primer grupo de dígitos de Longitud conciernen a los grados. Estos deben ser un número de 1 a 2 dígitos entre 0 y 180.","The last character of Latitude is the hemisphere, which can only be N or S.":"El último carácter de la Latitud es el hemisferio, que solo puede ser N o S.","The last character of Longitude is the hemisphere, which can only be E or W.":"El último carácter de la Longitud es el hemisferio, que solo puede ser E o W.","The second set of digits of Latitude are for Minutes. Minutes must be a 1 or 2 digit number between 0 and 59.":"El segundo grupo de dígitos de Latitud conciernen a los minutos. Estos deben ser un número de 1 o 2 dígitos entre 0 y 59.","The second set of digits of Longitude are for Minutes. Minutes must be a 1 or 2 digit number between 0 and 59.":"El segundo grupo de dígitos de Longitud conciernen a los minutos. Estos deben ser un número de 1 o 2 dígitos entre 0 y 59.","The third set of digits of Latitude are for Seconds. Seconds can only have up to 3 decimal places, and must be between 0 and 59.999.":"El tercer conjunto de dígitos de Latitud son los de los segundos. Estos solo pueden tener hasta 3 decimales y debe estar entre 0 y 59.999.","The third set of digits of Longitude are for Seconds. Seconds can only have up to 3 decimal places, and must be between 0 and 59.999.":"El tercer conjunto de dígitos de Longitud son los de los segundos. Estos solo pueden tener hasta 3 decimales y debe estar entre 0 y 59.999."};
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~~