//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/config.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/config-fil.js
// Module: /templates/greylist/views/config-fil
// Locale: fil
// 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 number of minutes during which the mail server accepts a resent email from an unknown triplet.":"Ang bilang ng mga minuto na tinatanggap ng mail server ang isang email na ipinadala ulit mula sa isang hindi kilalang triplet.","The number of minutes during which the mail server defers email from an unknown triplet.":"Ang bilang ng mga minuto na ipagpapaliban ng mail server ang email mula sa isang hindi kilalang triplet.","The system successfully saved your [asis,Greylisting] configuration settings.":"Matagumpay na na-save ng system ang mga setting ng iyong configuration ng [asis,Greylisting].","The time at which the mail server treats a resent email as coming from a new, unknown triplet.":"Ang oras kung saan itinuturing ng mail server ang isang email na ipinadala ulit bilang nanggagaling mula sa isang bago at hindi kilalang triplet.","Whether the system automatically accepts email from hosts with a valid [asis,SPF] record.[comment,this text is used in a tooltip]":"Kung awtomatikong tumatanggap ang system ng email mula sa mga host na may wastong [asis,SPF] record.[comment,this text is used in a tooltip]"};
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~~