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: Addressed Thomas comment from patchset 6 Created Sept. 22, 2017, 10:28 a.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 | « background.js ('k') | new-options.html » ('j') | no next file with comments »
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
@@ -433,6 +433,50 @@
"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_1": {
+ "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "You currently allow Acceptable Ads to be shown."
+ },
+ "options_dialog_tracking_notification_2": {
+ "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "These ads are respectful and do not interfere with content that you view."
+ },
+ "options_dialog_tracking_notification_3": {
+ "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "Some of these ads require tracking to show you more relevant ads."
+ },
+ "options_dialog_tracking_notification_4": {
+ "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "Click <strong>YES</strong> to continue seeing relevant nonintrusive ads."
+ },
+ "options_dialog_tracking_allow": {
+ "description": "Button text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "Yes, allow relevant ads"
+ },
+ "options_dialog_tracking_disallow": {
+ "description": "Button text in 'Allow tracking on Acceptable Ads' dialog",
+ "message": "No, turn off tracking"
+ },
+ "options_dialog_tracking_note_title": {
+ "description": "Text preceding list of notes 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 | « background.js ('k') | new-options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld