LEFT | RIGHT |
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-2016 Eyeo GmbH | 5 - Copyright (C) 2006-2016 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 <menuitem label="&subscription.update.label;" key="subscriptio
n-update-key" command="subscription-update-command"/> | 239 <menuitem label="&subscription.update.label;" key="subscriptio
n-update-key" command="subscription-update-command"/> |
240 <menuitem label="&subscription.showHideFilters.label;" key="su
bscription-showHideFilters-key" command="subscription-showHideFilters-command"/> | 240 <menuitem label="&subscription.showHideFilters.label;" key="su
bscription-showHideFilters-key" command="subscription-showHideFilters-command"/> |
241 <menuitem label="&subscription.delete.label;…" key="delete-key
" command="subscription-delete-command"/> | 241 <menuitem label="&subscription.delete.label;…" key="delete-key
" command="subscription-delete-command"/> |
242 <menuseparator/> | 242 <menuseparator/> |
243 <menuitem label="&subscription.moveUp.label;" key="moveUp-key"
command="subscription-moveUp-command"/> | 243 <menuitem label="&subscription.moveUp.label;" key="moveUp-key"
command="subscription-moveUp-command"/> |
244 <menuitem label="&subscription.moveDown.label;" key="moveDown-
key" command="subscription-moveDown-command"/> | 244 <menuitem label="&subscription.moveDown.label;" key="moveDown-
key" command="subscription-moveDown-command"/> |
245 </menupopup> | 245 </menupopup> |
246 </button> | 246 </button> |
247 </hbox> | 247 </hbox> |
248 | 248 |
249 <description class="warning" hidden="{!subscription.upgradeRequired}
">&subscription.minVersion.warning;</description> | 249 <description class="warning" hidden="{!upgradeRequired}">&subscripti
on.minVersion.warning;</description> |
250 <description class="warning" hidden="{!disabledFilters}"> | 250 <description class="warning" hidden="{!disabledFilters}"> |
251 &subscription.disabledFilters.warning; | 251 &subscription.disabledFilters.warning; |
252 <description class="link" value="&subscription.disabledFilters.ena
ble;" onclick="SubscriptionActions.enableFilters(this);"/> | 252 <description class="link" value="&subscription.disabledFilters.ena
ble;" onclick="SubscriptionActions.enableFilters(this);"/> |
253 </description> | 253 </description> |
254 </vbox> | 254 </vbox> |
255 </richlistitem> | 255 </richlistitem> |
256 | 256 |
257 <deck id="noSubscriptionsDeck" flex="1"> | 257 <deck id="noSubscriptionsDeck" flex="1"> |
258 <description flex="1">&noSubscriptions.text;</description> | 258 <description flex="1">&noSubscriptions.text;</description> |
259 <richlistbox id="subscriptions" class="initialFocus" flex="1" | 259 <richlistbox id="subscriptions" class="initialFocus" flex="1" |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 <menuitem id="restoreOwnBackup" key="restore-key" label="&restore.own.labe
l;…" oncommand="Backup.restoreFromFile();"/> | 391 <menuitem id="restoreOwnBackup" key="restore-key" label="&restore.own.labe
l;…" oncommand="Backup.restoreFromFile();"/> |
392 </menupopup> | 392 </menupopup> |
393 </button> | 393 </button> |
394 | 394 |
395 <spacer flex="1"/> | 395 <spacer flex="1"/> |
396 | 396 |
397 <button id="close" dlgtype="accept" label="&close.label;"/> | 397 <button id="close" dlgtype="accept" label="&close.label;"/> |
398 </hbox> | 398 </hbox> |
399 | 399 |
400 </dialog> | 400 </dialog> |
LEFT | RIGHT |