OLD | NEW |
1 { | 1 { |
2 "add": { | 2 "add": { |
3 "message": "Add" | 3 "message": "Add" |
4 }, | 4 }, |
5 "add_domain_button": { | 5 "add_domain_button": { |
6 "message": "Add domain" | 6 "message": "Add domain" |
7 }, | 7 }, |
8 "add_filter_button": { | 8 "add_filter_button": { |
9 "message": "Add filter" | 9 "message": "Add filter" |
10 }, | 10 }, |
(...skipping 11 matching lines...) Expand all Loading... |
22 }, | 22 }, |
23 "cancel": { | 23 "cancel": { |
24 "message": "Cancel" | 24 "message": "Cancel" |
25 }, | 25 }, |
26 "clickhide_instructions": { | 26 "clickhide_instructions": { |
27 "message": "After closing this popup, click (or right-click) an element on t
he page." | 27 "message": "After closing this popup, click (or right-click) an element on t
he page." |
28 }, | 28 }, |
29 "continue": { | 29 "continue": { |
30 "message": "Continue" | 30 "message": "Continue" |
31 }, | 31 }, |
32 "description": { | |
33 "message": "Used on over 100 million devices, Adblock Plus is the world's mo
st popular ad blocker." | |
34 }, | |
35 "disabled_for_site": { | 32 "disabled_for_site": { |
36 "message": "<strong>Disabled</strong> on this site" | 33 "message": "<strong>Disabled</strong> on this site" |
37 }, | 34 }, |
38 "disabled_for_these_domains": { | 35 "disabled_for_these_domains": { |
39 "message": "Adblock Plus is disabled for the domains listed below. You can a
dd a domain either via the Adblock Plus icon in the address bar or by typing the
domain (not a URL) in the box and clicking the \"Add domain\" button." | 36 "message": "Adblock Plus is disabled for the domains listed below. You can a
dd a domain either via the Adblock Plus icon in the address bar or by typing the
domain (not a URL) in the box and clicking the \"Add domain\" button." |
40 }, | 37 }, |
41 "easy_create_filter": { | 38 "easy_create_filter": { |
42 "message": "Block element" | 39 "message": "Block element" |
43 }, | 40 }, |
44 "edit_filters_raw": { | 41 "edit_filters_raw": { |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 "unexpected_filter_list_header": { | 247 "unexpected_filter_list_header": { |
251 "message": "Filter list headers aren't allowed here" | 248 "message": "Filter list headers aren't allowed here" |
252 }, | 249 }, |
253 "update_now": { | 250 "update_now": { |
254 "message": "Update now" | 251 "message": "Update now" |
255 }, | 252 }, |
256 "whitelisted_domains": { | 253 "whitelisted_domains": { |
257 "message": "Whitelisted domains" | 254 "message": "Whitelisted domains" |
258 } | 255 } |
259 } | 256 } |
OLD | NEW |