You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

he.js 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. OC.L10N.register(
  2. "core",
  3. {
  4. "Sunday" : "יום ראשון",
  5. "Monday" : "יום שני",
  6. "Tuesday" : "יום שלישי",
  7. "Wednesday" : "יום רביעי",
  8. "Thursday" : "יום חמישי",
  9. "Friday" : "יום שישי",
  10. "Saturday" : "שבת",
  11. "January" : "ינואר",
  12. "February" : "פברואר",
  13. "March" : "מרץ",
  14. "April" : "אפריל",
  15. "May" : "מאי",
  16. "June" : "יוני",
  17. "July" : "יולי",
  18. "August" : "אוגוסט",
  19. "September" : "ספטמבר",
  20. "October" : "אוקטובר",
  21. "November" : "נובמבר",
  22. "December" : "דצמבר",
  23. "Settings" : "הגדרות",
  24. "Saving..." : "שמירה…",
  25. "No" : "לא",
  26. "Yes" : "כן",
  27. "Choose" : "בחירה",
  28. "Ok" : "בסדר",
  29. "_{count} file conflict_::_{count} file conflicts_" : ["",""],
  30. "New Files" : "קבצים חדשים",
  31. "Cancel" : "ביטול",
  32. "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "שרת האינטרנט שלך אינו מוגדר לצורכי סנכרון קבצים עדיין כיוון שמנשק ה־WebDAV כנראה אינו תקין.",
  33. "Shared" : "שותף",
  34. "Share" : "שתף",
  35. "Error" : "שגיאה",
  36. "Error while sharing" : "שגיאה במהלך השיתוף",
  37. "Error while unsharing" : "שגיאה במהלך ביטול השיתוף",
  38. "Error while changing permissions" : "שגיאה במהלך שינוי ההגדרות",
  39. "Shared with you and the group {group} by {owner}" : "שותף אתך ועם הקבוצה {group} שבבעלות {owner}",
  40. "Shared with you by {owner}" : "שותף אתך על ידי {owner}",
  41. "Share link" : "קישור לשיתוף",
  42. "Password protect" : "הגנה בססמה",
  43. "Password" : "סיסמא",
  44. "Email link to person" : "שליחת קישור בדוא״ל למשתמש",
  45. "Send" : "שליחה",
  46. "Set expiration date" : "הגדרת תאריך תפוגה",
  47. "Expiration date" : "תאריך התפוגה",
  48. "group" : "קבוצה",
  49. "Resharing is not allowed" : "אסור לעשות שיתוף מחדש",
  50. "Shared in {item} with {user}" : "שותף תחת {item} עם {user}",
  51. "Unshare" : "הסר שיתוף",
  52. "can share" : "ניתן לשתף",
  53. "can edit" : "ניתן לערוך",
  54. "access control" : "בקרת גישה",
  55. "create" : "יצירה",
  56. "delete" : "מחיקה",
  57. "Password protected" : "מוגן בססמה",
  58. "Error unsetting expiration date" : "אירעה שגיאה בביטול תאריך התפוגה",
  59. "Error setting expiration date" : "אירעה שגיאה בעת הגדרת תאריך התפוגה",
  60. "Sending ..." : "מתבצעת שליחה ...",
  61. "Email sent" : "הודעת הדוא״ל נשלחה",
  62. "Warning" : "אזהרה",
  63. "The object type is not specified." : "סוג הפריט לא צוין.",
  64. "Delete" : "מחיקה",
  65. "Add" : "הוספה",
  66. "_download %n file_::_download %n files_" : ["",""],
  67. "The update was successful. Redirecting you to ownCloud now." : "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.",
  68. "Use the following link to reset your password: {link}" : "יש להשתמש בקישור הבא כדי לאפס את הססמה שלך: {link}",
  69. "New password" : "ססמה חדשה",
  70. "Reset password" : "איפוס ססמה",
  71. "_{count} search result in other places_::_{count} search results in other places_" : ["",""],
  72. "Personal" : "אישי",
  73. "Users" : "משתמשים",
  74. "Apps" : "יישומים",
  75. "Admin" : "מנהל",
  76. "Help" : "עזרה",
  77. "Access forbidden" : "הגישה נחסמה",
  78. "Security Warning" : "אזהרת אבטחה",
  79. "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "גרסת ה־PHP פגיעה בפני התקפת בית NULL/ריק (CVE-2006-7243)",
  80. "Please update your PHP installation to use %s securely." : "נא לעדכן את התקנת ה-PHP שלך כדי להשתמש ב-%s בצורה מאובטחת.",
  81. "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "תיקיית וקבצי המידע שלך כנראה נגישים מהאינטרנט מכיוון שקובץ ה.htaccess לא עובד.",
  82. "Create an <strong>admin account</strong>" : "יצירת <strong>חשבון מנהל</strong>",
  83. "Username" : "שם משתמש",
  84. "Data folder" : "תיקיית נתונים",
  85. "Configure the database" : "הגדרת מסד הנתונים",
  86. "Database user" : "שם משתמש במסד הנתונים",
  87. "Database password" : "ססמת מסד הנתונים",
  88. "Database name" : "שם מסד הנתונים",
  89. "Database tablespace" : "מרחב הכתובות של מסד הנתונים",
  90. "Database host" : "שרת בסיס נתונים",
  91. "Finish setup" : "סיום התקנה",
  92. "%s is available. Get more information on how to update." : "%s זמינה להורדה. ניתן ללחוץ כדי לקבל מידע נוסף כיצד לעדכן.",
  93. "Log out" : "התנתקות",
  94. "Search" : "חיפוש",
  95. "remember" : "שמירת הססמה",
  96. "Log in" : "כניסה",
  97. "Alternative Logins" : "כניסות אלטרנטיביות"
  98. },
  99. "nplurals=2; plural=(n != 1);");