parent
fbd3d257af
commit
f1677cb6f9
@ -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 : |
@ -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 : |
Reference in new issue