//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/mail/spam/services/spamAssassin.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/mail/spam/services/spamAssassin-de.js
// Module: /jupiter/mail/spam/services/spamAssassin-de
// Locale: de
// 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 Spam Box folders expunged.":"Alle Ordner der Spambox unwiderruflich entfernt.","Expunged the Spam Box folder for “[_1]”.":"Expunged the Spam Box folder for “[_1]”.","Spam Auto-Delete has been disabled.":"Das automatische Löschen von Spam wurde deaktiviert.","Spam Auto-Delete has been enabled.":"Das automatische Löschen von Spam wurde aktiviert.","Spam Box has been disabled.":"Spambox wurde deaktiviert.","Spam Box has been enabled.":"Spambox wurde aktiviert.","The Auto-Delete Threshold Score has been updated to [_1].":"The Auto-Delete Threshold Score has been updated to [_1].","The [asis,Apache SpamAssassin] user preferences have been updated.":"The [asis,Apache SpamAssassin] user preferences have been updated.","[asis,Apache SpamAssassin] has been disabled.":"[asis,Apache SpamAssassin] has been disabled.","[asis,Apache SpamAssassin] has been enabled.":"[asis,Apache SpamAssassin] has been enabled."};
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~~