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

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

Issue 29488575: Issue 5384 - Introduced dedicated mobile options page (Closed)
Patch Set: Added ID constants Created Aug. 28, 2017, 2:51 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 | « ext/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/mobile-options.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/locale/en-US/mobile-options.json
@@ -0,0 +1,68 @@
+{
+ "mops_acceptableAds_description": {
+ "description": "Label for enabling Acceptable Ads",
+ "message": "Allow some non-intrusive advertising"
+ },
+ "mops_acceptableAds_more": {
+ "description": "Link for Acceptable Ads setting",
+ "message": "Learn more"
+ },
+ "mops_action_cancel": {
+ "description": "Label for cancelling adding a new filter list",
+ "message": "Cancel"
+ },
+ "mops_enabled_label": {
+ "description": "Label for whitelisting domain",
+ "message": "Enable Adblock Plus on <strong>$domain$</strong>",
+ "placeholders": {
+ "domain": {
+ "content": "$1",
+ "example": "example.com"
+ }
+ }
+ },
+ "mops_error_title": {
+ "description": "Error for omitting filter list title when adding a new filter list",
+ "message": "Please enter a title"
+ },
+ "mops_error_url": {
+ "description": "Error for omitting filter list URL when adding a new filter list",
+ "message": "Please enter a URL link"
+ },
+ "mops_filterlist_add": {
+ "description": "Label for initiating adding a new filter list",
+ "message": "+ Add a filter list"
+ },
+ "mops_filterlist_add_action": {
+ "description": "Label for finishing adding a new filter list",
+ "message": "Add filter list"
+ },
+ "mops_filterlist_add_url": {
+ "description": "Label for initiating adding a new filter list manually",
+ "message": "+ Add a custom filter list"
+ },
+ "mops_header": {
+ "description": "Mobile options page title",
+ "message": "Adblock Plus settings"
+ },
+ "mops_subscribe_header": {
+ "description": "Label for finishing adding a new filter list manually",
+ "message": "Add a custom filter list"
+ },
+ "mops_subscribe_title": {
+ "description": "Label of filter list title form input field",
+ "message": "Filter list name"
+ },
+ "mops_subscribe_url": {
+ "description": "Label of filter list URL form input field",
+ "message": "Filter list URL"
+ },
+ "mops_subscriptions_header": {
+ "description": "Title of filter list section",
+ "message": "Filter subscriptions"
+ },
+ "mops_title": {
+ "description": "Mobile options page title",
+ "message": "Adblock Plus settings"
+ }
+}
« no previous file with comments | « ext/background.js ('k') | messageResponder.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld