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

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

Issue 29519650: Issue 5540 - implement notification (Closed)
Patch Set: Rebased Created Aug. 25, 2017, 1:47 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') | 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
@@ -165,10 +165,6 @@
"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"
@@ -423,6 +419,20 @@
"description": "Text shown when list of available languages is empty",
"message": "There are no available languages."
},
+ "options_whitelist_notification": {
+ "description": "Notification that is shown after a new website is whitelisted",
+ "message": "\"$website$\" has been whitelisted.",
+ "placeholders": {
+ "website": {
+ "content": "$1",
+ "example": "example.com"
+ }
+ }
+ },
+ "options_notification_hide": {
+ "description": "Hidden text attached to the close button for screen readers of Notification",
+ "message": "Close notification"
+ },
"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') | no next file with comments »

Powered by Google App Engine
This is Rietveld