en-US.ini 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. OBSWebSocket.Plugin.Description="Remote-control of OBS Studio through WebSocket"
  2. OBSWebSocket.Settings.DialogTitle="WebSocket Server Settings"
  3. OBSWebSocket.Settings.PluginSettingsTitle="Plugin Settings"
  4. OBSWebSocket.Settings.ServerEnable="Enable WebSocket server"
  5. OBSWebSocket.Settings.AlertsEnable="Enable System Tray Alerts"
  6. OBSWebSocket.Settings.DebugEnable="Enable Debug Logging"
  7. OBSWebSocket.Settings.DebugEnableHoverText="Enables debug logging for the current instance of OBS. Does not persist on load.\nUse --websocket_debug to enable on load."
  8. OBSWebSocket.Settings.ServerSettingsTitle="Server Settings"
  9. OBSWebSocket.Settings.AuthRequired="Enable Authentication"
  10. OBSWebSocket.Settings.Password="Server Password"
  11. OBSWebSocket.Settings.GeneratePassword="Generate Password"
  12. OBSWebSocket.Settings.ServerPort="Server Port"
  13. OBSWebSocket.Settings.ShowConnectInfo="Show Connect Info"
  14. OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Warning: Currently Live"
  15. OBSWebSocket.Settings.ShowConnectInfoWarningMessage="It appears that an output (stream, recording, etc.) is currently active."
  16. OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Are you sure that you want to show your connect info?"
  17. OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Warning: Potential Security Issue"
  18. OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket stores the server password as plain text. Using a password generated by obs-websocket is highly recommended."
  19. OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Are you sure you want to use your own password?"
  20. OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Error: Invalid Configuration"
  21. OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="You must use a password that is 6 or more characters."
  22. OBSWebSocket.SessionTable.Title="Connected WebSocket Sessions"
  23. OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Remote Address"
  24. OBSWebSocket.SessionTable.SessionDurationColumnTitle="Session Duration"
  25. OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Messages In/Out"
  26. OBSWebSocket.SessionTable.IdentifiedTitle="Identified"
  27. OBSWebSocket.SessionTable.KickButtonColumnTitle="Kick?"
  28. OBSWebSocket.SessionTable.KickButtonText="Kick"
  29. OBSWebSocket.ConnectInfo.DialogTitle="WebSocket Connect Info"
  30. OBSWebSocket.ConnectInfo.CopyText="Copy"
  31. OBSWebSocket.ConnectInfo.ServerIp="Server IP (Best Guess)"
  32. OBSWebSocket.ConnectInfo.ServerPort="Server Port"
  33. OBSWebSocket.ConnectInfo.ServerPassword="Server Password"
  34. OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Auth Disabled]"
  35. OBSWebSocket.ConnectInfo.QrTitle="Connect QR"
  36. OBSWebSocket.TrayNotification.Identified.Title="New WebSocket Connection"
  37. OBSWebSocket.TrayNotification.Identified.Body="Client %1 identified."
  38. OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket Authentication Failure"
  39. OBSWebSocket.TrayNotification.AuthenticationFailed.Body="Client %1 failed to authenticate."
  40. OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket Client Disconnected"
  41. OBSWebSocket.TrayNotification.Disconnected.Body="Client %1 disconnected."