From 51d0146fc1d2fd65e7cf4fcca0e530a085b4a708 Mon Sep 17 00:00:00 2001 From: Antennipasi <Antennipasi@ispconfig3> Date: Sun, 04 Jan 2009 11:28:46 -0500 Subject: [PATCH] Added more translations to monitor-module, mostly done now, couple annoyances left. merged changes with all languages. --- interface/web/tools/lib/lang/de_usersettings.lng | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/web/tools/lib/lang/de_usersettings.lng b/interface/web/tools/lib/lang/de_usersettings.lng index 7f7cc5b..905126d 100644 --- a/interface/web/tools/lib/lang/de_usersettings.lng +++ b/interface/web/tools/lib/lang/de_usersettings.lng @@ -1,7 +1,8 @@ <?php $wb['passwort_txt'] = 'Password'; $wb['language_txt'] = 'Language'; -$wb['btn_save_txt'] = 'Save'; -$wb['btn_cancel_txt'] = 'Cancel'; $wb['password_mismatch'] = 'The password in the second password field does not match the first password.'; +$wb['password_strength_txt'] = 'Password strength'; +$wb['Form to edit the user password and language.'] = 'Form to edit the user password and language.'; +$wb['Settings'] = 'Settings'; ?> -- Gitblit v1.9.1