Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/validator/datatype-validators-sv.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-sv.js
// Module: cjt/validator/datatype-validators-sv
// Locale: sv
// 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.":"Indata ska vara ett negativt heltal.","The input should be a positive whole number.":"Indata ska vara ett positivt heltal.","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.":"Indata ska vara ett heltal.","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.":"The input should contain a dollar (USD) amount.","The input should only contains numbers.":"Indata ska endast innehÄlla siffror."};
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