Blame view

sources/lib/l10n/ar.php 4.05 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Help" => "المساعدة",
  "Personal" => "شخصي",
31b7f2792   Kload   Upgrade to ownclo...
5
  "Settings" => "إعدادات",
03e52840d   Kload   Init
6
  "Users" => "المستخدمين",
31b7f2792   Kload   Upgrade to ownclo...
7
8
9
10
11
12
13
  "Admin" => "المدير",
  "web services under your control" => "خدمات الشبكة تحت سيطرتك",
  "ZIP download is turned off." => "تحميل ملفات ZIP متوقف",
  "Files need to be downloaded one by one." => "الملفات بحاجة الى ان يتم تحميلها واحد تلو الاخر",
  "Back to Files" => "العودة الى الملفات",
  "Selected files too large to generate zip file." => "الملفات المحددة كبيرة جدا ليتم ضغطها في ملف zip",
  "Application is not enabled" => "التطبيق غير مفعّل",
03e52840d   Kload   Init
14
  "Authentication error" => "لم يتم التأكد من الشخصية بنجاح",
31b7f2792   Kload   Upgrade to ownclo...
15
  "Token expired. Please reload page." => "انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة",
03e52840d   Kload   Init
16
17
  "Files" => "الملفات",
  "Text" => "معلومات إضافية",
31b7f2792   Kload   Upgrade to ownclo...
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  "Images" => "صور",
  "%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." => "انت بحاجة لكتابة اسم مستخدم موجود أو حساب المدير.",
  "MySQL username and/or password not valid" => "اسم المستخدم  و/أو  كلمة المرور لنظام MySQL غير صحيح",
  "DB Error: \"%s\"" => "خطأ في قواعد البيانات : \"%s\"",
  "Offending command was: \"%s\"" => "الأمر المخالف كان : \"%s\"",
  "MySQL user '%s'@'localhost' exists already." => "أسم المستخدم  '%s'@'localhost' الخاص بـ MySQL موجود مسبقا",
  "Drop this user from MySQL" => "احذف اسم المستخدم هذا من الـ MySQL",
  "MySQL user '%s'@'%%' already exists" => "أسم المستخدم  '%s'@'%%' الخاص بـ MySQL موجود مسبقا",
  "Drop this user from MySQL." => "احذف اسم المستخدم هذا من الـ MySQL.",
  "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>.",
  "Could not find category \"%s\"" => "تعذر العثور على المجلد \"%s\"",
03e52840d   Kload   Init
39
  "seconds ago" => "منذ ثواني",
31b7f2792   Kload   Upgrade to ownclo...
40
41
42
43
44
45
46
47
48
  "_%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" => "السنةالماضية",
  "years ago" => "سنة مضت"
03e52840d   Kload   Init
49
  );
31b7f2792   Kload   Upgrade to ownclo...
50
  $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;";