owncloud/core

View on GitHub
apps/federation/l10n/ar.js

Summary

Maintainability
A
1 hr
Test Coverage
OC.L10N.register(
    "federation",
    {
    "Server added to the list of trusted ownClouds" : "تمت إضافة الخادم إلى قائمة مضيفات ownCloud الموثوق بها",
    "Server is already in the list of trusted servers." : "الخادم موجود بالفعل في قائمة مضيفات ownCloud الموثوق بها",
    "No ownCloud server found" : "لم يتم العثور على خادم ownCloud",
    "Could not add server" : "تعذَّرت إضافة خادم",
    "Federation" : "الاتحاد",
    "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "يتيح لك اتحاد مضيفات ownCloud الاتصال بخادمات ownCloud الأخرى الموثوق بها لتبادل دليل المستخدمين.  على سبيل المثال ، يتيح الاتحاد خدمة الإكمال التلقائي للمستخدمين الخارجيين لتمكين المشاركة في الاتحاد.",
    "Add server automatically once a federated share was created successfully" : "أضف الخادم تلقائياً حال نجاح إنشاء حصة في الاتحاد",
    "Trusted ownCloud Servers" : "خادمات ownCloud الموثوق بها",
    "+ Add ownCloud server" : "+ أضف خادم ownCloud",
    "ownCloud Server" : "خادم ownCloud",
    "Add" : "اضف"
},
"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;");