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: Rebased Created Sept. 14, 2017, 2:29 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.html » ('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
@@ -425,6 +425,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."
+ },
+ "options_dialog_tracking_relevent_ads": {
+ "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",
+ "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_whitelist_notification": {
"description": "Notification that is shown after a new website is whitelisted",
"message": "\"$website$\" has been whitelisted.",
« no previous file with comments | « no previous file | new-options.html » ('j') | new-options.html » ('J')

Powered by Google App Engine
This is Rietveld