From e019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sat, 25 Sep 2010 09:03:53 -0400 Subject: [PATCH] - s/RoundCube/Roundcube/ --- program/localization/ar_SA/messages.inc | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/program/localization/ar_SA/messages.inc b/program/localization/ar_SA/messages.inc index a2f56b4..d9b9a90 100644 --- a/program/localization/ar_SA/messages.inc +++ b/program/localization/ar_SA/messages.inc @@ -5,8 +5,8 @@ +-----------------------------------------------------------------------+ | 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 | | | +-----------------------------------------------------------------------+ @@ -64,7 +64,7 @@ $messages['nopagesizewarning'] = 'الرجاء إدخال حجم الصفحة'; $messages['nosenderwarning'] = 'رجاء اكتب عنوان البريد الالكتروني للمُرسل'; $messages['norecipientwarning'] = 'الرجاء إدخال اسم مستقبل واحد على الأقل'; -$messages['nosubjectwarning'] = 'حقل \\"الموضوع\\" فارغ. هل تريد كتابة موضوع للرسالة؟'; +$messages['nosubjectwarning'] = 'حقل \"الموضوع\" فارغ. هل تريد كتابة موضوع للرسالة؟'; $messages['nobodywarning'] = 'إرسال هذه الرسالة دون نص؟'; $messages['notsentwarning'] = 'لم يتم إرسال الرسالة. هل تريد تجاهل الرسالة؟'; $messages['noldapserver'] = 'الرجاء اختيار خادم ldap للبحث فيه'; @@ -106,12 +106,13 @@ $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'] = 'حدث خطأ داخلي. الرجاء المحاولة مرة أخرى'; ?> -- Gitblit v1.9.1