mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Implement initial media overlay
This commit is contained in:
@@ -85,6 +85,18 @@
|
||||
}
|
||||
|
||||
|
||||
, "mediaOverlayTitle": {
|
||||
"message": "Playing on $receiverName$"
|
||||
, "description": "Main title for overlay displayed on media elements whilst casting."
|
||||
, "placeholders": {
|
||||
"receiverName": {
|
||||
"content": "$1"
|
||||
, "example": "Living Room TV"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
, "optionsBridgeLoading": {
|
||||
"message": "Loading bridge info..."
|
||||
, "description": "Loading placeholder text for bridge section on options page."
|
||||
@@ -193,6 +205,18 @@
|
||||
"message": "Enable media casting"
|
||||
, "description": "Media casting enabled checkbox label."
|
||||
}
|
||||
, "optionsMediaOverlayEnabled": {
|
||||
"message": "Enable media element overlay"
|
||||
, "description": "Media element overlay checkbox label."
|
||||
}
|
||||
, "optionsMediaOverlayEnabledTemp": {
|
||||
"message": "Enable media element overlay (experimental)"
|
||||
, "description": "Experimental-labelled version of above."
|
||||
}
|
||||
, "optionsMediaOverlayEnabledDescrption": {
|
||||
"message": "Overlay on media elements displaying information about the current session if connected."
|
||||
, "description": "Media element overlay option description."
|
||||
}
|
||||
, "optionsMediaSyncElement": {
|
||||
"message": "Sync receiver state with media element"
|
||||
, "description": "Media casting sync checkbox label."
|
||||
|
||||
Reference in New Issue
Block a user