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