X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e88dbe4db3c9e6bfb511283a329a3b9c7ae67e95..refs/pull/3333/head:/resources/lang/en/editor.php diff --git a/resources/lang/en/editor.php b/resources/lang/en/editor.php index e84d60a7d..3daa03e7e 100644 --- a/resources/lang/en/editor.php +++ b/resources/lang/en/editor.php @@ -55,6 +55,7 @@ return [ 'align_justify' => 'Align justify', 'list_bullet' => 'Bullet list', 'list_numbered' => 'Numbered list', + 'list_task' => 'Task list', 'indent_increase' => 'Increase indent', 'indent_decrease' => 'Decrease indent', 'table' => 'Table', @@ -120,7 +121,7 @@ return [ 'show_caption' => 'Show caption', 'constrain' => 'Constrain proportions', - // Images, links & embed + // Images, links, details/summary & embed 'source' => 'Source', 'alt_desc' => 'Alternative description', 'embed' => 'Embed', @@ -131,6 +132,12 @@ return [ 'open_link' => 'Open link in...', 'open_link_current' => 'Current window', 'open_link_new' => 'New window', + 'insert_collapsible' => 'Insert collapsible block', + 'collapsible_unwrap' => 'Unwrap', + 'edit_label' => 'Edit label', + 'toggle_open_closed' => 'Toggle open/closed', + 'collapsible_edit' => 'Edit collapsible block', + 'toggle_label' => 'Toggle label', // About view 'about_title' => 'About the WYSIWYG Editor', @@ -139,6 +146,7 @@ return [ 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.', 'save_continue' => 'Save Page & Continue', 'callouts_cycle' => '(Keep pressing to toggle through types)', + 'link_selector' => 'Link to content', 'shortcuts' => 'Shortcuts', 'shortcut' => 'Shortcut', 'shortcuts_intro' => 'The following shortcuts are available in the editor:',