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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ext/background.js ('k') | messageResponder.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "mops_acceptableAds_description": {
3 "description": "Label for enabling Acceptable Ads",
4 "message": "Allow some non-intrusive advertising"
5 },
6 "mops_acceptableAds_more": {
7 "description": "Link for Acceptable Ads setting",
8 "message": "Learn more"
9 },
10 "mops_action_cancel": {
11 "description": "Label for cancelling adding a new filter list",
12 "message": "Cancel"
13 },
14 "mops_enabled_label": {
15 "description": "Label for whitelisting domain",
16 "message": "Enable Adblock Plus on <strong>$domain$</strong>",
17 "placeholders": {
18 "domain": {
19 "content": "$1",
20 "example": "example.com"
21 }
22 }
23 },
24 "mops_error_title": {
25 "description": "Error for omitting filter list title when adding a new filte r list",
26 "message": "Please enter a title"
27 },
28 "mops_error_url": {
29 "description": "Error for omitting filter list URL when adding a new filter list",
30 "message": "Please enter a URL link"
31 },
32 "mops_filterlist_add": {
33 "description": "Label for initiating adding a new filter list",
34 "message": "+ Add a filter list"
35 },
36 "mops_filterlist_add_action": {
37 "description": "Label for finishing adding a new filter list",
38 "message": "Add filter list"
39 },
40 "mops_filterlist_add_url": {
41 "description": "Label for initiating adding a new filter list manually",
42 "message": "+ Add a custom filter list"
43 },
44 "mops_header": {
45 "description": "Mobile options page title",
46 "message": "Adblock Plus settings"
47 },
48 "mops_subscribe_header": {
49 "description": "Label for finishing adding a new filter list manually",
50 "message": "Add a custom filter list"
51 },
52 "mops_subscribe_title": {
53 "description": "Label of filter list title form input field",
54 "message": "Filter list name"
55 },
56 "mops_subscribe_url": {
57 "description": "Label of filter list URL form input field",
58 "message": "Filter list URL"
59 },
60 "mops_subscriptions_header": {
61 "description": "Title of filter list section",
62 "message": "Filter subscriptions"
63 },
64 "mops_title": {
65 "description": "Mobile options page title",
66 "message": "Adblock Plus settings"
67 }
68 }
OLDNEW
« 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