]> BookStack Code Mirror - bookstack/blobdiff - lang/da/editor.php
Searching: Added test for guillemets
[bookstack] / lang / da / editor.php
index 38638ba86b54a3c83274ba27671aec7d5a4df1c1..054c4262794e978bef7d499aade4a1b2ff96b657 100644 (file)
@@ -14,7 +14,7 @@ return [
     'save' => 'Gem',
     'close' => 'Luk',
     'undo' => 'Fortryd',
-    'redo' => 'Redo',
+    'redo' => 'Gendan',
     'left' => 'Venstre',
     'center' => 'Midten',
     'right' => 'Højre',
@@ -31,7 +31,7 @@ return [
     'header_large' => 'Stor Overskrift',
     'header_medium' => 'Mellemstor Overskrift',
     'header_small' => 'Lille Overskrift',
-    'header_tiny' => 'Tiny Header',
+    'header_tiny' => 'Lille Header',
     'paragraph' => 'Paragraf',
     'blockquote' => 'Citat',
     'inline_code' => 'Inline kode',
@@ -81,6 +81,9 @@ return [
     'table_properties' => 'Tabelegenskaber',
     'table_properties_title' => 'Tabelegenskaber',
     'delete_table' => 'Slet tabel',
+    'table_clear_formatting' => 'Clear table formatting',
+    'resize_to_contents' => 'Resize to contents',
+    'row_header' => 'Row header',
     'insert_row_before' => 'Indsæt række før',
     'insert_row_after' => 'Indsæt række efter',
     'delete_row' => 'Slet række',
@@ -122,8 +125,8 @@ return [
     'paste_column_after' => 'Indsæt kolonne efter',
     'cell_padding' => 'Cell padding',
     'cell_spacing' => 'Cell spacing',
-    'caption' => 'Caption',
-    'show_caption' => 'Show caption',
+    'caption' => 'Citat',
+    'show_caption' => 'Vis citat',
     'constrain' => 'Constrain proportions',
     'cell_border_solid' => 'Solid',
     'cell_border_dotted' => 'Prikket',
@@ -160,6 +163,8 @@ return [
     'about' => 'About the editor',
     'about_title' => 'About the WYSIWYG Editor',
     'editor_license' => 'Editor License & Copyright',
+    'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.',
+    'editor_lexical_license_link' => 'Full license details can be found here.',
     'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
     'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
     'save_continue' => 'Gem og fortsæt',