From 374c8db63dca02dcf62d64448dc408897925c19f Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 26 May 2010 08:24:42 -0400
Subject: [PATCH] Improved some list templates and the dashboard template.

---
 interface/lib/lang/de.lng |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/interface/lib/lang/de.lng b/interface/lib/lang/de.lng
index 2aa35b6..247e6a4 100644
--- a/interface/lib/lang/de.lng
+++ b/interface/lib/lang/de.lng
@@ -21,4 +21,17 @@
 $wb['add_new_record_txt'] = 'Neuen Datensatz hinzufügen';
 $wb['btn_save_txt'] = 'Speichern';
 $wb['btn_cancel_txt'] = 'Abbrechen';
+$wb['toolsarea_head_txt'] = 'Tools';
+$wb['page_and_txt'] = 'und';
+$wb['top_menu_system'] = 'System';
+$wb['top_menu_client'] = 'Kunden';
+$wb['top_menu_email'] = 'Email';
+$wb['top_menu_monitor'] = 'Monitor';
+$wb['top_menu_sites'] = 'Sites';
+$wb['top_menu_dns'] = 'DNS';
+$wb['top_menu_tools'] = 'Tools';
+$wb['top_menu_help'] = 'Support';
+$wb['top_menu_billing'] = 'Billing';
+$wb['top_menu_domain'] = 'Domänen';
+$wb['top_menu_dashboard'] = 'Startseite';
 ?>

--
Gitblit v1.9.1