2013-08-28 17:35:04 -04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Close" => "Lukk",
|
2013-09-10 08:40:52 -04:00
|
|
|
"Failed to load documents." => "Klarte ikkje å lasta dokumenta.",
|
|
|
|
"Sent" => "Sendt",
|
|
|
|
"Declined" => "Avvist",
|
|
|
|
"Accepted" => "Godtatt",
|
|
|
|
"Incoming" => "Inngåande",
|
2013-09-16 09:32:07 -04:00
|
|
|
"Upload" => "Last opp",
|
2013-09-10 08:40:52 -04:00
|
|
|
"Documents" => "Dokument",
|
|
|
|
"Advanced feature-set" => "Avanserte funksjonar",
|
|
|
|
"(Unstable)" => "(Ustabil)"
|
2013-08-28 17:35:04 -04:00
|
|
|
);
|