2013-08-28 17:35:04 -04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Close" => "Stäng",
|
2013-09-22 09:53:01 -04:00
|
|
|
"Share" => "Dela",
|
2013-08-28 17:35:04 -04:00
|
|
|
"Failed to load documents." => "Kunde inte ladda dokumenten.",
|
|
|
|
"Sent" => "Skickad",
|
|
|
|
"Declined" => "Nekad",
|
|
|
|
"Accepted" => "Accepterad",
|
|
|
|
"Incoming" => "Inkommande",
|
2013-09-16 09:32:07 -04:00
|
|
|
"Upload" => "Ladda upp",
|
2013-08-31 14:09:16 -04:00
|
|
|
"Documents" => "Dokument",
|
2013-08-28 17:35:04 -04:00
|
|
|
"Advanced feature-set" => "Avancerade inställningar",
|
|
|
|
"(Unstable)" => "(Ej stabil)"
|
|
|
|
);
|