6 lines
397 B
PHP
6 lines
397 B
PHP
<?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.\n Please choose the export type:" => "Detta kommer att skapa en komprimerad fil som innehåller all data från denna instans av ownCloud.\n Välj exporttyp:",
|
|
"Export" => "Exportera"
|
|
);
|