Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: _locales/en_US/messages.json

Issue 5788069215076352: Issue 1282 - Show error message when user tries to block whitelisted elements (Closed)
Patch Set: Created Dec. 13, 2014, 1:42 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: _locales/en_US/messages.json
===================================================================
--- a/_locales/en_US/messages.json
+++ b/_locales/en_US/messages.json
@@ -206,5 +206,39 @@
"content": "$1"
}
}
+ },
+ "cannot_block_because_exception_rule": {
+ "description": "Error message shown by the \"Block element\" dialog, when the selected element is whitelisted by a user-defined exception rule",
+ "message": "This element cannot be blocked because the exception rule $rule$",
+ "placeholders": {
+ "rule": {
+ "content": "$1"
+ }
+ }
+ },
+ "cannot_block_because_exception_rule_with_origin": {
+ "description": "Error message shown by the \"Block element\" dialog, when the selected element is whitelisted by an exception rule in a subscribed filter list",
+ "message": "This element cannot be blocked because the exception rule $rule$ in the $origin$ filter list",
+ "placeholders": {
+ "rule": {
+ "content": "$1"
+ },
+ "origin": {
+ "content": "$2"
+ }
+ }
+ },
+ "cannot_block_because_acceptable_ads": {
+ "description": "Error message shown by the \"Block element\" dialog, when the selected element is an Acceptable Adâ„¢, and therfore can't be blocked while the \"Allow some non-intrusive advertising\" option is enabled",
+ "message": "This element isn't blocked because the option to allow some non-instrusive ads is currently enabled"
+ },
+ "cannot_block_because_domain_whitelisted": {
+ "description": "Error message shown by the \"Block element\" dialog, when selecting an element in a frame showing a website, the user has disabled Adblock Plus for",
+ "message": "Elements in this frame cannot be blocked while you have $domain$ whitelisted",
+ "placeholders": {
+ "domain": {
+ "content": "$1"
+ }
+ }
}
}
« no previous file with comments | « no previous file | background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld