//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/mail/spam/views/atAGlance.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/mail/spam/views/atAGlance-ru.js
// Module: /jupiter/mail/spam/views/atAGlance-ru
// Locale: ru
// 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 = {"You currently have [quant,_1,blacklisted item,blacklisted items].":"You currently have [quant,_1,blacklisted item,blacklisted items].","You currently have [quant,_1,calculated spam score customization, calculated spam score customizations] on this account.":"You currently have [quant,_1,calculated spam score customization, calculated spam score customizations] on this account.","You currently have [quant,_1,whitelisted item,whitelisted items].":"You currently have [quant,_1,whitelisted item,whitelisted items]."};
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~~