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

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

Issue 29321417: Issue 2357 - Added "predefined list" dialog to options page (Closed)
Patch Set: Post-review: Merged Created July 16, 2015, 11:36 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
« no previous file with comments | « no previous file | options.html » ('j') | options.js » ('J')
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
@@ -175,19 +175,27 @@
"description": "Social media section description in Help tab",
"message": "If there are major problems with Adblock Plus which affects all of our users, we tell you in our social media channels."
},
- "options_dialog_customlist_title": {
- "description": "Title of custom list modal dialog",
+ "options_dialog_predefined_confirm": {
+ "description": "Confirming to add a predefined subscription when asked in a dialog",
+ "message": "Yes, use this blocking list"
+ },
+ "options_dialog_predefined_title": {
+ "description": "Dialog title for adding a predefined subscription",
+ "message": "Do you really want to use this blocking list?"
+ },
+ "options_dialog_custom_title": {
+ "description": "Title of custom subscription modal dialog",
"message": "Add other blocking list"
},
"options_close": {
"description": "Close modal button",
"message": "close"
},
- "options_dialog_customlist_subscription_title": {
- "description": "Add customlist modal import hint message",
+ "options_dialog_custom_subscription_title": {
+ "description": "Add custom subscription modal import hint message",
"message": "Via URL/Link"
},
- "options_dialog_customlist_import": {
+ "options_dialog_custom_import": {
"description": "Button in add custom subscription modal dialog",
"message": "import blocking list with this URL"
},
« no previous file with comments | « no previous file | options.html » ('j') | options.js » ('J')

Powered by Google App Engine
This is Rietveld