2021-06-06 04:20:11 +00:00
OBSWebSocket.Settings.DialogTitle = "obs-websocket Settings"
OBSWebSocket.Settings.PluginSettingsTitle = "Plugin Settings"
2021-04-27 03:55:18 +00:00
OBSWebSocket.Settings.ServerEnable = "Enable WebSocket server"
OBSWebSocket.Settings.AlertsEnable = "Enable System Tray Alerts"
OBSWebSocket.Settings.DebugEnable = "Enable Debug Logging"
2021-05-08 08:42:06 +00:00
OBSWebSocket.Settings.DebugEnableHoverText = "Changing this requires the WebSocket server to restart. However, changing this will not automatically restart the obs-websocket server."
2021-06-06 04:20:11 +00:00
OBSWebSocket.Settings.ServerSettingsTitle = "Server Settings"
2021-04-27 03:55:18 +00:00
OBSWebSocket.Settings.AuthRequired = "Enable Authentication"
OBSWebSocket.Settings.Password = "Server Password"
2021-05-08 08:42:06 +00:00
OBSWebSocket.Settings.GeneratePassword = "Generate Password"
2021-04-27 03:55:18 +00:00
OBSWebSocket.Settings.ServerPort = "Server Port"
2021-06-06 04:20:11 +00:00
OBSWebSocket.Settings.ShowConnectInfo = "Show Connect Info"
2021-04-27 03:55:18 +00:00
2021-06-06 04:20:11 +00:00
OBSWebSocket.SessionTable.Title = "Connected WebSocket Sessions"
2021-04-27 15:54:29 +00:00
OBSWebSocket.SessionTable.RemoteAddressColumnTitle = "Remote Address"
OBSWebSocket.SessionTable.SessionDurationColumnTitle = "Session Duration"
OBSWebSocket.SessionTable.MessagesInOutColumnTitle = "Messages In/Out"
2021-04-30 18:24:09 +00:00
OBSWebSocket.SessionTable.IdentifiedTitle = "Identified"
2021-04-27 15:54:29 +00:00
OBSWebSocket.SessionTable.KickButtonColumnTitle = "Kick?"
OBSWebSocket.SessionTable.KickButtonText = "Kick"
2021-05-08 08:42:06 +00:00
OBSWebSocket.ConnectInfo.DialogTitle = "WebSocket Connect Info"
OBSWebSocket.ConnectInfo.CopyText = "Copy"
2021-06-01 00:05:34 +00:00
OBSWebSocket.ConnectInfo.ServerIp = "Server IP (Best Guess)"
2021-05-08 08:42:06 +00:00
OBSWebSocket.ConnectInfo.ServerPort = "Server Port"
OBSWebSocket.ConnectInfo.ServerPassword = "Server Password"
OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText = "[Auth Disabled]"
OBSWebSocket.ConnectInfo.QrTitle = "Connect QR"
2021-04-27 03:55:18 +00:00
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"
2021-04-27 21:52:48 +00:00
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"