From cbda30058c0f61ae2afbd9085afcf841f32751a5 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 27 Jan 2009 11:50:52 -0500 Subject: [PATCH] Fixed: FS#431 - jailkit users cannot login --- interface/web/js/lib/lang/de_javascript.lng | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/web/js/lib/lang/de_javascript.lng b/interface/web/js/lib/lang/de_javascript.lng index 40b5105..e4c1ce4 100644 --- a/interface/web/js/lib/lang/de_javascript.lng +++ b/interface/web/js/lib/lang/de_javascript.lng @@ -1,9 +1,9 @@ <?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_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