LEFT | RIGHT |
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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 "subscriptionSelection_subscriptionSelector_label": { | 181 "subscriptionSelection_subscriptionSelector_label": { |
182 "message": "Please choose a filter subscription from the list:" | 182 "message": "Please choose a filter subscription from the list:" |
183 }, | 183 }, |
184 "update_now": { | 184 "update_now": { |
185 "message": "Update now" | 185 "message": "Update now" |
186 }, | 186 }, |
187 "whitelisted_domains": { | 187 "whitelisted_domains": { |
188 "description": "This is a tab heading.", | 188 "description": "This is a tab heading.", |
189 "message": "Whitelisted domains" | 189 "message": "Whitelisted domains" |
190 }, | 190 }, |
| 191 "unexpected_filter_list_header": { |
| 192 "message": "Filter list headers aren't allowed here" |
| 193 }, |
191 "invalid_css_selector": { | 194 "invalid_css_selector": { |
192 "message": "$selector$ is not a valid CSS selector", | 195 "message": "$selector$ is not a valid CSS selector", |
193 "placeholders": { | 196 "placeholders": { |
194 "selector": { | 197 "selector": { |
195 "content": "$1" | 198 "content": "$1" |
196 } | 199 } |
197 } | 200 } |
198 }, | 201 }, |
199 "line": { | 202 "line": { |
200 "message": "Line $number$", | 203 "message": "Line $number$", |
201 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", | 204 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", |
202 "placeholders": { | 205 "placeholders": { |
203 "number": { | 206 "number": { |
204 "content": "$1" | 207 "content": "$1" |
205 } | 208 } |
206 } | 209 } |
207 } | 210 } |
208 } | 211 } |
LEFT | RIGHT |