//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/config.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/config-ar.js
// Module: /templates/greylist/views/config-ar
// Locale: ar
// 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.":"عدد الدقائق التي يقبل خلالها خادم البريد إعادة إرسال رسائل البريد من معرف ثلاثي غير معروف.","The number of minutes during which the mail server defers email from an unknown triplet.":"عدد الدقائق التي يؤجل خلالها خادم البريد رسائل البريد من معرف ثلاثي غير معروف.","The system successfully saved your [asis,Greylisting] configuration settings.":"قام النظام بحفظ إعدادات تكوين [asis,Greylisting] بنجاح.","The time at which the mail server treats a resent email as coming from a new, unknown triplet.":"الوقت الذي يقوم خادم البريد خلاله بمعالجة رسالة بريد حالية واردة من معرف ثلاثي غير معروف وجديد.","Whether the system automatically accepts email from hosts with a valid [asis,SPF] record.[comment,this text is used in a tooltip]":"سواء وافق النظام تلقائيًا على رسائل البريد الإلكتروني من المضيفات باستخدام أحد سجلات [asis,SPF] الصالحة أم لا.[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~~