about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authmysql/lang/da/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authmysql/lang/da/lang.php')
-rw-r--r--wiki/lib/plugins/authmysql/lang/da/lang.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authmysql/lang/da/lang.php b/wiki/lib/plugins/authmysql/lang/da/lang.php
new file mode 100644
index 0000000..9806e16
--- /dev/null
+++ b/wiki/lib/plugins/authmysql/lang/da/lang.php
@@ -0,0 +1,12 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Jon Theil Nielsen <jontheil@gmail.com>
+ * @author Jacob Palm <mail@jacobpalm.dk>
+ */
+$lang['connectfail']           = 'Kunne ikke forbinde til databasen.';
+$lang['userexists']            = 'Beklager, en bruger med dette login findes allerede.';
+$lang['usernotexists']         = 'Beklager, brugeren eksisterer ikke.';
+$lang['writefail']             = 'Kan ikke ændre brugerdata. Informér venligst wiki-administratoren';