//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/external_auth/services/ProvidersService.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/external_auth/services/ProvidersService-ar.js
// Module: /templates/external_auth/services/ProvidersService-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 system could not disable the “[_1]” provider in “[_2]”. The following error occurred: [_3]":"يتعذر على النظام تعطيل موفر “[_1]” في “[_2]”. حدث الخطأ التالي: [_3]","The system could not enable the “[_1]” provider in “[_2]”. The following error occurred: [_3]":"يتعذر على النظام تمكين موفر “[_1]” في “[_2]”. حدث الخطأ التالي: [_3]","The system has successfully disabled the “[_1]” provider in “[_2]”.":"قام النظام بتعطيل موفر “[_1]” في “[_2]” بنجاح.","The system has successfully enabled the “[_1]” provider in “[_2]”.":"قام النظام بتمكين موفر “[_1]” في “[_2]” بنجاح."};
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~~