GUACAMOLE-130: Remove reference to non-existent keyboard layout.
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/cc269498 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/cc269498 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/cc269498 Branch: refs/heads/master Commit: cc269498c006ebf10ca73a16f5a95753e9adad8f Parents: 49b697a Author: Michael Jumper <[email protected]> Authored: Sat Nov 26 20:00:41 2016 -0800 Committer: Michael Jumper <[email protected]> Committed: Sat Nov 26 20:00:41 2016 -0800 ---------------------------------------------------------------------- guacamole/src/main/webapp/translations/no.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/cc269498/guacamole/src/main/webapp/translations/no.json ---------------------------------------------------------------------- diff --git a/guacamole/src/main/webapp/translations/no.json b/guacamole/src/main/webapp/translations/no.json index 693c39a..694e734 100644 --- a/guacamole/src/main/webapp/translations/no.json +++ b/guacamole/src/main/webapp/translations/no.json @@ -126,9 +126,7 @@ "TEXT_CLIENT_STATUS_DISCONNECTED" : "Du er frakoblet.", "TEXT_CLIENT_STATUS_WAITING" : "Tilkoblet Guacamole. Venter på svar...", "TEXT_RECONNECT_COUNTDOWN" : "Kobler til på nytt om {REMAINING} {REMAINING, plural, one{second} other{seconds}}...", - "TEXT_FILE_TRANSFER_PROGRESS" : "{PROGRESS} {UNIT, select, b{B} kb{KB} mb{MB} gb{GB} other{}}", - - "URL_OSK_LAYOUT" : "layouts/no-no-qwerty.json" + "TEXT_FILE_TRANSFER_PROGRESS" : "{PROGRESS} {UNIT, select, b{B} kb{KB} mb{MB} gb{GB} other{}}" },
