11 lines
369 B
PHP
11 lines
369 B
PHP
<?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"
|
|
);
|