=3 && $n%100<=10) { return 3; } else if ($n%100>=11 && $n%100<=99) { return 4; } else { return 5; } }} $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'تاريخ الانتهاء يسبق تاريخ بدء التعتيم ، يجب إصلاح هذا.'; $a->strings['Please double check the current settings for the blackout. It will begin on %s and end on %s.'] = 'يرجى التحقق مرة أخرى من الإعدادات الحالية لحالة التعتيم. بدأ في 1 ٪ 1 %s وانتهاء في2٪2 %s.'; $a->strings['Save Settings'] = 'احفظ الإعدادات'; $a->strings['Redirect URL'] = 'أعد توجيه الرابط'; $a->strings['All your visitors from the web will be redirected to this URL.'] = 'سيعاد توجيه جميع الزوار إلى هذا الرابط.'; $a->strings['Begin of the Blackout'] = 'بدء التعتيم'; $a->strings['Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute.'] = 'الصيغة هي: YYYY-MM-DD hh:mm؛ YYYY السنة، MM الشهر، DD اليوم، hh الساعة، mm الدقيقة.'; $a->strings['End of the Blackout'] = 'نهاية التعتيم'; $a->strings['Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can\'t login again after logging out while the blackout is still in place.'] = 'ملاحظة: إعادة التوجيه ستنشط إبتداءً من لحظة ضغط زر الإرسال. لن يُطرد المستخدمون الوالجون حاليًا ولكن إذا خروجوا لن يمكنهم الولوج أثناء التعتيم.';