he.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php $TRANSLATIONS = array(
  2. "There is no error, the file uploaded with success" => "לא אירעה תקלה, הקבצים הועלו בהצלחה",
  3. "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "הקובץ שהועלה חרג מההנחיה upload_max_filesize בקובץ php.ini",
  4. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "הקובץ שהועלה חרג מההנחיה MAX_FILE_SIZE שצוינה בטופס ה־HTML",
  5. "The uploaded file was only partially uploaded" => "הקובץ שהועלה הועלה בצורה חלקית",
  6. "No file was uploaded" => "לא הועלו קבצים",
  7. "Missing a temporary folder" => "תיקייה זמנית חסרה",
  8. "Failed to write to disk" => "הכתיבה לכונן נכשלה",
  9. "Files" => "קבצים",
  10. "Size" => "גודל",
  11. "Modified" => "זמן שינוי",
  12. "File handling" => "טיפול בקבצים",
  13. "Maximum upload size" => "גודל העלאה מקסימלי",
  14. "max. possible: " => "המרבי האפשרי: ",
  15. "Needed for multi-file and folder downloads." => "נחוץ להורדה של ריבוי קבצים או תיקיות.",
  16. "Enable ZIP-download" => "הפעלת הורדת ZIP",
  17. "0 is unlimited" => "0 - ללא הגבלה",
  18. "Maximum input size for ZIP files" => "גודל הקלט המרבי לקובצי ZIP",
  19. "New" => "חדש",
  20. "Text file" => "קובץ טקסט",
  21. "Folder" => "תיקייה",
  22. "From url" => "מכתובת",
  23. "Upload" => "העלאה",
  24. "Cancel upload" => "ביטול ההעלאה",
  25. "Nothing in here. Upload something!" => "אין כאן שום דבר. אולי ברצונך להעלות משהו?",
  26. "Name" => "שם",
  27. "Share" => "שיתוף",
  28. "Download" => "הורדה",
  29. "Delete" => "מחיקה",
  30. "Upload too large" => "העלאה גדולה מידי",
  31. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.",
  32. "Files are being scanned, please wait." => "הקבצים נסרקים, נא להמתין.",
  33. "Current scanning" => "הסריקה הנוכחית"
  34. );