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

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

Issue 29736629: Issue 6532 - Removes required subscription title input field (Closed) Base URL: https://hg.adblockplus.org/adblockplusui
Left Patch Set: Address PS1 comments Created April 3, 2018, 9:47 p.m.
Right Patch Set: Address PS2 comments Created April 9, 2018, 8:46 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
« no previous file with change/comment | « js/desktop-options.js ('k') | no next file » | 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "message": "close" 416 "message": "close"
417 }, 417 },
418 "options_dialog_import_subscription_location": { 418 "options_dialog_import_subscription_location": {
419 "description": "Input label in 'Add a filter list' dialog", 419 "description": "Input label in 'Add a filter list' dialog",
420 "message": "Filter list URL" 420 "message": "Filter list URL"
421 }, 421 },
422 "options_dialog_import_subscription_location_error": { 422 "options_dialog_import_subscription_location_error": {
423 "description": "Error message of 'Filter list URL' input in 'Add a filter li st' dialog", 423 "description": "Error message of 'Filter list URL' input in 'Add a filter li st' dialog",
424 "message": "Enter a valid URL" 424 "message": "Enter a valid URL"
425 }, 425 },
426 "options_dialog_language_title": { 426 "options_dialog_language_title": {
Thomas Greiner 2018/04/06 13:57:27 Detail: This whitespace appears to have been added
Jon Sonesen 2018/04/09 04:12:01 Acknowledged.
427 "description": "Title of lanugage modal dialog", 427 "description": "Title of lanugage modal dialog",
428 "message": "Select a language" 428 "message": "Select a language"
429 }, 429 },
430 "options_dialog_language_other_empty": { 430 "options_dialog_language_other_empty": {
431 "description": "Text shown when list of available languages is empty", 431 "description": "Text shown when list of available languages is empty",
432 "message": "There are no available languages." 432 "message": "There are no available languages."
433 }, 433 },
434 "options_whitelist_notification": { 434 "options_whitelist_notification": {
435 "description": "Notification that is shown after a new website is whiteliste d", 435 "description": "Notification that is shown after a new website is whiteliste d",
436 "message": "\"$website$\" has been whitelisted.", 436 "message": "\"$website$\" has been whitelisted.",
437 "placeholders": { 437 "placeholders": {
438 "website": { 438 "website": {
439 "content": "$1", 439 "content": "$1",
440 "example": "example.com" 440 "example": "example.com"
441 } 441 }
442 } 442 }
443 }, 443 },
444 "options_notification_hide": { 444 "options_notification_hide": {
445 "description": "Hidden text attached to the close button for screen readers of Notification", 445 "description": "Hidden text attached to the close button for screen readers of Notification",
446 "message": "Close notification" 446 "message": "Close notification"
447 } 447 }
448 } 448 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld