//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController-ar.js
// Module: /jupiter/user_manager/views/listController-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 = {"Do you wish to remove the “[_1]” user from your system?":"هل ترغب في إزالة “[_1]” من النظام لديك؟","The service account is invalid.":"حساب الخدمة غير صالح.","The system successfully linked all of the service accounts for the “[_1]” user to the [asis,subaccount]. The service account passwords did not change.":"لقد قام النظام بربط كل حسابات الخدمة لمستخدم “[_1]” بـ [asis,subaccount]. لم يتم تغيير كلمات مرور حساب الخدمة.","The system successfully linked all of the service accounts for the “[_1]” user to the [asis,subaccount]. The service account passwords did not change. You must provide a new password if you wish to enable any additional [asis,subaccount] services.":"لقد قام النظام بربط كل حسابات الخدمة لمستخدم “[_1]” بـ [asis,subaccount]. لم يتم تغيير كلمات مرور حساب الخدمة. يجب تقديم كلمة مرور جديدة إذا كنت تريد تمكين أي خدمات [asis,subaccount] إضافية.","The system successfully linked the service account to the “[_1]” user’s [asis,subaccount]. The service account passwords did not change. You must provide a new password if you wish to enable any additional [asis,subaccount] services.":"لقد قام النظام بربط حساب الخدمة بمستخدم “[_1]” [asis,subaccount]. لم يتم تغيير كلمات مرور حساب الخدمة. يجب تقديم كلمة مرور جديدة إذا كنت تريد تمكين أي خدمات [asis,subaccount] إضافية.","The system successfully linked the service account to the “[_1]” user’s [asis,subaccount]. The service account passwords have not changed.":"لقد قام النظام بربط حساب الخدمة بمستخدم “[_1]” [asis,subaccount]. لم يتم تغيير كلمات مرور حساب الخدمة.","You cannot edit the account.":"لا يمكنك تحرير الحساب.","Your [asis,cPanel] account exceeds its disk quota. You cannot add or edit users.":"تجاوز حسابك في [asis,cPanel] حصته النسبية في القرص. يتعذر عليك إضافة مستخدمين أو تعديلهم."};
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~~