2013-10-07 03:16:10 +04:00
< ? php
$TRANSLATIONS = array (
" Help " => " المساعدة " ,
" Personal " => " شخصي " ,
" Settings " => " إعدادات " ,
" Users " => " المستخدمين " ,
" Admin " => " المدير " ,
2014-06-17 09:55:43 +04:00
" No app name specified " => " لا يوجد برنامج بهذا الاسم " ,
2014-03-24 09:55:51 +04:00
" Unknown filetype " => " نوع الملف غير معروف " ,
" Invalid image " => " الصورة غير صالحة " ,
2013-10-07 03:16:10 +04:00
" web services under your control " => " خدمات الشبكة تحت سيطرتك " ,
2014-06-17 09:55:43 +04:00
" App directory already exists " => " مجلد التطبيق موجود مسبقا " ,
" Can't create app folder. Please fix permissions. %s " => " لا يمكن إنشاء مجلد التطبيق. يرجى تعديل الصلاحيات. %s " ,
2014-03-11 09:59:39 +04:00
" No source specified when installing app " => " لم يتم تحديد المصدر عن تثبيت البرنامج " ,
2014-03-24 09:55:51 +04:00
" Archives of type %s are not supported " => " الأرشيفات من نوع %s غير مدعومة " ,
" App does not provide an info.xml file " => " التطبيق لا يتوفر على ملف info.xml " ,
2013-10-07 03:16:10 +04:00
" Application is not enabled " => " التطبيق غير مفعّل " ,
" Authentication error " => " لم يتم التأكد من الشخصية بنجاح " ,
" Token expired. Please reload page. " => " انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة " ,
2014-03-24 09:55:51 +04:00
" Unknown user " => " المستخدم غير معروف " ,
2013-10-07 03:16:10 +04:00
" %s enter the database username. " => " %s ادخل اسم المستخدم الخاص بقاعدة البيانات. " ,
" %s enter the database name. " => " %s ادخل اسم فاعدة البيانات " ,
" %s you may not use dots in the database name " => " %s لا يسمح لك باستخدام نقطه (.) في اسم قاعدة البيانات " ,
" MS SQL username and/or password not valid: %s " => " اسم المستخدم و/أو كلمة المرور لنظام MS SQL غير صحيح : %s " ,
" You need to enter either an existing account or the administrator. " => " انت بحاجة لكتابة اسم مستخدم موجود أو حساب المدير. " ,
2014-03-24 09:55:51 +04:00
" MySQL/MariaDB username and/or password not valid " => " اسم مستخدم أو كلمة مرور MySQL/MariaDB غير صحيحين " ,
2013-10-07 03:16:10 +04:00
" DB Error: \" %s \" " => " خطأ في قواعد البيانات : \" %s \" " ,
" Offending command was: \" %s \" " => " الأمر المخالف كان : \" %s \" " ,
2014-03-24 09:55:51 +04:00
" MySQL/MariaDB user '%s'@'localhost' exists already. " => " مستخدم MySQL/MariaDB '%s'@'localhost' موجود مسبقا " ,
" Drop this user from MySQL/MariaDB. " => " حذف هذا المستخدم من MySQL/MariaDB " ,
" Oracle connection could not be established " => " لم تنجح محاولة اتصال Oracle " ,
2013-10-07 03:16:10 +04:00
" Oracle username and/or password not valid " => " اسم المستخدم و/أو كلمة المرور لنظام Oracle غير صحيح " ,
" Offending command was: \" %s \" , name: %s, password: %s " => " الأمر المخالف كان : \" %s \" , اسم المستخدم : %s, كلمة المرور: %s " ,
" PostgreSQL username and/or password not valid " => " اسم المستخدم / أو كلمة المرور الخاصة بـPostgreSQL غير صحيحة " ,
" Set an admin username. " => " اعداد اسم مستخدم للمدير " ,
" Set an admin password. " => " اعداد كلمة مرور للمدير " ,
" Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. " => " اعدادات خادمك غير صحيحة بشكل تسمح لك بمزامنة ملفاتك وذلك بسبب أن واجهة WebDAV تبدو معطلة " ,
" Please double check the <a href='%s'>installation guides</a>. " => " الرجاء التحقق من <a href='%s'>دليل التنصيب</a>. " ,
2014-03-24 09:55:51 +04:00
" %s shared »%s« with you " => " %s شارك »%s« معك " ,
2013-10-07 03:16:10 +04:00
" Could not find category \" %s \" " => " تعذر العثور على المجلد \" %s \" " ,
" seconds ago " => " منذ ثواني " ,
" _%n minute ago_::_%n minutes ago_ " => array ( " " , " " , " " , " " , " " , " " ),
" _%n hour ago_::_%n hours ago_ " => array ( " " , " " , " " , " " , " " , " " ),
" today " => " اليوم " ,
" yesterday " => " يوم أمس " ,
" _%n day go_::_%n days ago_ " => array ( " " , " " , " " , " " , " " , " " ),
" last month " => " الشهر الماضي " ,
" _%n month ago_::_%n months ago_ " => array ( " " , " " , " " , " " , " " , " " ),
" last year " => " السنةالماضية " ,
2014-04-10 09:55:39 +04:00
" years ago " => " سنة مضت " ,
" A valid username must be provided " => " يجب ادخال اسم مستخدم صحيح " ,
" A valid password must be provided " => " يجب ادخال كلمة مرور صحيحة "
2013-10-07 03:16:10 +04:00
);
$PLURAL_FORMS = " nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5; " ;