10 lines
656 B
JavaScript
10 lines
656 B
JavaScript
|
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);");
|