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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: locale/en_US/desktop-options.json
===================================================================
--- a/locale/en_US/desktop-options.json
+++ b/locale/en_US/desktop-options.json
@@ -67,6 +67,35 @@
"description": "Acceptable Ads section description in General tab",
"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."
},
+ "options_tracking_warning_1": {
+ "description": "Text of the tracking notification (being shown when both 'Acceptable Ads' and 'EasyPrivacy' are enabled) in General tab",
+ "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,
+ "placeholders": {
+ "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.
+ "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.
+ },
+ "acceptable-ads": {
+ "content": "$2"
+ }
+ }
+ },
+ "options_tracking_warning_2": {
+ "description": "Text of the tracking notification (being shown when both 'Acceptable Ads' and 'EasyPrivacy' are enabled) in General tab",
+ "message": "We want you to know that in order for advertisers to show you more relevant ads, there <strong>may</strong> be some tracking with Acceptable Ads."
+ },
+ "options_tracking_warning_3": {
+ "description": "Text of the tracking notification (being shown when both 'Acceptable Ads' and 'EasyPrivacy' are enabled) in General tab",
+ "message": "If you prefer extra privacy, select the '<strong>$privacy-friendly-acceptable-ads$</strong>' checkbox below.",
+ "placeholders": {
+ "privacy-friendly-acceptable-ads": {
+ "content": "$1"
+ }
+ }
+ },
+ "options_tracking_warning_acknowledgment": {
+ "description": "Text in the tracking notification (being shown when both 'Acceptable Ads' and 'EasyPrivacy' are enabled) in General tab",
+ "message": "OK, got it"
+ },
"options_acceptableAds_ads_label": {
"description": "Acceptable Ads section option label in General tab",
"message": "Allow Acceptable Ads"
« 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