summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/l10n/da.php20
-rw-r--r--core/l10n/da.php27
-rw-r--r--l10n/l10n.pl1
-rw-r--r--log/l10n/nl.php13
-rw-r--r--settings/l10n/da.php19
5 files changed, 68 insertions, 12 deletions
diff --git a/admin/l10n/da.php b/admin/l10n/da.php
new file mode 100644
index 00000000000..4601616efc0
--- /dev/null
+++ b/admin/l10n/da.php
@@ -0,0 +1,20 @@
+<?php $TRANSLATIONS = array(
+"remove" => "slet",
+"Password" => "Kodeord",
+"Administration" => "Administration",
+"Name" => "Navn",
+"Do you really want to delete group" => "Vil du virkelig slette denne gruppe",
+"System Settings" => "System indstillinger",
+"Create group" => "Lav gruppe",
+"Modified" => "Ændret",
+"read more" => "læs mere",
+"INSTALL" => "INSTALLER",
+"Set" => "Indstil",
+"Apps Repository" => "Applikation arkiv",
+"Force new password:" => "Tving ny adgangskode",
+"Add user" => "Tilføj bruger",
+"Groups" => "Grupper",
+"Cannot connect to apps repository" => "Kan ikke tilslutte applikations arkivet",
+"Do you really want to delete user" => "Vil du virkelig slette denne bruger",
+"Create user" => "Lav bruger"
+);
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!"
+);
diff --git a/l10n/l10n.pl b/l10n/l10n.pl
index f798e4e60e3..a5fab01a2fd 100644
--- a/l10n/l10n.pl
+++ b/l10n/l10n.pl
@@ -88,6 +88,7 @@ elsif( $task eq 'write' ){
next if $hash->{$key}->msgstr() eq '""';
push( @strings, $hash->{$key}->msgid()." => ".$hash->{$key}->msgstr());
}
+ next if $#strings == -1; # Skip empty files
# Write PHP file
open( OUT, ">$language.php" );
diff --git a/log/l10n/nl.php b/log/l10n/nl.php
index 1eab84ef152..34178b68632 100644
--- a/log/l10n/nl.php
+++ b/log/l10n/nl.php
@@ -1,14 +1,3 @@
<?php $TRANSLATIONS = array(
-"Show:" => "Laat",
-"Uploads" => "Uploads",
-"Filter:" => "Filter: ",
-"Logouts" => "Afmeldingen",
-"Logins" => "Aanmeldingen",
-"When" => "Wanneer",
-"Downloads" => "Downloades",
-"Clear log entries before" => "Verwijder logboek elementen ouder dan",
-"What" => "Wat",
-"entries per page." => "elementen per pagina zien.",
-"Creations" => "Creaties",
-"Deletions" => "Verwijderingen"
+
);
diff --git a/settings/l10n/da.php b/settings/l10n/da.php
new file mode 100644
index 00000000000..4d403042e1e
--- /dev/null
+++ b/settings/l10n/da.php
@@ -0,0 +1,19 @@
+<?php $TRANSLATIONS = array(
+"space" => "plads",
+"You're currently using" => "Du udnytter i øjeblikket",
+"Unable to change password" => "Kan ikke ændre din adgangskode",
+"New password" => "Ny adgangskode",
+"Authentication error" => "Godkendelsesfejl",
+"Your password got changed" => "Din adgangskode er ændret",
+"Language changed" => "Sprog ændret",
+"Invalid request" => "Invalid forespørgsel",
+"Account information" => "Konto information",
+"of your" => "af din",
+"Password changed" => "Adgangskoden er ændret",
+"Old password:" => "Gamle adgangskode",
+"Your old password is wrong!" => "Dit gamle adgangskode er forkert!",
+"Show new password" => "Vis den nye adgangskode",
+"You have to enter the old and the new password!" => "Du skal indtaste din gamle og nye adganskode",
+"Language" => "Sprog",
+"Change Password" => "Ændre adgangskode"
+);