14 lines
361 B
PHP
14 lines
361 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Lukk",
|
|
"Share" => "Del",
|
|
"Failed to load documents." => "Klarte ikkje å lasta dokumenta.",
|
|
"Sent" => "Sendt",
|
|
"Declined" => "Avvist",
|
|
"Accepted" => "Godtatt",
|
|
"Incoming" => "Inngåande",
|
|
"Upload" => "Last opp",
|
|
"Documents" => "Dokument",
|
|
"Advanced feature-set" => "Avanserte funksjonar",
|
|
"(Unstable)" => "(Ustabil)"
|
|
);
|