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/js/lib/lang/de_javascript.lng |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/interface/web/js/lib/lang/de_javascript.lng b/interface/web/js/lib/lang/de_javascript.lng
index 2a6de41..40b5105 100644
--- a/interface/web/js/lib/lang/de_javascript.lng
+++ b/interface/web/js/lib/lang/de_javascript.lng
@@ -1,8 +1,9 @@
-<?php
+<?php
 $wb['password_strength_0_txt'] = 'Too short';
 $wb['password_strength_1_txt'] = 'Weak';
 $wb['password_strength_2_txt'] = 'Fair';
 $wb['password_strength_3_txt'] = 'Good';
 $wb['password_strength_4_txt'] = 'Strong';
-$wb['password_strength_5_txt'] = 'Very strong';
-?>
+$wb['password_strength_5_txt'] = 'Very strong';
+?>
+

--
Gitblit v1.9.1