| | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/ar_SA/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2010, RoundCube Dev. - Switzerland | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | |
| | | $messages['nopagesizewarning'] = 'الرجاء إدخال حجم الصفحة'; |
| | | $messages['nosenderwarning'] = 'رجاء اكتب عنوان البريد الالكتروني للمُرسل'; |
| | | $messages['norecipientwarning'] = 'الرجاء إدخال اسم مستقبل واحد على الأقل'; |
| | | $messages['nosubjectwarning'] = 'حقل \\"الموضوع\\" فارغ. هل تريد كتابة موضوع للرسالة؟'; |
| | | $messages['nosubjectwarning'] = 'حقل \"الموضوع\" فارغ. هل تريد كتابة موضوع للرسالة؟'; |
| | | $messages['nobodywarning'] = 'إرسال هذه الرسالة دون نص؟'; |
| | | $messages['notsentwarning'] = 'لم يتم إرسال الرسالة. هل تريد تجاهل الرسالة؟'; |
| | | $messages['noldapserver'] = 'الرجاء اختيار خادم ldap للبحث فيه'; |
| | |
| | | $messages['httpreceivedencrypterror'] = 'حدث خطأ جسيم في التهيئة. رجاءً اتصال بمدير الخادم حالاً. <b>لا يمكن إرسال بريدك.</b>'; |
| | | $messages['smtpconnerror'] = 'خطأ SMTP ($code): تعذر الاتصال بالخادم'; |
| | | $messages['smtpautherror'] = 'خطأ SMTP ($code): تعذر التحقق من هويتك'; |
| | | $messages['smtpfromerror'] = 'خطأ SMTP ($code): تعذر تحديد المرسل "$from"'; |
| | | $messages['smtptoerror'] = 'خطأ SMTP ($code): تعذرت إضافة المستلم "$to"'; |
| | | $messages['smtpfromerror'] = 'خطأ SMTP ($code): تعذر تحديد المرسل "$from" ($msg)'; |
| | | $messages['smtptoerror'] = 'خطأ SMTP ($code): تعذرت إضافة المستلم "$to" ($msg)'; |
| | | $messages['smtprecipientserror'] = 'خطأ SMTP: تعذرت قراءة قائمة المرسل إليهم'; |
| | | $messages['smtperror'] = 'خطأ SMTP: $msg'; |
| | | $messages['emailformaterror'] = 'عنوان بريد إلكتروني غير صالح: $email'; |
| | | $messages['toomanyrecipients'] = 'عدد المرسل إليهم كبير. قلص العدد إلى $max.'; |
| | | $messages['maxgroupmembersreached'] = 'عدد أعضاء المجموعة أكثر من $max'; |
| | | $messages['internalerror'] = 'حدث خطأ داخلي. الرجاء المحاولة مرة أخرى'; |
| | | |
| | | ?> |