summaryrefslogtreecommitdiffstats
path: root/l10n-ia/mail/chrome/messenger-smime
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ia/mail/chrome/messenger-smime')
-rw-r--r--l10n-ia/mail/chrome/messenger-smime/certFetchingStatus.dtd9
-rw-r--r--l10n-ia/mail/chrome/messenger-smime/msgCompSMIMEOverlay.dtd39
-rw-r--r--l10n-ia/mail/chrome/messenger-smime/msgCompSecurityInfo.dtd18
-rw-r--r--l10n-ia/mail/chrome/messenger-smime/msgCompSecurityInfo.properties13
-rw-r--r--l10n-ia/mail/chrome/messenger-smime/msgReadSMIMEOverlay.dtd8
-rw-r--r--l10n-ia/mail/chrome/messenger-smime/msgReadSMIMEOverlay.properties11
-rw-r--r--l10n-ia/mail/chrome/messenger-smime/msgReadSecurityInfo.dtd17
-rw-r--r--l10n-ia/mail/chrome/messenger-smime/msgSecurityInfo.properties36
8 files changed, 151 insertions, 0 deletions
diff --git a/l10n-ia/mail/chrome/messenger-smime/certFetchingStatus.dtd b/l10n-ia/mail/chrome/messenger-smime/certFetchingStatus.dtd
new file mode 100644
index 0000000000..35a21e0ba8
--- /dev/null
+++ b/l10n-ia/mail/chrome/messenger-smime/certFetchingStatus.dtd
@@ -0,0 +1,9 @@
+<!-- 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 shown while obtaining certificates from a directory -->
+
+<!ENTITY title.label "Discargante certificatos">
+<!ENTITY info.message "Recerca del directorio pro certificatos de destinatarios. Isto pote prender alcun minutas.">
+<!ENTITY stop.label "Stoppar le rercerca">
diff --git a/l10n-ia/mail/chrome/messenger-smime/msgCompSMIMEOverlay.dtd b/l10n-ia/mail/chrome/messenger-smime/msgCompSMIMEOverlay.dtd
new file mode 100644
index 0000000000..711babe327
--- /dev/null
+++ b/l10n-ia/mail/chrome/messenger-smime/msgCompSMIMEOverlay.dtd
@@ -0,0 +1,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 "Non cryptar">
+<!ENTITY menu_securityDoNotEncrypt.accesskey "o">
+
+<!-- not yet used
+<!ENTITY menu_securityEncryptOptional.label "Allow Encryption">
+<!ENTITY menu_securityEncryptOptional.accesskey "w">
+-->
+
+<!ENTITY menu_securityEncryptRequire2.label "Cryptation obligatori">
+<!ENTITY menu_securityEncryptRequire.accesskey "o">
+
+<!ENTITY menu_securitySign.label "Signar digitalmente iste message">
+<!ENTITY menu_securitySign.accesskey "m">
+
+<!ENTITY menu_securityAttachMyKey.label "Attachar mi clave public">
+<!ENTITY menu_securityAttachMyKey.accesskey "A">
+
+<!ENTITY menu_securityTech.label "Technologia de cryptation">
+<!ENTITY menu_securityTech.accesskey "T">
+
+<!ENTITY menu_techPGP.label "OpenPGP">
+<!ENTITY menu_techPGP.accesskey "O">
+<!ENTITY menu_techSMIME.label "">
+<!ENTITY menu_techSMIME.accesskey "S">
+
+<!ENTITY menu_securityStatus.label "Vider informationes de securitate">
+<!ENTITY menu_securityStatus.accesskey "i">
+
+<!ENTITY securityButton.label "Securitate">
+<!ENTITY securityButton.tooltip "Vider o cambiar le parametros de securitate">
+
+<!ENTITY menu_viewSecurityStatus.label "Informationes de securitate message">
+<!ENTITY menu_viewSecurityStatus.accesskey "I">
diff --git a/l10n-ia/mail/chrome/messenger-smime/msgCompSecurityInfo.dtd b/l10n-ia/mail/chrome/messenger-smime/msgCompSecurityInfo.dtd
new file mode 100644
index 0000000000..424408f11c
--- /dev/null
+++ b/l10n-ia/mail/chrome/messenger-smime/msgCompSecurityInfo.dtd
@@ -0,0 +1,18 @@
+<!-- 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 msgCompSecurityInfo.dtd UI for viewing security status when composing a message -->
+
+<!ENTITY title.label "Securitate del message">
+<!ENTITY subject.plaintextWarning "Nota: le rigas del subjecto del messages email non es jammais cifrate.">
+<!ENTITY status.heading "Le contento de tu message sera inviate assi:">
+<!ENTITY status.signed "Firmate digitalmente:">
+<!ENTITY status.encrypted "Cifrate:">
+<!ENTITY status.certificates "Certificatos:">
+<!ENTITY view.label "Vider">
+<!ENTITY view.accesskey "V">
+<!ENTITY tree.recipient "Destinatario">
+<!ENTITY tree.status "Stato">
+<!ENTITY tree.issuedDate "Emittite">
+<!ENTITY tree.expiresDate "Expira">
diff --git a/l10n-ia/mail/chrome/messenger-smime/msgCompSecurityInfo.properties b/l10n-ia/mail/chrome/messenger-smime/msgCompSecurityInfo.properties
new file mode 100644
index 0000000000..bc1390c8dd
--- /dev/null
+++ b/l10n-ia/mail/chrome/messenger-smime/msgCompSecurityInfo.properties
@@ -0,0 +1,13 @@
+# 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/.
+
+StatusNotFound=Non trovate
+StatusValid=Valide
+StatusExpired=Expirate
+StatusUntrusted=Non digne de fide
+StatusRevoked=Revocate
+StatusInvalid=Non valide
+StatusYes=Si
+StatusNo=No
+StatusNotPossible=Impossibile
diff --git a/l10n-ia/mail/chrome/messenger-smime/msgReadSMIMEOverlay.dtd b/l10n-ia/mail/chrome/messenger-smime/msgReadSMIMEOverlay.dtd
new file mode 100644
index 0000000000..f3c3225685
--- /dev/null
+++ b/l10n-ia/mail/chrome/messenger-smime/msgReadSMIMEOverlay.dtd
@@ -0,0 +1,8 @@
+<!-- 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 msgReadSMIMEOverlay.dtd UI for s/mime hooks in message reading -->
+
+<!ENTITY menu_securityStatus.label "Informationes de securitate message">
+<!ENTITY menu_securityStatus.accesskey "I">
diff --git a/l10n-ia/mail/chrome/messenger-smime/msgReadSMIMEOverlay.properties b/l10n-ia/mail/chrome/messenger-smime/msgReadSMIMEOverlay.properties
new file mode 100644
index 0000000000..5a4279f422
--- /dev/null
+++ b/l10n-ia/mail/chrome/messenger-smime/msgReadSMIMEOverlay.properties
@@ -0,0 +1,11 @@
+# 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/.
+
+ImapOnDemand=Le message monstrate ha essite signate digitalmente, ma non tote su annexos ha ancora essite discargate. Dunque, le signatura non pote esser verificate. Clicca sur OK pro discargar le message complete e verificar le signatura.
+#
+#NOTE To translator, anything between %..% and <..> should not be translated.
+# the former will be replaced by java script, and the latter is HTML formatting.
+#
+CantDecryptTitle=%brand% non pote decryptar iste message
+CantDecryptBody=Le expeditor ha cryptate iste message per un de tu certificatos digital, totevia %brand% non pote trovar iste certificato e le clave private correspondente. <br> Possibile solutiones: <br><ul><li>Si tu ha un smartcard, insere lo ora. <li>Si tu usa un nove machina o un nove profilo de %brand%, tu debera restaurar tu certificato e clave private relative per un copia de reserva. Le copias de reserva del certificatos usualmente ha extension ".p12".</ul>
diff --git a/l10n-ia/mail/chrome/messenger-smime/msgReadSecurityInfo.dtd b/l10n-ia/mail/chrome/messenger-smime/msgReadSecurityInfo.dtd
new file mode 100644
index 0000000000..38189c9833
--- /dev/null
+++ b/l10n-ia/mail/chrome/messenger-smime/msgReadSecurityInfo.dtd
@@ -0,0 +1,17 @@
+<!-- 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 msgReadSecurityInfo.dtd UI for viewing security status when reading a received message -->
+
+<!ENTITY status.label "Securitate del message">
+<!ENTITY signatureCert.label "Vider le firma del certificato">
+<!ENTITY encryptionCert.label "Vider certificato del cryptation">
+
+<!ENTITY signer.name "Signate per:">
+<!ENTITY recipient.name "Cryptate pro:">
+<!ENTITY email.address "Adresse email:">
+<!ENTITY issuer.name "Certificato emittite per:">
+
+<!-- LOCALIZATION NOTE(SMIME.label): This a name for a technical standard. You should not translate it, but if applicable, you may write it using localized characters. -->
+<!ENTITY SMIME.label "S/MIME">
diff --git a/l10n-ia/mail/chrome/messenger-smime/msgSecurityInfo.properties b/l10n-ia/mail/chrome/messenger-smime/msgSecurityInfo.properties
new file mode 100644
index 0000000000..797e392e5d
--- /dev/null
+++ b/l10n-ia/mail/chrome/messenger-smime/msgSecurityInfo.properties
@@ -0,0 +1,36 @@
+# 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/.
+
+## Signature Information strings
+SINoneLabel=Message ha nulle firma digital
+SINone=Tal message non include le firma digital del expeditor. Le absentia de un firma digital significa que le message poterea haber essite inviate per alcuno que finge de haber tal adresse email. Il es alsi possibile que le message ha essite alterate in transito trans le rete. Comocunque, il ambe eventos es inverisimile que ha occurrite.
+SIValidLabel=Message firmate
+SIValid=Tal message include un valide firma digital. Le message non ha essite alterate post que illo ha essite inviate.
+SIInvalidLabel=Le firma digital non es valide
+SIInvalidHeader=Tal message include un firma digital, ma le firma non es valide.
+SIContentAltered=Le firma non concorda correctemente le contento del message. Le message pare haber essite alterate post que le expeditor lo ha firmate. Tu deberea non acceptar le validitate de tal message usque tu verifica su contentos con le expeditor.
+SIExpired=Le certificato usate pro firmar le message appare haber expirate. Verifica que tu horologio de computator es regulate correctemente.
+SIRevoked=Le certificato usate pro firmar le message ha essite revocate. Tu deberea non acceptar le validitate de tal message usque tu verifica su contentos con le expeditor.
+SINotYetValid=Le certificato usate pro firmar le message appare non esser plus valide. Verifica que tu horologio de computator es regulate correctemente.
+SIUnknownCA=Le certificato usate pro firmar le message ha essite emittite per un autoritate de certification incognite.
+SIUntrustedCA=Le certificato usate pro firmar le message ha essite publicate per un autoritates de certification que tu non fide emitter tal sorta de certificato.
+SIExpiredCA=Le certificato usate pro firmar le message ha essite publicate per un autoritates de certification del que le proprie certificato ha expirate. Verifica que tu horologio de computator es regulate correctemente.
+SIRevokedCA=Le certificato usate pro firmar le message ha essite publicate per un certificato autoritate del que proprie certificato ha essite revocate. Tu deberea non acceptar le validitate de tal message usque tu verifica su contentos con le expeditor.
+SINotYetValidCA=Le certificato usate pro firmar le message ha essite publicate per un autoritate de certification del que proprie certificato non es ancora valide. Verifica que tu horologio de computator es regulate correctemente.
+SIInvalidCipher=Le message ha essite signate con un nivello de cryptographia que iste version del programma non supporta.
+SIClueless=Il ha problemas incognite con iste firma digital. Tu deberea non acceptar le validitate de tal message usque tu verifica su contentos con le expeditor.
+SIPartiallyValidLabel=Message firmate
+SIPartiallyValidHeader=Ben que le firma digital es valide, il es incognite si expeditor e signator es identic persona.
+SIHeaderMismatch=Le adresse email in le lista de presentation in le certificato del signator es differente del adresse email que era usate pro invia tal message. Per favor reguarda le detalios del certificato del firma pro saper qui ha firmate le message.
+SICertWithoutAddress=Le certificato usate pro firmar le message non contine un adresse email. Per favor reguarda le detalios del certificato del firma pro saper qui ha firmate le message.
+
+## Encryption Information strings
+EINoneLabel2=Message non cifrate
+EINone=Iste message non ha essite cifrate ante que illo ha essite inviate. Informationes inviate per internet non cifrate pote esser vidite per altere personas durante lor transito.
+EIValidLabel=Message cifrate
+EIValid=Iste message ha essite cifrate ante illo ha essite inviate a te. Le cryptographia rende multo difficile a altere personas vider informationes durante que illo viagia trans le rete.
+EIInvalidLabel=Le message non pote esser decifrate
+EIInvalidHeader=Iste message ha essite cifrate ante que illo ha essite inviate a te, ma illo non pote esser decifrate.
+EIContentAltered=Le contentos del message pare haber essite alterate durante le transmission.
+EIClueless=Il ha problemas incognite con iste message cifrate.