Blame view

sources/apps/files/l10n/nn_NO.php 1.08 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  <?php $TRANSLATIONS = array(
  "There is no error, the file uploaded with success" => "Ingen feil, fila vart lasta opp",
  "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",
  "The uploaded file was only partially uploaded" => "Fila vart berre delvis lasta opp",
  "No file was uploaded" => "Ingen filer vart lasta opp",
  "Missing a temporary folder" => "Manglar ei mellombels mappe",
  "Files" => "Filer",
  "Delete" => "Slett",
  "Close" => "Lukk",
  "Name" => "Namn",
  "Size" => "Storleik",
  "Modified" => "Endra",
  "Upload" => "Last opp",
  "Maximum upload size" => "Maksimal opplastingsstorleik",
  "Save" => "Lagre",
  "New" => "Ny",
  "Text file" => "Tekst fil",
  "Folder" => "Mappe",
  "Nothing in here. Upload something!" => "Ingenting her. Last noko opp!",
  "Download" => "Last ned",
  "Upload too large" => "For stor opplasting",
  "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."
  );