summaryrefslogtreecommitdiffstats
path: root/modules-available/session/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-08 18:46:05 +0200
committerSimon Rettberg2016-09-08 18:46:05 +0200
commitc37b2b6733f7697abff5dfc3be07828402e9fe27 (patch)
treecbdcf7f082b2e32bbb6184b16539cb9fa10120b5 /modules-available/session/lang/en
parent[roomplanner] Add option to enable/disable pvsmgr dedicated mode (diff)
downloadslx-admin-c37b2b6733f7697abff5dfc3be07828402e9fe27.tar.gz
slx-admin-c37b2b6733f7697abff5dfc3be07828402e9fe27.tar.xz
slx-admin-c37b2b6733f7697abff5dfc3be07828402e9fe27.zip
Update translations
Diffstat (limited to 'modules-available/session/lang/en')
-rw-r--r--modules-available/session/lang/en/messages.json6
-rw-r--r--modules-available/session/lang/en/template-tags.json4
2 files changed, 9 insertions, 1 deletions
diff --git a/modules-available/session/lang/en/messages.json b/modules-available/session/lang/en/messages.json
index 4da881ce..de7ee4f3 100644
--- a/modules-available/session/lang/en/messages.json
+++ b/modules-available/session/lang/en/messages.json
@@ -1,3 +1,7 @@
{
- "loginfail": "Username or Password incorrect"
+ "loginfail": "Username or Password incorrect",
+ "pass-too-short": "Password too short",
+ "password-changed": "Password successfully changed",
+ "password-unchanged": "Password unchanged",
+ "wrong-password": "Wrong passwort"
} \ No newline at end of file
diff --git a/modules-available/session/lang/en/template-tags.json b/modules-available/session/lang/en/template-tags.json
index 4b192a7a..663354a9 100644
--- a/modules-available/session/lang/en/template-tags.json
+++ b/modules-available/session/lang/en/template-tags.json
@@ -1,8 +1,12 @@
{
+ "lang_changePassword": "Change password",
+ "lang_currentPassword": "Current password",
"lang_enter": "Enter",
"lang_login": "Login",
+ "lang_newPassword": "New password",
"lang_password": "Password",
"lang_register": "Register",
"lang_rememberID": "Remember ID",
+ "lang_repeatPassword": "Repeat password",
"lang_username": "Username"
} \ No newline at end of file