diff options
author | Patrick <spill.p@hotmail.com> | 2014-11-19 19:20:55 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2014-11-19 19:20:55 +0100 |
commit | 2ec6a92c13ed276111bbe099aadab33a885397cb (patch) | |
tree | 637e834372227b6de3bf375fd49d846d8ec3e696 /lib/plugins/authmysql | |
parent | d742dc26c0a306bbe662462e2d83febc89ac396c (diff) | |
download | rpg-2ec6a92c13ed276111bbe099aadab33a885397cb.tar.gz rpg-2ec6a92c13ed276111bbe099aadab33a885397cb.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r-- | lib/plugins/authmysql/lang/no/settings.php | 14 |
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'; |