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

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

Issue 29329095: Issue 2747 - Added empty state for tables in options page (Closed)
Patch Set: Created Dec. 11, 2015, 4:48 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 | « background.js ('k') | options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/en-US/options.json
===================================================================
--- a/locale/en-US/options.json
+++ b/locale/en-US/options.json
@@ -103,6 +103,14 @@
"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_whitelisted_empty": {
+ "description": "Text shown when list of whitelisted websites is empty",
+ "message": "There are no websites in your whitelist."
+ },
"options_whitelisted_title": {
"description": "Whitelisting option name in General tab",
"message": "Whitelisted websites"
@@ -167,6 +175,10 @@
"description": "Update button in Advanced tab",
"message": "Update all blocking lists"
},
+ "options_customFilters_empty": {
+ "description": "Text shown when list of custom filters is empty",
+ "message": "There are no custom filters."
+ },
"options_customFilters_title": {
"description": "Custom filters option name in Advanced tab",
"message": "Blocking rules"
@@ -259,10 +271,18 @@
"description": "Table headline in add language modal dialog",
"message": "Added languages"
},
+ "options_dialog_language_added_empty": {
+ "description": "Text shown when list of added languages is empty",
+ "message": "There are no languages."
+ },
"options_dialog_language_other": {
"description": "Table headline in add language modal dialog",
"message": "Other languages"
},
+ "options_dialog_language_other_empty": {
+ "description": "Text shown when list of available languages is empty",
+ "message": "There are no available languages."
+ },
"options_language_en": {
"description": "Language name shown in add language modal dialog",
"message": "English"
« no previous file with comments | « background.js ('k') | options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld