//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/io/base.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/io/base-it.js
// Module: cjt/io/base-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 = {"An unknown error occurred.":"Si รจ verificato un errore sconosciuto.","No specific error was returned with the failed API call.":"Nessun errore specifico restituito con la chiamata API non riuscita.","The API response could not be parsed.":"Impossibile analizzare la risposta API."};
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~~