no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / security / manager / pki / resources / content / resetpassword.xhtml
blobc473654da478e1e4ccfefa5feb6ea12dba18b088
1 <?xml version="1.0"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 <!DOCTYPE window>
8 <window
9 data-l10n-id="reset-primary-password-window2"
10 data-l10n-attrs="title, style"
11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
12 xmlns:html="http://www.w3.org/1999/xhtml"
14 <dialog
15 id="reset_password"
16 buttons="accept,cancel"
17 buttonidaccept="reset-password-button-label"
18 defaultButton="cancel"
20 <linkset>
21 <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
23 <html:link rel="localization" href="security/pippki/pippki.ftl" />
24 </linkset>
26 <stringbundle
27 id="pippki_bundle"
28 src="chrome://pippki/locale/pippki.properties"
31 <script src="chrome://pippki/content/pippki.js" />
32 <script src="chrome://pippki/content/resetpassword.js" />
34 <hbox flex="1">
35 <vbox>
36 <image class="alert-icon" style="margin: 5px" />
37 </vbox>
38 <vbox style="margin: 5px" flex="1">
39 <hbox flex="1">
40 <vbox flex="1">
41 <description
42 data-l10n-id="reset-primary-password-text"
43 ></description>
44 </vbox>
45 </hbox>
46 </vbox>
47 </hbox>
48 </dialog>
49 </window>