2013-08-28 17:35:04 -04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Close" => "Luk",
|
2013-09-01 11:40:51 -04:00
|
|
|
"Failed to load documents." => "Kunne ikke hente dokumenterne. ",
|
|
|
|
"Sent" => "Sent",
|
|
|
|
"Declined" => "Afvist",
|
|
|
|
"Accepted" => "Accepteret",
|
|
|
|
"Incoming" => "Indgående",
|
2013-09-16 09:32:07 -04:00
|
|
|
"Upload" => "Upload",
|
2013-09-01 11:40:51 -04:00
|
|
|
"Documents" => "Dokumenter",
|
|
|
|
"Advanced feature-set" => "Avancerede funktioner",
|
|
|
|
"(Unstable)" => "(Ustabil)"
|
2013-08-28 17:35:04 -04:00
|
|
|
);
|