diff options
author | Jens Hyllegaard <jens.hyllegaard@gmail.com> | 2013-10-21 14:36:35 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-10-21 14:36:35 +0200 |
commit | 48e49553b3ae1dc9624cdd96b34ffe0175ba8ae3 (patch) | |
tree | c60d84922c0a9c7b12bd362d26c57f4429b2f6b9 /lib/plugins/authmysql/lang | |
parent | 4c4b65c86f4906b0cdd7b3115636ec829bb7099f (diff) | |
download | rpg-48e49553b3ae1dc9624cdd96b34ffe0175ba8ae3.tar.gz rpg-48e49553b3ae1dc9624cdd96b34ffe0175ba8ae3.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authmysql/lang')
-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'; |