blob: afa3eabe8cf3dafc4af74a89cf6063d533bfc5a8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php $TRANSLATIONS = array(
"Password" => "Passord",
"Submit" => "Send",
"%s shared the folder %s with you" => "%s delte mappa %s med deg",
"%s shared the file %s with you" => "%s delte fila %s med deg",
"Download" => "Last ned",
"Upload" => "Last opp",
"Cancel upload" => "Avbryt opplasting",
"No preview available for" => "Inga førehandsvising tilgjengeleg for"
);
|