mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Use proper terminology
In French cryptography terminology, "Décrypter" means breaking encryption to get the plaintext (when not knowing the encryption key), while "Déchiffrer" means recovering a plaintext with the encryption key. Link: https://fr.wikipedia.org/wiki/Cryptographie Link: http://www.bortzmeyer.org/cryptage-n-existe-pas.html
This commit is contained in:
parent
c764d628f1
commit
778dd958d4
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ BUTTON_SIGN_AND_ENCRYPT = "Signer et chiffrer"
|
|||
TITLE_MESSAGE_OPEN_PGP = "OpenPGP Decrypt"
|
||||
LABEL_KEY = "Clé Privée"
|
||||
LABEL_PASSWORD = "Mot de passe"
|
||||
BUTTON_DECRYPT = "Décrypter"
|
||||
BUTTON_DECRYPT = "Déchiffrer"
|
||||
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "Test d'authentification en deux étapes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue