no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / security / manager / pki / resources / content / clientauthask.xhtml
blob717dec5670d64ceca7cd17501a8df977732818c2
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="client-auth-window"
10 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
11 xmlns:html="http://www.w3.org/1999/xhtml"
12 onload="onLoad();"
14 <dialog
15 id="certAuthAsk"
16 buttons="accept,cancel"
17 buttonidcancel="client-auth-send-no-certificate"
19 <linkset>
20 <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
21 <html:link
22 rel="stylesheet"
23 href="chrome://pippki/content/clientauthask.css"
26 <html:link rel="localization" href="security/pippki/pippki.ftl" />
27 </linkset>
29 <stringbundleset id="stringbundleset">
30 <stringbundle
31 id="pippki_bundle"
32 src="chrome://pippki/locale/pippki.properties"
34 </stringbundleset>
36 <script src="chrome://pippki/content/pippki.js" />
37 <script src="chrome://pippki/content/clientauthask.js" />
38 <script src="chrome://global/content/globalOverlay.js" />
39 <script src="chrome://global/content/editMenuOverlay.js" />
41 <description
42 class="important"
43 id="clientAuthSiteIdentification"
44 data-l10n-id="client-auth-site-identification"
45 data-l10n-args='{"hostname":""}'
46 ></description>
48 <!-- The items in this menulist must never be sorted,
49 but remain in the order filled by the application
50 -->
51 <menulist id="nicknames" oncommand="onCertSelected();" native="true">
52 <menupopup />
53 </menulist>
55 <description
56 class="important"
57 data-l10n-id="client-auth-cert-details"
58 ></description>
60 <description
61 id="clientAuthCertDetailsIssuedTo"
62 class="details"
63 data-l10n-id="client-auth-cert-details-issued-to"
64 data-l10n-args='{"issuedTo":""}'
65 ></description>
67 <description
68 id="clientAuthCertDetailsSerialNumber"
69 class="details"
70 data-l10n-id="client-auth-cert-details-serial-number"
71 data-l10n-args='{"serialNumber":""}'
72 ></description>
74 <description
75 id="clientAuthCertDetailsValidityPeriod"
76 class="details"
77 data-l10n-id="client-auth-cert-details-validity-period"
78 data-l10n-args='{"notBefore":"","notAfter":""}'
79 ></description>
81 <description
82 id="clientAuthCertDetailsKeyUsages"
83 class="details"
84 data-l10n-id="client-auth-cert-details-key-usages"
85 data-l10n-args='{"keyUsages":""}'
86 ></description>
88 <description
89 id="clientAuthCertDetailsEmailAddresses"
90 class="details"
91 data-l10n-id="client-auth-cert-details-email-addresses"
92 data-l10n-args='{"emailAddresses":""}'
93 ></description>
95 <description
96 id="clientAuthCertDetailsIssuedBy"
97 class="details"
98 data-l10n-id="client-auth-cert-details-issued-by"
99 data-l10n-args='{"issuedBy":""}'
100 ></description>
102 <description
103 id="clientAuthCertDetailsStoredOn"
104 class="details"
105 data-l10n-id="client-auth-cert-details-stored-on"
106 data-l10n-args='{"storedOn":""}'
107 ></description>
109 <checkbox
110 id="rememberBox"
111 data-l10n-id="client-auth-cert-remember-box"
112 checked="true"
113 native="true"
115 </dialog>
116 </window>