diff options
author | soer9648 <soer9648@eucl.dk> | 2013-11-12 20:52:27 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-11-12 20:52:27 +0100 |
commit | ac4d41ba8ae73bb61890475242df4887e1f58399 (patch) | |
tree | 8c87a1b0ad80a4cb883b8ad6e1daebb55852b50f /lib/plugins/authmysql/lang/da | |
parent | cfe186a5905005f882e870f5af79b31d53dd04ae (diff) | |
download | rpg-ac4d41ba8ae73bb61890475242df4887e1f58399.tar.gz rpg-ac4d41ba8ae73bb61890475242df4887e1f58399.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authmysql/lang/da')
-rw-r--r-- | lib/plugins/authmysql/lang/da/settings.php | 6 |
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'; |