From 2276cc19ca7f94d2eabe72b7380c3898674a769d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 09 Jan 2009 07:27:53 -0500
Subject: [PATCH] Updated german translation.

---
 interface/web/sites/lib/lang/de.lng |   33 +++++++++++++++++----------------
 1 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/interface/web/sites/lib/lang/de.lng b/interface/web/sites/lib/lang/de.lng
index cecc81c..befd422 100644
--- a/interface/web/sites/lib/lang/de.lng
+++ b/interface/web/sites/lib/lang/de.lng
@@ -1,16 +1,17 @@
-<?php
-$wb['Database'] = 'Database';
-$wb['Options'] = 'Options';
-$wb['Shell User'] = 'Shell User';
-$wb['Domain'] = 'Domain';
-$wb['Redirect'] = 'Redirect';
-$wb['SSL'] = 'SSL';
-$wb['Subdomain'] = 'Subdomain';
-$wb['Sites'] = 'Sites';
-$wb['Aliasdomain'] = 'Aliasdomain';
-$wb['FTP-User'] = 'FTP-User';
-$wb['FTP'] = 'FTP';
-$wb['Shell-User'] = 'Shell-User';
-$wb['Shell'] = 'Shell';
-$wb['Websites'] = 'Websites';
-?>
+<?php
+$wb['Database'] = 'Datenbank';
+$wb['Options'] = 'Optionen';
+$wb['Shell User'] = 'Shell Benutzer';
+$wb['Domain'] = 'Domain';
+$wb['Redirect'] = 'Umleitung';
+$wb['SSL'] = 'SSL';
+$wb['Subdomain'] = 'Subdomain';
+$wb['Sites'] = 'Sites';
+$wb['Aliasdomain'] = 'Aliasdomain';
+$wb['FTP-User'] = 'FTP-Benutzer';
+$wb['FTP'] = 'FTP';
+$wb['Shell-User'] = 'Shell-Benutzer';
+$wb['Shell'] = 'Shell';
+$wb['Websites'] = 'Websites';
+?>
+

--
Gitblit v1.9.1