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

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

Issue 29333819: Issue 2375 - Implement "Blocking lists" section in new options page (Closed)
Patch Set: Addressed Thomas comments Created Jan. 22, 2016, 9:53 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
Index: locale/en-US/options.json
===================================================================
--- a/locale/en-US/options.json
+++ b/locale/en-US/options.json
@@ -153,19 +153,15 @@
},
"options_tab_ownList": {
"description": "Tab name in Advanced tab",
- "message": "Edit or create own blocking list"
+ "message": "Edit or create own filter list"
},
"options_tableCol_name": {
Thomas Greiner 2016/01/25 15:40:30 Detail: I just noticed that "column" is abbreviate
saroyanm 2016/01/26 18:36:17 Done.
"description": "Name of column of subscription list table in Advanced tab",
"message": "Name"
},
- "options_tableCol_description": {
- "description": "Name of column of subscription list table in Advanced tab",
- "message": "Description"
- },
"options_tableCol_date": {
"description": "Name of column of subscription list table in Advanced tab",
- "message": "Date"
+ "message": "Last update"
},
"options_blockingList_add": {
"description": "Import button in Advanced tab",
@@ -173,12 +169,52 @@
},
"options_blockingList_update": {
"description": "Update button in Advanced tab",
- "message": "Update all blocking lists"
+ "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_subscription_lastDownload_invalidURL": {
+ "description": "Error message in advanced tab",
+ "message": "Failed, not a valid address"
+ },
+ "options_subscription_lastDownload_connectionError": {
+ "description": "Error message in advanced tab",
+ "message": "Failed, download failure"
+ },
+ "options_subscription_lastDownload_invalidData": {
+ "description": "Error message in advanced tab",
+ "message": "Failed, not a valid filter list"
+ },
+ "options_subscription_lastDownload_checksumMismatch": {
+ "description": "Error message in advanced tab",
+ "message": "Failed, checksum mismatch"
+ },
+ "options_blockingList_updateNow": {
+ "description": "Context menu item in advanced tab, appears after click on subscription",
+ "message": "update now"
+ },
+ "options_blockingList_website": {
+ "description": "Context menu item in advanced tab, appears after click on subscription",
+ "message": "website"
+ },
+ "options_blockingList_source": {
+ "description": "Context menu item in advanced tab, appears after click on subscription",
+ "message": "source"
+ },
+ "options_blockingList_delete": {
+ "description": "Context menu item in advanced tab, appears after click on subscription",
+ "message": "delete"
+ },
+ "options_blockingList_own_list": {
+ "description": "Name of custom subscription entry in blocking list section in Advanced tab",
+ "message": "Own filter list"
+ },
+ "options_blockingList_edit_own_list": {
+ "description": "Entry in blocking list section in Advanced tab",
+ "message": "edit your filter list"
+ },
"options_customFilters_title": {
"description": "Custom filters option name in Advanced tab",
"message": "Blocking rules"

Powered by Google App Engine
This is Rietveld