From fa0cf0ac8926e5405c85494174ec9ca007133fab Mon Sep 17 00:00:00 2001 From: hensm Date: Thu, 20 Aug 2020 22:19:01 +0100 Subject: [PATCH] Use "screen/tab casting" instead of "mirroring" --- CONTRIBUTING.md | 16 ++++++++++++++++ ext/src/_locales/en/messages.json | 8 ++++---- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e84d84..a2b8f73 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,11 +24,27 @@ https://lusito.github.io/web-ext-translator/?gh=https://github.com/hensm/fx_cast Missing/outdated strings: +* `de` + * `optionsMirroringCategoryName` + * `optionsMirroringCategoryDescription` + * `optionsMirroringEnabled` + * `optionsMirroringAppId` + +* `es` + * `optionsMirroringCategoryName` + * `optionsMirroringCategoryDescription` + * `optionsMirroringEnabled` + * `optionsMirroringAppId` + * `nl` * `optionsBridgeBackupEnabled` * `optionsUserAgentWhitelistRestrictedEnabled` * `optionsUserAgentWhitelistRestrictedEnabledDescription` * `optionsOptionRecommended` + * `optionsMirroringCategoryName` + * `optionsMirroringCategoryDescription` + * `optionsMirroringEnabled` + * `optionsMirroringAppId` ### NSIS Installer Localization diff --git a/ext/src/_locales/en/messages.json b/ext/src/_locales/en/messages.json index d2104a3..3cccfc8 100755 --- a/ext/src/_locales/en/messages.json +++ b/ext/src/_locales/en/messages.json @@ -362,19 +362,19 @@ } , "optionsMirroringCategoryName": { - "message": "Screen mirroring" + "message": "Screen/tab casting" , "description": "Options page mirroring category name." } , "optionsMirroringCategoryDescription": { - "message": "Screen/Tab mirroring to a Chromecast receiver app." + "message": "Mirroring to a Chromecast receiver app." , "description": "Options page mirroring category description." } , "optionsMirroringEnabled": { - "message": "Enable screen mirroring (experimental)" + "message": "Enable screen/tab casting (experimental)" , "description": "Mirroring enabled checkbox label." } , "optionsMirroringAppId": { - "message": "Receiver app ID:" + "message": "Mirroring app ID:" , "description": "Mirroring app ID input label." } , "optionsMirroringAppIdDescription": {