summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/da/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/config/lang/da/lang.php')
-rw-r--r--lib/plugins/config/lang/da/lang.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/da/lang.php b/lib/plugins/config/lang/da/lang.php
new file mode 100644
index 000000000..515fa32e5
--- /dev/null
+++ b/lib/plugins/config/lang/da/lang.php
@@ -0,0 +1,19 @@
+<?php
+/**
+ * Danish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Lars Næsbye Christensen <larsnaesbye@stud.ku.dk>
+ */
+
+// for admin plugins, the menu prompt to be displayed in the admin menu
+// if set here, the plugin doesn't need to override the getMenuText() method
+$lang['menu'] = 'Konfigurationsindstillinger';
+
+$lang['error'] = 'Indstillingerne blev ikke opdateret på grund af en ugyldig værdi, gennemse venligst dine ændringer og gem dem igen.
+ <br />De(n) ugyldig(e) værdie(r) vil blive rammet ind med rødt.';
+$lang['updated'] = 'Indstillingerne blev opdateret korrekt.';
+$lang['nochoice'] = '(ingen andre valgmuligheder)';
+$lang['locked'] = 'Indstillingsfilen kunne ikke opdateres, hvis dette er en fejl, <br />
+ sørg da for at den lokale indstillingsfils navn og rettigheder er korrekte.';
+