summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-11-13 00:51:02 -0800
committerAndreas Gohr <andi@splitbrain.org>2013-11-13 00:51:02 -0800
commitab5a3c55c8e780fcc63054c4bfdd5e6fd785c460 (patch)
tree911bbd8ed35bb3fa66dc3027bec25bbcf3d10be9 /lib/plugins/authmysql/lang
parent3d7637138191712e8f0a6f262baabb628224858f (diff)
parentac4d41ba8ae73bb61890475242df4887e1f58399 (diff)
downloadrpg-ab5a3c55c8e780fcc63054c4bfdd5e6fd785c460.tar.gz
rpg-ab5a3c55c8e780fcc63054c4bfdd5e6fd785c460.tar.bz2
Merge pull request #416 from dokuwiki-translate/lang_update_465
Translation update (da)
Diffstat (limited to 'lib/plugins/authmysql/lang')
-rw-r--r--lib/plugins/authmysql/lang/da/settings.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/da/settings.php b/lib/plugins/authmysql/lang/da/settings.php
index 207d0ff60..8e90ee4ed 100644
--- a/lib/plugins/authmysql/lang/da/settings.php
+++ b/lib/plugins/authmysql/lang/da/settings.php
@@ -4,9 +4,15 @@
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Jens Hyllegaard <jens.hyllegaard@gmail.com>
+ * @author soer9648 <soer9648@eucl.dk>
*/
$lang['server'] = 'Din MySQL server';
+$lang['user'] = 'MySQL brugernavn';
+$lang['password'] = 'Kodeord til ovenstående bruger';
+$lang['database'] = 'Database der skal benyttes';
+$lang['charset'] = 'Tegnsæt benyttet i database';
$lang['debug'] = 'Vis yderligere debug output';
+$lang['checkPass'] = 'SQL-sætning til at kontrollere kodeord';
$lang['debug_o_0'] = 'ingen';
$lang['debug_o_1'] = 'kun ved fejl';
$lang['debug_o_2'] = 'alle SQL forespørgsler';