From 9b89182d4e71dee30a69793a6c714941d8bc16cc Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 19 Jan 2010 10:53:43 -0500
Subject: [PATCH] Improved input checks in the DNS wizard. Related to: FS#939 - DNS Bug

---
 interface/web/sites/lib/lang/de_database_list.lng |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/interface/web/sites/lib/lang/de_database_list.lng b/interface/web/sites/lib/lang/de_database_list.lng
index 9c4df57..b34ac4e 100644
--- a/interface/web/sites/lib/lang/de_database_list.lng
+++ b/interface/web/sites/lib/lang/de_database_list.lng
@@ -1,8 +1,8 @@
 <?php
-$wb['list_head_txt'] = 'Database';
-$wb['active_txt'] = 'Active';
-$wb['remote_access_txt'] = 'Remote Access';
+$wb['list_head_txt'] = 'Datenbank';
+$wb['active_txt'] = 'Aktiv';
+$wb['remote_access_txt'] = 'Remotezugang';
 $wb['server_id_txt'] = 'Server';
-$wb['database_name_txt'] = 'Database name';
-$wb['add_new_record_txt'] = 'Add new Database';
+$wb['database_name_txt'] = 'Datenbankname';
+$wb['add_new_record_txt'] = 'Neue Datenbank hinzufügen';
 ?>

--
Gitblit v1.9.1