sv.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php $TRANSLATIONS = array(
  2. "There is no error, the file uploaded with success" => "Inga fel uppstod. Filen laddades upp utan problem",
  3. "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Den uppladdade filen överskrider upload_max_filesize direktivet i php.ini",
  4. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den uppladdade filen överstiger MAX_FILE_SIZE direktivet som anges i HTML-formulär",
  5. "The uploaded file was only partially uploaded" => "Den uppladdade filen var endast delvist uppladdad",
  6. "No file was uploaded" => "Ingen fil blev uppladdad",
  7. "Missing a temporary folder" => "Saknar en tillfällig mapp",
  8. "Failed to write to disk" => "Misslyckades spara till disk",
  9. "Files" => "Filer",
  10. "Size" => "Storlek",
  11. "Modified" => "Ändrad",
  12. "File handling" => "Filhantering",
  13. "Maximum upload size" => "Maximal storlek att ladda upp",
  14. "max. possible: " => "max. möjligt:",
  15. "Needed for multi-file and folder downloads." => "Krävs för nerladdning av flera mappar och filer",
  16. "Enable ZIP-download" => "Aktivera ZIP-nerladdning",
  17. "0 is unlimited" => "0 är lika med oändligt",
  18. "Maximum input size for ZIP files" => "Största tillåtna storlek för ZIP filer",
  19. "New" => "Ny",
  20. "Text file" => "Textfil",
  21. "Folder" => "Mapp",
  22. "From url" => "Från webbadress",
  23. "Upload" => "Ladda upp",
  24. "Cancel upload" => "Avbryt uppladdning",
  25. "Nothing in here. Upload something!" => "Ingenting här. Ladda upp något!",
  26. "Name" => "Namn",
  27. "Share" => "Dela",
  28. "Download" => "Ladda ned",
  29. "Delete" => "Ta bort",
  30. "Upload too large" => "För stor uppladdning",
  31. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filerna du försöker ladda upp överstiger den maximala storleken för filöverföringar på servern.",
  32. "Files are being scanned, please wait." => "Filerna skannas, var god vänta",
  33. "Current scanning" => "Aktuell avsökning"
  34. );