OLD | NEW |
1 { | 1 { |
2 "add": { | 2 "add": { |
3 "description": "This is the label for the 'Add' buttons.", | 3 "description": "This is the label for the 'Add' buttons.", |
4 "message": "Add" | 4 "message": "Add" |
5 }, | 5 }, |
6 "add_domain_button": { | 6 "add_domain_button": { |
7 "message": "Add domain" | 7 "message": "Add domain" |
8 }, | 8 }, |
9 "add_filter_button": { | 9 "add_filter_button": { |
10 "message": "Add filter" | 10 "message": "Add filter" |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 } | 199 } |
200 }, | 200 }, |
201 "line": { | 201 "line": { |
202 "message": "Line $number$", | 202 "message": "Line $number$", |
203 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", | 203 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", |
204 "placeholders": { | 204 "placeholders": { |
205 "number": { | 205 "number": { |
206 "content": "$1" | 206 "content": "$1" |
207 } | 207 } |
208 } | 208 } |
| 209 }, |
| 210 "cannot_block_because_exception_rule": { |
| 211 "description": "Error message shown by the \"Block element\" dialog, whe
n the selected element is whitelisted by a user-defined exception rule", |
| 212 "message": "This element cannot be blocked because the exception rule $rule$
", |
| 213 "placeholders": { |
| 214 "rule": { |
| 215 "content": "$1" |
| 216 } |
| 217 } |
| 218 }, |
| 219 "cannot_block_because_exception_rule_with_origin": { |
| 220 "description": "Error message shown by the \"Block element\" dialog, whe
n the selected element is whitelisted by an exception rule in a subscribed filte
r list", |
| 221 "message": "This element cannot be blocked because the exception rule $rule$
in the $origin$ filter list", |
| 222 "placeholders": { |
| 223 "rule": { |
| 224 "content": "$1" |
| 225 }, |
| 226 "origin": { |
| 227 "content": "$2" |
| 228 } |
| 229 } |
| 230 }, |
| 231 "cannot_block_because_acceptable_ads": { |
| 232 "description": "Error message shown by the \"Block element\" dialog, whe
n the selected element is an Acceptable Adâ„¢, and therfore can't be blocked while
the \"Allow some non-intrusive advertising\" option is enabled", |
| 233 "message": "This element isn't blocked because the option to allow some non-
instrusive ads is currently enabled" |
| 234 }, |
| 235 "cannot_block_because_domain_whitelisted": { |
| 236 "description": "Error message shown by the \"Block element\" dialog, whe
n selecting an element in a frame showing a website, the user has disabled Adblo
ck Plus for", |
| 237 "message": "Elements in this frame cannot be blocked while you have $domain$
whitelisted", |
| 238 "placeholders": { |
| 239 "domain": { |
| 240 "content": "$1" |
| 241 } |
| 242 } |
209 } | 243 } |
210 } | 244 } |
OLD | NEW |