Blame view
sources/apps/admin_migrate/l10n/da.php
445 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "Eksporter ownCloud instans", "This will create a compressed file that contains the data of this owncloud instance." => "Dette vil generere en pakket fil med dataene fra denne ownCloud-installation.", "Please choose the export type:" => "Vælg eksporttype:", "ownCloud system files" => "ownClouds systemfiler", "Just user files" => "Kun brugeres filer", "Export" => "Eksporter" ); |