| OLD | NEW | 
|---|
| 1 { | 1 { | 
| 2   "options_page_document_title": { | 2   "options_page_document_title": { | 
| 3     "description": "Options page title", | 3     "description": "Options page title", | 
| 4     "message": "Adblock Plus Options" | 4     "message": "Adblock Plus Options" | 
| 5   }, | 5   }, | 
| 6   "options_page_title": { | 6   "options_page_title": { | 
| 7     "description": "Page title in navigation sidebar", | 7     "description": "Page title in navigation sidebar", | 
| 8     "message": "Settings" | 8     "message": "Settings" | 
| 9   }, | 9   }, | 
| 10   "options_tab_general": { | 10   "options_tab_general": { | 
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 282     "message": "Filters you create will show up here." | 282     "message": "Filters you create will show up here." | 
| 283   }, | 283   }, | 
| 284   "options_customFilters_start": { | 284   "options_customFilters_start": { | 
| 285     "description": "Custom filter widget(empty) button text in Advanced tab", | 285     "description": "Custom filter widget(empty) button text in Advanced tab", | 
| 286     "message": "Start writing my filter list" | 286     "message": "Start writing my filter list" | 
| 287   }, | 287   }, | 
| 288   "options_customFilters_learn": { | 288   "options_customFilters_learn": { | 
| 289     "description": "Custom filter widget(empty) link text in Advanced tab", | 289     "description": "Custom filter widget(empty) link text in Advanced tab", | 
| 290     "message": "Learn how to write filter lists" | 290     "message": "Learn how to write filter lists" | 
| 291   }, | 291   }, | 
|  | 292   "options_customFilters_edit_error": { | 
|  | 293     "description": "Custom filters editing text in Advanced tab", | 
|  | 294     "message": "Something's not right. Please check the following filters:" | 
|  | 295   }, | 
| 292   "options_customFilters_edit_placeholder": { | 296   "options_customFilters_edit_placeholder": { | 
| 293     "description": "Custom filter widget(empty) placeholder text in Advanced tab
     ", | 297     "description": "Custom filter widget(empty) placeholder text in Advanced tab
     ", | 
| 294     "message": "e.g. $filter$", | 298     "message": "e.g. $filter$", | 
| 295     "placeholders": { | 299     "placeholders": { | 
| 296       "filter": { | 300       "filter": { | 
| 297         "content": "$1", | 301         "content": "$1", | 
| 298         "example": "/ads/track/*" | 302         "example": "/ads/track/*" | 
| 299       } | 303       } | 
| 300     } | 304     } | 
| 301   }, | 305   }, | 
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 447         "content": "$1", | 451         "content": "$1", | 
| 448         "example": "example.com" | 452         "example": "example.com" | 
| 449       } | 453       } | 
| 450     } | 454     } | 
| 451   }, | 455   }, | 
| 452   "options_notification_hide": { | 456   "options_notification_hide": { | 
| 453     "description": "Hidden text attached to the close button for screen readers 
     of Notification", | 457     "description": "Hidden text attached to the close button for screen readers 
     of Notification", | 
| 454     "message": "Close notification" | 458     "message": "Close notification" | 
| 455   } | 459   } | 
| 456 } | 460 } | 
| OLD | NEW | 
|---|