From b67344233b509c97ba118a209e82386d698ba068 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 05 Apr 2012 05:09:17 -0400
Subject: [PATCH] Merged revisions 2943-3026 from stable branch.

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

diff --git a/interface/lib/lang/de.lng b/interface/lib/lang/de.lng
index fbb5207..f9d1968 100644
--- a/interface/lib/lang/de.lng
+++ b/interface/lib/lang/de.lng
@@ -1,5 +1,6 @@
 <?php
 $wb['conf_format_dateshort'] = 'd.m.Y';
+$wb['conf_format_dateshort_human_readable'] = 'tt.mm.jjjj';
 $wb['conf_format_datelong'] = 'l, d. F Y';
 $wb['conf_format_timeshort'] = 'H:i';
 $wb['conf_format_timelong'] = 'H:i:s';
@@ -68,4 +69,5 @@
 $wb['datepicker_nextText'] = 'Vor';
 $wb['datepicker_prevText'] = 'Zur&uuml;ck';
 $wb['logout_txt'] = 'LOGOUT';
+$wb['submit_confirmation'] = "Wollen Sie diese Aktion wirlich ausführen?";
 ?>

--
Gitblit v1.9.1