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

ar.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1c0c248d816a8f450036fc0204f921e7b78b016 (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
OC.L10N.register(
    "richdocuments",
    {
    "New document" : "مستند جديد",
    "New spreadsheet" : "جدول بيانات جديد",
    "New presentation" : "عرض تقديمي جديد",
    "File already exists" : "الملف موجود مسبقاً",
    "Saved" : "تم الحفظ",
    "The file was uploaded" : "تم رفع الملف",
    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم الملف المرفوع قد تجاوز  upload_max_filesize الموجودة في ملف php.ini ",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد رفعه أعلى من الحد المسموح به في واجهة ال HTML.",
    "The file was only partially uploaded" : "تم رفع الملف بشكل جزئي فقط",
    "No file was uploaded" : "لم يتم رفع أي ملف",
    "Missing a temporary folder" : "المجلد المؤقت غير موجود",
    "Could not write file to disk" : "تعذر نسخ الملف الى القرص",
    "A PHP extension stopped the file upload" : "أوقف امتداد PHP تحميل الملف",
    "No file uploaded or file size exceeds maximum of %s" : "لم يتم تحميل أي ملف أو أن يتجاوز حجم الملف الحد الأقصى %s",
    "File is too big" : "الملف كبير جدا",
    "Invalid file provided" : "تم تقديم ملف غير صالح",
    "Office" : "مكتب",
    "Advanced settings" : "الإعدادات المتقدمة",
    "Select groups" : "إختر مجموعة",
    "Description" : "الوصف",
    "No results" : "دون أية نتيجة",
    "Cancel" : "إلغاء",
    "Close" : "إغلاق",
    "Error" : "خطأ",
    "An error occurred" : "طرأ هناك خطأ",
    "Nickname" : "كنية.\nلقب.",
    "Set" : "تعيين",
    "Save" : "حفظ",
    "Saving…" : "جارٍ الحفظ …",
    "Remove from favorites" : "إزالتها مِن المفضلة",
    "Add to favorites" : "أضفه إلى المفضلة",
    "Details" : "التفاصيل",
    "Download" : "تنزيل",
    "Guest" : "ضيف",
    "Create a new document" : "أنشئ مستندا جديدا",
    "Could not create file" : "لا يستطيع انشاء ملف ",
    "Create" : "إنشاء",
    "Select template" : "حدد قالب"
},
"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;");