OLD | NEW |
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 - This file is part of Adblock Plus <https://adblockplus.org/>, | 4 - This file is part of Adblock Plus <https://adblockplus.org/>, |
5 - Copyright (C) 2006-2015 Eyeo GmbH | 5 - Copyright (C) 2006-2015 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 width="1" | 24 width="1" |
25 height="1" | 25 height="1" |
26 onload="window.close();"> <!-- Close window if it gets opened directly for
some reason --> | 26 onload="window.close();"> <!-- Close window if it gets opened directly for
some reason --> |
27 <setting type="control"> | 27 <setting type="control"> |
28 <button id="adblockplus-filters" label="&filters.label;…"/> | 28 <button id="adblockplus-filters" label="&filters.label;…"/> |
29 </setting> | 29 </setting> |
30 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit
le="&disable.label;"/> | 30 <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" tit
le="&disable.label;"/> |
31 <setting pref="extensions.adblockplus.frameobjects" type="bool" title="&object
tabs.label;"/> | 31 <setting pref="extensions.adblockplus.frameobjects" type="bool" title="&object
tabs.label;"/> |
32 <setting id="adblockplus-savestats" type="bool" title="&counthits.label;"/> | 32 <setting id="adblockplus-savestats" type="bool" title="&counthits.label;"/> |
33 <setting id="adblockplus-sync" type="bool" title="&sync.label;"/> | 33 <setting id="adblockplus-sync" type="bool" title="&sync.label;"/> |
| 34 <setting id="adblockplus-shownotifications" type="bool" title="&shownotificati
ons.label;"/> |
34 <setting id="adblockplus-showintoolbar" type="bool" title="&showintoolbar.labe
l;"/> | 35 <setting id="adblockplus-showintoolbar" type="bool" title="&showintoolbar.labe
l;"/> |
35 <setting id="adblockplus-showinstatusbar" pref="extensions.adblockplus.showins
tatusbar" type="bool" title="&showinstatusbar.label;"/> | 36 <setting id="adblockplus-showinstatusbar" pref="extensions.adblockplus.showins
tatusbar" type="bool" title="&showinstatusbar.label;"/> |
36 </window> | 37 </window> |
OLD | NEW |