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

Side by Side Diff: locale/en_US/desktop-options.json

Issue 29609587: Issue 6031 - Implement Acceptable Ads notification (Closed)
Patch Set: Addressed comments Created Nov. 21, 2017, 2:56 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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_warning_1": {
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.",
73 "placeholders": {
74 "tracking": {
75 "content": "$1",
76 "example": "EasyPrivacy"
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 },
78 "acceptableAds": {
79 "content": "$2",
80 "example": "Acceptable Ads"
81 }
82 }
83 },
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",
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 },
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",
90 "message": "If you prefer extra privacy, select the '<strong>$privacy-friend ly-acceptable-ads$</strong>' checkbox below.",
91 "placeholders": {
92 "privacy-friendly-acceptable-ads": {
saroyanm 2017/11/21 18:17:35 Sorry, done.
93 "content": "$1"
94 }
95 }
96 },
97 "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 "message": "OK, got it"
100 },
70 "options_acceptableAds_ads_label": { 101 "options_acceptableAds_ads_label": {
71 "description": "Acceptable Ads section option label in General tab", 102 "description": "Acceptable Ads section option label in General tab",
72 "message": "Allow Acceptable Ads" 103 "message": "Allow Acceptable Ads"
73 }, 104 },
74 "options_acceptableAds_ads_description_1": { 105 "options_acceptableAds_ads_description_1": {
75 "description": "Acceptable Ads section 'Allow some nonintrusive ads' option description in General tab", 106 "description": "Acceptable Ads section 'Allow some nonintrusive ads' option description in General tab",
76 "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>" 107 "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>"
77 }, 108 },
78 "options_acceptableAds_privacy_label": { 109 "options_acceptableAds_privacy_label": {
79 "description": "Acceptable Ads section option label in General tab", 110 "description": "Acceptable Ads section option label in General tab",
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "content": "$1", 450 "content": "$1",
420 "example": "example.com" 451 "example": "example.com"
421 } 452 }
422 } 453 }
423 }, 454 },
424 "options_notification_hide": { 455 "options_notification_hide": {
425 "description": "Hidden text attached to the close button for screen readers of Notification", 456 "description": "Hidden text attached to the close button for screen readers of Notification",
426 "message": "Close notification" 457 "message": "Close notification"
427 } 458 }
428 } 459 }
OLDNEW
« desktop-options.js ('K') | « desktop-options.js ('k') | skin/desktop-options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld