Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | |
michael@0 | 3 | # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- |
michael@0 | 4 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 5 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 6 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 7 | |
michael@0 | 8 | <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> |
michael@0 | 9 | <?xml-stylesheet href="chrome://mozapps/skin/extensions/update.css" type="text/css"?> |
michael@0 | 10 | |
michael@0 | 11 | <!DOCTYPE wizard [ |
michael@0 | 12 | <!ENTITY % updateDTD SYSTEM "chrome://mozapps/locale/extensions/update.dtd"> |
michael@0 | 13 | <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> |
michael@0 | 14 | %updateDTD; |
michael@0 | 15 | %brandDTD; |
michael@0 | 16 | ]> |
michael@0 | 17 | |
michael@0 | 18 | <wizard id="updateWizard" |
michael@0 | 19 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
michael@0 | 20 | title="&updateWizard.title;" |
michael@0 | 21 | windowtype="Addons:Compatibility" |
michael@0 | 22 | branded="true" |
michael@0 | 23 | onload="gUpdateWizard.init();" |
michael@0 | 24 | onwizardfinish="gUpdateWizard.onWizardFinish();" |
michael@0 | 25 | onwizardcancel="return gUpdateWizard.onWizardCancel();" |
michael@0 | 26 | onclose="return gUpdateWizard.onWizardClose(event);" |
michael@0 | 27 | buttons="accept,cancel"> |
michael@0 | 28 | |
michael@0 | 29 | <script type="application/javascript" src="chrome://mozapps/content/extensions/update.js"/> |
michael@0 | 30 | |
michael@0 | 31 | <stringbundleset id="updateSet"> |
michael@0 | 32 | <stringbundle id="brandStrings" src="chrome://branding/locale/brand.properties"/> |
michael@0 | 33 | <stringbundle id="updateStrings" src="chrome://mozapps/locale/extensions/update.properties"/> |
michael@0 | 34 | </stringbundleset> |
michael@0 | 35 | |
michael@0 | 36 | <wizardpage id="dummy" pageid="dummy"/> |
michael@0 | 37 | |
michael@0 | 38 | <wizardpage id="offline" pageid="offline" next="versioninfo" |
michael@0 | 39 | label="&offline.title;" |
michael@0 | 40 | onpageadvanced="return gOfflinePage.onPageAdvanced();"> |
michael@0 | 41 | <description>&offline.description;</description> |
michael@0 | 42 | <checkbox id="toggleOffline" |
michael@0 | 43 | checked="true" |
michael@0 | 44 | label="&offline.toggleOffline.label;" |
michael@0 | 45 | accesskey="&offline.toggleOffline.accesskey;" |
michael@0 | 46 | oncommand="gOfflinePage.toggleOffline();"/> |
michael@0 | 47 | </wizardpage> |
michael@0 | 48 | |
michael@0 | 49 | <wizardpage id="versioninfo" pageid="versioninfo" next="mismatch" |
michael@0 | 50 | label="&versioninfo.wizard.title;" |
michael@0 | 51 | onpageshow="gVersionInfoPage.onPageShow();"> |
michael@0 | 52 | <label>&versioninfo.top.label;</label> |
michael@0 | 53 | <separator class="thin"/> |
michael@0 | 54 | <progressmeter id="versioninfo.progress" mode="undetermined"/> |
michael@0 | 55 | <hbox align="center"> |
michael@0 | 56 | <image id="versioninfo.throbber" class="throbber"/> |
michael@0 | 57 | <label flex="1" id="versioninfo.status" crop="right">&versioninfo.waiting;</label> |
michael@0 | 58 | </hbox> |
michael@0 | 59 | <separator/> |
michael@0 | 60 | </wizardpage> |
michael@0 | 61 | |
michael@0 | 62 | <wizardpage id="mismatch" pageid="mismatch" next="checking" |
michael@0 | 63 | label="&mismatch.win.title;" |
michael@0 | 64 | onpageshow="gMismatchPage.onPageShow();"> |
michael@0 | 65 | <label>&mismatch.top.label;</label> |
michael@0 | 66 | <separator class="thin"/> |
michael@0 | 67 | <listbox id="mismatch.incompatible" flex="1"/> |
michael@0 | 68 | <separator class="thin"/> |
michael@0 | 69 | <label>&mismatch.bottom.label;</label> |
michael@0 | 70 | </wizardpage> |
michael@0 | 71 | |
michael@0 | 72 | <wizardpage id="checking" pageid="checking" next="noupdates" |
michael@0 | 73 | label="&checking.wizard.title;" |
michael@0 | 74 | onpageshow="gUpdatePage.onPageShow();"> |
michael@0 | 75 | <label>&checking.top.label;</label> |
michael@0 | 76 | <separator class="thin"/> |
michael@0 | 77 | <progressmeter id="checking.progress"/> |
michael@0 | 78 | <hbox align="center"> |
michael@0 | 79 | <image id="checking.throbber" class="throbber"/> |
michael@0 | 80 | <label id="checking.status" flex="1" crop="right">&checking.status;</label> |
michael@0 | 81 | </hbox> |
michael@0 | 82 | </wizardpage> |
michael@0 | 83 | |
michael@0 | 84 | <wizardpage id="noupdates" pageid="noupdates" |
michael@0 | 85 | label="&noupdates.wizard.title;" |
michael@0 | 86 | onpageshow="gNoUpdatesPage.onPageShow();"> |
michael@0 | 87 | <description>&noupdates.intro.desc;</description> |
michael@0 | 88 | <separator class="thin"/> |
michael@0 | 89 | <hbox id="updateCheckErrorNotFound" class="alertBox" hidden="true" align="top"> |
michael@0 | 90 | <image id="alert"/> |
michael@0 | 91 | <description flex="1">&noupdates.error.desc;</description> |
michael@0 | 92 | </hbox> |
michael@0 | 93 | <separator class="thin"/> |
michael@0 | 94 | <description id="noupdatesCheckEnabled" hidden="true"> |
michael@0 | 95 | &noupdates.checkEnabled.desc; |
michael@0 | 96 | </description> |
michael@0 | 97 | <vbox id="noupdatesCheckDisabled" hidden="true"> |
michael@0 | 98 | <description>&finished.checkDisabled.desc;</description> |
michael@0 | 99 | <checkbox label="&enableChecking.label;" checked="true" |
michael@0 | 100 | oncommand="gUpdateWizard.shouldAutoCheck = this.checked;"/> |
michael@0 | 101 | </vbox> |
michael@0 | 102 | <separator flex="1"/> |
michael@0 | 103 | #ifndef XP_MACOSX |
michael@0 | 104 | <label>&clickFinish.label;</label> |
michael@0 | 105 | #else |
michael@0 | 106 | <label>&clickFinish.labelMac;</label> |
michael@0 | 107 | #endif |
michael@0 | 108 | <separator class="thin"/> |
michael@0 | 109 | </wizardpage> |
michael@0 | 110 | |
michael@0 | 111 | <wizardpage id="found" pageid="found" next="installing" |
michael@0 | 112 | label="&found.wizard.title;" |
michael@0 | 113 | onpageshow="gFoundPage.onPageShow();"> |
michael@0 | 114 | <label>&found.top.label;</label> |
michael@0 | 115 | <separator class="thin"/> |
michael@0 | 116 | <listbox id="found.updates" flex="1" seltype="multiple" |
michael@0 | 117 | onclick="gFoundPage.updateNextButton();"/> |
michael@0 | 118 | <separator class="thin"/> |
michael@0 | 119 | <vbox align="left" id="xpinstallDisabledAlert" hidden="true"> |
michael@0 | 120 | <description>&found.disabledXPinstall.label;</description> |
michael@0 | 121 | <checkbox label="&found.enableXPInstall.label;" |
michael@0 | 122 | id="enableXPInstall" |
michael@0 | 123 | accesskey="&found.enableXPInstall.accesskey;" |
michael@0 | 124 | oncommand="gFoundPage.toggleXPInstallEnable(event);"/> |
michael@0 | 125 | </vbox> |
michael@0 | 126 | </wizardpage> |
michael@0 | 127 | |
michael@0 | 128 | <wizardpage id="installing" pageid="installing" next="finished" |
michael@0 | 129 | label="&installing.wizard.title;" |
michael@0 | 130 | onpageshow="gInstallingPage.onPageShow();"> |
michael@0 | 131 | <label>&installing.top.label;</label> |
michael@0 | 132 | <progressmeter id="downloadProgress"/> |
michael@0 | 133 | <hbox align="center"> |
michael@0 | 134 | <image id="installing.throbber" class="throbber"/> |
michael@0 | 135 | <label id="actionItem" flex="1" crop="right"/> |
michael@0 | 136 | </hbox> |
michael@0 | 137 | <separator/> |
michael@0 | 138 | </wizardpage> |
michael@0 | 139 | |
michael@0 | 140 | <wizardpage id="installerrors" pageid="installerrors" |
michael@0 | 141 | label="&installerrors.wizard.title;" |
michael@0 | 142 | onpageshow="gInstallErrorsPage.onPageShow();"> |
michael@0 | 143 | <hbox align="top" class="alertBox"> |
michael@0 | 144 | <description flex="1">&installerrors.intro.label;</description> |
michael@0 | 145 | </hbox> |
michael@0 | 146 | <separator flex="1"/> |
michael@0 | 147 | #ifndef XP_MACOSX |
michael@0 | 148 | <label>&clickFinish.label;</label> |
michael@0 | 149 | #else |
michael@0 | 150 | <label>&clickFinish.labelMac;</label> |
michael@0 | 151 | #endif |
michael@0 | 152 | <separator class="thin"/> |
michael@0 | 153 | </wizardpage> |
michael@0 | 154 | |
michael@0 | 155 | <wizardpage id="adminDisabled" pageid="adminDisabled" |
michael@0 | 156 | label="&adminDisabled.wizard.title;" |
michael@0 | 157 | onpageshow="gAdminDisabledPage.onPageShow();"> |
michael@0 | 158 | <separator/> |
michael@0 | 159 | <hbox class="alertBox" align="top"> |
michael@0 | 160 | <image id="alert"/> |
michael@0 | 161 | <description flex="1">&adminDisabled.warning.label;</description> |
michael@0 | 162 | </hbox> |
michael@0 | 163 | <separator flex="1"/> |
michael@0 | 164 | #ifndef XP_MACOSX |
michael@0 | 165 | <label>&clickFinish.label;</label> |
michael@0 | 166 | #else |
michael@0 | 167 | <label>&clickFinish.labelMac;</label> |
michael@0 | 168 | #endif |
michael@0 | 169 | <separator class="thin"/> |
michael@0 | 170 | </wizardpage> |
michael@0 | 171 | |
michael@0 | 172 | <wizardpage id="finished" pageid="finished" |
michael@0 | 173 | label="&finished.wizard.title;" |
michael@0 | 174 | onpageshow="gFinishedPage.onPageShow();"> |
michael@0 | 175 | |
michael@0 | 176 | <label>&finished.top.label;</label> |
michael@0 | 177 | <separator/> |
michael@0 | 178 | <description id="finishedCheckEnabled" hidden="true"> |
michael@0 | 179 | &finished.checkEnabled.desc; |
michael@0 | 180 | </description> |
michael@0 | 181 | <vbox id="finishedCheckDisabled" hidden="true"> |
michael@0 | 182 | <description>&finished.checkDisabled.desc;</description> |
michael@0 | 183 | <checkbox label="&enableChecking.label;" checked="true" |
michael@0 | 184 | oncommand="gUpdateWizard.shouldAutoCheck = this.checked;"/> |
michael@0 | 185 | </vbox> |
michael@0 | 186 | <separator flex="1"/> |
michael@0 | 187 | #ifndef XP_MACOSX |
michael@0 | 188 | <label>&clickFinish.label;</label> |
michael@0 | 189 | #else |
michael@0 | 190 | <label>&clickFinish.labelMac;</label> |
michael@0 | 191 | #endif |
michael@0 | 192 | <separator class="thin"/> |
michael@0 | 193 | </wizardpage> |
michael@0 | 194 | |
michael@0 | 195 | </wizard> |
michael@0 | 196 |