OLD | NEW |
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 - This file is part of Adblock Plus <http://adblockplus.org/>, | 4 - This file is part of Adblock Plus <http://adblockplus.org/>, |
5 - Copyright (C) 2006-2014 Eyeo GmbH | 5 - Copyright (C) 2006-2014 Eyeo GmbH |
6 - | 6 - |
7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
10 - | 10 - |
(...skipping 13 matching lines...) Expand all Loading... |
24 %filtersDTD; | 24 %filtersDTD; |
25 ]> | 25 ]> |
26 | 26 |
27 <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> | 27 <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
28 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit
le="&disable.label;"/> | 28 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit
le="&disable.label;"/> |
29 <setting type="control" title="&subscriptions.tab.label;"> | 29 <setting type="control" title="&subscriptions.tab.label;"> |
30 <menulist id="adblockplus-subscription-list"/> | 30 <menulist id="adblockplus-subscription-list"/> |
31 </setting> | 31 </setting> |
32 <setting id="adblockplus-acceptableAds" type="bool" title="&acceptableAds2.lab
el;" | 32 <setting id="adblockplus-acceptableAds" type="bool" title="&acceptableAds2.lab
el;" |
33 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum
ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat
chEvent(event);}"/> | 33 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum
ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat
chEvent(event);}"/> |
34 <setting pref="extensions.adblockplus.fastcollapse" type="bool" title="&hidepl
aceholders.label;" | |
35 inverted="true"/> | |
36 <setting id="adblockplus-sync" type="bool" title="&sync.label;" | 34 <setting id="adblockplus-sync" type="bool" title="&sync.label;" |
37 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum
ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat
chEvent(event);}"/> | 35 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum
ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat
chEvent(event);}"/> |
38 </vbox> | 36 </vbox> |
OLD | NEW |