From 946816363e97567719c9acac780084e26dd6466a Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 28 Jan 2017 13:46:11 -0800 Subject: [PATCH] GUACAMOLE-135: Add Swiss-French keyboard layout option for RDP. --- .../src/main/resources/org/apache/guacamole/protocols/rdp.json | 1 + guacamole/src/main/webapp/translations/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index cfe51d646..ac6f8638a 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -67,6 +67,7 @@ "", "en-us-qwerty", "fr-fr-azerty", + "fr-ch-qwertz", "de-de-qwertz", "it-it-qwerty", "ja-jp-qwerty", diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 48dbeab67..c78fd0bd9 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -372,6 +372,7 @@ "FIELD_OPTION_SERVER_LAYOUT_EMPTY" : "", "FIELD_OPTION_SERVER_LAYOUT_EN_US_QWERTY" : "US English (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_FAILSAFE" : "Unicode", + "FIELD_OPTION_SERVER_LAYOUT_FR_CH_QWERTZ" : "Swiss French (Qwertz)", "FIELD_OPTION_SERVER_LAYOUT_FR_FR_AZERTY" : "French (Azerty)", "FIELD_OPTION_SERVER_LAYOUT_IT_IT_QWERTY" : "Italian (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_JA_JP_QWERTY" : "Japanese (Qwerty)",