blob: c4ef4989a58bb04d27b8e3f7e8ddcf96aae964b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php $TRANSLATIONS = array(
"Files" => "Filer",
"Maximum upload size" => "Maksimum opplastingsstørrelse",
"Upload" => "Last opp",
"Nothing in here. Upload something!" => "Ingenting her. Last opp noe!",
"Name" => "Navn",
"Download" => "Last ned",
"Size" => "Størrelse",
"Modified" => "Endret",
"Delete" => "Slett",
"Upload too large" => "Opplasting for stor",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filene du prøver å laste opp er for store for å laste opp til denne serveren."
);
|