<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="alert.smime.add_certificate.loading">The certificate is being imported...</string>
    <string name="alert.smime.add_certificate.success">The certificate was successfully imported.</string>
    <string name="alert.smime.add_certificate.error">The certificate could not be imported.</string>
    <string name="alert.smime.untrusted">Signed message could not be verified. | Some signed messages could not be verified.</string>
    <string name="alert.smime.decrypt_failed">Unable to display the encrypted message</string>
    <string name="alert.smime.encrypt_failed">Message encryption error</string>
    <string name="alert.smime.sign_failed">Message signature error</string>
    <string name="alert.smime.recipients.all_invalid">Message recipients do not allow encryption.</string>
    <string name="alert.smime.recipients.some_invalid">Some message recipients do not allow encryption.</string>
    <string name="alert.smime.invalid_identity">The selected identity does not allow to sign or encrypt the message.</string>
    <string name="alert.smime.certificate">This file contains a certificate for {name}</string>
    <string name="smime.mailapp.body_wrapper.cant_display">Why I can\'t see this message?</string>
    <string name="smime.mailapp.viewer.trusted_sender">This message includes a valid digital signature.</string>
    <string name="smime.mailapp.viewer.untrusted_sender">Message digital signature is invalid.</string>
    <string name="smime.mailapp.viewer.add_certificate.action_short">Import the certificate</string>
    <string name="smime.mailapp.viewer.add_certificate.action">Import the certificate for {email} into My Contacts.</string>
    <string name="smime.mailapp.composer.encrypt">Encrypt the message</string>
    <string name="smime.mailapp.composer.stop_encryption">Disable the message encryption</string>
    <string name="smime.mailapp.composer.stop_encryption_and_signature">Disable signature and encryption</string>
    <string name="smime.mailapp.composer.invalid_recipient">The message cannot be encrypted for this recipient</string>
    <string name="smime.mailapp.composer.encrypt_and_sign">Encrypt and sign the message</string>
    <string name="smime.mailapp.composer.stop_encrypt_and_sign">Disable message encryption and signing</string>
    <string name="smime.mailapp.composer.sign">Sign the message</string>
    <string name="smime.mailapp.composer.stop_signature">Disable the message signature</string>
    <string name="smime.preferences.import_field.title">S/MIME encryption</string>
    <string name="smime.preferences.import_field.cert_and_key_associated">Your private key and public certificate have been associated.</string>
    <string name="smime.preferences.import_field.cert_or_key_dissociated">You do not have any public certificate or private key associated.</string>
    <string name="smime.preferences.import_field.dissociate_warning.content">All associated data will be removed from the browser. Some encrypted messages will no longer be readable.</string>
    <string name="smime.preferences.import_field.dissociate_warning.title">Dissociate my certificate and my private key</string>
    <string name="smime.preferences.import_field.modal.email_not_found">Your certificate must identify your default email address \"{email}\".</string>
    <string name="smime.preferences.import_field.modal.no_cert_found">No certificate has been found.</string>
    <string name="smime.preferences.import_field.modal.no_private_key_found">No private key has been found.</string>
    <string name="smime.preferences.import_field.modal.drop_file">Drop your PKCS#12 file</string>
    <string name="smime.preferences.import_field.modal.title">Import my private key and my public certificate</string>
    <string name="smime.preferences.import_field.modal.unlock_pkcs12">Enter password to unlock PKCS#12 file:</string>
    <string name="smime.preferences.encrypt_field.title">Message encryption by default</string>
    <string name="smime.preferences.encrypt_field.label">By default, encrypt messages when sending</string>
    <string name="smime.preferences.signature_field.title">Message signature by default</string>
    <string name="smime.preferences.signature_field.label">By default, sign messages when sending</string>
    <string name="smime.preferences.service_worker.error">Synchronization error...</string>
    <string name="smime.preferences.service_worker.undefined">Your browser does not support S/MIME encryption.</string>
</resources>