summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-06-20 22:08:44 +0200
committerJakob Sack <kde@jakobsack.de>2011-06-20 22:08:44 +0200
commitef3386c5f8774a8959b93332f7fc388824a93385 (patch)
tree5772294801bf9b6f4f046fe011aa561f1dd45cf6 /core/l10n
parentdaa194cede61efe0df017a24c58acabd413e0042 (diff)
downloadnextcloud-server-ef3386c5f8774a8959b93332f7fc388824a93385.tar.gz
nextcloud-server-ef3386c5f8774a8959b93332f7fc388824a93385.zip
All translations should be in the new system
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/da.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/core/l10n/da.php b/core/l10n/da.php
new file mode 100644
index 00000000000..d7aa3855d48
--- /dev/null
+++ b/core/l10n/da.php
@@ -0,0 +1,27 @@
+<?php $TRANSLATIONS = array(
+"Create an <strong>admin account.</strong>" => "Lav en <strong>administrator konto.</strong>",
+"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Velkommen til <strong>ownCloud</strong>, Din personlige Sky.",
+"You are logged out." => "Du er nu logget ud",
+"MySQL user password:" => "MySQL bruger password:",
+"Error 404, Cloud not found" => "Fejl 404, Skyen kan ikke findes",
+"Database name:" => "Database navn:",
+"Set where to store the data." => "Indstil data mappe.",
+"Advanced" => "Avanceret",
+"To finish the installation, please follow the steps below." => "For at fuldføre installationen, følg venligst nedenstående trin",
+"Host:" => "Host:",
+"Table prefix:" => "Tabel prefix:",
+"prev" => "forrige",
+"Login:" => "Login:",
+"Login failed!" => "Login misslykkedes",
+"I will use a MySQL database." => "Jeg vil benytte en MySQL database.",
+"next" => "næste",
+"Password:" => "Kodeord:",
+"SQLite" => "SQLite",
+"MySQL user login:" => "MySQL bruger login:",
+"<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>",
+"Search" => "Søg",
+"Data directory:" => "Data mappe:",
+"Finish setup" => "Afslut installation",
+"Configure your database." => "Konfigurer din database.",
+"I will use a SQLite database. You have nothing to do!" => "Jeg vil benytte en SQLite database. Du skal ikke gøre noget!"
+);