diff options
Diffstat (limited to 'lib/l10n/he.js')
-rw-r--r-- | lib/l10n/he.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/he.js b/lib/l10n/he.js index 9a021abe2ec..ce99a984cac 100644 --- a/lib/l10n/he.js +++ b/lib/l10n/he.js @@ -13,6 +13,7 @@ OC.L10N.register( "last year" : "שנה שעברה", "seconds ago" : "שניות", "web services under your control" : "שירותי רשת תחת השליטה שלך", + "File name contains at least one invalid character" : "שם קובץ כולל לפחות תו אחד לא חוקי", "Application is not enabled" : "יישומים אינם מופעלים", "Authentication error" : "שגיאת הזדהות", "Token expired. Please reload page." : "פג תוקף. נא לטעון שוב את הדף.", @@ -20,6 +21,7 @@ OC.L10N.register( "Could not find category \"%s\"" : "לא ניתן למצוא את הקטגוריה „%s“", "Apps" : "יישומים", "A valid username must be provided" : "יש לספק שם משתמש תקני", - "A valid password must be provided" : "יש לספק ססמה תקנית" + "A valid password must be provided" : "יש לספק ססמה תקנית", + "Storage not available" : "אחסון לא זמין" }, "nplurals=2; plural=(n != 1);"); |