diff options
Diffstat (limited to 'data/extensions/jsr@javascriptrestrictor/_locales/en/messages.json')
-rw-r--r-- | data/extensions/jsr@javascriptrestrictor/_locales/en/messages.json | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/data/extensions/jsr@javascriptrestrictor/_locales/en/messages.json b/data/extensions/jsr@javascriptrestrictor/_locales/en/messages.json index a76af1a..f5e7922 100644 --- a/data/extensions/jsr@javascriptrestrictor/_locales/en/messages.json +++ b/data/extensions/jsr@javascriptrestrictor/_locales/en/messages.json @@ -73,7 +73,7 @@ "description": "Column headding in the popup detailed JSS shield" }, "FingerprintQualityLabel": { - "message": "⤷ The number of APIs misused for fingerprinting called by the page: ", + "message": "⤷ The number of APIs misusable for fingerprinting called by the page: ", "description": "This text is displayed in the popup as additional information from FPD" }, "popupDefaultLevelHelpText": { @@ -1324,6 +1324,41 @@ } }, + "MV3DevmodeRequired": { + "message": "Due to severe limitations imposed by <a href=\"$MV3URL$\" target=\"_blank\">Google's Manifest V3</a>, JShelter and other browser extensions cannot work anymore on Chromium-based browsers (including yours) unless you switch on the <em>Developer mode</em> in <strong>chrome://extensions</strong> (<a href=\"$INFOURL$\" target=\"_blank\">more information on Google's developers site</a>).", + "placeholders": { + "mv3url": { + "content": "https://jshelter.org/mv3/" + }, + "infourl": { + "content": "https://developer.chrome.com/docs/extensions/reference/api/userScripts#chrome_versions_prior_to_138_developer_mode_toggle" + } + }, + "description": "This message is displayed as an alert in popup and options when development mode is disabled. Make sure that you keep correct HTML markup" + }, + "MV3AllowUserScriptsRequired": { + "message": "Due to severe limitations imposed by <a href=\"$MV3URL$\" target=\"_blank\">Google's Manifest V3</a>, JShelter and other browser extensions cannot work anymore on Chromium-based browsers (including yours) unless you switch on the <em>Allow User Scripts</em> toggle on the JShelter page accessible from <strong>chrome://extensions</strong> (<a href=\"$INFOURL$\" target=\"_blank\">more information on Google's developers site</a>).", + "placeholders": { + "mv3url": { + "content": "https://jshelter.org/mv3/" + }, + "infourl": { + "content": "https://developer.chrome.com/docs/extensions/reference/api/userScripts#chrome_versions_138_and_newer_allow_user_scripts_toggle" + } + }, + "description": "This message is displayed as an alert in popup and options when development mode is disabled. Make sure that you keep correct HTML markup" + }, + + "MV3BrokenFeatures": { + "message": "Due to severe limitations imposed by <a href=\"$MV3URL$\" target=\"_blank\">Google's Manifest V3</a>, some JShelter features (e.g. Network Boundary Shield and Fingerprinting Detection in Blocking Mode) won't work on recent Chromium-based browsers (including yours), and other ones might be less reliable than they were in the past and still are on Firefox.", + "placeholders": { + "mv3url": { + "content": "https://jshelter.org/mv3/" + } + }, + "description": "This message is displayed as an alert near features broken by Manifest V3. Make sure that you keep correct HTML markup" + }, + "FPDDescription": { "message": "<p>$PARAGRAPH1$</p><p>$PARAGRAPH2$</p><p>$PARAGRAPH3$</p>", "description": "This is the description of FPD shown in options. Please do not modify the template string in the message but translate the paragraphs in the placeholders section. If you find necessary, you can remove or add paragraphs.", @@ -1452,7 +1487,7 @@ "description": "Text shown in options during configuaration of the parameters of FPD" }, "FPDSeverityNone": { - "message": "None", + "message": "None or negligible", "description": "The level of the number of detected APIs misusable for fingerprinting" }, "FPDSeverityLow": { |