Blame view
sources/apps/admin_migrate/l10n/sv.php
463 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?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" ); |