diff options
Diffstat (limited to 'apps/updatenotification/l10n/he.js')
-rw-r--r-- | apps/updatenotification/l10n/he.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/updatenotification/l10n/he.js b/apps/updatenotification/l10n/he.js index 78dbcb218f5..a7c705418b2 100644 --- a/apps/updatenotification/l10n/he.js +++ b/apps/updatenotification/l10n/he.js @@ -16,18 +16,18 @@ OC.L10N.register( "Open updater" : "פתיחת המעדכן", "Download now" : "להוריד כעת", "What's new?" : "מה חדש?", + "View changelog" : "הצגת יומן שינויים", "The update check is not yet finished. Please refresh the page." : "בדיקת העדכונים לא הסתיימה עדיין. נא לעדכן את העמוד.", "Your version is up to date." : "הגרסה שבידך מעודכנת.", - "Update channel:" : "עדכון ערוץ:", "You can always update to a newer version. But you can never downgrade to a more stable version." : "תמיד ניתן לעדכן לגרסה חדשה יותר. אך אי אפשר לשנמך לגרסה יציבה יותר.", "Notify members of the following groups about available updates:" : "דיווח למשתמשים של קבוצות אלו על עדכונים זמינים:", "The selected update channel does not support updates of the server." : "ערוץ העדכון הנבחר לא תומך בעדכון השרת.", "A new version is available: <strong>{newVersionString}</strong>" : "גרסה חדשה זמינה: <strong>{newVersionString}</strong>", "Checked on {lastCheckedDate}" : "נבדק לאחרונה ב־{lastCheckedDate}", "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "נא לוודא שב־config.php שלך ה־<samp>appstoreenabled</samp> לא מוגדר ל־false.", - "View changelog" : "הצגת יומן שינויים", "Stable" : "יציב", "Beta" : "בטא", - "Update for %1$s to version %2$s is available." : "עדכון של %1$s לגרסה %2$s זמין." + "Update for %1$s to version %2$s is available." : "עדכון של %1$s לגרסה %2$s זמין.", + "Update channel:" : "עדכון ערוץ:" }, "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;"); |