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 2018/04/02 20:42:18 UTC

[5/6] guacamole-client git commit: GUACAMOLE-269: Add translations for empty options.

GUACAMOLE-269: Add translations for empty options.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/ae1d6dc2
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/ae1d6dc2
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/ae1d6dc2

Branch: refs/heads/master
Commit: ae1d6dc279d98bccb1c1d642de8f812486ee1824
Parents: f03cd2b
Author: Nick Couchman <vn...@apache.org>
Authored: Mon Apr 2 16:38:39 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Apr 2 16:38:39 2018 -0400

----------------------------------------------------------------------
 guacamole/src/main/webapp/translations/en.json | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/ae1d6dc2/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 251a02f..a97406e 100644
--- a/guacamole/src/main/webapp/translations/en.json
+++ b/guacamole/src/main/webapp/translations/en.json
@@ -448,8 +448,9 @@
         "FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:",
         "FIELD_HEADER_TYPESCRIPT_PATH" : "Typescript path:",
 
-        "FIELD_OPTION_BACKSPACE_8"    : "Backspace (Ctrl-H)",
-        "FIELD_OPTION_BACKSPACE_127"  : "Delete (Ctrl-?)",
+        "FIELD_OPTION_BACKSPACE_EMPTY" : "",
+        "FIELD_OPTION_BACKSPACE_8"     : "Backspace (Ctrl-H)",
+        "FIELD_OPTION_BACKSPACE_127"   : "Delete (Ctrl-?)",
 
         "FIELD_OPTION_COLOR_SCHEME_BLACK_WHITE" : "Black on white",
         "FIELD_OPTION_COLOR_SCHEME_EMPTY"       : "",
@@ -508,8 +509,9 @@
         "FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:",
         "FIELD_HEADER_TYPESCRIPT_PATH" : "Typescript path:",
 
-        "FIELD_OPTION_BACKSPACE_8"    : "Backspace (Ctrl-H)",
-        "FIELD_OPTION_BACKSPACE_127"  : "Delete (Ctrl-?)",
+        "FIELD_OPTION_BACKSPACE_EMPTY" : "",
+        "FIELD_OPTION_BACKSPACE_8"     : "Backspace (Ctrl-H)",
+        "FIELD_OPTION_BACKSPACE_127"   : "Delete (Ctrl-?)",
 
         "FIELD_OPTION_COLOR_SCHEME_BLACK_WHITE" : "Black on white",
         "FIELD_OPTION_COLOR_SCHEME_EMPTY"       : "",