diff options
Diffstat (limited to 'settings/l10n/he.js')
-rw-r--r-- | settings/l10n/he.js | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/settings/l10n/he.js b/settings/l10n/he.js index 34481895812..b2a43bc6b1e 100644 --- a/settings/l10n/he.js +++ b/settings/l10n/he.js @@ -97,11 +97,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "יש להמיר את מפתחות ההצפנה שלך בממערכת ההצפנה הישנה (ownCloud <= 8.0) למערכת החדשה.", "Start migration" : "התחלת המרה", "Security & setup warnings" : "הזהרות אבטחה והתקנה", - "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "תצורת קריאה בלבד הופעלה. תצורה זו מונעת קביעת מספר הגדרות באמצעות ממשק האינטרנט. יתר על כן, יש צורך להגדיר ההרשאות כתיבה באופן ידני לכל עדכון.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "זה ככל הנראה נגרם על ידי מאיץ/מטמון כמו Zend OPcache או eAccelerator.", - "System locale can not be set to a one which supports UTF-8." : "הגדרות שפה לא יכולות להקבע ככאלה שתומכות ב- UTF-8.", - "This means that there might be problems with certain characters in filenames." : "משמעות הדבר היא שעשויות להופיע תקלות עם תווים מסוימים בשמות קבצים.", - "Check the background job settings" : "בדיקת הגדרות משימות הרקע", "All checks passed." : "כל הבדיקות עברו", "There are some errors regarding your setup." : "ישנן מגוון שגיאות על ההגדרות שלך.", "There are some warnings regarding your setup." : "ישנן מגוון אזהרות על ההגדרות שלך.", @@ -124,12 +119,6 @@ OC.L10N.register( "Restrict users to only share with users in their groups" : "הגבלת משתמשים לשתף רק עם משתמשים בקבוצה שלהם", "Exclude groups from sharing" : "מניעת קבוצות משיתוף", "These groups will still be able to receive shares, but not to initiate them." : "קבוצות אלו עדיין יוכלו לקבל שיתופים, אך לא לשתף בעצמם.", - "Tips & tricks" : "עצות ותחבולות", - "How to do backups" : "איך לבצע גיבויים", - "Performance tuning" : "כוונון ביצועים", - "Improving the config.php" : "שיפור קובץ config.php", - "Theming" : "ערכת נושא", - "Hardening and security guidance" : "הדרכת הקשחה ואבטחה", "Personal" : "אישי", "Administration" : "ניהול", "Profile picture" : "תמונת פרופיל", @@ -308,6 +297,15 @@ OC.L10N.register( "A valid email must be provided" : "יש לספק כתובת דואר אלקטרוני תקנית", "Verifying" : "מתבצע אימות", "Personal info" : "פרטים אישיים", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "תצורת קריאה בלבד הופעלה. תצורה זו מונעת קביעת מספר הגדרות באמצעות ממשק האינטרנט. יתר על כן, יש צורך להגדיר ההרשאות כתיבה באופן ידני לכל עדכון.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "זה ככל הנראה נגרם על ידי מאיץ/מטמון כמו Zend OPcache או eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "הגדרות שפה לא יכולות להקבע ככאלה שתומכות ב- UTF-8.", + "Tips & tricks" : "עצות ותחבולות", + "How to do backups" : "איך לבצע גיבויים", + "Performance tuning" : "כוונון ביצועים", + "Improving the config.php" : "שיפור קובץ config.php", + "Theming" : "ערכת נושא", + "Hardening and security guidance" : "הדרכת הקשחה ואבטחה", "View in store" : "הצגה באחסון", "Limit to groups" : "הגבלה לקבוצות", "This app has an update available." : "ליישום זה קיים עדכון זמין.", @@ -353,6 +351,7 @@ OC.L10N.register( "Updating …" : "מתבצע עדכון…", "Could not update app" : "לא ניתן לעדכן יישומון", "Could not remove app" : "לא ניתן להסיר יישומון", - "{size} used" : "{size} בשימוש" + "{size} used" : "{size} בשימוש", + "This means that there might be problems with certain characters in filenames." : "משמעות הדבר היא שעשויות להופיע תקלות עם תווים מסוימים בשמות קבצים." }, "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;"); |