Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: locale/en-US/options.json

Issue 29333819: Issue 2375 - Implement "Blocking lists" section in new options page (Closed)
Left Patch Set: Created Jan. 28, 2016, 4:54 p.m.
Right Patch Set: Fixed the progress indicator and small fixes Created Feb. 4, 2016, 5:43 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« background.js ('K') | « i18n.js ('k') | messageResponder.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld