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

Delta Between Two Patch Sets: locale/en_US/desktop-options.json

Issue 29674584: Issue 5549 - Implement missing error handlings for custom filter lists (Closed)
Left Patch Set: fixed linting typos Created Jan. 23, 2018, 10:46 a.m.
Right Patch Set: changed custom-filters-edit-area to custom-filters-control as suggested Created Feb. 5, 2018, 9:05 a.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
« no previous file with change/comment | « desktop-options.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_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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "options_customFilters_tip": { 280 "options_customFilters_tip": {
281 "description": "Custom filter widget(empty) hint text in Advanced tab", 281 "description": "Custom filter widget(empty) hint text in Advanced tab",
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": { 292 "options_customFilters_edit_error": {
293 "description": "Custom filters editing text in Advanced tab", 293 "description": "Custom filters editing text in Advanced tab",
294 "message": "Something's not right. Please check the following filters:" 294 "message": "Something's not right. Please check the following filters:"
295 }, 295 },
296 "options_customFilters_edit_placeholder": { 296 "options_customFilters_edit_placeholder": {
297 "description": "Custom filter widget(empty) placeholder text in Advanced tab ", 297 "description": "Custom filter widget(empty) placeholder text in Advanced tab ",
298 "message": "e.g. $filter$", 298 "message": "e.g. $filter$",
299 "placeholders": { 299 "placeholders": {
300 "filter": { 300 "filter": {
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "content": "$1", 451 "content": "$1",
452 "example": "example.com" 452 "example": "example.com"
453 } 453 }
454 } 454 }
455 }, 455 },
456 "options_notification_hide": { 456 "options_notification_hide": {
457 "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",
458 "message": "Close notification" 458 "message": "Close notification"
459 } 459 }
460 } 460 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld