{name: 'editor', text: '{% trans "Edit your document text." %}'},
{name: 'sourceEditor', text: '{% trans "View the xml code of your document." %}'},
{name: 'history', text: '{% trans "Here you can view the change history." %}'},
+ {name: 'statusBar', text: '{% trans "The status bar shows helpful messages when you place the mouse cursor over toolbar buttons." %}'},
+ {name: 'undo', text: '{% trans "Click Undo to revert recent changes." %}'},
+ {name: 'redo', text: '{% trans "Redo will reapply undone changes." %}'},
{name: 'switchToHeader', text: '{% trans "Place the cursor at the end of the line after which you want to add a new header, and press Enter. Click “header” to switch the new paragraph into a header." %}'},
{name: 'switchToParagraph', text: '{% trans "Use this option to switch a header to a paragraph." %}'},
{name: 'switchToImage', text: '{% trans "Add graphics to your document. Click “image” to make a frame, then click this frame to insert an image file (JPG, PNG, GIF, SVG)." %}'},