ar.js 1.5 KB

123456789101112131415
  1. OC.L10N.register(
  2. "federation",
  3. {
  4. "Server added to the list of trusted ownClouds" : "تمت إضافة الخادم إلى قائمة مضيفات ownCloud الموثوق بها",
  5. "Server is already in the list of trusted servers." : "الخادم موجود بالفعل في قائمة مضيفات ownCloud الموثوق بها",
  6. "No ownCloud server found" : "لم يتم العثور على خادم ownCloud",
  7. "Could not add server" : "تعذَّرت إضافة خادم",
  8. "Federation" : "الاتحاد",
  9. "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 الأخرى الموثوق بها لتبادل دليل المستخدمين. على سبيل المثال ، يتيح الاتحاد خدمة الإكمال التلقائي للمستخدمين الخارجيين لتمكين المشاركة في الاتحاد.",
  10. "Add server automatically once a federated share was created successfully" : "أضف الخادم تلقائياً حال نجاح إنشاء حصة في الاتحاد",
  11. "Trusted ownCloud Servers" : "خادمات ownCloud الموثوق بها",
  12. "+ Add ownCloud server" : "+ أضف خادم ownCloud",
  13. "ownCloud Server" : "خادم ownCloud"
  14. },
  15. "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;");