 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) 
  | Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| 1 { | 1 { | 
| 2 "options_page_title": { | 2 "options_page_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_header_1": { | 6 "options_page_header_1": { | 
| 7 "description": "Page title in navigation sidebar", | 7 "description": "Page title in navigation sidebar", | 
| 8 "message": "Options" | 8 "message": "Options" | 
| 9 }, | 9 }, | 
| 10 "options_page_header_2": { | 10 "options_page_header_2": { | 
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 138 "options_tweaks_title": { | 138 "options_tweaks_title": { | 
| 139 "description": "Section title in Advanced tab", | 139 "description": "Section title in Advanced tab", | 
| 140 "message": "Tweaks" | 140 "message": "Tweaks" | 
| 141 }, | 141 }, | 
| 142 "options_tweaks_blockElement": { | 142 "options_tweaks_blockElement": { | 
| 143 "description": "Show block Element option in Advanced tab", | 143 "description": "Show block Element option in Advanced tab", | 
| 144 "message": "Show <a>Block Element</a> right-click menu item" | 144 "message": "Show <a>Block Element</a> right-click menu item" | 
| 145 }, | 145 }, | 
| 146 "options_filterList_title": { | 146 "options_filterList_title": { | 
| 147 "description": "Section title in Advanced tab", | 147 "description": "Section title in Advanced tab", | 
| 148 "message": "Filter list" | 148 "message": "Filter lists" | 
| 
Thomas Greiner
2016/01/27 17:16:59
Detail: This text should be plural according to th
 
saroyanm
2016/01/28 17:00:14
Done.
 | |
| 149 }, | 149 }, | 
| 150 "options_tab_overview": { | 150 "options_tab_overview": { | 
| 151 "description": "Tab name in Advanced tab", | 151 "description": "Tab name in Advanced tab", | 
| 152 "message": "Overview" | 152 "message": "Overview" | 
| 153 }, | 153 }, | 
| 154 "options_tab_ownList": { | 154 "options_tab_ownList": { | 
| 155 "description": "Tab name in Advanced tab", | 155 "description": "Tab name in Advanced tab", | 
| 156 "message": "Edit or create own filter list" | 156 "message": "Edit or create own filter list" | 
| 157 }, | 157 }, | 
| 158 "options_column_name": { | 158 "options_column_name": { | 
| 159 "description": "Name of column of subscription list table in Advanced tab", | 159 "description": "Name of column of subscription list table in Advanced tab", | 
| 160 "message": "Name" | 160 "message": "Name" | 
| 161 }, | 161 }, | 
| 162 "options_column_date": { | 162 "options_column_date": { | 
| 163 "description": "Name of column of subscription list table in Advanced tab", | 163 "description": "Name of column of subscription list table in Advanced tab", | 
| 164 "message": "Last update" | 164 "message": "Last update" | 
| 165 }, | 165 }, | 
| 166 "options_filterList_add": { | 166 "options_filterList_add": { | 
| 167 "description": "Import button in Advanced tab", | 167 "description": "Import button in Advanced tab", | 
| 168 "message": "add/import other filter list" | 168 "message": "add/import other filter list" | 
| 169 }, | 169 }, | 
| 170 "options_filterList_update": { | 170 "options_filterList_update": { | 
| 171 "description": "Update button in Advanced tab", | 171 "description": "Update button in Advanced tab", | 
| 172 "message": "update all filter lists" | 172 "message": "update all filter lists" | 
| 173 }, | 173 }, | 
| 174 "options_customFilters_empty": { | 174 "options_customFilters_empty": { | 
| 175 "description": "Text shown when list of custom filters is empty", | 175 "description": "Text shown when list of custom filters is empty", | 
| 176 "message": "There are no custom filters." | 176 "message": "There are no custom filters." | 
| 177 }, | 177 }, | 
| 178 "options_subscription_lastDownload_invalidURL": { | 178 "options_filterList_lastDownload_invalidURL": { | 
| 179 "description": "Error message in advanced tab", | 179 "description": "Error message in advanced tab", | 
| 180 "message": "Failed, not a valid address" | 180 "message": "Failed, not a valid address" | 
| 181 }, | 181 }, | 
| 182 "options_subscription_lastDownload_connectionError": { | 182 "options_filterList_lastDownload_connectionError": { | 
| 183 "description": "Error message in advanced tab", | 183 "description": "Error message in advanced tab", | 
| 184 "message": "Failed, download failure" | 184 "message": "Failed, download failure" | 
| 185 }, | 185 }, | 
| 186 "options_subscription_lastDownload_invalidData": { | 186 "options_filterList_lastDownload_invalidData": { | 
| 187 "description": "Error message in advanced tab", | 187 "description": "Error message in advanced tab", | 
| 188 "message": "Failed, not a valid filter list" | 188 "message": "Failed, not a valid filter list" | 
| 189 }, | 189 }, | 
| 190 "options_subscription_lastDownload_checksumMismatch": { | 190 "options_filterList_lastDownload_checksumMismatch": { | 
| 191 "description": "Error message in advanced tab", | 191 "description": "Error message in advanced tab", | 
| 192 "message": "Failed, checksum mismatch" | 192 "message": "Failed, checksum mismatch" | 
| 193 }, | |
| 194 "options_filterList_lastDownload_inProgress": { | |
| 195 "description": "Progress message in advanced tab", | |
| 196 "message": "Downloading…" | |
| 193 }, | 197 }, | 
| 194 "options_filterList_updateNow": { | 198 "options_filterList_updateNow": { | 
| 195 "description": "Context menu item in advanced tab, appears after click on su bscription", | 199 "description": "Context menu item in advanced tab, appears after click on su bscription", | 
| 196 "message": "update now" | 200 "message": "update now" | 
| 197 }, | 201 }, | 
| 198 "options_filterList_website": { | 202 "options_filterList_website": { | 
| 199 "description": "Context menu item in advanced tab, appears after click on su bscription", | 203 "description": "Context menu item in advanced tab, appears after click on su bscription", | 
| 200 "message": "website" | 204 "message": "website" | 
| 201 }, | 205 }, | 
| 202 "options_filterList_source": { | 206 "options_filterList_source": { | 
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 373 }, | 377 }, | 
| 374 "options_language_ro": { | 378 "options_language_ro": { | 
| 375 "description": "Language name shown in add language modal dialog", | 379 "description": "Language name shown in add language modal dialog", | 
| 376 "message": "Romanian" | 380 "message": "Romanian" | 
| 377 }, | 381 }, | 
| 378 "options_language_ru_uk": { | 382 "options_language_ru_uk": { | 
| 379 "description": "Language name shown in add language modal dialog", | 383 "description": "Language name shown in add language modal dialog", | 
| 380 "message": "Russian and Ukrainian" | 384 "message": "Russian and Ukrainian" | 
| 381 } | 385 } | 
| 382 } | 386 } | 
| LEFT | RIGHT |