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: Created Aug. 23, 2017, 6:55 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
@@ -415,6 +415,16 @@
"description": "Text shown when list of available languages is empty",
"message": "There are no available languages."
},
+ "options_whitelist_notification": {
+ "description": "Notification that is being shown after a new website is whitelisted",
ire 2017/08/24 10:08:43 NIT: "Notification that is shown after a new websi
saroyanm 2017/08/24 14:18:25 agree
saroyanm 2017/08/24 18:40:53 Done.
+ "message": "\"$website$\" has been whitelisted.",
+ "placeholders": {
+ "website": {
+ "content": "$1",
+ "example": "example.com"
+ }
+ }
+ },
"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.html » ('J')

Powered by Google App Engine
This is Rietveld