From a4fa60ff526b3504b89adf123aef694875d04be3 Mon Sep 17 00:00:00 2001
From: A. Täffner <darkalex@firesplash.de>
Date: Fri, 22 Jan 2016 19:36:47 -0500
Subject: [PATCH] Cronjjob created. Ist that all? Don't  need to register it somewhere? We will se...

---
 interface/web/tools/lib/lang/en_usersettings.lng |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/interface/web/tools/lib/lang/en_usersettings.lng b/interface/web/tools/lib/lang/en_usersettings.lng
index 53a989a..efbe6c3 100644
--- a/interface/web/tools/lib/lang/en_usersettings.lng
+++ b/interface/web/tools/lib/lang/en_usersettings.lng
@@ -1,6 +1,12 @@
 <?php
-$wb["passwort_txt"] = 'Passwort';
+$wb["passwort_txt"] = 'Password';
+$wb["password_strength_txt"] = 'Password strength';
 $wb["language_txt"] = 'Language';
-$wb["btn_save_txt"] = 'Save';
-$wb["btn_cancel_txt"] = 'Cancel';
-?>
\ No newline at end of file
+$wb["password_mismatch"] = 'The password in the second password field does not match the first password.';
+$wb["Form to edit the user password and language."] = 'Form to edit the user password and language.';
+$wb["Settings"] = 'Settings';
+$wb['generate_password_txt'] = 'Generate Password';
+$wb['repeat_password_txt'] = 'Repeat Password';
+$wb['password_mismatch_txt'] = 'The passwords do not match.';
+$wb['password_match_txt'] = 'The passwords do match.';
+?>

--
Gitblit v1.9.1