Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ar.js « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5fec5a1a8182a403a014ed03534e1dd9b3f59e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
OC.L10N.register(
    "lib",
    {
    "Help" : "المساعدة",
    "Personal" : "شخصي",
    "Settings" : "إعدادات",
    "Users" : "المستخدمين",
    "Admin" : "المدير",
    "No app name specified" : "لا يوجد برنامج بهذا الاسم",
    "Unknown filetype" : "نوع الملف غير معروف",
    "Invalid image" : "الصورة غير صالحة",
    "web services under your control" : "خدمات الشبكة تحت سيطرتك",
    "App directory already exists" : "مجلد التطبيق موجود مسبقا",
    "Can't create app folder. Please fix permissions. %s" : "لا يمكن إنشاء مجلد التطبيق. يرجى تعديل الصلاحيات. %s",
    "No source specified when installing app" : "لم يتم تحديد المصدر عن تثبيت البرنامج",
    "Archives of type %s are not supported" : "الأرشيفات من نوع  %s غير مدعومة",
    "App does not provide an info.xml file" : "التطبيق لا يتوفر على ملف info.xml",
    "Application is not enabled" : "التطبيق غير مفعّل",
    "Authentication error" : "لم يتم التأكد من الشخصية بنجاح",
    "Token expired. Please reload page." : "انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة",
    "Unknown user" : "المستخدم غير معروف",
    "%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/MariaDB username and/or password not valid" : "اسم مستخدم أو كلمة مرور MySQL/MariaDB  غير صحيحين",
    "DB Error: \"%s\"" : "خطأ في قواعد البيانات : \"%s\"",
    "Offending command was: \"%s\"" : "الأمر المخالف كان : \"%s\"",
    "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",
    "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." : "اعداد كلمة مرور للمدير",
    "%s shared »%s« with you" : "%s شارك »%s« معك",
    "Could not find category \"%s\"" : "تعذر العثور على المجلد \"%s\"",
    "seconds ago" : "منذ ثواني",
    "_%n minute ago_::_%n minutes ago_" : ["","","","","",""],
    "_%n hour ago_::_%n hours ago_" : ["","","","","",""],
    "today" : "اليوم",
    "yesterday" : "يوم أمس",
    "_%n day go_::_%n days ago_" : ["","","","","",""],
    "last month" : "الشهر الماضي",
    "_%n month ago_::_%n months ago_" : ["","","","","",""],
    "last year" : "السنةالماضية",
    "years ago" : "سنة مضت",
    "A valid username must be provided" : "يجب ادخال اسم مستخدم صحيح",
    "A valid password must be provided" : "يجب ادخال كلمة مرور صحيحة"
},
"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;");