mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Add receiver selector options + misc options page improvements
This commit is contained in:
@@ -193,6 +193,10 @@
|
||||
"message": "Sync receiver state with media element"
|
||||
, "description": "Media casting sync checkbox label."
|
||||
}
|
||||
, "optionsMediaSyncElementDescription": {
|
||||
"message": "Synchronize state (playback, volume, captions, etc...) between the media element and the receiver device."
|
||||
, "description": "Media casting sync option description."
|
||||
}
|
||||
, "optionsMediaStopOnUnload": {
|
||||
"message": "Stop receiver playback on page unload"
|
||||
, "description": "Media stop on unload checkbox label."
|
||||
@@ -215,6 +219,39 @@
|
||||
, "description": "HTTP server port input label."
|
||||
}
|
||||
|
||||
, "optionsReceiverSelectorCategoryName": {
|
||||
"message": "Receiver selector"
|
||||
, "description": "Options page receiver selector category title."
|
||||
}
|
||||
, "optionsReceiverSelectorCategoryDescription": {
|
||||
"message": "Receiver device selection interface."
|
||||
, "description": "Options page receiver selector category description."
|
||||
}
|
||||
, "optionsReceiverSelectorType": {
|
||||
"message": "Type:"
|
||||
, "description": "Receiver selector type option label."
|
||||
}
|
||||
, "optionsReceiverSelectorTypeBrowser": {
|
||||
"message": "Browser"
|
||||
, "description": "Receiver selector type browser radio option label."
|
||||
}
|
||||
, "optionsReceiverSelectorTypeNative": {
|
||||
"message": "Native"
|
||||
, "description": "Receiver selector type native radio option label."
|
||||
}
|
||||
, "optionsReceiverSelectorWaitForConnection": {
|
||||
"message": "Wait for connection"
|
||||
, "description": "Receiver selector wait for connection option checkbox label."
|
||||
}
|
||||
, "optionsReceiverSelectorWaitForConnectionDescription": {
|
||||
"message": "Keep receiver selector open until the session is established or connection fails."
|
||||
, "description": "Receiver selector wait for connection option description."
|
||||
}
|
||||
, "optionsReceiverSelectorCloseIfFocusLost": {
|
||||
"message": "Close after losing focus"
|
||||
, "description": "Receiver selector close if focus lost option checkbox label."
|
||||
}
|
||||
|
||||
, "optionsUserAgentWhitelistCategoryName": {
|
||||
"message": "User agent whitelist"
|
||||
, "description": "Options page whitelist category title."
|
||||
@@ -282,6 +319,10 @@
|
||||
"message": "Receiver app ID:"
|
||||
, "description": "Mirroring app ID input label."
|
||||
}
|
||||
, "optionsMirroringAppIdDescription": {
|
||||
"message": "App ID for a registered Chromecast receiver application. Advanced use only. Must be compatible with the default app (see GitHub repo)."
|
||||
, "description": "Mirroring app ID option description."
|
||||
}
|
||||
|
||||
, "optionsReset": {
|
||||
"message": "Restore Defaults"
|
||||
|
||||
Reference in New Issue
Block a user