| 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-2013 Eyeo GmbH | 5 - Copyright (C) 2006-2013 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 17 matching lines...) Expand all Loading... |
| 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;" | 34 <setting pref="extensions.adblockplus.fastcollapse" type="bool" title="&hidepl
aceholders.label;" |
| 35 inverted="true"/> | 35 inverted="true"/> |
| 36 <setting id="adblockplus-sync" type="bool" title="&sync.label;" | 36 <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);}"/> | 37 oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = docum
ent.createEvent('Events'); event.initEvent('command', false, false); this.dispat
chEvent(event);}"/> |
| 38 <setting id="adblockplus-typoCorrection" type="bool" title="&typoCorrections.e
nableLabel;" pref="extensions.adblockplus.correctTypos"/> | |
| 39 </vbox> | 38 </vbox> |
| OLD | NEW |