diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json
index 3c2e39e5b..88fdc832b 100644
--- a/www/common/translations/messages.json
+++ b/www/common/translations/messages.json
@@ -779,6 +779,10 @@
"crypto": {
"q": "What cryptography do you use?",
"a": "CryptPad is based upon two open-source cryptography libraries: tweetnacl.js and scrypt-async.js.
Scrypt is a password-based key derivation algorithm. We use it to turn your username and password into a unique keyring which secures access to your CryptDrive such that only you can access your list of pads.
We use the xsalsa20-poly1305 and x25519-xsalsa20-poly1305 cyphers provided by tweetnacl to encrypt pads and chat history, respectively."
+ },
+ "pad_password": {
+ "q": "What happens when I protect a pad/folder with a password?",
+ "a": "You can protect any pad or shared folder with a password when you create it. You can also use the properties menu to set/change/remove a password at any time.
Pad and shared folder passwords are intended to protect the link when you share it over potentially insecure channels such as email or text message. If someone intercepts your link but does not have the password they will not be able to read your document.
When sharing within CryptPad with your contacts or teams, communications are encrypted and we assume you want them to access your document. Therefore the password is remembered and sent with the pad when you share it. The recipient, or yourself, are not asked for it when they open the document."
}
},
"usability": {
@@ -1164,7 +1168,7 @@
"owner_request_declined": "{0} has declined your offer to be an owner of {1}",
"owner_removed": "{0} has removed your ownership of {1}",
"owner_removedPending": "{0} has canceled your ownership offer for {1}",
- "share_linkTeam": "Share with a team",
+ "share_linkTeam": "Add to team drive",
"team_pickFriends": "Choose which friends to invite to this team",
"team_inviteModalButton": "Invite",
"team_noFriend": "You haven't connected with any friends on CryptPad yet.",
@@ -1242,5 +1246,10 @@
"teams_table_admins": "Manage members",
"teams_table_owners": "Manage team",
"teams_table_role": "Role",
- "pad_wordCount": "Words: {0}"
+ "pad_wordCount": "Words: {0}",
+ "share_linkWarning": "This link contains the keys to your document. Recipients will gain non-revokable access to your content.",
+ "share_linkPasswordAlert": "This item is password protected. When you send the link the recipient will have to enter the password.",
+ "share_contactPasswordAlert": "This item is password protected. Because you are sharing it with a CryptPad contact, the recipient will not have to enter the password.",
+ "share_embedPasswordAlert": "This item is password protected. When you embed this pad, viewers will be asked for the password.",
+ "passwordFaqLink": "Read more about passwords"
}