da.php
445 Bytes
<?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"
);