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

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

Issue 29321198: Issue 2376 - Implement custom filters in new options page (Closed)
Patch Set: Nit fixes Created July 15, 2015, 2:35 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') | messageResponder.js » ('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
@@ -44,7 +44,7 @@
"message": "Blocking"
},
"options_language_title": {
- "description": "Option name in General tab",
+ "description": "Ad blocking list option name in General tab",
"message": "<strong>Adblocking</strong> for websites in..."
},
"options_language_add": {
@@ -52,7 +52,7 @@
"message": "add other website languages"
},
"options_furtherBlocking_title": {
- "description": "Option name in General tab",
+ "description": "Blocking list option name in General tab",
"message": "Further blocking options"
},
"options_popular": {
@@ -127,14 +127,26 @@
"description": "Update button in Advanced tab",
"message": "Update all blocking lists"
},
- "options_blockingRules": {
- "description": "Own blicking list header in Advanced tab",
+ "options_customFilters_title": {
+ "description": "Custom filters option name in Advanced tab",
"message": "Blocking rules"
},
- "options_blockingRules_edit": {
- "description": "Edit rules button in Advanced tab",
+ "options_customFilters_textbox_placeholder": {
+ "description": "Adding custom filter textbox placeholder text in Advanced tab",
+ "message": "add your blocking rule here"
+ },
+ "options_customFilter_edit": {
+ "description": "Label for editing custom filter in Advanced tab",
"message": "edit rules"
},
+ "options_customFilter_list": {
+ "description": "Label for editing custom filter in Advanced tab",
+ "message": "list view"
+ },
+ "options_customFilter_save": {
+ "description": "Label for editing custom filter in Advanced tab",
+ "message": "save"
+ },
"options_faq_title": {
"description": "FAQ section name in Help tab and link label in same section",
"message": "Frequently asked questions"
« no previous file with comments | « background.js ('k') | messageResponder.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld