he.php 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Could not move %s - File with this name already exists" => "לא ניתן להעביר את %s - קובץ בשם הזה כבר קיים",
  4. "Could not move %s" => "לא ניתן להעביר את %s",
  5. "No file was uploaded. Unknown error" => "לא הועלה קובץ. טעות בלתי מזוהה.",
  6. "There is no error, the file uploaded with success" => "לא התרחשה שגיאה, הקובץ הועלה בהצלחה",
  7. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "הקבצים שנשלחו חורגים מהגודל שצוין בהגדרה upload_max_filesize שבקובץ php.ini:",
  8. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "הקובץ שהועלה גדוך מהערך MAX_FILE_SIZE שהוגדר בתופס HTML",
  9. "The uploaded file was only partially uploaded" => "הקובץ הועלה באופן חלקי בלבד",
  10. "No file was uploaded" => "שום קובץ לא הועלה",
  11. "Missing a temporary folder" => "תקיה זמנית חסרה",
  12. "Failed to write to disk" => "הכתיבה לכונן נכשלה",
  13. "Not enough storage available" => "אין די שטח פנוי באחסון",
  14. "Invalid directory." => "תיקייה שגויה.",
  15. "Files" => "קבצים",
  16. "Unable to upload your file as it is a directory or has 0 bytes" => "לא יכול להעלות את הקובץ מכיוון שזו תקיה או שמשקל הקובץ 0 בתים",
  17. "Upload cancelled." => "ההעלאה בוטלה.",
  18. "File upload is in progress. Leaving the page now will cancel the upload." => "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.",
  19. "URL cannot be empty." => "קישור אינו יכול להיות ריק.",
  20. "Error" => "שגיאה",
  21. "Share" => "שתף",
  22. "Delete permanently" => "מחק לצמיתות",
  23. "Rename" => "שינוי שם",
  24. "Pending" => "ממתין",
  25. "{new_name} already exists" => "{new_name} כבר קיים",
  26. "replace" => "החלפה",
  27. "suggest name" => "הצעת שם",
  28. "cancel" => "ביטול",
  29. "replaced {new_name} with {old_name}" => "{new_name} הוחלף ב־{old_name}",
  30. "undo" => "ביטול",
  31. "_Uploading %n file_::_Uploading %n files_" => array("",""),
  32. "files uploading" => "קבצים בהעלאה",
  33. "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "השם שגוי, אסור להשתמש בתווים '\\', '/', '<', '>', ':', '\"', '|', '?' ו־'*'.",
  34. "Name" => "שם",
  35. "Size" => "גודל",
  36. "Modified" => "זמן שינוי",
  37. "_%n folder_::_%n folders_" => array("",""),
  38. "_%n file_::_%n files_" => array("",""),
  39. "Upload" => "העלאה",
  40. "File handling" => "טיפול בקבצים",
  41. "Maximum upload size" => "גודל העלאה מקסימלי",
  42. "max. possible: " => "המרבי האפשרי: ",
  43. "Needed for multi-file and folder downloads." => "נחוץ להורדה של ריבוי קבצים או תיקיות.",
  44. "Enable ZIP-download" => "הפעלת הורדת ZIP",
  45. "0 is unlimited" => "0 - ללא הגבלה",
  46. "Maximum input size for ZIP files" => "גודל הקלט המרבי לקובצי ZIP",
  47. "Save" => "שמירה",
  48. "New" => "חדש",
  49. "Text file" => "קובץ טקסט",
  50. "Folder" => "תיקייה",
  51. "From link" => "מקישור",
  52. "Cancel upload" => "ביטול ההעלאה",
  53. "Nothing in here. Upload something!" => "אין כאן שום דבר. אולי ברצונך להעלות משהו?",
  54. "Download" => "הורדה",
  55. "Unshare" => "הסר שיתוף",
  56. "Delete" => "מחיקה",
  57. "Upload too large" => "העלאה גדולה מידי",
  58. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.",
  59. "Files are being scanned, please wait." => "הקבצים נסרקים, נא להמתין.",
  60. "Current scanning" => "הסריקה הנוכחית",
  61. "file" => "קובץ",
  62. "files" => "קבצים"
  63. );
  64. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";