mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
10 lines
564 B
INI
10 lines
564 B
INI
OBSWebsocket.Menu.SettingsItem="Websocket server settings"
|
|
OBSWebsocket.Settings.DialogTitle="obs-websocket"
|
|
OBSWebsocket.Settings.ServerEnable="Enable Websocket server"
|
|
OBSWebsocket.Settings.ServerPort="Server Port"
|
|
OBSWebsocket.Settings.AuthRequired="Enable authentication"
|
|
OBSWebsocket.Settings.Password="Password"
|
|
OBSWebsocket.Settings.DebugEnable="Enable debug logging"
|
|
OBSWebsocket.ConnectNotify.Connected="New WebSocket connection"
|
|
OBSWebsocket.ConnectNotify.Disconnected="WebSocket client disconnected"
|
|
OBSWebsocket.ConnectNotify.ClientIP="Client Address:" |