Added german language and improved existing ones

This commit is contained in:
2018-12-10 14:10:58 +01:00
parent fbd3d257af
commit f1677cb6f9
5 changed files with 41 additions and 5 deletions

16
lang/de/lang.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
/**
* German language file for sqlquery plugin
*
* @author Thomas Hooge <thomas@hoogi.de>
*/
// menu entry for admin plugins
// $lang['menu'] = 'Your menu entry';
// custom language strings for the plugin
// $lang['fixme'] = 'FIXME';
//Setup VIM: ex: et ts=4 :

16
lang/de/settings.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
/**
* German language file for sqlquery plugin
*
* @author Thomas Hooge <thomas@hoogi.de>
*/
// keys need to match the config setting name
$lang['Host'] = 'Standard MySQL-Serveradresse (DNS or IP)';
$lang['DB'] = 'Standard MySQL-Datenbankname';
$lang['user'] = 'Datenbankbenutzername';
$lang['password'] = 'Datenbankkennwort';
//Setup VIM: ex: et ts=4 :