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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 }, | 58 }, |
59 "filter_elemhideemulation_nodomain": { | 59 "filter_elemhideemulation_nodomain": { |
60 "message": "No active domain specified for extended element hiding filter" | 60 "message": "No active domain specified for extended element hiding filter" |
61 }, | 61 }, |
62 "filter_invalid_domain": { | 62 "filter_invalid_domain": { |
63 "message": "Invalid (or empty) domain specified" | 63 "message": "Invalid (or empty) domain specified" |
64 }, | 64 }, |
65 "filter_invalid_regexp": { | 65 "filter_invalid_regexp": { |
66 "message": "Invalid regular expression" | 66 "message": "Invalid regular expression" |
67 }, | 67 }, |
| 68 "filter_invalid_csp": { |
| 69 "message": "Invalid Content Security Policy" |
| 70 }, |
68 "filter_lists": { | 71 "filter_lists": { |
69 "description": "This is a tab heading.", | 72 "description": "This is a tab heading.", |
70 "message": "Filter lists" | 73 "message": "Filter lists" |
71 }, | 74 }, |
72 "filter_must_follow_syntax": { | 75 "filter_must_follow_syntax": { |
73 "message": "Your filter must follow the <a>Adblock Plus filter syntax</a>." | 76 "message": "Your filter must follow the <a>Adblock Plus filter syntax</a>." |
74 }, | 77 }, |
75 "filter_unknown_option": { | 78 "filter_unknown_option": { |
76 "message": "Unknown filter option" | 79 "message": "Unknown filter option" |
77 }, | 80 }, |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 } | 282 } |
280 }, | 283 }, |
281 "continue": { | 284 "continue": { |
282 "description": "Continue button label", | 285 "description": "Continue button label", |
283 "message": "Continue" | 286 "message": "Continue" |
284 }, | 287 }, |
285 "sendReport": { | 288 "sendReport": { |
286 "message": "Report issue on this page" | 289 "message": "Report issue on this page" |
287 } | 290 } |
288 } | 291 } |
OLD | NEW |