2021-11-21 10:50:41 +00:00
OBSWebSocket.Plugin.Description = "Remote-control of OBS Studio through WebSocket"
2022-09-02 07:11:59 +00:00
OBSWebSocket.Settings.DialogTitle = "WebSocket Server Settings"
2021-06-06 04:20:11 +00:00
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-06-06 07:47:52 +00:00
OBSWebSocket.Settings.DebugEnableHoverText = "Enables debug logging for the current instance of OBS. Does not persist on load.\nUse --websocket_debug to enable on load."
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"
2022-06-08 05:34:40 +00:00
OBSWebSocket.Settings.ServerPort = "Server Port"
2021-06-06 04:20:11 +00:00
OBSWebSocket.Settings.ShowConnectInfo = "Show Connect Info"
2021-06-06 04:38:16 +00:00
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?"
2021-06-13 10:04:08 +00:00
OBSWebSocket.Settings.Save.UserPasswordWarningTitle = "Warning: Potential Security Issue"
OBSWebSocket.Settings.Save.UserPasswordWarningMessage = "obs-websocket stores the server password as plain text. Using a password generated by obs-websocket is highly recommended."
OBSWebSocket.Settings.Save.UserPasswordWarningInfoText = "Are you sure you want to use your own password?"
2021-11-21 10:26:03 +00:00
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle = "Error: Invalid Configuration"
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage = "You must use a password that is 6 or more characters."
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-06-13 10:58:15 +00:00
OBSWebSocket.TrayNotification.Identified.Title = "New WebSocket Connection"
OBSWebSocket.TrayNotification.Identified.Body = "Client %1 identified."
OBSWebSocket.TrayNotification.AuthenticationFailed.Title = "WebSocket Authentication Failure"
OBSWebSocket.TrayNotification.AuthenticationFailed.Body = "Client %1 failed to authenticate."
OBSWebSocket.TrayNotification.Disconnected.Title = "WebSocket Client Disconnected"
OBSWebSocket.TrayNotification.Disconnected.Body = "Client %1 disconnected."