diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-10-21 05:44:34 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-10-21 05:44:34 -0700 |
commit | 8fe1612ab5601aa34426e4a728c932026fee1b33 (patch) | |
tree | 0d0a2f92cb81c953243793af3c9c1856152a272f /lib/plugins/authmysql | |
parent | 3c7af700e9933e4dea95a98e8cb0cfe94962a244 (diff) | |
parent | 48e49553b3ae1dc9624cdd96b34ffe0175ba8ae3 (diff) | |
download | rpg-8fe1612ab5601aa34426e4a728c932026fee1b33.tar.gz rpg-8fe1612ab5601aa34426e4a728c932026fee1b33.tar.bz2 |
Merge pull request #393 from dokuwiki-translate/lang_update_405
Translation update (da)
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r-- | lib/plugins/authmysql/lang/da/settings.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/da/settings.php b/lib/plugins/authmysql/lang/da/settings.php new file mode 100644 index 000000000..207d0ff60 --- /dev/null +++ b/lib/plugins/authmysql/lang/da/settings.php @@ -0,0 +1,12 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Jens Hyllegaard <jens.hyllegaard@gmail.com> + */ +$lang['server'] = 'Din MySQL server'; +$lang['debug'] = 'Vis yderligere debug output'; +$lang['debug_o_0'] = 'ingen'; +$lang['debug_o_1'] = 'kun ved fejl'; +$lang['debug_o_2'] = 'alle SQL forespørgsler'; |