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

Unified Diff: locale/en-US/new-options.json

Issue 29519669: Issue 5539 - Implement "Acceptable Ads notification" (Closed)
Patch Set: Created Aug. 18, 2017, 11:51 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
« no previous file with comments | « no previous file | new-options.html » ('j') | new-options.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/en-US/new-options.json
===================================================================
--- a/locale/en-US/new-options.json
+++ b/locale/en-US/new-options.json
@@ -419,6 +419,38 @@
"description": "Text shown when list of available languages is empty",
"message": "There are no available languages."
},
+ "options_dialog_tracking_title": {
+ "description": "Title of tracking modal dialog",
+ "message": "Allow tracking on Acceptable Ads?"
+ },
+ "options_dialog_tracking_notification": {
+ "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "You currently allow Acceptable Ads to be shown. These ads are respectful and do not interfere with content that you view. Some of these ads require tracking to show you more relevant ads. Click <strong>YES</strong> to continue seeing relevant nonintrusive ads."
saroyanm 2017/08/19 00:00:40 In specs each sentence looks to be on it's own lin
Thomas Greiner 2017/08/25 18:44:51 This is not a viable solution because we don't sup
saroyanm 2017/08/27 16:25:28 Actually that what I meant by the example of spans
Thomas Greiner 2017/08/29 10:20:41 Ah ok. In that case `<div>` would be more appropri
saroyanm 2017/09/14 21:56:14 Having another look I think we don't need to use <
+ },
+ "options_dialog_tracking_relevent_ads": {
Thomas Greiner 2017/08/25 18:44:51 Detail: Those IDs are specific to how the text is
Thomas Greiner 2017/08/25 18:44:51 Typo: Replace "relevent" with "relevant"
saroyanm 2017/08/27 16:25:28 agree.
saroyanm 2017/09/14 21:56:13 Done.
+ "description": "Button text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "Yes, allow relevant ads"
+ },
+ "options_dialog_tracking_privacy_ads": {
+ "description": "Button text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "No, turn off tracking"
+ },
+ "options_dialog_tracking_note": {
+ "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
Thomas Greiner 2017/08/25 18:44:51 Detail: I wasn't able to tell where this text is s
saroyanm 2017/08/27 16:25:28 Agree.
saroyanm 2017/09/14 21:56:14 Done.
+ "message": "Note:"
+ },
+ "options_dialog_tracking_note_1": {
+ "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "Adblock Plus cannot guarantee that all tracking is disabled."
+ },
+ "options_dialog_tracking_note_2": {
+ "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "Ads shown are chosen by the website you visit, not Adblock Plus."
+ },
+ "options_dialog_tracking_note_3": {
+ "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "Adblock Plus never tracks your data."
+ },
"options_language_en": {
"description": "Language name shown in add language modal dialog",
"message": "English"
« no previous file with comments | « no previous file | new-options.html » ('j') | new-options.js » ('J')

Powered by Google App Engine
This is Rietveld