Use "screen/tab casting" instead of "mirroring"

This commit is contained in:
hensm
2020-08-20 22:19:01 +01:00
parent ed040307a3
commit fa0cf0ac89
2 changed files with 20 additions and 4 deletions

View File

@@ -24,11 +24,27 @@ https://lusito.github.io/web-ext-translator/?gh=https://github.com/hensm/fx_cast
Missing/outdated strings: Missing/outdated strings:
* `de`
* `optionsMirroringCategoryName`
* `optionsMirroringCategoryDescription`
* `optionsMirroringEnabled`
* `optionsMirroringAppId`
* `es`
* `optionsMirroringCategoryName`
* `optionsMirroringCategoryDescription`
* `optionsMirroringEnabled`
* `optionsMirroringAppId`
* `nl` * `nl`
* `optionsBridgeBackupEnabled` * `optionsBridgeBackupEnabled`
* `optionsUserAgentWhitelistRestrictedEnabled` * `optionsUserAgentWhitelistRestrictedEnabled`
* `optionsUserAgentWhitelistRestrictedEnabledDescription` * `optionsUserAgentWhitelistRestrictedEnabledDescription`
* `optionsOptionRecommended` * `optionsOptionRecommended`
* `optionsMirroringCategoryName`
* `optionsMirroringCategoryDescription`
* `optionsMirroringEnabled`
* `optionsMirroringAppId`
### NSIS Installer Localization ### NSIS Installer Localization

View File

@@ -362,19 +362,19 @@
} }
, "optionsMirroringCategoryName": { , "optionsMirroringCategoryName": {
"message": "Screen mirroring" "message": "Screen/tab casting"
, "description": "Options page mirroring category name." , "description": "Options page mirroring category name."
} }
, "optionsMirroringCategoryDescription": { , "optionsMirroringCategoryDescription": {
"message": "Screen/Tab mirroring to a Chromecast receiver app." "message": "Mirroring to a Chromecast receiver app."
, "description": "Options page mirroring category description." , "description": "Options page mirroring category description."
} }
, "optionsMirroringEnabled": { , "optionsMirroringEnabled": {
"message": "Enable screen mirroring (experimental)" "message": "Enable screen/tab casting (experimental)"
, "description": "Mirroring enabled checkbox label." , "description": "Mirroring enabled checkbox label."
} }
, "optionsMirroringAppId": { , "optionsMirroringAppId": {
"message": "Receiver app ID:" "message": "Mirroring app ID:"
, "description": "Mirroring app ID input label." , "description": "Mirroring app ID input label."
} }
, "optionsMirroringAppIdDescription": { , "optionsMirroringAppIdDescription": {