Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/validator/datatype-validators-it.js
//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/validator/datatype-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/datatype-validators-it.js
// Module: cjt/validator/datatype-validators-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 = {"The input must be a float number with up to [quant,_1, decimal place, decimal places].":"The input must be a float number with up to [quant,_1, decimal place, decimal places].","The input must be a positive float number with up to [quant,_1, decimal place, decimal places].":"The input must be a positive float number with up to [quant,_1, decimal place, decimal places].","The input should be a negative whole number.":"L’input deve essere un numero intero negativo.","The input should be a positive whole number.":"L’input deve essere un numero intero positivo.","The input should be a valid hexadecimal color (excluding the pound sign).":"The input should be a valid hexadecimal color (excluding the pound sign).","The input should be a whole number.":"L’input deve essere un numero intero.","The input should be zero or a positive whole number.":"The input should be zero or a positive whole number.","The input should contain a dollar (USD) amount.":"L’input deve contenete l’importo di un dollaro (USD).","The input should only contains numbers.":"L’input deve contenere solo numeri."};
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