| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 94     <command id="abp-command-toggleshowinstatusbar"/> | 94     <command id="abp-command-toggleshowinstatusbar"/> | 
| 95     <command id="abp-command-enable" oncommand="//"/> | 95     <command id="abp-command-enable" oncommand="//"/> | 
| 96     <command id="abp-command-contribute"/> | 96     <command id="abp-command-contribute"/> | 
| 97     <command id="abp-command-contribute-hide"/> | 97     <command id="abp-command-contribute-hide"/> | 
| 98   </commandset> | 98   </commandset> | 
| 99 | 99 | 
| 100   <statusbarpanel id="abp-status" class="statusbarpanel-iconic" | 100   <statusbarpanel id="abp-status" class="statusbarpanel-iconic" | 
| 101       context="abp-status-popup" tooltip="abp-tooltip"/> | 101       context="abp-status-popup" tooltip="abp-tooltip"/> | 
| 102 | 102 | 
| 103   <toolbarbutton id="abp-toolbarbutton" class="toolbarbutton-1" label="&toolbarb
     utton.label;" | 103   <toolbarbutton id="abp-toolbarbutton" class="toolbarbutton-1" label="&toolbarb
     utton.label;" | 
| 104       tooltip="abp-tooltip" context="abp-status-popup"/> | 104       tooltip="abp-tooltip"/> | 
| 105 | 105 | 
| 106   <!-- Tools menu --> | 106   <!-- Tools menu --> | 
| 107   <menu id="abp-menuitem" label="&toolbarbutton.label;"/> | 107   <menu id="abp-menuitem" label="&toolbarbutton.label;"/> | 
| 108 | 108 | 
| 109   <!-- Bottom bar --> | 109   <!-- Bottom bar --> | 
| 110   <hbox id="abp-bottombar-container"> | 110   <hbox id="abp-bottombar-container"> | 
| 111     <splitter id="abp-bottombar-splitter"/> | 111     <splitter id="abp-bottombar-splitter"/> | 
| 112     <vbox id="abp-bottombar"> | 112     <vbox id="abp-bottombar"> | 
| 113       <toolbox id="abp-bottombar-header"> | 113       <toolbox id="abp-bottombar-header"> | 
| 114         <toolbar id="abp-bottombar-toolbar" align="center" grippyhidden="true" f
     ullscreentoolbar="true"> | 114         <toolbar id="abp-bottombar-toolbar" align="center" grippyhidden="true" f
     ullscreentoolbar="true"> | 
| (...skipping 10 matching lines...) Expand all  Loading... | 
| 125     xmlns:html="http://www.w3.org/1999/xhtml"> | 125     xmlns:html="http://www.w3.org/1999/xhtml"> | 
| 126     <label id="abp-notification-title" class="header"/> | 126     <label id="abp-notification-title" class="header"/> | 
| 127     <html:p id="abp-notification-message"/> | 127     <html:p id="abp-notification-message"/> | 
| 128     <hbox id="abp-notification-question"> | 128     <hbox id="abp-notification-question"> | 
| 129       <button id="abp-notification-yes" label="¬ification.button.yes;"/> | 129       <button id="abp-notification-yes" label="¬ification.button.yes;"/> | 
| 130       <button id="abp-notification-no" label="¬ification.button.no;"/> | 130       <button id="abp-notification-no" label="¬ification.button.no;"/> | 
| 131       <toolbarbutton id="abp-notification-close" label="¬ification.button.clo
     se;"></toolbarbutton> | 131       <toolbarbutton id="abp-notification-close" label="¬ification.button.clo
     se;"></toolbarbutton> | 
| 132     </hbox> | 132     </hbox> | 
| 133   </panel> | 133   </panel> | 
| 134 </overlay> | 134 </overlay> | 
| OLD | NEW | 
|---|