nextcloud/core/l10n/da.php

18 lines
733 B
PHP
Raw Normal View History

<?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Fejl 404, Skyen kan ikke findes",
2011-06-21 00:22:58 +04:00
"Advanced" => "Avanceret",
"Set where to store the data." => "Indstil data mappe.",
"Data directory:" => "Data mappe:",
"SQLite" => "SQLite",
2011-06-21 00:22:58 +04:00
"Database name:" => "Database navn:",
"Host:" => "Host:",
2011-06-21 00:22:58 +04:00
"Table prefix:" => "Tabel prefix:",
"Finish setup" => "Afslut installation",
2011-06-21 00:22:58 +04:00
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> er din personly sky der køre på din egen server.</p>",
2011-06-21 18:01:47 +04:00
"Login failed!" => "Login mislykkedes",
2011-06-21 00:22:58 +04:00
"You are logged out." => "Du er nu logget ud",
"prev" => "forrige",
"next" => "næste",
"Search" => "Søg"
);