Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-es.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-es.js
// Module:    cjt/util/httpStatus-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 = {"Accepted":"Aceptado","Bad Gateway":"Puerta de enlace no válida","Bad Request":"Solicitudes erróneas","Conflict":"Conflicto","Continue":"Continuar","Created":"Creado","Expectation Failed":"Error en las expectativas","Forbidden":"Prohibido","Found":"Encontrado","Gateway Timeout":"Tiempo de espera agotado para la puerta de enlace","Gone":"Eliminado","HTTP Version Not Supported":"No se admite la versión HTTP","Internal Server Error":"Error interno del servidor","Length Required":"Longitud requerida","Method Not Allowed":"Método no permitido","Moved Permanently":"Movido permanentemente","Multiple Choices":"Varias opciones","No Content":"Sin contenido","Non-Authoritative Information":"Esta información no concede autorización","Not Acceptable":"No aceptable","Not Found":"No encontrado","Not Implemented":"No implementado","Not Modified":"No modificado","OK":"Aceptar","Partial Content":"Contenido parcial","Payment Required":"Pago requerido","Precondition Failed":"Error en las condiciones previas","Proxy Authentication Required":"Se requiere la autenticación del intermediario","Request Entity Too Large":"Entidad de solicitud demasiado grande","Request Timeout":"Tiempo de espera de solicitud","Request-URI Too Long":"URI de solicitud demasiado largo","Requested Range Not Satisfiable":"No se puede cumplir con el intervalo solicitado","Reset Content":"Restaurar contenido","See Other":"Ver otro","Service Unavailable":"Servicio no disponible","Switching Protocols":"Cambiando protocolos","Temporary Redirect":"Redirección temporal","Unauthorized":"No autorizado","Unknown Error":"Error desconocido","Unsupported Media Type":"Tipo de medios no admitidos","Use Proxy":"Usar intermediario"};

    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~~
Back to Directory File Manager