//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-ar.js
// Module: cjt/util/httpStatus-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 = {"Accepted":"مقبول","Bad Gateway":"عبّارة سيئة","Bad Request":"طلب سيئ","Conflict":"تعارض","Continue":"المتابعة","Created":"تسجيل الدخول إلى","Expectation Failed":"فشل التوقع","Forbidden":"ممنوع","Found":"تم العثور على","Gateway Timeout":"انقضت مهلة العبّارة","Gone":"لم يعد متوفرًا","HTTP Version Not Supported":"إصدار HTTP غير معتمد","Internal Server Error":"خطأ خادم داخلي","Length Required":"الطول المطلوب","Method Not Allowed":"أسلوب غير مسموح به","Moved Permanently":"تم النقل بشكل دائم","Multiple Choices":"خيارات متعددة","No Content":"لا يوجد أي محتوى","Non-Authoritative Information":"معلومات غير موثوقة","Not Acceptable":"غير مقبول","Not Found":"غير موجود","Not Implemented":"لم يتم التنفيذ","Not Modified":"لم يتم تعديله","OK":"موافق","Partial Content":"المحتوى الجزئي","Payment Required":"مطلوب الدفع","Precondition Failed":"فشل الشرط المسبق","Proxy Authentication Required":"مطلوب مصادقة الوكيل","Request Entity Too Large":"كيان الطلب كبير جدًا","Request Timeout":"انقضت مهلة الطلب","Request-URI Too Long":"طلب URI المطلوب طويل جدًا","Requested Range Not Satisfiable":"نطاق الطلب غير مرضٍ","Reset Content":"إعادة تعيين المحتوى","See Other":"شاهد آخر","Service Unavailable":"الخدمة غير متوفرة","Switching Protocols":"تبديل البروتوكولات","Temporary Redirect":"إعادة التوجيه المؤقت","Unauthorized":"غير مصرح به","Unknown Error":"خطأ غير معروف","Unsupported Media Type":"نوع وسائط غير مدعوم","Use Proxy":"استخدام وكيل"};
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~~