en-US.ini 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. LocalFile="Local file"
  2. URL="URL"
  3. Width="Width"
  4. Height="Height"
  5. FPS="FPS"
  6. CSS="Custom CSS"
  7. ShutdownSourceNotVisible="Shutdown source when not visible"
  8. RefreshBrowserActive="Refresh browser when scene becomes active"
  9. RefreshNoCache="Refresh cache of current page"
  10. BrowserSource="Browser"
  11. CustomFrameRate="Use custom frame rate"
  12. RerouteAudio="Control audio via OBS"
  13. Inspect="Inspect"
  14. DevTools="Inspect Browser Dock '%1'"
  15. CopyUrl="Copy current address"
  16. WebpageControlLevel="Page permissions"
  17. WebpageControlLevel.Level.None="No access to OBS"
  18. WebpageControlLevel.Level.ReadObs="Read access to OBS status information"
  19. WebpageControlLevel.Level.ReadUser="Read access to user information (current Scene Collection, Transitions)"
  20. WebpageControlLevel.Level.Basic="Basic access to OBS (Save replay buffer, etc.)"
  21. WebpageControlLevel.Level.Advanced="Advanced access to OBS (Change scenes, Start/Stop replay buffer, etc.)"
  22. WebpageControlLevel.Level.All="Full access to OBS (Start/Stop streaming without warning, etc.)"
  23. Dialog.Alert="JavaScript Alert"
  24. Dialog.Confirm="JavaScript Confirm"
  25. Dialog.Prompt="JavaScript Prompt"
  26. Dialog.BrowserDock="Browser Dock"
  27. Dialog.ReceivedFrom="Received from '%1'"
  28. Error.Title="Couldn't load that page!"
  29. Error.Description="Make sure the address is correct, and that the site isn't having issues."
  30. Error.Retry="Click here to retry"
  31. Error.Code="Error: %1"
  32. Error.URL="URL: %2"
  33. Zoom.Reset="Reset Zoom"
  34. Zoom.Out="Zoom out"
  35. Zoom.In="Zoom in"
  36. # Error codes in CEF are fetched direct from Chromium
  37. # CEF Reference: https://bitbucket.org/chromiumembedded/cef/src/master/include/base/internal/cef_net_error_list.h
  38. # Chromium Reference: https://chromium.googlesource.com/chromium/src/+/master/net/base/net_error_list.h#
  39. # Cleaned up list of codes: https://gist.github.com/WizardCM/1acead41cce983d54996a1ee484a4523
  40. ErrorCode.ERR_CONNECTION_REFUSED="Server refused the connection"
  41. ErrorCode.ERR_NAME_NOT_RESOLVED="Server's IP address not found"
  42. ErrorCode.ERR_CONNECTION_TIMED_OUT="Connection timed out"
  43. ErrorCode.ERR_TIMED_OUT="Operation timed out"
  44. ErrorCode.ERR_FILE_NOT_FOUND="File not found"
  45. ErrorCode.ERR_FAILED="Failed to connect"
  46. ErrorCode.ERR_NETWORK_CHANGED="Network changed"
  47. ErrorCode.ERR_SSL_VERSION_INTERFERENCE="SSL version interference. TLS 1.3 might be blocked or modified."
  48. ErrorCode.ERR_SSL_PROTOCOL_ERROR="SSL protocol error. Could not make a secure connection."
  49. ErrorCode.ERR_CERT_DATE_INVALID="Server's SSL certificate is outdated or your computer's time is incorrect."