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