diff --git a/ofmeet/src/i18n/ofmeet_i18n.properties b/ofmeet/src/i18n/ofmeet_i18n.properties index e8d5fe27..b6a93077 100644 --- a/ofmeet/src/i18n/ofmeet_i18n.properties +++ b/ofmeet/src/i18n/ofmeet_i18n.properties @@ -416,8 +416,8 @@ config.page.title=Jitsi Videobridge Network Settings Page config.page.configuration.websockets.title=WebSockets Data Channel config.page.configuration.websockets.info=WebSockets can be used instead of WebRTC Data Channels for transport of Colibri client-to-bridge messages. -config.page.configuration.websockets.plainport=Private port used for websockets data channel internally -config.page.configuration.websockets.publicport=Public port used for websockets data channel externally +config.page.configuration.websockets.plainport=Private port used for plain websockets data channel internally (server-to-bridge) +config.page.configuration.websockets.publicport=Public port used for secure websockets data channel externally (client-to-server) config.page.description=Jitsi Videobridge is an component that allows for multiuser video communication. On this page, various network-related settings can be configured. config.page.configuration.interfaces.title=Network interface configuration config.page.configuration.interfaces.info=This section lists all (non-loopback) interfaces that are detected on the server. Here, you can configure which interfaces are allowed be used by the videobridge. @@ -468,7 +468,7 @@ config.page.configuration.max.port=Maximum port used for non-multiplexed media config.page.configuration.ws.channel.disabled=Disabled config.page.configuration.ws.channel.disabled_info=Uses a webrtc data channel communication channel with the Videobridge instead. May not work with Windows O/S server. config.page.configuration.ws.channel.enabled=Enabled -config.page.configuration.ws.channel.enabled_info=Uses a websocket communication channel with the Videobridge +config.page.configuration.ws.channel.enabled_info=Uses a proxied secure websocket communication channel with the Videobridge config.page.configuration.submit=Save Settings config.page.configuration.reset=Reset to Default @@ -529,4 +529,4 @@ settings.freeswitch.server.homepath=Home Path settings.freeswitch.server.exepath=Exe Path settings.freeswitch.helper.use.extensions=Use Numbered Extensions settings.freeswitch.helper.start.extension=Start Extension -settings.freeswitch.server.config.path=Config Path \ No newline at end of file +settings.freeswitch.server.config.path=Config Path