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: Rebased Created Nov. 17, 2017, 2:15 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "message": "The social media icons on the websites you visit allow social me dia networks to build a profile of you based on your browsing habits - even when you don't click on them. Hiding these icons can protect your profile." 60 "message": "The social media icons on the websites you visit allow social me dia networks to build a profile of you based on your browsing habits - even when you don't click on them. Hiding these icons can protect your profile."
61 }, 61 },
62 "options_acceptableAds_header": { 62 "options_acceptableAds_header": {
63 "description": "Section title in General tab", 63 "description": "Section title in General tab",
64 "message": "Acceptable Ads" 64 "message": "Acceptable Ads"
65 }, 65 },
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_notification_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>Block additional tracking</str ong>' and '<strong>Allow Acceptable Ads</strong>' enabled." 72 "message": "We noticed you have both '<strong>$tracking$</strong>' and '<str ong>$acceptableAds$</strong>' enabled.",
73 }, 73 "placeholders": {
74 "options_tracking_notification_2": { 74 "tracking": {
75 "content": "$1",
76 "example": "Block additional tracking"
77 },
78 "acceptableAds": {
79 "content": "$2",
80 "example": "Allow Acceptable Ads"
81 }
82 }
83 },
84 "options_tracking_warning_2": {
75 "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",
76 "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 ."
77 }, 87 },
78 "options_tracking_notification_3": { 88 "options_tracking_warning_3": {
79 "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",
80 "message": "If you prefer extra privacy, select the '<strong>Only allow Acce ptable Ads that are privacy-friendly</strong>' checkbox below." 90 "message": "If you prefer extra privacy, select the '<strong>$acceptableAdsP rivacy$</strong>' checkbox below.",
81 }, 91 "placeholders": {
82 "options_tracking_notification_acknowledgment": { 92 "acceptableAdsPrivacy": {
93 "content": "$1",
94 "example": "Only allow ads without third-party tracking"
95 }
96 }
97 },
98 "options_tracking_warning_acknowledgment": {
83 "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",
84 "message": "OK, got it" 100 "message": "OK, got it"
85 }, 101 },
86 "options_acceptableAds_ads_label": { 102 "options_acceptableAds_ads_label": {
87 "description": "Acceptable Ads section option label in General tab", 103 "description": "Acceptable Ads section option label in General tab",
88 "message": "Allow Acceptable Ads" 104 "message": "Allow Acceptable Ads"
89 }, 105 },
90 "options_acceptableAds_ads_description_1": { 106 "options_acceptableAds_ads_description_1": {
91 "description": "Acceptable Ads section 'Allow some nonintrusive ads' option description in General tab", 107 "description": "Acceptable Ads section 'Allow some nonintrusive ads' option description in General tab",
92 "message": "Acceptable Ads are not annoying and do not interfere with the co ntent you are viewing. <a>Read more about the Acceptable Ads criteria</a>" 108 "message": "Acceptable Ads are not annoying and do not interfere with the co ntent you are viewing. <a>Read more about the Acceptable Ads criteria</a>"
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "content": "$1", 451 "content": "$1",
436 "example": "example.com" 452 "example": "example.com"
437 } 453 }
438 } 454 }
439 }, 455 },
440 "options_notification_hide": { 456 "options_notification_hide": {
441 "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",
442 "message": "Close notification" 458 "message": "Close notification"
443 } 459 }
444 } 460 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld