blob: 74cb9ee267234dc781f5469e539c1fe33898e903 (
plain)
1
2
3
4
5
6
7
8
9
|
OC.L10N.register(
"federatedfilesharing",
{
"Invalid Federated Cloud ID" : "זיהוי ענן מאוגד לא חוקי",
"Sharing %s failed, because this item is already shared with %s" : "שיתוף %s נכשל, כיוון שפריט זה כבר משותף עם %s",
"Not allowed to create a federated share with the same user" : "אסור ליצור שיתוף מאוגד עם אותו משתמש",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "שיתוף %s נכשל, לא ניתן לאתר %s, ייתכן שהשרת לא ניתן להשגה כרגע."
},
"nplurals=2; plural=(n != 1);");
|