summaryrefslogtreecommitdiffstats
path: root/modules-available/session/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/session/lang/en')
-rw-r--r--modules-available/session/lang/en/module.json1
-rw-r--r--modules-available/session/lang/en/template-tags.json11
2 files changed, 9 insertions, 3 deletions
diff --git a/modules-available/session/lang/en/module.json b/modules-available/session/lang/en/module.json
index 5fb22548..44d024c8 100644
--- a/modules-available/session/lang/en/module.json
+++ b/modules-available/session/lang/en/module.json
@@ -1,3 +1,4 @@
{
+ "page-title-session-list": "Active sessions",
"page_title": "Log in"
} \ 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 f9e0b393..e21a1bf9 100644
--- a/modules-available/session/lang/en/template-tags.json
+++ b/modules-available/session/lang/en/template-tags.json
@@ -1,10 +1,15 @@
{
+ "lang_activeSessions": "Known sessions",
"lang_changePassword": "Change password",
"lang_currentPassword": "Current password",
"lang_enter": "Enter",
+ "lang_expires": "Expires on no activity",
+ "lang_fixedIpSession": "Bind session to IP address",
+ "lang_killOtherSessions": "Log out all my other sessions",
+ "lang_lastAddress": "Last access from",
"lang_login": "Login",
"lang_newPassword": "New password",
"lang_register": "Register",
- "lang_rememberID": "Remember ID",
- "lang_repeatPassword": "Repeat password"
-}
+ "lang_repeatPassword": "Repeat password",
+ "lang_uid": "User#"
+} \ No newline at end of file