summaryrefslogtreecommitdiffstats
path: root/core/l10n/da.php
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-06-20 22:22:58 +0200
committerJakob Sack <kde@jakobsack.de>2011-06-20 22:22:58 +0200
commitfb7f00edbca5b1892cdfc04358d6658e986a877c (patch)
tree1ed9147cfd367fc866c2bd271828d9da3ba7f9f2 /core/l10n/da.php
parentf72db005b565505b7754915de9b10f636669f9cf (diff)
downloadnextcloud-server-fb7f00edbca5b1892cdfc04358d6658e986a877c.tar.gz
nextcloud-server-fb7f00edbca5b1892cdfc04358d6658e986a877c.zip
l10nlist.shuffle ;-)
Diffstat (limited to 'core/l10n/da.php')
-rw-r--r--core/l10n/da.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/core/l10n/da.php b/core/l10n/da.php
index d7aa3855d48..54a11ddba82 100644
--- a/core/l10n/da.php
+++ b/core/l10n/da.php
@@ -1,27 +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",
+"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Velkommen til <strong>ownCloud</strong>, Din personlige Sky.",
"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",
+"Create an <strong>admin account.</strong>" => "Lav en <strong>administrator konto.</strong>",
"Login:" => "Login:",
-"Login failed!" => "Login misslykkedes",
-"I will use a MySQL database." => "Jeg vil benytte en MySQL database.",
-"next" => "næste",
"Password:" => "Kodeord:",
+"Advanced" => "Avanceret",
+"Set where to store the data." => "Indstil data mappe.",
+"Data directory:" => "Data mappe:",
+"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!",
"SQLite" => "SQLite",
+"I will use a MySQL database." => "Jeg vil benytte en MySQL database.",
+"Host:" => "Host:",
+"Database name:" => "Database navn:",
+"Table prefix:" => "Tabel prefix:",
"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:",
+"MySQL user password:" => "MySQL bruger password:",
"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!"
+"<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>",
+"Login failed!" => "Login misslykkedes",
+"You are logged out." => "Du er nu logget ud",
+"prev" => "forrige",
+"next" => "næste",
+"Search" => "Søg"
);