he.js 1.3 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." : "השרת כבר נמצא ברשימת השרתים המהימנים.",
  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=2; plural=(n != 1);");