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: 458c165f5903cfb255a600173a2a665ad8874f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "richdocuments",
    {
    "Saved" : "تم الحفظ",
    "Error" : "خطأ",
    "An error occurred" : "طرأ هناك خطأ",
    "Save" : "حفظ",
    "Details" : "التفاصيل",
    "Download" : "تنزيل",
    "Guest" : "ضيف",
    "Current version" : "الإصدار الحالي",
    "Create a new document" : "أنشئ مستندا جديدا",
    "Could not create file" : "لا يستطيع انشاء ملف ",
    "Advanced Settings" : "الإعدادات المتقدمة",
    "Wrong password. Please retry." : "كلمة مرور خاطئة. يرجى إعادة المحاولة",
    "Password" : "كلمة السر",
    "OK" : "تم",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "هذا الرابط قد انتهى او لم ينشئ. يرجى الاتصال بالشخص المعني للمزيد من المعلومات."
},
"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;");