Blame view
sources/apps/firstrunwizard/l10n/ar.php
1.06 KB
|
6d9380f96
|
1 2 3 4 5 6 7 8 9 |
<?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>." |
|
d1bafeea1
|
10 |
); |
|
6d9380f96
|
11 |
$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;"; |