summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-11-24 16:17:23 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-11-24 16:17:23 +0100
commitce53c4b8ba0a6a0d8bee99d95365481ad35ee515 (patch)
tree8c7dd0bc398eae8de1fd9e05c4a64ff65edccc3e /lib/plugins/authmysql
parentc7e44b3db3b7429ab16b0225fdd68ab6895cf368 (diff)
parent2ec6a92c13ed276111bbe099aadab33a885397cb (diff)
downloadrpg-ce53c4b8ba0a6a0d8bee99d95365481ad35ee515.tar.gz
rpg-ce53c4b8ba0a6a0d8bee99d95365481ad35ee515.tar.bz2
Merge pull request #933 from dokuwiki-translate/lang_update_31
Translation update (no)
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r--lib/plugins/authmysql/lang/no/settings.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/no/settings.php b/lib/plugins/authmysql/lang/no/settings.php
new file mode 100644
index 000000000..45ab09819
--- /dev/null
+++ b/lib/plugins/authmysql/lang/no/settings.php
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Patrick <spill.p@hotmail.com>
+ */
+$lang['server'] = 'Din MySQL-server';
+$lang['user'] = 'Ditt MySQL-brukernavn';
+$lang['password'] = 'Passord til brukeren';
+$lang['database'] = 'Database som skal brukes';
+$lang['debug_o_0'] = 'ingen';
+$lang['debug_o_1'] = 'bare ved feil';
+$lang['debug_o_2'] = 'alle SQL-forespørsler';