no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / security / manager / pki / resources / content / setp12password.xhtml
blob5f43a1e811860d11ffc7c6e3b1497af9d7a11aa5
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="set-password-window"
10 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
11 xmlns:html="http://www.w3.org/1999/xhtml"
12 style="width: 48em"
13 onload="onLoad();"
15 <dialog id="setp12password" buttons="accept,cancel">
16 <linkset>
17 <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
19 <html:link rel="localization" href="security/pippki/pippki.ftl" />
20 </linkset>
22 <script src="chrome://global/content/globalOverlay.js" />
23 <script src="chrome://global/content/editMenuOverlay.js" />
25 <script src="chrome://pippki/content/setp12password.js" />
27 <description data-l10n-id="set-password-message"></description>
28 <separator />
29 <vbox>
30 <hbox class="input-row">
31 <label flex="1" data-l10n-id="set-password-backup-pw" />
32 <html:input id="pw1" type="password" oninput="onPasswordInput(true);" />
33 </hbox>
34 <hbox class="input-row">
35 <label flex="1" data-l10n-id="set-password-repeat-backup-pw" />
36 <html:input
37 id="pw2"
38 type="password"
39 oninput="onPasswordInput(false);"
41 </hbox>
42 </vbox>
43 <separator />
44 <description data-l10n-id="set-password-reminder"></description>
45 <separator />
47 <vbox style="margin: 6px">
48 <html:label
49 for="pwmeter"
50 style="display: flex"
51 data-l10n-id="password-quality-meter"
52 ></html:label>
53 <html:progress id="pwmeter" value="0" max="100" />
54 </vbox>
55 </dialog>
56 </window>