| 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 26 matching lines...) Expand all Loading... |
| 37 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo
uTube, Facebook ads, banners and much more." | 37 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo
uTube, Facebook ads, banners and much more." |
| 38 }, | 38 }, |
| 39 "description_safari": { | 39 "description_safari": { |
| 40 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y
ouTube, Facebook ads, banners and much more." | 40 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y
ouTube, Facebook ads, banners and much more." |
| 41 }, | 41 }, |
| 42 "disabled_for_site": | 42 "disabled_for_site": |
| 43 { | 43 { |
| 44 "description": "Popup balloon label to disable blocking", | 44 "description": "Popup balloon label to disable blocking", |
| 45 "message": "<strong>Disabled</strong> on this site" | 45 "message": "<strong>Disabled</strong> on this site" |
| 46 }, | 46 }, |
| 47 "disable_inline": { | |
| 48 "message": "Disable inline text ads" | |
| 49 }, | |
| 50 "disabled_for_these_domains": { | 47 "disabled_for_these_domains": { |
| 51 "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." | 48 "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." |
| 52 }, | 49 }, |
| 53 "easy_create_filter": { | 50 "easy_create_filter": { |
| 54 "description": "Popup balloon label for blocking elements on the current pag
e", | 51 "description": "Popup balloon label for blocking elements on the current pag
e", |
| 55 "message": "Block element" | 52 "message": "Block element" |
| 56 }, | 53 }, |
| 57 "edit_filters_raw": { | 54 "edit_filters_raw": { |
| 58 "message": "Edit filters as raw text" | 55 "message": "Edit filters as raw text" |
| 59 }, | 56 }, |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "line": { | 199 "line": { |
| 203 "message": "Line $number$", | 200 "message": "Line $number$", |
| 204 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", | 201 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", |
| 205 "placeholders": { | 202 "placeholders": { |
| 206 "number": { | 203 "number": { |
| 207 "content": "$1" | 204 "content": "$1" |
| 208 } | 205 } |
| 209 } | 206 } |
| 210 } | 207 } |
| 211 } | 208 } |
| OLD | NEW |