Skip to content

Commit

Permalink
Merge pull request #165 from gjaekel/patch-17
Browse files Browse the repository at this point in the history
Update ofmeet_i18n.properties
  • Loading branch information
deleolajide authored Dec 20, 2020
2 parents 3db0a7f + 06b54c1 commit 1882e98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ofmeet/src/i18n/ofmeet_i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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. <b>May not work with Windows O/S server.</b>
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
Expand Down Expand Up @@ -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
settings.freeswitch.server.config.path=Config Path

0 comments on commit 1882e98

Please sign in to comment.