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

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

Issue 29609587: Issue 6031 - Implement Acceptable Ads notification (Closed)
Left Patch Set: Addressed comments Created Nov. 21, 2017, 2:56 p.m.
Right Patch Set: Created Nov. 21, 2017, 6:15 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 | « desktop-options.js ('k') | skin/desktop-options.css » ('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_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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "options_acceptableAds_description": { 66 "options_acceptableAds_description": {
67 "description": "Acceptable Ads section description in General tab", 67 "description": "Acceptable Ads section description in General tab",
68 "message": "Acceptable Ads are nonintrusive ads. They are the middle ground between ad blocking and supporting online content because they generate revenue for website owners." 68 "message": "Acceptable Ads are nonintrusive ads. They are the middle ground between ad blocking and supporting online content because they generate revenue for website owners."
69 }, 69 },
70 "options_tracking_warning_1": { 70 "options_tracking_warning_1": {
71 "description": "Text of the tracking notification (being shown when both 'Ac ceptable Ads' and 'EasyPrivacy' are enabled) in General tab", 71 "description": "Text of the tracking notification (being shown when both 'Ac ceptable Ads' and 'EasyPrivacy' are enabled) in General tab",
72 "message": "We noticed you have both '<strong>$tracking$</strong>' and '<str ong>$acceptableAds$</strong>' enabled.", 72 "message": "We noticed you have both '<strong>$tracking$</strong>' and '<str ong>$acceptableAds$</strong>' enabled.",
73 "placeholders": { 73 "placeholders": {
74 "tracking": { 74 "tracking": {
75 "content": "$1", 75 "content": "$1",
76 "example": "EasyPrivacy" 76 "example": "Block additional tracking"
Thomas Greiner 2017/11/21 17:17:29 Detail: These examples don't reflect the feature l
saroyanm 2017/11/21 18:17:35 Done.
77 }, 77 },
78 "acceptableAds": { 78 "acceptableAds": {
79 "content": "$2", 79 "content": "$2",
80 "example": "Acceptable Ads" 80 "example": "Allow Acceptable Ads"
81 } 81 }
82 } 82 }
83 }, 83 },
84 "options_tracking_warning_2": { 84 "options_tracking_warning_2": {
85 "description": "Text of the tracking notification (being shown when both 'Ac ceptable Ads' and 'EasyPrivacy' are enabled) in General tab", 85 "description": "Text of the tracking notification (being shown when both 'Ac ceptable Ads' and 'EasyPrivacy' are enabled) in General tab",
86 "message": "We want you to know that in order for advertisers to show you mo re relevant ads, there <strong>may</strong> be some tracking with Acceptable Ads ." 86 "message": "We want you to know that in order for advertisers to show you mo re relevant ads, there <strong>may</strong> be some tracking with Acceptable Ads ."
87 }, 87 },
88 "options_tracking_warning_3": { 88 "options_tracking_warning_3": {
89 "description": "Text of the tracking notification (being shown when both 'Ac ceptable Ads' and 'EasyPrivacy' are enabled) in General tab", 89 "description": "Text of the tracking notification (being shown when both 'Ac ceptable Ads' and 'EasyPrivacy' are enabled) in General tab",
90 "message": "If you prefer extra privacy, select the '<strong>$privacy-friend ly-acceptable-ads$</strong>' checkbox below.", 90 "message": "If you prefer extra privacy, select the '<strong>$acceptableAdsP rivacy$</strong>' checkbox below.",
91 "placeholders": { 91 "placeholders": {
92 "privacy-friendly-acceptable-ads": { 92 "acceptableAdsPrivacy": {
saroyanm 2017/11/21 18:17:35 Sorry, done.
93 "content": "$1" 93 "content": "$1",
94 "example": "Only allow ads without third-party tracking"
94 } 95 }
95 } 96 }
96 }, 97 },
97 "options_tracking_warning_acknowledgment": { 98 "options_tracking_warning_acknowledgment": {
98 "description": "Text in the tracking notification (being shown when both 'Ac ceptable Ads' and 'EasyPrivacy' are enabled) in General tab", 99 "description": "Text in the tracking notification (being shown when both 'Ac ceptable Ads' and 'EasyPrivacy' are enabled) in General tab",
99 "message": "OK, got it" 100 "message": "OK, got it"
100 }, 101 },
101 "options_acceptableAds_ads_label": { 102 "options_acceptableAds_ads_label": {
102 "description": "Acceptable Ads section option label in General tab", 103 "description": "Acceptable Ads section option label in General tab",
103 "message": "Allow Acceptable Ads" 104 "message": "Allow Acceptable Ads"
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 "content": "$1", 451 "content": "$1",
451 "example": "example.com" 452 "example": "example.com"
452 } 453 }
453 } 454 }
454 }, 455 },
455 "options_notification_hide": { 456 "options_notification_hide": {
456 "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",
457 "message": "Close notification" 458 "message": "Close notification"
458 } 459 }
459 } 460 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld