//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-it.js
// Module: cjt/util/httpStatus-it
// Locale: it
// 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":"Accettato","Bad Gateway":"Gateway non valido","Bad Request":"Richiesta non valida","Conflict":"Conflitto","Continue":"Continua","Created":"creato","Expectation Failed":"Previsione non riuscita","Forbidden":"Non consentito","Found":"Trovato","Gateway Timeout":"Timeout gateway","Gone":"Non più disponibile","HTTP Version Not Supported":"Versione HTTP non supportata","Internal Server Error":"Errore interno del server","Length Required":"Lunghezza obbligatoria","Method Not Allowed":"Metodo non consentito","Moved Permanently":"Spostato in modo permanente","Multiple Choices":"Scelte multiple","No Content":"Nessun contenuto","Non-Authoritative Information":"Informazioni non autorevoli","Not Acceptable":"Non accettabile","Not Found":"Non trovato","Not Implemented":"Non implementato","Not Modified":"Non modificato","OK":"OK","Partial Content":"Contenuto parziale","Payment Required":"Pagamento obbligatorio","Precondition Failed":"Condizione preliminare non riuscita","Proxy Authentication Required":"Autenticazione proxy obbligatoria","Request Entity Too Large":"Entità richiesta troppo grande","Request Timeout":"Timeout richiesta","Request-URI Too Long":"URI richiesta troppo lunga","Requested Range Not Satisfiable":"Impossibile attenersi all’intervallo richiesto","Reset Content":"Ripristina contenuto","See Other":"Vedere altro","Service Unavailable":"Servizio non disponibile","Switching Protocols":"Scambio protocolli","Temporary Redirect":"Reindirizzamento temporaneo","Unauthorized":"Non autorizzato","Unknown Error":"Errore sconosciuto","Unsupported Media Type":"Tipo di supporto non supportato","Use Proxy":"Utilizza 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~~