diff options
Diffstat (limited to 'apps/federatedfilesharing/l10n/he.js')
-rw-r--r-- | apps/federatedfilesharing/l10n/he.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/federatedfilesharing/l10n/he.js b/apps/federatedfilesharing/l10n/he.js new file mode 100644 index 00000000000..74cb9ee2672 --- /dev/null +++ b/apps/federatedfilesharing/l10n/he.js @@ -0,0 +1,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);"); |