|
993 | 993 | "_remove_passphrase_desc_2_" = "You can re-enter the passphrase here at any time to ensure access to your encrypted content from this device."; |
994 | 994 | "_e2e_error_incorrect_passphrase_" = "Wrong password?"; |
995 | 995 | "_e2e_error_passphrase_title" = "Error while decrypting."; |
996 | | -"_e2ee_setup_passphrase_error_" = "The provided passphrase is incorrect"; |
| 996 | + |
997 | 997 | "_scans_document_" = "Scan document"; |
998 | 998 | //"_scanned_images_" = "Scanned images"; |
999 | 999 | "_scanned_images_" = "Scanned documents"; |
@@ -1559,3 +1559,40 @@ You can stop it at any time, adjust the settings, and enable it again."; |
1559 | 1559 | "_add_to_album" = "Add to Album"; |
1560 | 1560 | "_remove_from_album_" = "Remove from Album"; |
1561 | 1561 | "_album_already_exists_" = "Could not complete the operation, album with the same name exists"; |
| 1562 | + |
| 1563 | +// MARK: E2EE |
| 1564 | +"_e2ee_no_session_" = "End-to-end encryption error, no account for this session"; |
| 1565 | +"_e2ee_no_dir_" = "End-to-end encryption error, cannot get directory"; |
| 1566 | +"_e2ee_no_certificate_" = "End-to-end encryption error, cannot get certificate"; |
| 1567 | +"_e2ee_no_generate_key_" = "End-to-end encryption error, cannot generate key"; |
| 1568 | +"_e2ee_no_metadataKey_found_" = "End-to-end encryption error, cannot decrypt metadata key"; |
| 1569 | +"_e2ee_no_user_found_" = "End-to-end encryption error, user not found"; |
| 1570 | +"_e2ee_no_signature_found_" = "End-to-end encryption error, no signature found"; |
| 1571 | +"_e2ee_counter_check_" = "End-to-end encryption error, the counter is lower than the previous one"; |
| 1572 | +"_e2ee_signature_failed_" = "End-to-end encryption error, verify signature failed"; |
| 1573 | +"_e2ee_enc_payload_" = "End-to-end encryption error, encrypt payload file"; |
| 1574 | +"_e2ee_no_metadata_" = "End-to-end encryption error, cannot get metadata"; |
| 1575 | +"_e2ee_filedrop_ciphertext_" = "End-to-end encryption error, filedrop ciphertext failed"; |
| 1576 | +"_e2ee_key_ciphertext_" = "End-to-end encryption error, key ciphertext failed"; |
| 1577 | +"_e2ee_key_no_checksums_found_" = "End-to-end encryption error, no checksums found"; |
| 1578 | +"_e2ee_key_checksums_" = "End-to-end encryption error, key checksums failed"; |
| 1579 | +"_e2ee_decode_metadata_" = "End-to-end encryption error, cannot decode metadata"; |
| 1580 | +"_e2ee_no_lock_" = "End-to-end encryption error, unable to lock file"; |
| 1581 | +"_e2ee_no_decrypt_metadata_" = "End-to-end encryption error, cannot decrypt metadata"; |
| 1582 | +"_e2ee_no_enc_file_" = "End-to-end encryption error, cannot encrypt file"; |
| 1583 | +"_e2ee_no_enc_key_" = "End-to-end encryption error, cannot get encoded key"; |
| 1584 | +"_e2ee_no_match_checksum_" = "End-to-end encryption error, checksum does not match"; |
| 1585 | +"_e2ee_create_folder_" = "End-to-end encryption directory creation in progress, please wait …"; |
| 1586 | +"_e2ee_rename_file_" = "End-to-end encryption rename in progress, please wait …"; |
| 1587 | +"_e2ee_encrypt_folder_" = "End-to-end encryption folder in progress, please wait …"; |
| 1588 | +"_e2ee_setup_get_certificate_" = "Server did not return a certificate"; |
| 1589 | +"_e2ee_setup_create_csr_" = "Unable to generate certificate signing request (CSR)"; |
| 1590 | +"_e2ee_setup_sign_certificate_" = "Server did not return a certificate after signing request"; |
| 1591 | +"_e2ee_setup_extract_publickey_" = "Public key mismatch between generated key and certificate"; |
| 1592 | +"_e2ee_setup_get_privatekey_" = "Server did not return an encrypted private key"; |
| 1593 | +"_e2ee_setup_passphrase_error_" = "The provided passphrase is incorrect"; |
| 1594 | +"_e2ee_setup_get_publickey_" = "Server did not return an encrypted public key"; |
| 1595 | +"_e2ee_setup_encript_privatekey_" = "Unable to encrypt the private key"; |
| 1596 | +"_e2ee_setup_store_privatekey_" = "Private key generation returned no usable key"; |
| 1597 | +"_e2ee_setup_verify_publickey_" = "Public key does not match the certificate"; |
| 1598 | +"_e2ee_setup_generate_passphrase_" = "Unable to generate a passphrase"; |
0 commit comments