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 4.5KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with {email}" : "משותף עם {email}",
  5. "Shared with {email} by {actor}" : "שותף עם {email} על ידי {actor}",
  6. "Unshared from {email}" : "השיתוף עם {email} בוטל",
  7. "Unshared from {email} by {actor}" : "השיתוף עם {email} בוטל על ידי {actor}",
  8. "Password for mail share sent to {email}" : "ססמת השיתוף בדוא״ל נשלחה אל {email}",
  9. "Password for mail share sent to you" : "ססמת השיתוף בדוא״ל נשלחה אליך",
  10. "You shared {file} with {email} by mail" : "שיתפת את {file} עם {email} בדוא״ל",
  11. "{actor} shared {file} with {email} by mail" : "{file} שותף עם {email} בדוא״ל על ידי {actor}",
  12. "You unshared {file} from {email} by mail" : "ביטלת את השיתוף של {file} מפני {email} בדוא״ל",
  13. "{actor} unshared {file} from {email} by mail" : "{actor} ביטל שיתוף {file} מ- {email} בדואר",
  14. "Password to access {file} was sent to {email}" : "ססמת הגישה אל {file} נשלחה אל {email}",
  15. "Password to access {file} was sent to you" : "ססמת הגישה אל {file} נשלחה אליך",
  16. "Share by mail" : "שיתוף בדוא״ל",
  17. "Failed to send share by email" : "שליחת השיתוף בדוא״ל נכשלה",
  18. "%1$s shared »%2$s« with you" : "„%2$s” שותף אתך על ידי %1$s",
  19. "%1$s shared »%2$s« with you." : "„%2$s” שותף אתך על ידי %1$s.",
  20. "Click the button below to open it." : "יש ללחוץ על הכפתור שלהלן כדי לפתוח אותו.",
  21. "Open »%s«" : "פתיחת „%s”",
  22. "%1$s via %2$s" : "%1$s דרך %2$s",
  23. "%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$sשיתף »%2$s« איתך.\nהיית אמור לקבל כבר דואר נפרד, עם קישור לגישה אליו.\n",
  24. "%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s שיתף »%2$s« איתף. היית אמור לקבל כבר דואר נפרד, עם קישור לגישה אליו.",
  25. "Password to access »%1$s« shared to you by %2$s" : "סיסמא לגישה ל-»%1$s« משותף לך על ידי %2$s",
  26. "Password to access »%s«" : "ססמת הגישה אל „%s”",
  27. "It is protected with the following password:" : "הוא מוגן בססמה הבאה:",
  28. "%1$s shared »%2$s« with you and wants to add:" : "%1$s שיתף » %2$s« איתך, ורוצה להוסיף:",
  29. "%1$s shared »%2$s« with you and wants to add" : "%1$sשיתף »%2$s« איתך, ורוצה להוסיף:",
  30. "»%s« added a note to a file shared with you" : "התווספה הערה על קובץ ששותף את על ידי „%s”",
  31. "You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "כרגע שיתפת את »%1$s« עם %2$s. השיתוף כבר נשלח לנמען. בשל מדיניות האבטחה שהגדיר מנהל המערכת של %3$s, יש להגן כל שיתוף על ידי סיסמה, ואינו רשאי לשלוח את הסיסמה ישירות לנמען. לכן, עליך להעביר את הסיסמה באופן ידני לנמען.",
  32. "Password to access »%1$s« shared by you with %2$s" : "ססמה לגשת אל „%1$s” ששותף על ידיך עם %2$s",
  33. "This is the password:" : "זו הססמה:",
  34. "You can choose a different password at any time in the share dialog." : "ניתן לבחור בססמה אחרת בכל עת בתיבת דו־שיח השיתוף.",
  35. "Could not find share" : "לא ניתן למצוא את השיתוף",
  36. "Share provider which allows you to share files by mail" : "ספק השיתוף שמאפשר לך לשתף קבצים בדוא״ל",
  37. "Send password by mail" : "שליחת ססמה בדוא״ל",
  38. "Allows users to share a personalized link to a file or folder by putting in an email address." : "מאפשר למשתמשים לשתף קישורים מותאמים אישית לקובץ או לתיקייה על ידי הקלדת כתובת דוא״ל."
  39. },
  40. "nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");