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.

nn_NO.php 1.1KB

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 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",
  4. "The uploaded file was only partially uploaded" => "Fila vart berre delvis lasta opp",
  5. "No file was uploaded" => "Ingen filer vart lasta opp",
  6. "Missing a temporary folder" => "Manglar ei mellombels mappe",
  7. "Files" => "Filer",
  8. "Delete" => "Slett",
  9. "Close" => "Lukk",
  10. "Name" => "Namn",
  11. "Size" => "Storleik",
  12. "Modified" => "Endra",
  13. "Upload" => "Last opp",
  14. "Maximum upload size" => "Maksimal opplastingsstorleik",
  15. "Save" => "Lagre",
  16. "New" => "Ny",
  17. "Text file" => "Tekst fil",
  18. "Folder" => "Mappe",
  19. "Nothing in here. Upload something!" => "Ingenting her. Last noko opp!",
  20. "Download" => "Last ned",
  21. "Upload too large" => "For stor opplasting",
  22. "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."
  23. );