sv.php
463 Bytes
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Exportera denna instans av ownCloud",
"This will create a compressed file that contains the data of this owncloud instance." => "Detta kommer att skapa en komprimerad fil som innehåller data från denna instans av ownCloud.",
"Please choose the export type:" => "Välj exporttyp:",
"ownCloud system files" => "Systemfiler",
"Just user files" => "Endast användarfiler",
"Export" => "Exportera"
);