//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/zone_editor/directives/loc_validators.js
// Generated: /usr/local/cpanel/base/sharedjs/zone_editor/directives/loc_validators-pt.js
// Module: legacy_shared/zone_editor/directives/loc_validators-pt
// Locale: pt
// 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”.":"Latitude must be entered in “Degree Minute Seconds Hemisphere” format. Example: “12 45 52.233 N”.","Longitude must be entered in “Degree Minute Seconds Hemisphere” format. Example: “105 40 33.452 W”.":"Longitude must be entered in “Degree Minute Seconds Hemisphere” format. Example: “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.":"The first set of digits of Latitude are for Degrees. Degrees must be a 1 or 2 digit number between 0 and 90.","The first set of digits of Longitude are for Degrees. Degrees must be a 1 to 2 digit number between 0 and 180.":"The first set of digits of Longitude are for Degrees. Degrees must be a 1 to 2 digit number between 0 and 180.","The last character of Latitude is the hemisphere, which can only be N or S.":"The last character of Latitude is the hemisphere, which can only be N or S.","The last character of Longitude is the hemisphere, which can only be E or W.":"The last character of Longitude is the hemisphere, which can only be E or W.","The second set of digits of Latitude are for Minutes. Minutes must be a 1 or 2 digit number between 0 and 59.":"The second set of digits of Latitude are for Minutes. Minutes must be a 1 or 2 digit number between 0 and 59.","The second set of digits of Longitude are for Minutes. Minutes must be a 1 or 2 digit number between 0 and 59.":"The second set of digits of Longitude are for Minutes. Minutes must be a 1 or 2 digit number between 0 and 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.":"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.","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.":"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."};
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~~