]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/editor.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / en / editor.php
index 3daa03e7e2359f8f1edb94afd161f8eb2204a613..82712029210ebeec005dbf5530d8ad4c0918c042 100644 (file)
@@ -24,6 +24,7 @@ return [
     'width' => 'Width',
     'height' => 'Height',
     'More' => 'More',
+    'select' => 'Select...',
 
     // Toolbar
     'formats' => 'Formats',
@@ -52,7 +53,7 @@ return [
     'align_left' => 'Align left',
     'align_center' => 'Align center',
     'align_right' => 'Align right',
-    'align_justify' => 'Align justify',
+    'align_justify' => 'Justify',
     'list_bullet' => 'Bullet list',
     'list_numbered' => 'Numbered list',
     'list_task' => 'Task list',
@@ -92,7 +93,10 @@ return [
     'cell_properties_title' => 'Cell Properties',
     'cell_type' => 'Cell type',
     'cell_type_cell' => 'Cell',
+    'cell_scope' => 'Scope',
     'cell_type_header' => 'Header cell',
+    'merge_cells' => 'Merge cells',
+    'split_cell' => 'Split cell',
     'table_row_group' => 'Row Group',
     'table_column_group' => 'Column Group',
     'horizontal_align' => 'Horizontal align',
@@ -120,6 +124,16 @@ return [
     'caption' => 'Caption',
     'show_caption' => 'Show caption',
     'constrain' => 'Constrain proportions',
+    'cell_border_solid' => 'Solid',
+    'cell_border_dotted' => 'Dotted',
+    'cell_border_dashed' => 'Dashed',
+    'cell_border_double' => 'Double',
+    'cell_border_groove' => 'Groove',
+    'cell_border_ridge' => 'Ridge',
+    'cell_border_inset' => 'Inset',
+    'cell_border_outset' => 'Outset',
+    'cell_border_none' => 'None',
+    'cell_border_hidden' => 'Hidden',
 
     // Images, links, details/summary & embed
     'source' => 'Source',
@@ -140,6 +154,7 @@ return [
     'toggle_label' => 'Toggle label',
 
     // About view
+    'about' => 'About the editor',
     '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.',