| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 110   "options": { | 110   "options": { | 
| 111     "message": "Adblock Plus Options" | 111     "message": "Adblock Plus Options" | 
| 112   }, | 112   }, | 
| 113   "options_short": { | 113   "options_short": { | 
| 114     "description": "Link to the options page from the popup balloon.", | 114     "description": "Link to the options page from the popup balloon.", | 
| 115     "message": "Options" | 115     "message": "Options" | 
| 116   }, | 116   }, | 
| 117   "out_of_date_lists": { | 117   "out_of_date_lists": { | 
| 118     "message": "Out-of-date lists are updated periodically." | 118     "message": "Out-of-date lists are updated periodically." | 
| 119   }, | 119   }, | 
| 120   "overlay_notification_closing_button_hide": { |  | 
| 121     "message": "Close this notification" |  | 
| 122   }, |  | 
| 123   "overlay_notification_closing_button_optout": { |  | 
| 124     "message": "Stop showing notifications" |  | 
| 125   }, |  | 
| 126   "overlay_shownotifications_label": { |  | 
| 127     "message": "Show useful notifications" |  | 
| 128   }, |  | 
| 129   "remove_button": { | 120   "remove_button": { | 
| 130     "description": "This is the label for the 'Remove selected' buttons.", | 121     "description": "This is the label for the 'Remove selected' buttons.", | 
| 131     "message": "Remove selected" | 122     "message": "Remove selected" | 
| 132   }, | 123   }, | 
| 133   "show_block_element_menu": { | 124   "show_block_element_menu": { | 
| 134     "message": "Show 'Block Element' right-click menu item" | 125     "message": "Show 'Block Element' right-click menu item" | 
| 135   }, | 126   }, | 
| 136   "stats_label_page": { | 127   "stats_label_page": { | 
| 137     "description": "This shows the number of blocked requests on a specific page
      in the popup.", | 128     "description": "This shows the number of blocked requests on a specific page
      in the popup.", | 
| 138     "message": "<strong>$number$</strong> on this page", | 129     "message": "<strong>$number$</strong> on this page", | 
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 210   "line": { | 201   "line": { | 
| 211     "message": "Line $number$", | 202     "message": "Line $number$", | 
| 212     "description": "Prepended to error messages to indicate the line number (e.g
     . \"Line 42: Some error on this line\")", | 203     "description": "Prepended to error messages to indicate the line number (e.g
     . \"Line 42: Some error on this line\")", | 
| 213     "placeholders": { | 204     "placeholders": { | 
| 214       "number": { | 205       "number": { | 
| 215         "content": "$1" | 206         "content": "$1" | 
| 216       } | 207       } | 
| 217     } | 208     } | 
| 218   } | 209   } | 
| 219 } | 210 } | 
| OLD | NEW | 
|---|