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

ar.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e5bcce67748f398b7b0515a9d915bdd35990e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Your personal web services. All your files, contacts, calendar and more, in one place." => "خدمات الويب الشخصية. كل ملفاتك،اتصالاتك، مفكرتك و غيرها، في مكان واحد.",
"Get the apps to sync your files" => "احصل على التطبيقات لمزامنة ملفاتك",
"Connect your Calendar" => "ربط مفكرتك",
"Connect your Contacts" => "ربط اتصالات",
"Access files via WebDAV" => "دخول الملفات باستخدام WebDAV",
"Documentation" => "التوثيق",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "المزيد من التفاصيل متوفرة في  <a target=\"_blank\" href=\"%s\">ملفات المساعدة و على</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">موقعنا</a>."
);
$PLURAL_FORMS = "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;";