diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-12-03 00:10:07 +0100 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-12-03 00:10:07 +0100 |
commit | 4766c1f0aaafeb23d5026904b802078cf82ebbe1 (patch) | |
tree | 01c45a10dddd42c02804ff71c7d236c8fa775e7e /lib/plugins/authmysql | |
parent | cded11250d495f6039a20f1036c64ea7b230ceb2 (diff) | |
parent | b30dd803e3c33cfc9508b0516744b0bb95be4d09 (diff) | |
download | rpg-4766c1f0aaafeb23d5026904b802078cf82ebbe1.tar.gz rpg-4766c1f0aaafeb23d5026904b802078cf82ebbe1.tar.bz2 |
Merge remote-tracking branch 'origin/master'
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'; |