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 2016/03/20 03:21:47 UTC

[07/50] incubator-guacamole-client git commit: GUAC-1410: Add parameter and value translation string for Japanese keymap.

GUAC-1410: Add parameter and value translation string for Japanese keymap.


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/d7bea32a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/d7bea32a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/d7bea32a

Branch: refs/heads/master
Commit: d7bea32a95b6d2819527077375b10a90091a1fad
Parents: d136c9a
Author: Michael Jumper <mi...@guac-dev.org>
Authored: Mon Feb 1 14:57:21 2016 -0800
Committer: Michael Jumper <mi...@guac-dev.org>
Committed: Mon Feb 1 14:57:21 2016 -0800

----------------------------------------------------------------------
 .../src/main/resources/org/glyptodon/guacamole/protocols/rdp.json   | 1 +
 guacamole/src/main/webapp/translations/en.json                      | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/d7bea32a/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json
----------------------------------------------------------------------
diff --git a/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json
index f0e4340..162b73d 100644
--- a/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json
+++ b/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json
@@ -69,6 +69,7 @@
                         "fr-fr-azerty",
                         "de-de-qwertz",
                         "it-it-qwerty",
+                        "ja-jp-qwerty",
                         "sv-se-qwerty",
                         "failsafe"
                     ]

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/d7bea32a/guacamole/src/main/webapp/translations/en.json
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json
index ac48dcb..4345cc9 100644
--- a/guacamole/src/main/webapp/translations/en.json
+++ b/guacamole/src/main/webapp/translations/en.json
@@ -330,6 +330,7 @@
         "FIELD_OPTION_SERVER_LAYOUT_FAILSAFE"     : "Unicode",
         "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)",
         "FIELD_OPTION_SERVER_LAYOUT_SV_SE_QWERTY" : "Swedish (Qwerty)",
 
         "NAME" : "RDP",