| Left: | ||
| Right: |
| 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" | |
|
kzar
2018/01/26 18:13:15
This message is not being displayed properly so fa
kzar
2018/03/06 15:45:02
Oh, it was an unrelated (and now fixed) bug #6417.
| |
| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 296 } | 299 } |
| 297 }, | 300 }, |
| 298 "continue": { | 301 "continue": { |
| 299 "description": "Continue button label", | 302 "description": "Continue button label", |
| 300 "message": "Continue" | 303 "message": "Continue" |
| 301 }, | 304 }, |
| 302 "sendReport": { | 305 "sendReport": { |
| 303 "message": "Report issue on this page" | 306 "message": "Report issue on this page" |
| 304 } | 307 } |
| 305 } | 308 } |
| OLD | NEW |