]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/editor.php
Split out codemirror JS to its own module
[bookstack] / resources / lang / en / editor.php
index 83e8f431322e1b710d919e944452e482fe4b1f23..e84d60a7d0dbb7710511d4ce8e43ff5e3a9e59fc 100644 (file)
@@ -23,6 +23,7 @@ return [
     'bottom' => 'Bottom',
     'width' => 'Width',
     'height' => 'Height',
+    'More' => 'More',
 
     // Toolbar
     'formats' => 'Formats',
@@ -32,7 +33,7 @@ return [
     'header_tiny' => 'Tiny Header',
     'paragraph' => 'Paragraph',
     'blockquote' => 'Blockquote',
-    'inline_code' => 'Inline Code',
+    'inline_code' => 'Inline code',
     'callouts' => 'Callouts',
     'callout_information' => 'Information',
     'callout_success' => 'Success',
@@ -130,4 +131,18 @@ return [
     'open_link' => 'Open link in...',
     'open_link_current' => 'Current window',
     'open_link_new' => 'New window',
+
+    // About view
+    'about_title' => 'About the WYSIWYG Editor',
+    'editor_license' => 'Editor License & Copyright',
+    'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
+    '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)',
+    'shortcuts' => 'Shortcuts',
+    'shortcut' => 'Shortcut',
+    'shortcuts_intro' => 'The following shortcuts are available in the editor:',
+    'windows_linux' => '(Windows/Linux)',
+    'mac' => '(Mac)',
+    'description' => 'Description',
 ];