//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-ar.js
// Module: /templates/accounts/createacct-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 = {"A username cannot contain spaces.":"لا يمكن أن يحتوي أي اسم مستخدم على مسافات.","A username must have between [numf,_1] and [quant,_2,character,characters].":"يجب أن يحتوي اسم المستخدم ما بين [numf,_1] و[quant,_2,حرفًا,حرفًا].","A username must start with a letter.":"يجب أن يبدأ اسم المستخدم بحرف.","Domain":"المجال","Email":"البريد الإلكتروني","Enable Spam Box":"تمكين علبة البريد المزعج","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"اسم الحزمة","Selected Package":"الحزمة التي تم تحديدها","The email field must be empty or an email address.":"يجب أن يكون حقل البريد الإلكتروني فارغًا أو به عنوان بريد إلكتروني.","The username cannot be the same as the password.":"يتعذر أن يكون اسم المستخدم مثل كلمة المرور.","This is not a valid domain.":"هذا مجال غير صالح.","This is not a valid package name.":"هذا اسم حزمة غير صالح.","This is not a valid username.":"هذا اسم مستخدم غير صالح.","Updating …":"جارٍ التحديث…","Username":"اسم المستخدم","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must select a package.":"يجب تحديد أحد الحزم."};
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~~