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

ar.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ecbbb2546f69dc02e55646d499a28ad05428a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "firstrunwizard",
    {
    "Access & share your files, calendars, contacts, mail & more from any device, on your terms" : "مشاركة ملفاتك و الوصول الى التقويم و جهات الاتصال و البريد الإلكتروني والمزيد, وذلك من أي جهاز وتحت تصرفك.",
    "Get the apps to sync your files" : "احصل على التطبيقات لمزامنة ملفاتك",
    "Desktop client" : "تطبيق سطح المكتب",
    "Android app" : "تطبيق أندرويد",
    "iOS app" : "تطبيق iOS",
    "Connect your desktop apps to %s" : "اربط تطبيقات نظامك بـ %s",
    "Connect your Calendar" : "ربط التقويم",
    "Connect your Contacts" : "ربط جهات الاتصال",
    "Documentation" : "التوثيق",
    "Access files via WebDAV" : "دخول الملفات باستخدام WebDAV",
    "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"%s\">website</a>." : "هناك المزيد من المعلومات على  <a target=\"_blank\" href=\"%s\">الوثائق</a> وعلى <a target=\"_blank\" href=\"%s\">الموقع</a>.",
    "If you like Nextcloud,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud is a great open software to sync and share your files.\n\t\tYou can freely get it from https://nextcloud.com\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">contribute back</a>!" : "اذا اعجبك Nextcloud,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud هو برنامج مفتوح المصدر لمزامنة ومشاركة ملفاتك.\n\t\tيمكن الحصول عليه بشكل مجاني https://nextcloud.com\">\n\t\tإنصح أحد أصدقائك به</a>\n\tو <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">ساهم معنا</a>!"
},
"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;");