nn_NO.php 1.2 KB

1234567891011121314151617181920212223
  1. <?php $TRANSLATIONS = array(
  2. "There is no error, the file uploaded with success" => "Ingen feil, fila vart lasta opp",
  3. "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Den opplasta fila er større enn variabelen upload_max_filesize i php.ini",
  4. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den opplasta fila er større enn variabelen MAX_FILE_SIZE i HTML-skjemaet",
  5. "The uploaded file was only partially uploaded" => "Fila vart berre delvis lasta opp",
  6. "No file was uploaded" => "Ingen filer vart lasta opp",
  7. "Missing a temporary folder" => "Manglar ei mellombels mappe",
  8. "Files" => "Filer",
  9. "Maximum upload size" => "Maksimal opplastingsstorleik",
  10. "New" => "Ny",
  11. "Text file" => "Tekst fil",
  12. "Folder" => "Mappe",
  13. "Upload" => "Last opp",
  14. "Nothing in here. Upload something!" => "Ingenting her. Last noko opp!",
  15. "Name" => "Namn",
  16. "Download" => "Last ned",
  17. "Size" => "Storleik",
  18. "Modified" => "Endra",
  19. "Delete" => "Slett",
  20. "Upload too large" => "For stor opplasting",
  21. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filene du prøver å laste opp er større enn maksgrensa til denne tenaren."
  22. );