 Issue 29333819:
  Issue 2375 - Implement "Blocking lists" section in new options page  (Closed)
    
  
    Issue 29333819:
  Issue 2375 - Implement "Blocking lists" section in new options page  (Closed) 
  | Index: locale/en-US/options.json | 
| =================================================================== | 
| --- a/locale/en-US/options.json | 
| +++ b/locale/en-US/options.json | 
| @@ -179,6 +179,46 @@ | 
| "description": "Text shown when list of custom filters is empty", | 
| "message": "There are no custom filters." | 
| }, | 
| + "options_subscription_lastDownload_invalidURL": { | 
| + "description": "Error message in advanced tab", | 
| + "message": "Failed, not a valid address" | 
| + }, | 
| + "options_subscription_lastDownload_connectionError": { | 
| + "description": "Error message in advanced tab", | 
| + "message": "Failed, download failure" | 
| + }, | 
| + "options_subscription_lastDownload_invalidData": { | 
| + "description": "Error message in advanced tab", | 
| + "message": "Failed, not a valid filters list" | 
| 
Thomas Greiner
2016/01/19 11:27:26
Typo: Replace "filters list" with "filter list".
 
saroyanm
2016/01/22 09:55:05
Done.
 | 
| + }, | 
| + "options_subscription_lastDownload_checksumMismatch": { | 
| + "description": "Error message in advanced tab", | 
| + "message": "Failed, checksum mismatch" | 
| + }, | 
| + "options_blockingList_update_now": { | 
| 
Thomas Greiner
2016/01/19 11:27:26
Detail: The naming is a bit inconsistent because s
 
saroyanm
2016/01/22 09:55:03
Done.
 | 
| + "description": "Context menu item in advanced tab, appears after click on subscription", | 
| + "message": "update now" | 
| + }, | 
| + "options_blockingList_website": { | 
| + "description": "Context menu item in advanced tab, appears after click on subscription", | 
| + "message": "website" | 
| + }, | 
| + "options_blockingList_source": { | 
| + "description": "Context menu item in advanced tab, appears after click on subscription", | 
| + "message": "source" | 
| + }, | 
| + "options_blockingList_delete": { | 
| + "description": "Context menu item in advanced tab, appears after click on subscription", | 
| + "message": "delete" | 
| + }, | 
| + "options_blockingList_own_list": { | 
| + "description": "Last subscription name in blocking list section in advnaced tab", | 
| 
Thomas Greiner
2016/01/19 11:27:26
Detail: Please don't mention details that depend o
 
Thomas Greiner
2016/01/19 11:27:27
Typo: Replace "advnaced" with "advanced".
 
saroyanm
2016/01/22 09:55:04
Done.
 
saroyanm
2016/01/22 09:55:04
Done.
 | 
| + "message": "Own blocking list" | 
| + }, | 
| + "options_blockingList_edit_own_list": { | 
| + "description": "Link next to last subscription name in blocking list section in advnaced tab", | 
| + "message": "edit your blocking list" | 
| 
Thomas Greiner
2016/01/19 11:27:27
I thought we decided on calling them "filter lists
 
saroyanm
2016/01/22 09:55:04
Done.
 | 
| + }, | 
| "options_customFilters_title": { | 
| "description": "Custom filters option name in Advanced tab", | 
| "message": "Blocking rules" |