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 Thomas comments Created Nov. 17, 2017, 4:03 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>'$easy-privacy$'</strong> and ' <strong>$acceptable-ads$</strong>' enabled.",
saroyanm 2017/11/17 16:13:26 Detail: <strong> should go inside of "'" for consi
Thomas Greiner 2017/11/20 18:36:05 Might be a personal preference but I agree. In any
saroyanm 2017/11/21 14:58:33 I agree that this should be documented somewhere,
73 "placeholders": {
74 "easy-privacy": {
Thomas Greiner 2017/11/20 18:36:05 Detail: I'd recommend avoiding special characters
Thomas Greiner 2017/11/20 18:36:05 Detail: The filter list behind the "privacy" featu
saroyanm 2017/11/21 14:58:33 Agree, done.
saroyanm 2017/11/21 14:58:33 Okey, I use "tracking" now.
75 "content": "$1"
Thomas Greiner 2017/11/20 18:36:05 Detail: Let's also include the "example" property
saroyanm 2017/11/21 14:58:33 Done.
76 },
77 "acceptable-ads": {
78 "content": "$2"
79 }
80 }
81 },
82 "options_tracking_warning_2": {
83 "description": "Text of the tracking notification (being shown when both 'Ac ceptable Ads' and 'EasyPrivacy' are enabled) in General tab",
84 "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 ."
85 },
86 "options_tracking_warning_3": {
87 "description": "Text of the tracking notification (being shown when both 'Ac ceptable Ads' and 'EasyPrivacy' are enabled) in General tab",
88 "message": "If you prefer extra privacy, select the '<strong>$privacy-friend ly-acceptable-ads$</strong>' checkbox below.",
89 "placeholders": {
90 "privacy-friendly-acceptable-ads": {
91 "content": "$1"
92 }
93 }
94 },
95 "options_tracking_warning_acknowledgment": {
96 "description": "Text in the tracking notification (being shown when both 'Ac ceptable Ads' and 'EasyPrivacy' are enabled) in General tab",
97 "message": "OK, got it"
98 },
70 "options_acceptableAds_ads_label": { 99 "options_acceptableAds_ads_label": {
71 "description": "Acceptable Ads section option label in General tab", 100 "description": "Acceptable Ads section option label in General tab",
72 "message": "Allow Acceptable Ads" 101 "message": "Allow Acceptable Ads"
73 }, 102 },
74 "options_acceptableAds_ads_description_1": { 103 "options_acceptableAds_ads_description_1": {
75 "description": "Acceptable Ads section 'Allow some nonintrusive ads' option description in General tab", 104 "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>" 105 "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 }, 106 },
78 "options_acceptableAds_privacy_label": { 107 "options_acceptableAds_privacy_label": {
79 "description": "Acceptable Ads section option label in General tab", 108 "description": "Acceptable Ads section option label in General tab",
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "content": "$1", 448 "content": "$1",
420 "example": "example.com" 449 "example": "example.com"
421 } 450 }
422 } 451 }
423 }, 452 },
424 "options_notification_hide": { 453 "options_notification_hide": {
425 "description": "Hidden text attached to the close button for screen readers of Notification", 454 "description": "Hidden text attached to the close button for screen readers of Notification",
426 "message": "Close notification" 455 "message": "Close notification"
427 } 456 }
428 } 457 }
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