Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-es_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_es.js
// Module:    cjt/util/httpStatus-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 = {"Accepted":"Aceptado","Bad Gateway":"Pasarela incorrecta","Bad Request":"Petición incorrecta","Conflict":"Conflicto","Continue":"Continuar","Created":"Creación","Expectation Failed":"Error de expectativa","Forbidden":"Prohibido","Found":"Encontrado","Gateway Timeout":"Tiempo de espera de la pasarela","Gone":"Gone","HTTP Version Not Supported":"Versión de HTTP no soportada","Internal Server Error":"Error interno del servidor","Length Required":"Longitud requerida","Method Not Allowed":"Método no permitido","Moved Permanently":"Movido permanentemente","Multiple Choices":"Múltiples opciones","No Content":"Ningún contenido","Non-Authoritative Information":"Información no autoritativa","Not Acceptable":"No aceptable","Not Found":"No encontrado","Not Implemented":"No implementado","Not Modified":"No modificado","OK":"ACEPTAR","Partial Content":"Contenido parcial","Payment Required":"Se requiere pago","Precondition Failed":"Error de condición previa","Proxy Authentication Required":"Se requiere autenticación proxy","Request Entity Too Large":"Entidad de la petición demasiado grande","Request Timeout":"Tiempo de espera de la petición","Request-URI Too Long":"La URI de la petición es demasiado larga","Requested Range Not Satisfiable":"No se puede satisfacer el intervalo solicitado","Reset Content":"Restablecer contenido","See Other":"Ver más","Service Unavailable":"Servicio no disponible","Switching Protocols":"Cambiando los protocolos","Temporary Redirect":"Redireccionamiento temporal","Unauthorized":"No autorizado","Unknown Error":"Error desconocido","Unsupported Media Type":"Tipo de medio no soportado","Use Proxy":"Usar 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~~
Back to Directory File Manager