no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / security / manager / pki / resources / content / editcacert.xhtml
blobcdd0afedb9c610d98881384d40ee722d2f8256c7
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="certmgr-edit-ca-cert2"
10 data-l10n-attrs="style"
11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
12 xmlns:html="http://www.w3.org/1999/xhtml"
14 <dialog id="editCaCert" buttons="accept,cancel">
15 <linkset>
16 <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
18 <html:link
19 rel="localization"
20 href="security/certificates/certManager.ftl"
22 </linkset>
24 <script src="chrome://pippki/content/pippki.js" />
25 <script src="chrome://pippki/content/editcacert.js" />
27 <description id="certmsg" />
28 <separator />
29 <description data-l10n-id="certmgr-edit-cert-edit-trust" />
30 <vbox align="start">
31 <checkbox data-l10n-id="certmgr-edit-cert-trust-ssl" id="trustSSL" />
32 <checkbox data-l10n-id="certmgr-edit-cert-trust-email" id="trustEmail" />
33 </vbox>
34 </dialog>
35 </window>