//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-es_419.js
// Module: cjt/util/httpStatus-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 = {"Accepted":"Accepted","Bad Gateway":"Bad Gateway","Bad Request":"Bad Request","Conflict":"Conflict","Continue":"Continuar","Created":"Created","Expectation Failed":"Expectation Failed","Forbidden":"Forbidden","Found":"Found","Gateway Timeout":"Gateway Timeout","Gone":"Gone","HTTP Version Not Supported":"HTTP Version Not Supported","Internal Server Error":"Internal Server Error","Length Required":"Length Required","Method Not Allowed":"Method Not Allowed","Moved Permanently":"Moved Permanently","Multiple Choices":"Multiple Choices","No Content":"No Content","Non-Authoritative Information":"Non-Authoritative Information","Not Acceptable":"Not Acceptable","Not Found":"No encontrado","Not Implemented":"Not Implemented","Not Modified":"Not Modified","OK":"OK","Partial Content":"Partial Content","Payment Required":"Payment Required","Precondition Failed":"Precondition Failed","Proxy Authentication Required":"Proxy Authentication Required","Request Entity Too Large":"Request Entity Too Large","Request Timeout":"Request Timeout","Request-URI Too Long":"Request-URI Too Long","Requested Range Not Satisfiable":"Requested Range Not Satisfiable","Reset Content":"Reset Content","See Other":"See Other","Service Unavailable":"Service Unavailable","Switching Protocols":"Switching Protocols","Temporary Redirect":"Temporary Redirect","Unauthorized":"No autorizado","Unknown Error":"Error desconocido","Unsupported Media Type":"Unsupported Media Type","Use Proxy":"Use Proxy"};
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~~