//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/email_accounts/views/manage.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/email_accounts/views/manage-en.js
// Module: /jupiter/email_accounts/views/manage-en
// Locale: en
// 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 = {"All of your changes to “[_1]” are saved.":"All of your changes to “[_1]” are saved.","Delete [quant,_1,message,messages] from the mail queue.":"Delete [quant,_1,message,messages] from the mail queue.","Quotas cannot exceed [format_bytes,_1].":"Quotas cannot exceed [format_bytes,_1].","Unlimited":"Unlimited","You deleted “[_1]”.":"You deleted “[_1]”.","[format_bytes,_1]":"[format_bytes,_1]"};
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~~