Add ability to report filter issue from popup panel · gorhill/uBlock@eccf613 (original) (raw)
`@@ -127,6 +127,10 @@
`
127
127
`"message": "Open the logger",
`
128
128
`"description": "Tooltip used for the logger icon in the panel"
`
129
129
` },
`
``
130
`+
"popupTipReport": {
`
``
131
`+
"message": "Report an issue on this website",
`
``
132
`+
"description": "Tooltip used for the 'chat' icon in the panel"
`
``
133
`+
},
`
130
134
`"popupTipNoPopups": {
`
131
135
`"message": "Toggle the blocking of all popups for this site",
`
132
136
`"description": "Tooltip for the no-popups per-site switch"
`
856
860
`"message": "Open",
`
857
861
`"description": "Text for button which open an external webpage in Support pane"
`
858
862
` },
`
``
863
`+
"supportReportSpecificButton": {
`
``
864
`+
"message": "Create new report",
`
``
865
`+
"description": "Text for button which open an external webpage in Support pane"
`
``
866
`+
},
`
``
867
`+
"supportFindSpecificButton": {
`
``
868
`+
"message": "Find similar reports",
`
``
869
`+
"description": "A clickable link in the filter issue reporter section"
`
``
870
`+
},
`
859
871
`"supportS1H": {
`
860
872
`"message": "Documentation",
`
861
873
`"description": "Header of 'Documentation' section in Support pane"
`
908
920
`"message": "Important: Potentially private or sensitive information is redacted by default. Redacted information may make it more difficult to solve a problem.",
`
909
921
`"description": "Second paragraph of 'Troubleshooting Information' section in Support pane"
`
910
922
` },
`
``
923
`+
"supportS6H": {
`
``
924
`+
"message": "Report a filter issue",
`
``
925
`+
"description": "Header of 'Report a filter issue' section in Support pane"
`
``
926
`+
},
`
``
927
`+
"supportS6P1S1": {
`
``
928
`+
"message": "To avoid burdening volunteers with duplicate reports, please verify that the issue has not already been reported.",
`
``
929
`+
"description": "A paragraph in the filter issue reporter section"
`
``
930
`+
},
`
``
931
`+
"supportS6URL": {
`
``
932
`+
"message": "Address of the web page:",
`
``
933
`+
"description": "Label for the URL of the page"
`
``
934
`+
},
`
``
935
`+
"supportS6Select1": {
`
``
936
`+
"message": "The web page...",
`
``
937
`+
"description": "Label for widget to select type of issue"
`
``
938
`+
},
`
``
939
`+
"supportS6Select1Option0": {
`
``
940
`+
"message": "-- Pick an entry --",
`
``
941
`+
"description": "An entry in the widget used to select the type of issue"
`
``
942
`+
},
`
``
943
`+
"supportS6Select1Option1": {
`
``
944
`+
"message": "Shows ads or ad leftovers",
`
``
945
`+
"description": "An entry in the widget used to select the type of issue"
`
``
946
`+
},
`
``
947
`+
"supportS6Select1Option2": {
`
``
948
`+
"message": "Has overlays or other nuisances",
`
``
949
`+
"description": "An entry in the widget used to select the type of issue"
`
``
950
`+
},
`
``
951
`+
"supportS6Select1Option3": {
`
``
952
`+
"message": "Detects uBlock Origin",
`
``
953
`+
"description": "An entry in the widget used to select the type of issue"
`
``
954
`+
},
`
``
955
`+
"supportS6Select1Option4": {
`
``
956
`+
"message": "Has privacy-related issues",
`
``
957
`+
"description": "An entry in the widget used to select the type of issue"
`
``
958
`+
},
`
``
959
`+
"supportS6Select1Option5": {
`
``
960
`+
"message": "Breaks when uBlock Origin is enabled",
`
``
961
`+
"description": "An entry in the widget used to select the type of issue"
`
``
962
`+
},
`
911
963
`"supportRedact": {
`
912
964
`"message": "Redact",
`
913
965
`"description": "Text for 'Redact' button"
`