From 80126ce3c8ce50fc8a6a213b45ad2cff57b7ea22 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 27 Jul 2015 18:55:43 -0700 Subject: [PATCH] GUAC-298: Add translation strings for VNC clipboard encoding parameter for non-English. --- guacamole/src/main/webapp/translations/de.json | 1 + guacamole/src/main/webapp/translations/fr.json | 1 + guacamole/src/main/webapp/translations/it.json | 1 + guacamole/src/main/webapp/translations/nl.json | 1 + guacamole/src/main/webapp/translations/ru.json | 4 +++- 5 files changed, 7 insertions(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/translations/de.json b/guacamole/src/main/webapp/translations/de.json index 32073a509..8ff9539dd 100644 --- a/guacamole/src/main/webapp/translations/de.json +++ b/guacamole/src/main/webapp/translations/de.json @@ -426,6 +426,7 @@ "SECTION_HEADER_AUDIO" : "Audio", "SECTION_HEADER_AUTHENTICATION" : "Authentifizierung", + "SECTION_HEADER_CLIPBOARD" : "Zwischenablage", "SECTION_HEADER_DISPLAY" : "Bildschirm", "SECTION_HEADER_NETWORK" : "Netzwerk", "SECTION_HEADER_REPEATER" : "VNC Repeater", diff --git a/guacamole/src/main/webapp/translations/fr.json b/guacamole/src/main/webapp/translations/fr.json index e3425e958..09b3a49c6 100644 --- a/guacamole/src/main/webapp/translations/fr.json +++ b/guacamole/src/main/webapp/translations/fr.json @@ -426,6 +426,7 @@ "SECTION_HEADER_AUDIO" : "Son", "SECTION_HEADER_AUTHENTICATION" : "Authentification", + "SECTION_HEADER_CLIPBOARD" : "Presse-papiers", "SECTION_HEADER_DISPLAY" : "Affichage", "SECTION_HEADER_NETWORK" : "Réseau", "SECTION_HEADER_REPEATER" : "Répéteur VNC", diff --git a/guacamole/src/main/webapp/translations/it.json b/guacamole/src/main/webapp/translations/it.json index 55cfe3a0b..7abb758f0 100644 --- a/guacamole/src/main/webapp/translations/it.json +++ b/guacamole/src/main/webapp/translations/it.json @@ -409,6 +409,7 @@ "SECTION_HEADER_AUDIO" : "Audio", "SECTION_HEADER_AUTHENTICATION" : "Authentication", + "SECTION_HEADER_CLIPBOARD" : "Appunti", "SECTION_HEADER_DISPLAY" : "Display", "SECTION_HEADER_NETWORK" : "Network", "SECTION_HEADER_REPEATER" : "VNC Repeater" diff --git a/guacamole/src/main/webapp/translations/nl.json b/guacamole/src/main/webapp/translations/nl.json index 51e965d20..c2dded721 100644 --- a/guacamole/src/main/webapp/translations/nl.json +++ b/guacamole/src/main/webapp/translations/nl.json @@ -418,6 +418,7 @@ "SECTION_HEADER_AUDIO" : "Geluid", "SECTION_HEADER_AUTHENTICATION" : "Authenticatie", + "SECTION_HEADER_CLIPBOARD" : "Klembord", "SECTION_HEADER_DISPLAY" : "Scherm", "SECTION_HEADER_NETWORK" : "Netwerk", "SECTION_HEADER_REPEATER" : "VNC Repeater", diff --git a/guacamole/src/main/webapp/translations/ru.json b/guacamole/src/main/webapp/translations/ru.json index 60b736871..d1607fe85 100644 --- a/guacamole/src/main/webapp/translations/ru.json +++ b/guacamole/src/main/webapp/translations/ru.json @@ -396,7 +396,9 @@ "FIELD_OPTION_CURSOR_LOCAL" : "Локальный", "FIELD_OPTION_CURSOR_REMOTE" : "Удаленный", - "NAME" : "VNC" + "NAME" : "VNC", + + "SECTION_HEADER_CLIPBOARD" : "Буфер обмена" },