From b71df9b3ce08f7e6083afec3d1524ff96c91bbae Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Sun, 08 Mar 2009 06:02:12 -0400 Subject: [PATCH] fixed myDns database bug http://www.howtoforge.com/forums/showthread.php?t=32237 --- interface/web/js/lib/lang/de_javascript.lng | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/interface/web/js/lib/lang/de_javascript.lng b/interface/web/js/lib/lang/de_javascript.lng index 2a6de41..1b0a78d 100644 --- a/interface/web/js/lib/lang/de_javascript.lng +++ b/interface/web/js/lib/lang/de_javascript.lng @@ -1,8 +1,10 @@ -<?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'; -?> +<?php +$wb['password_strength_0_txt'] = 'Zu kurz'; +$wb['password_strength_1_txt'] = 'Leicht'; +$wb['password_strength_2_txt'] = 'Mittel'; +$wb['password_strength_3_txt'] = 'Gut'; +$wb['password_strength_4_txt'] = 'Stark'; +$wb['password_strength_5_txt'] = 'sehr stark'; +?> + + -- Gitblit v1.9.1