//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/listsslhosts.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/listsslhosts-ar.js
// Module: /js2/listsslhosts-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 = {"OK":"موافق","Primary SSL Website Set Successfully":"تم تعيين موقع ويب SSL الأساسي بنجاح","Setting “[_1]” as its IP address’s primary SSL website …":"جار إعداد “[_1]” موقع ويب SSL أساسي لعنوان IP …","“[_1]” is now the primary SSL website on its IP address.":"يُعد “[_1]” الآن هو موقع ويب SSL الأساسي على عنوان IP الخاص به."};
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~~