OLD | NEW |
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 | 2 |
3 <!-- This Source Code is subject to the terms of the Mozilla Public License | 3 <!-- This Source Code is subject to the terms of the Mozilla Public License |
4 - version 2.0 (the "License"). You can obtain a copy of the License at | 4 - version 2.0 (the "License"). You can obtain a copy of the License at |
5 - http://mozilla.org/MPL/2.0/. --> | 5 - http://mozilla.org/MPL/2.0/. --> |
6 | 6 |
7 <!DOCTYPE vbox [ | 7 <!DOCTYPE vbox [ |
8 <!ENTITY % overlayDTD SYSTEM "chrome://adblockplus/locale/overlay.dtd"> | 8 <!ENTITY % overlayDTD SYSTEM "chrome://adblockplus/locale/overlay.dtd"> |
9 %overlayDTD; | 9 %overlayDTD; |
10 <!ENTITY % filtersDTD SYSTEM "chrome://adblockplus/locale/filters.dtd"> | 10 <!ENTITY % filtersDTD SYSTEM "chrome://adblockplus/locale/filters.dtd"> |
11 %filtersDTD; | 11 %filtersDTD; |
12 ]> | 12 ]> |
13 | 13 |
14 <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> | 14 <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
15 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit
le="&disable.label;"/> | 15 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit
le="&disable.label;"/> |
16 <setting type="control" title="&subscriptions.tab.label;"> | 16 <setting type="control" title="&subscriptions.tab.label;"> |
17 <menulist id="adblockplus-subscription-list"/> | 17 <menulist id="adblockplus-subscription-list"/> |
18 </setting> | 18 </setting> |
19 <setting id="adblockplus-acceptableAds" type="bool" title="&acceptableAds2.lab
el;" | 19 <setting id="adblockplus-acceptableAds" type="bool" title="&acceptableAds2.lab
el;" |
20 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum
ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat
chEvent(event);}"/> | 20 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum
ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat
chEvent(event);}"/> |
21 <setting pref="extensions.adblockplus.fastcollapse" type="bool" title="&hidepl
aceholders.label;" | 21 <setting pref="extensions.adblockplus.fastcollapse" type="bool" title="&hidepl
aceholders.label;" |
22 inverted="true"/> | 22 inverted="true"/> |
23 <setting id="adblockplus-sync" type="bool" title="&sync.label;" | 23 <setting id="adblockplus-sync" type="bool" title="&sync.label;" |
24 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum
ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat
chEvent(event);}"/> | 24 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum
ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat
chEvent(event);}"/> |
| 25 <setting id="adblockplus-typoCorrection" type="bool" title="&typoCorrections.e
nableLabel;" pref="extensions.adblockplus.correctTypos"/> |
25 </vbox> | 26 </vbox> |
OLD | NEW |