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

ar.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f0e740e4549f60fcb7ab7ce68f4cfe62e57f14a (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
OC.L10N.register(
    "mail",
    {
    "Mail" : "البريد",
    "Error while loading the accounts." : "حدث خطأ خلال تحميل الحسابات.",
    "you" : "أنت",
    "Error while loading the selected account." : "حدث خطأ خلال تحميل الحساب المُختار.",
    "Error while loading messages." : "حدث خطأ خلال تحميل الرسائل.",
    "Choose a folder to store the attachment in" : "اختر مجلد لتخزين المرفقات ",
    "Attachments saved to Files." : "تم حفظ المرفقات لـ الملفات.",
    "Attachment saved to Files." : "تم حفظ المرفق لـ الملفات.",
    "Error while saving attachments to Files." : "حدث خطأ خلال حفظ المرفقات لـ الملفات.",
    "Error while saving attachment to Files." : "حدث خطأ خلال حفظ المرفق لـ الملفات.",
    "Error while loading the selected message." : "حدث خطأ خلال تحميل الرسالة المختارة.",
    "Connecting …" : "جار الاتصال",
    "Unknown error" : "حدث خطأ غير معروف. ",
    "Error while creating an account: " : "حدث خطأ خلال عملية إنشاء الحساب:",
    "Connect" : "اتصال",
    "Sending …" : "جار الإرسال",
    "Reply" : "رد",
    "Message sent to {Receiver}" : "تم إرسال الرسالة إلى {المرسل إليه}",
    "Error sending the reply." : "حدث خطأ خلال إرسال الرد.",
    "Error while deleting account." : "حدث خطأ خلال عملية حذف الحساب.",
    "Choose a file to add as attachment" : "اختر ملف لإضافته كمرفق",
    "Message could not be starred. Please try again." : "غير قادر على وضع نجمة على الرسالة . الرجاء المحاولة مرة أخرى.",
    "Error while deleting message." : "حدث خطأ خلال حذف الرسالة.",
    "Checking mail …" : "جار فحص البريد...",
    "Loading …" : "تحميل ...",
    "Load more …" : "تحميل المزيد...",
    "Check mail" : "افحص البريد",
    "Send" : "أرسل",
    "Inbox" : "صندوق الوارد",
    "Sent" : "أرسلت",
    "Drafts" : "المسودات",
    "Archive" : "الأرشيف",
    "Trash" : "سلة المحذوفات",
    "Junk" : "عشوائي",
    "All" : "الكل",
    "Starred" : "معلّم بنجمة.",
    "Creating account failed: " : "فشل في إنشاء الحساب:",
    "Auto detect failed. Please use manual mode." : "فشل في عملية التحقق الآلي. الرجاء استخدام نمط الدليل.",
    "from" : "من",
    "+ cc/bcc" : "+ نسخة كربونية/ نسخة كربونية مخفية",
    "to" : "إلى",
    "cc" : "نسخة كربونية",
    "bcc" : "نسخة كربونية مخفية",
    "Subject" : "الموضوع",
    "Message …" : "رسالة...",
    "Add attachment from Files" : "إضافة مرفق من الملفات.",
    "Open Mail App" : "فتح تطبيق البريد",
    "Back to website" : "العودة إلى الموقع",
    "Error loading message" : "حدث خطأ خلال تحميل الرسالة",
    "Download attachment" : "تحميل المرفق",
    "Save to Files" : "حفظ للملفات",
    "Save all to Files" : "حفظ الكل للملفات",
    "+ cc" : "+نسخة كربونية",
    "Reply …" : "الرد...",
    "Forward" : "إعادة إرسال",
    "New Mail Account" : "حساب بريد جديد",
    "Check mail …" : "فحص البريد...",
    "No messages in this folder!" : "لايوجد رسائل في هذا المجلد !",
    "New Message" : "رسالة جديدة",
    "Connect your mail account" : "اتصل بـ حساب بريدك الالكتروني",
    "Name" : "اسم",
    "Mail Address" : "عنوان البريد",
    "IMAP Password" : "كلمة المرور الخاصة بـ IMAP",
    "Manual configuration" : "إعداد الدليل"
},
"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;");