owncloud/core

View on GitHub
apps/federation/l10n/he.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." : "השרת כבר נמצא ברשימת השרתים המהימנים.",
    "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=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");