You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/06/07 00:32:45 UTC

[25/28] incubator-guacamole-client git commit: GUACAMOLE-102: Make field header consistent; add section header for new load balancing section.

GUACAMOLE-102: Make field header consistent; add section header for new load balancing section.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/166c7cca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/166c7cca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/166c7cca

Branch: refs/heads/master
Commit: 166c7ccaedc5c1701ef338bac6472f4685199fb9
Parents: 2986c61
Author: Nick Couchman <vn...@apache.org>
Authored: Tue Jun 6 08:55:11 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Tue Jun 6 08:55:11 2017 -0400

----------------------------------------------------------------------
 .../src/main/resources/translations/en.json                  | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/166c7cca/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json
----------------------------------------------------------------------
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 c154d8b..93e95d5 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
@@ -19,7 +19,8 @@
 
         "FIELD_HEADER_MAX_CONNECTIONS"          : "Maximum number of connections:",
         "FIELD_HEADER_MAX_CONNECTIONS_PER_USER" : "Maximum number of connections per user:",
-        "FIELD_HEADER_WEIGHT"                   : "Connection Weight for Load Balancing:",
+
+        "FIELD_HEADER_WEIGHT"                   : "Connection weight for load balancing:",
 
         "FIELD_HEADER_GUACD_HOSTNAME"   : "Hostname:",
         "FIELD_HEADER_GUACD_ENCRYPTION" : "Encryption:",
@@ -29,8 +30,9 @@
         "FIELD_OPTION_GUACD_ENCRYPTION_NONE"  : "None (unencrypted)",
         "FIELD_OPTION_GUACD_ENCRYPTION_SSL"   : "SSL / TLS",
 
-        "SECTION_HEADER_CONCURRENCY" : "Concurrency Limits",
-        "SECTION_HEADER_GUACD"       : "Guacamole Proxy Parameters (guacd)"
+        "SECTION_HEADER_CONCURRENCY"    : "Concurrency Limits",
+        "SECTION_HEADER_LOAD_BALANCING" : "Load Balancing",
+        "SECTION_HEADER_GUACD"          : "Guacamole Proxy Parameters (guacd)"
 
     },