| 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 14 matching lines...) Expand all  Loading... | 
|   25   "cancel": { |   25   "cancel": { | 
|   26     "description": "Cancel button label", |   26     "description": "Cancel button label", | 
|   27     "message": "Cancel" |   27     "message": "Cancel" | 
|   28   }, |   28   }, | 
|   29   "clickhide_instructions": { |   29   "clickhide_instructions": { | 
|   30     "description": "Instructions shown in popup UI before it disapears, when \"B
     lock element\" action is executed", |   30     "description": "Instructions shown in popup UI before it disapears, when \"B
     lock element\" action is executed", | 
|   31     "message": "After closing this popup, click (or right-click) an element on t
     he page." |   31     "message": "After closing this popup, click (or right-click) an element on t
     he page." | 
|   32   }, |   32   }, | 
|   33   "description": { |   33   "description": { | 
|   34     "description": "Note: this cannot be longer than 132 characters", |   34     "description": "Note: this cannot be longer than 132 characters", | 
|   35     "message": "Used by over 50 million people, a free ad blocker that blocks AL
     L annoying ads, malware and tracking." |   35     "message": "Used on over 100 million devices, Adblock Plus is the world's mo
     st popular ad blocker." | 
|   36   }, |   36   }, | 
|   37   "disabled_for_site": |   37   "disabled_for_site": | 
|   38   { |   38   { | 
|   39     "description": "Popup balloon label to disable blocking", |   39     "description": "Popup balloon label to disable blocking", | 
|   40     "message": "<strong>Disabled</strong> on this site" |   40     "message": "<strong>Disabled</strong> on this site" | 
|   41   }, |   41   }, | 
|   42   "disabled_for_these_domains": { |   42   "disabled_for_these_domains": { | 
|   43     "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." |   43     "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." | 
|   44   }, |   44   }, | 
|   45   "easy_create_filter": { |   45   "easy_create_filter": { | 
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  204   "line": { |  204   "line": { | 
|  205     "message": "Line $number$", |  205     "message": "Line $number$", | 
|  206     "description": "Prepended to error messages to indicate the line number (e.g
     . \"Line 42: Some error on this line\")", |  206     "description": "Prepended to error messages to indicate the line number (e.g
     . \"Line 42: Some error on this line\")", | 
|  207     "placeholders": { |  207     "placeholders": { | 
|  208       "number": { |  208       "number": { | 
|  209         "content": "$1" |  209         "content": "$1" | 
|  210       } |  210       } | 
|  211     } |  211     } | 
|  212   } |  212   } | 
|  213 } |  213 } | 
| OLD | NEW |