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

Side by Side Diff: locales/en/IAdblockPlusSubscription.json

Issue 6021528219025408: Issue #1170 More progress migrating adblockplus.org to our CMS. (Closed)
Patch Set: Created Sept. 1, 2014, 10:45 a.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 | « locales/en/IAdblockPlus.json ('k') | locales/en/_chrome_install_frame.json » ('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 "title": {
3 "message": "IAdblockPlusSubscription"
4 },
5 "property0name": {
6 "message": "url"
7 },
8 "property0type": {
9 "message": "AString"
10 },
11 "property0modifier": {
12 "message": "readonly"
13 },
14 "property0description": {
15 "message": "<p>Subscription identifier. This can be any string for externall y managed subscriptions and special groups, for other subscriptions this will be their update URL.</p>"
16 },
17 "property1name": {
18 "message": "special"
19 },
20 "property1type": {
21 "message": "boolean"
22 },
23 "property1modifier": {
24 "message": "readonly"
25 },
26 "property1description": {
27 "message": "<p>Defines whether the subscription is a special group containin g user filters. Currently there are four special groups, namely <tt><sub>fl</sub ></tt> (normal filters), <tt><sub>wl</sub></tt> (exception rules), <tt><sub>eh</ sub></tt> (element hiding rules) and <tt><sub>il</sub></tt> (invalid rules).</p> "
28 },
29 "property2name": {
30 "message": "title"
31 },
32 "property2type": {
33 "message": "AString"
34 },
35 "property2modifier": {
36 "message": "readonly"
37 },
38 "property2description": {
39 "message": "<p>Subscription's title as displayed in the Preferences dialog</ p>"
40 },
41 "property3name": {
42 "message": "autoDownload"
43 },
44 "property3type": {
45 "message": "boolean"
46 },
47 "property3modifier": {
48 "message": "readonly"
49 },
50 "property3description": {
51 "message": "<p>Defines whether the subscription will be updated automaticall y. Note that this attribute is meaningless for externally managed subscriptions and special groups.</p>"
52 },
53 "property4name": {
54 "message": "disabled"
55 },
56 "property4type": {
57 "message": "boolean"
58 },
59 "property4modifier": {
60 "message": "readonly"
61 },
62 "property4description": {
63 "message": "<p>Defines whether the subscription is disabled. If this attribu te is set to <tt>true</tt> the filters in the subscription won't be applied.</p> "
64 },
65 "property5name": {
66 "message": "external"
67 },
68 "property5type": {
69 "message": "boolean"
70 },
71 "property5modifier": {
72 "message": "readonly"
73 },
74 "property5description": {
75 "message": "<p>Defines whether the subscription is managed externally. If th is attribute is set to <tt>true</tt> the filters in the subscription will only b e updated if some extension calls <a href=\"/en/IAdblockPlus#method_updateExtern alSubscription\">IAdblockPlus.updateExternalSubscription</a>.</p>"
76 },
77 "property6name": {
78 "message": "lastDownload"
79 },
80 "property6type": {
81 "message": "long"
82 },
83 "property6modifier": {
84 "message": "readonly"
85 },
86 "property6description": {
87 "message": "<p>Timestamp (return value of <tt>new Date().getTime()</tt>) of last attempt to download the subscription. The value 0 means that the subscripti on was never downloaded.</p>"
88 },
89 "property7name": {
90 "message": "downloadStatus"
91 },
92 "property7type": {
93 "message": "AString"
94 },
95 "property7modifier": {
96 "message": "readonly"
97 },
98 "property7description": {
99 "message": "<p>Result code for the last download attempt. This can have the following values:</p>\n\n\t<ul>\n\t\t<li><tt>ok</tt> -- Success</li>\n\t\t<li><t t>invalid_url</tt> -- Subscription URL is invalid</li>\n\t\t<li><tt>connection_e rror</tt> -- Subscription could not be downloaded</li>\n\t\t<li><tt>invalid_data </tt> -- Subscription was downloaded but the first line wasn't <tt>[Adblock]</tt ></li>\n\t</ul>"
100 },
101 "property8name": {
102 "message": "lastModified"
103 },
104 "property8type": {
105 "message": "AString"
106 },
107 "property8modifier": {
108 "message": "readonly"
109 },
110 "property8description": {
111 "message": "<p>Value of the <tt>Last-Modified</tt> HTTP header received with the last successful download. This isn't used yet and will always be empty.</p> "
112 },
113 "method0name": {
114 "message": "getPatterns"
115 },
116 "method0return_type": {
117 "message": "arrayof wstring"
118 },
119 "method0return_description": {
120 "message": "array with subscription's filter rules"
121 },
122 "method0description": {
123 "message": "<p>Retrieves the list of filter rules for a subscription. Note t hat this method usually will not return anything useful for special groups.</p>"
124 },
125 "s1": {
126 "message": "This interface represents a group in the Adblock Plus preference s dialog, it is returned by <a>IAdblockPlus</a>. All access is read-only."
127 },
128 "s2": {
129 "message": "<em>Note</em>: You should not keep a reference to this object. I f you need the state of the same subscription at a later point in time you shoul d request it again from IAdblockPlus to get correct information."
130 },
131 "general_notes": {
132 "message": "General notes"
133 },
134 "methods_and_properties": {
135 "message": "Methods and properties"
136 }
137 }
OLDNEW
« no previous file with comments | « locales/en/IAdblockPlus.json ('k') | locales/en/_chrome_install_frame.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld