diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json
index 808358f69..1a89f22ec 100644
--- a/src/_locales/en/messages.json
+++ b/src/_locales/en/messages.json
@@ -851,6 +851,72 @@
"message": "Markdown",
"description": "Label for radio-button to pick export text format"
},
+
+ "supportOpenButton": {
+ "message": "Open",
+ "description": "Text for button which open an external webpage in Support pane"
+ },
+ "supportS1H": {
+ "message": "Documentation",
+ "description": "Header of 'Documentation' section in Support pane"
+ },
+ "supportS1P1": {
+ "message": "Read the documentation at uBlock/wiki to learn about all of uBlock Origin's features.",
+ "description": "First paragraph of 'Documentation' section in Support pane"
+ },
+ "supportS2H": {
+ "message": "Questions and support",
+ "description": "Header of 'Questions and support' section in Support pane"
+ },
+ "supportS2P1": {
+ "message": "Answers to questions and other kinds of help support is provided on the subreddit /r/uBlockOrigin.",
+ "description": "First paragraph of 'Questions and support' section in Support pane"
+ },
+ "supportS3H": {
+ "message": "Filter issues/website is broken",
+ "description": "Header of 'Filter issues' section in Support pane"
+ },
+ "supportS3P1": {
+ "message": "Report filter issues with specific websites to uBlockOrigin/uAssets issue tracker. Requires a GitHub account.",
+ "description": "First paragraph of 'Filter issues' section in Support pane"
+ },
+ "supportS3P2": {
+ "message": "Important: Avoid using other similarly-purposed blockers along with uBlock Origin, as this may cause filter issues on specific websites.",
+ "description": "Second paragraph of 'Filter issues' section in Support pane"
+ },
+ "supportS3P3": {
+ "message": "Tips: Be sure your filter lists are up to date. The logger is the primary tool to diagnose filter-related issues.",
+ "description": "Third paragraph of 'Filter issues' section in Support pane"
+ },
+ "supportS4H": {
+ "message": "Bug report",
+ "description": "Header of 'Bug report' section in Support pane"
+ },
+ "supportS4P1": {
+ "message": "Report issues with uBlock Origin itself to uBlockOrigin/uBlock-issue issue tracker. Requires a GitHub account.",
+ "description": "First paragraph of 'Bug report' section in Support pane"
+ },
+ "supportS5H": {
+ "message": "Troubleshooting Information",
+ "description": "Header of 'Troubleshooting Information' section in Support pane"
+ },
+ "supportS5P1": {
+ "message": "Below is technical information that might be useful when volunteers are trying to help you solve a problem.",
+ "description": "First paragraph of 'Troubleshooting Information' section in Support pane"
+ },
+ "supportS5P2": {
+ "message": "Important: Potentially private or sensitive information is redacted by default. Redacted information may make it more difficult to solve a problem.",
+ "description": "Second paragraph of 'Troubleshooting Information' section in Support pane"
+ },
+ "supportRedact": {
+ "message": "Redact",
+ "description": "Text for 'Redact' button"
+ },
+ "supportUnredact": {
+ "message": "Unredact",
+ "description": "Text for 'Unredact' button"
+ },
+
"aboutPrivacyPolicy": {
"message": "Privacy policy",
"description": "Link to privacy policy on GitHub (English)"
@@ -859,18 +925,6 @@
"message": "Changelog",
"description": ""
},
- "aboutWiki": {
- "message": "Wiki",
- "description": "English: project' wiki on GitHub"
- },
- "aboutSupport": {
- "message": "Support",
- "description": "A link for where to get support"
- },
- "aboutIssues": {
- "message": "Issue tracker",
- "description": "Text for a link to official issue tracker"
- },
"aboutCode": {
"message": "Source code (GPLv3)",
"description": "English: Source code (GPLv3)"
@@ -1079,6 +1133,10 @@
"message": "Copy to clipboard",
"description": "Label for buttons used to copy something to the clipboard"
},
+ "genericSelectAll": {
+ "message": "Select all",
+ "description": "Label for buttons used to select all text in editor"
+ },
"toggleBlockingProfile": {
"message": "Toggle blocking profile",
"description": "Label for keyboard shortcut used to toggle blocking profile"
diff --git a/src/about.html b/src/about.html
index cc90df92d..f852e5324 100644
--- a/src/about.html
+++ b/src/about.html
@@ -19,12 +19,6 @@
Read the documentation to learn more about all of uBlock Origin's features.
+
+
-
+
-
Questions and support
-
Answers to questions and other kinds of help support is provided on the subreddit /r/uBlockOrigin.
+
+
-
+
-
Filter issues/website is broken
-
Report any issues with specific websites to uAssets issue tracker.
-
Important: Avoid using other similarly-purposed blockers along with uBlock Origin, as this may cause filter issues on specific websites.
-
Tip:The logger is the primary tool to diagnose filter-related issues.
+
+
+
+
-
+
-
Bug report
-
File a bug report.
+
+
-
+
-
Troubleshooting Information
-
Below is technical information that might be useful when volunteers are trying to help you solve a problem.
Important: You may want to redact private or sensitive information before posting to a public forum. Redacted information may make it more difficult to solve a problem. The information is redacted by default.
-