18 lines
1.6 KiB
JavaScript
18 lines
1.6 KiB
JavaScript
OC.L10N.register(
|
|
"federation",
|
|
{
|
|
"Added to the list of trusted servers" : "נוסף לרשימת השרתים המהימנים",
|
|
"Server is already in the list of trusted servers." : "השרת כבר נמצא ברשימת השרתים המהימנים.",
|
|
"No server to federate with found" : "לא נמצאו שרתים להתאגד מולם",
|
|
"Could not add server" : "לא ניתן היה להוסיף שרת",
|
|
"Federation" : "איגוד",
|
|
"Federation allows you to connect with other trusted servers to exchange the user directory." : "איגוד מאפשר לך להתחבר לשרתים מהימנים אחרים כדי להחליף ביניהם את ספריית המשתמש.",
|
|
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "איגוד מאפשר לך להתחבר לשרתים מהימנים אחרים כדי להחליף ביניהם את ספריית המשתמש. למשל: ייעשה שימוש באיגוד לטובת השלמה אוטומטית של משתמשים חיצוניים לשיתוף מאוגד.",
|
|
"Trusted servers" : "שרתים מהימנים",
|
|
"Add server automatically once a federated share was created successfully" : "הוספת שרת באופן אוטומטי לאחר יצירת שרת מאוגד",
|
|
"+ Add trusted server" : "+ הוספת שרת מהימן",
|
|
"Trusted server" : "שרת מהימן",
|
|
"Add" : "הוספה"
|
|
},
|
|
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
|