diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json index 477b9ff96..b11c15741 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json @@ -17,8 +17,13 @@ "USER_ATTRIBUTES" : { - "FIELD_HEADER_DISABLED" : "Login disabled:", - "FIELD_HEADER_EXPIRED" : "Password expired:", + "FIELD_HEADER_DISABLED" : "Login disabled:", + "FIELD_HEADER_EXPIRED" : "Password expired:", + "FIELD_HEADER_ACCESS_WINDOW_END" : "Do not allow access after:", + "FIELD_HEADER_ACCESS_WINDOW_START" : "Allow access after:", + "FIELD_HEADER_TIMEZONE" : "User time zone:", + "FIELD_HEADER_VALID_FROM" : "Enable account after:", + "FIELD_HEADER_VALID_UNTIL" : "Disable account after:", "SECTION_HEADER_RESTRICTIONS" : "Account Restrictions"