diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json
index 5d1c28484..637b05bef 100644
--- a/www/common/translations/messages.json
+++ b/www/common/translations/messages.json
@@ -857,19 +857,19 @@
"title": "Getting started",
"generic": {
"more": "Learn more about how CryptPad can work for you by reading our FAQ",
- "share": "Use the share menu () to generate a link so collaborators can view or edit this pad",
+ "share": "Share this document with the Share button, and manage access rights with Access.",
"save": "All your changes are synced automatically so you never need to save"
},
"text": {
- "formatting": "You can display or hide the text formatting toolbar by clicking the or buttons",
- "embed": "Registered users can embed an image or a file stored in their CryptDrive using ",
+ "formatting": "Show/hide the text toolbar with the Tools button.",
+ "embed": "Insert an image from your CryptDrive or computer with the Insert button (logged in users).",
"history": "You can use history to view or restore previous versions"
},
"pad": {
"export": "You can export the content as PDF using the button in the text formatting toolbar"
},
"code": {
- "modes": "Use the dropdown menus in the submenu to change syntax highlighting modes or color themes"
+ "modes": "Use the Theme menu to choose an editor theme and syntax highlighting."
},
"beta": {
"warning": "This editor is still experimental, you can report bugs on our issue tracker"
@@ -880,7 +880,7 @@
"slide": {
"markdown": "Write slides in Markdown and separate them with a line containing ---
",
"present": "Start the presentation using the button",
- "settings": "Change the slide settings (background, transitions, page numbers, etc.) with the button in the submenu",
+ "settings": "Use the Theme menu to change slide colors and Options (background, transitions, page numbers, etc.).",
"colors": "Change the text and background colors using the and buttons"
},
"poll": {
@@ -891,8 +891,8 @@
},
"whiteboard": {
"colors": "Double-click colors to modify your palette",
- "mode": "Disable draw mode to drag and stretch strokes",
- "embed": "Embed images from your disk or your CryptDrive and export them as PNG to your disk or your CryptDrive "
+ "mode": "Switch to Select mode to move and transform strokes.",
+ "embed": "Embed images from your CryptDrive or computer with Insert. Export the canvas as PNG to your CryptDrive with File > Save as image or to your computer with File > Export."
},
"kanban": {
"add": "Add new cards and boards by clicking the buttons",
@@ -1367,5 +1367,15 @@
"settings_padNotifHint": "Ignore notifications when someone replies to one of your comments",
"settings_padNotifCheckbox": "Disable comment notifications",
"comments_error": "Can't add a comment here",
- "fm_sort": "Sort"
+ "fm_sort": "Sort",
+ "todo_move": "Your todo list is now in the kanban {0} in your Drive.",
+ "toolbar_theme": "Theme",
+ "toolbar_insert": "Insert",
+ "toolbar_savetodrive": "Save as image",
+ "toolbar_tools": "Tools",
+ "drive_treeButton": "Files",
+ "code_editorTheme": "Editor theme",
+ "toolbar_file": "File",
+ "slide_backCol": "Background color",
+ "slide_textCol": "Text color"
}