Marius Burkard
2016-01-20 337473b29af23892d2bcbe4cc97c087aa5ff8b30
interface/web/sites/lib/lang/de_database_admin_list.lng
@@ -1,11 +1,11 @@
<?php
$wb['list_head_txt'] = "Datenbank";
$wb['active_txt'] = "Aktiv";
$wb['remote_access_txt'] = "Remotezugriff";
$wb['server_id_txt'] = "Server";
$wb['database_user_txt'] = "Datenbank Benutzer";
$wb['database_name_txt'] = "Datenbank Name";
$wb['add_new_record_txt'] = "Neue Datenbank hinzufügen";
$wb['sys_groupid_txt'] = "Kunde";
$wb['list_head_txt'] = 'Datenbank';
$wb['active_txt'] = 'Aktiv';
$wb['remote_access_txt'] = 'Remotezugriff';
$wb['server_id_txt'] = 'Server';
$wb['database_user_txt'] = 'Datenbank-Benutzer';
$wb['database_name_txt'] = 'Datenbank-Name';
$wb['add_new_record_txt'] = 'Neue Datenbank hinzufügen';
$wb['sys_groupid_txt'] = 'Kunde';
$wb['parent_domain_id_txt'] = 'Domain';
?>