blob: 26112160048a604d604d0cb1ff36b1a0dccf49da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!--LOCALIZATION NOTE msgCompSMIMEOverlay.dtd UI for s/mime hooks in message composition -->
<!ENTITY menu_securityDoNotEncrypt.label "No cifrar">
<!ENTITY menu_securityDoNotEncrypt.accesskey "N">
<!-- not yet used
<!ENTITY menu_securityEncryptOptional.label "Allow Encryption">
<!ENTITY menu_securityEncryptOptional.accesskey "w">
-->
<!ENTITY menu_securityEncryptRequire2.label "Requerir cifrado">
<!ENTITY menu_securityEncryptRequire.accesskey "E">
<!ENTITY menu_securitySign.label "Firmar digitalmente este mensaje">
<!ENTITY menu_securitySign.accesskey "F">
<!ENTITY menu_securityAttachMyKey.label "Adjuntar mi clave pública">
<!ENTITY menu_securityAttachMyKey.accesskey "A">
<!ENTITY menu_securityTech.label "Tecnología de cifrado">
<!ENTITY menu_securityTech.accesskey "T">
<!ENTITY menu_techPGP.label "OpenPGP">
<!ENTITY menu_techPGP.accesskey "O">
<!ENTITY menu_techSMIME.label "S/MIME">
<!ENTITY menu_techSMIME.accesskey "S">
<!ENTITY menu_securityStatus.label "Ver información de seguridad">
<!ENTITY menu_securityStatus.accesskey "I">
<!ENTITY securityButton.label "Seguridad">
<!ENTITY securityButton.tooltip "Ver o cambiar la configuración de seguridad">
<!ENTITY menu_viewSecurityStatus.label "Información de seguridad del mensaje">
<!ENTITY menu_viewSecurityStatus.accesskey "c">
|