From 4a142652d542010402c694dc94c6d75b4ae2af7b Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 30 Jul 2015 18:19:09 -0700 Subject: [PATCH] GUAC-1213: Add field headers for date/time restrictions. --- .../src/main/resources/translations/en.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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"