mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
42 lines
2.5 KiB
INI
42 lines
2.5 KiB
INI
OBSWebSocket.Settings.DialogTitle="obs-websocket Settings"
|
|
|
|
OBSWebSocket.Settings.PluginSettingsTitle="Plugin Settings"
|
|
OBSWebSocket.Settings.ServerEnable="Enable WebSocket server"
|
|
OBSWebSocket.Settings.AlertsEnable="Enable System Tray Alerts"
|
|
OBSWebSocket.Settings.DebugEnable="Enable Debug Logging"
|
|
OBSWebSocket.Settings.DebugEnableHoverText="Enables debug logging for the current instance of OBS. Does not persist on load.\nUse --websocket_debug to enable on load."
|
|
|
|
OBSWebSocket.Settings.ServerSettingsTitle="Server Settings"
|
|
OBSWebSocket.Settings.AuthRequired="Enable Authentication"
|
|
OBSWebSocket.Settings.Password="Server Password"
|
|
OBSWebSocket.Settings.GeneratePassword="Generate Password"
|
|
OBSWebSocket.Settings.ServerPort="Server Port"
|
|
OBSWebSocket.Settings.ShowConnectInfo="Show Connect Info"
|
|
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Warning: Currently Live"
|
|
OBSWebSocket.Settings.ShowConnectInfoWarningMessage="It appears that an output (stream, recording, etc.) is currently active."
|
|
OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Are you sure that you want to show your connect info?"
|
|
|
|
OBSWebSocket.SessionTable.Title="Connected WebSocket Sessions"
|
|
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Remote Address"
|
|
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Session Duration"
|
|
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Messages In/Out"
|
|
OBSWebSocket.SessionTable.IdentifiedTitle="Identified"
|
|
OBSWebSocket.SessionTable.KickButtonColumnTitle="Kick?"
|
|
OBSWebSocket.SessionTable.KickButtonText="Kick"
|
|
|
|
OBSWebSocket.ConnectInfo.DialogTitle="WebSocket Connect Info"
|
|
OBSWebSocket.ConnectInfo.CopyText="Copy"
|
|
OBSWebSocket.ConnectInfo.ServerIp="Server IP (Best Guess)"
|
|
OBSWebSocket.ConnectInfo.ServerPort="Server Port"
|
|
OBSWebSocket.ConnectInfo.ServerPassword="Server Password"
|
|
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Auth Disabled]"
|
|
OBSWebSocket.ConnectInfo.QrTitle="Connect QR"
|
|
|
|
OBSWebSocket.NotifyConnect.Title="New WebSocket connection."
|
|
OBSWebSocket.NotifyConnect.Message="Client %1 connected."
|
|
OBSWebSocket.NotifyDisconnect.Title="WebSocket client disconnected."
|
|
OBSWebSocket.NotifyDisconnect.Message="Client %1 disconnected"
|
|
|
|
OBSWebSocket.Server.StartFailed.Title="WebSocket Server Failure"
|
|
OBSWebSocket.Server.StartFailed.Message="The WebSocket server failed to start. TCP port %1 may already be in use elsewhere on this system by another application. Try setting a different TCP port in the WebSocket server settings, or stop any application that could be using this port.\n Error message: %2"
|