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

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

Issue 29411555: Issue 5169 - Add whitelisted tab to the new options page (Closed)
Patch Set: Addressed comments Created May 31, 2017, 8:27 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 | « 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
@@ -12,15 +12,19 @@
"message": "Adblock <strong>Plus</strong>"
},
"options_tab_general": {
- "description": "Name in sidebar for General tab",
+ "description": "Sidebar tab label",
"message": "General"
},
+ "options_tab_whitelist": {
+ "description": "Sidebar tab label and main heading inside corresponding tab",
+ "message": "Whitelisted websites"
+ },
"options_tab_advanced": {
- "description": "Name in sidebar for Advanced tab",
+ "description": "Sidebar tab label",
"message": "Advanced"
},
"options_tab_help": {
- "description": "Name in sidebar for Help tab",
+ "description": "Sidebar tab label",
"message": "Help"
},
"options_version": {
@@ -131,38 +135,44 @@
"description": "Acceptable ads descriptive name in General tab",
"message": "Allow some non-intrusive advertising"
},
- "options_whitelisted_add": {
- "description": "Button label for adding whitelisted website",
- "message": "add website"
+ "options_whitelist_description": {
+ "description": "Whitelist tab description",
+ "message": "You’ve turned off ad blocking on these websites. You will see ads on these websites."
Thomas Greiner 2017/06/16 10:35:45 Detail: Please use `'` instead of `’` to ensure co
saroyanm 2017/06/16 16:44:06 Done.
},
- "options_whitelisted_empty": {
- "description": "Text shown when list of whitelisted websites is empty",
- "message": "There are no websites in your whitelist."
+ "options_whitelist_add": {
+ "description": "Add whitelisted domain button",
+ "message": "Add website"
},
- "options_whitelisted_title": {
- "description": "Whitelisting option name in General tab",
- "message": "Whitelisted websites"
+ "options_whitelist_placeholder_example": {
+ "description": "Empty Whitelist input placeholder prefix",
+ "message": "e.g. $domain$",
+ "placeholders": {
+ "domain": {
+ "content": "$1",
+ "example": "www.example.com"
+ }
+ }
},
- "options_whitelisted_title_tooltip_1": {
- "description": "First top part of tooltip description for 'Whitelisted domains' section in General tab",
- "message": "You can allow a website to display ads by adding it to your whitelist."
+ "options_whitelist_empty_1": {
+ "description": "Empty Whitelist placeholder",
+ "message": "You aren't whitelisting any websites yet."
},
- "options_whitelisted_title_tooltip_2": {
- "description": "Second top part of tooltip description for 'Whitelisted domains' section in General tab",
- "message": "This means that Adblock Plus is completely deactivated on the whitelisted site. Ads and other annoyances, such as tracking scripts, may be activated."
+ "options_whitelist_empty_2": {
+ "description": "Empty Whitelist placeholder",
+ "message": "Websites you trust and want to allow ads on will be shown here."
},
- "options_whitelisted_title_tooltip_notes_1": {
- "description": "Bottom part of tooltip description for 'Whitelisted domains' section in General tab",
- "message": "Note that this feature is different from whitelisted Acceptable Ads."
+ "options_whitelist_duplicate": {
+ "description": "Duplicate hostname warning of whitelist text input",
+ "message": "Website is already whitelisted"
+ },
+ "options_whitelist_description": {
+ "description": "Section description in whitelisted tab",
+ "message": "You’ve turned off ad blocking on these websites. You will see ads on these websites."
},
"options_button_add": {
"description": "Add button label",
"message": "add"
},
- "options_button_cancel": {
- "description": "Cancel button label",
- "message": "cancel"
- },
"options_tweaks_title": {
"description": "Section title in Advanced tab",
"message": "Tweaks"
« no previous file with comments | « no previous file | new-options.html » ('j') | new-options.js » ('J')

Powered by Google App Engine
This is Rietveld