Repository: incubator-guacamole-client Updated Branches: refs/heads/master 54f38b107 -> 39a25db59
GUACAMOLE-77: Add translation strings for MySQL/PostgreSQL shared connection data source. 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/87b517ff Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/87b517ff Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/87b517ff Branch: refs/heads/master Commit: 87b517ff3e994cd1394e041bb2d2b14e4b32686e Parents: 414f4ca Author: Michael Jumper <[email protected]> Authored: Sat Aug 20 13:12:04 2016 -0700 Committer: Michael Jumper <[email protected]> Committed: Sat Aug 20 13:12:04 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/translations/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/87b517ff/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 2bf807a..20aac16 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 @@ -38,10 +38,18 @@ "NAME" : "MySQL" }, + "DATA_SOURCE_MYSQL_SHARED" : { + "NAME" : "Shared Connections (MySQL)" + }, + "DATA_SOURCE_POSTGRESQL" : { "NAME" : "PostgreSQL" }, + "DATA_SOURCE_POSTGRESQL_SHARED" : { + "NAME" : "Shared Connections (PostgreSQL)" + }, + "HOME" : { "INFO_SHARED_BY" : "Shared by {USERNAME}" },
