From fc11794bac37724eddcc3d1f0fb77a12468dc1e2 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 25 Feb 2009 12:43:19 -0500
Subject: [PATCH] updated german language file.

---
 interface/web/dns/lib/lang/de_dns_rp.lng |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/interface/web/dns/lib/lang/de_dns_rp.lng b/interface/web/dns/lib/lang/de_dns_rp.lng
index 5cf0d39..46a684d 100644
--- a/interface/web/dns/lib/lang/de_dns_rp.lng
+++ b/interface/web/dns/lib/lang/de_dns_rp.lng
@@ -2,10 +2,10 @@
 $wb['server_id_txt'] = 'Server';
 $wb['zone_txt'] = 'Zone';
 $wb['name_txt'] = 'Hostname';
-$wb['type_txt'] = 'type';
-$wb['data_txt'] = 'Responsible Person';
+$wb['type_txt'] = 'Type';
+$wb['data_txt'] = 'Kontaktperson';
 $wb['ttl_txt'] = 'TTL';
-$wb['active_txt'] = 'Active';
+$wb['active_txt'] = 'Aktiv';
 $wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
 $wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
 $wb['name_error_empty'] = 'The hostname is empty.';
@@ -14,3 +14,4 @@
 $wb['data_error_regex'] = 'Responsible person field format invalid';
 ?>
 
+

--
Gitblit v1.9.1