Repository: incubator-guacamole-client Updated Branches: refs/heads/master c0e050c65 -> d358449c7
GUACAMOLE-156: Add missing French translations. 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/4d998aa6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/4d998aa6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/4d998aa6 Branch: refs/heads/master Commit: 4d998aa65057b7a29bd2a5f0012eb396b88da013 Parents: c0e050c Author: Nick Couchman <[email protected]> Authored: Tue Jan 31 15:51:50 2017 -0500 Committer: Nick Couchman <[email protected]> Committed: Tue Jan 31 15:51:50 2017 -0500 ---------------------------------------------------------------------- .../src/main/resources/translations/fr.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/4d998aa6/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/fr.json ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/fr.json b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/fr.json index 5369d51..8521f58 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/fr.json +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/fr.json @@ -8,6 +8,20 @@ "FIELD_HEADER_NEW_PASSWORD" : "Mot de passe", "FIELD_HEADER_CONFIRM_NEW_PASSWORD" : "Répéter mot de passe" + }, + + "USER_ATTRIBUTES" : { + + "FIELD_HEADER_DISABLED" : "Identifiant désactivé:", + "FIELD_HEADER_EXPIRED" : "Mot de passe expiré:", + "FIELD_HEADER_ACCESS_WINDOW_END" : "Interdire l'accès après:", + "FIELD_HEADER_ACCESS_WINDOW_START" : "Autoriser l'accès après:", + "FIELD_HEADER_TIMEZONE" : "Fuseau horaire de l'utilisateur:", + "FIELD_HEADER_VALID_FROM" : "Activer le compte après:", + "FIELD_HEADER_VALID_UNTIL" : "Désactiver le compte après:", + + "SECTION_HEADER_RESTRICTIONS" : "Restrictions de comptes" + } }
