On Tue, Dec 5, 2017 at 7:28 AM, David Rodriguez <djr...@gmail.com> wrote:

> Hi,
> I'm setting the Spanish translation file for Guacamole and it is almost
> completed, however there are some sections which doesn't appear in the
> English translation file. These are the below. Is there any place where I
> can get the english template, so I can translate it to Spanish and finish
> it?  Thanks
> CONCURRENCY LIMITS
> Maximum number of connections:
> Maximum number of connections per user:
> LOAD BALANCING
> Connection weight:
> Use for failover only:
> GUACAMOLE PROXY PARAMETERS (GUACD)
> Hostname:
> Port:
> Encryption:
>

In this case, these fields are defined by the guacamole-auth-jdbc-*
extensions, and the translation strings are within an "en.json" file
defined in the "guacamole-auth-jdbc-base" project which contains the common
basis for all database-specific implementations defined within
guacamole-auth-jdbc:

https://github.com/apache/guacamole-client/blob/649fd8c036861014a6064f4af3e05f309cd92973/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json

There are additional translation strings defined by the CAS, Duo, and Open
ID extensions, as well, though not quite as extensive as the above.

- Mike

Reply via email to