forked from BookStackApp/BookStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.php
More file actions
179 lines (175 loc) · 6.59 KB
/
editor.php
File metadata and controls
179 lines (175 loc) · 6.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<?php
/**
* Page Editor Lines
* Contains text strings used within the user interface of the
* WYSIWYG page editor. Some Markdown editor strings may still
* exist in the 'entities' file instead since this was added later.
*/
return [
// General editor terms
'general' => 'Generel',
'advanced' => 'Avanceret',
'none' => 'Ingen',
'cancel' => 'Annuller',
'save' => 'Gem',
'close' => 'Luk',
'undo' => 'Fortryd',
'redo' => 'Gendan',
'left' => 'Venstre',
'center' => 'Midten',
'right' => 'Højre',
'top' => 'Top',
'middle' => 'Midt',
'bottom' => 'Bund',
'width' => 'Bredde',
'height' => 'Højde',
'More' => 'Mere',
'select' => 'Vælg...',
// Toolbar
'formats' => 'Formater',
'header_large' => 'Stor Overskrift',
'header_medium' => 'Mellemstor Overskrift',
'header_small' => 'Lille Overskrift',
'header_tiny' => 'Lille Header',
'paragraph' => 'Paragraf',
'blockquote' => 'Citat',
'inline_code' => 'Inline kode',
'callouts' => 'Callouts',
'callout_information' => 'Information',
'callout_success' => 'Succes',
'callout_warning' => 'Advarsel',
'callout_danger' => 'Fare',
'bold' => 'Fed',
'italic' => 'Kursiv',
'underline' => 'Understreget',
'strikethrough' => 'Gennemstreget',
'superscript' => 'Hævet',
'subscript' => 'Sænket',
'text_color' => 'Tekstfarve',
'custom_color' => 'Tilpasset farve',
'remove_color' => 'Fjern farve',
'background_color' => 'Baggrundsfarve',
'align_left' => 'Venstrejusteret',
'align_center' => 'Centrér',
'align_right' => 'Højrejusteret',
'align_justify' => 'Juster',
'list_bullet' => 'Punktliste',
'list_numbered' => 'Nummereret liste',
'list_task' => 'Opgaveliste',
'indent_increase' => 'Forøg indrykning',
'indent_decrease' => 'Formindsk indrykning',
'table' => 'Tabel',
'insert_image' => 'Insert image',
'insert_image_title' => 'Insert/Edit Image',
'insert_link' => 'Indsæt/rediger link',
'insert_link_title' => 'Indsæt/Rediger Link',
'insert_horizontal_line' => 'Indsæt vandret linje',
'insert_code_block' => 'Indsæt kodeblok',
'edit_code_block' => 'Edit code block',
'insert_drawing' => 'Indsæt/rediger tegning',
'drawing_manager' => 'Drawing manager',
'insert_media' => 'Indsæt/rediger medie',
'insert_media_title' => 'Indsæt/Rediger Medie',
'clear_formatting' => 'Ryd formatering',
'source_code' => 'Kildekode',
'source_code_title' => 'Kildekode',
'fullscreen' => 'Fuld skærm',
'image_options' => 'Image options',
// Tables
'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',
'insert_column_before' => 'Indsæt kolonne før',
'insert_column_after' => 'Indsæt kolonne efter',
'delete_column' => 'Slet kolonne',
'table_cell' => 'Celle',
'table_row' => 'Række',
'table_column' => 'Kolonne',
'cell_properties' => 'Celle egenskaber',
'cell_properties_title' => 'Celle Egenskaber',
'cell_type' => 'Celle type',
'cell_type_cell' => 'Celle',
'cell_scope' => 'Scope',
'cell_type_header' => 'Header cell',
'merge_cells' => 'Flet celler',
'split_cell' => 'Opdel celle',
'table_row_group' => 'Række Gruppe',
'table_column_group' => 'Kolonne Gruppe',
'horizontal_align' => 'Juster vandret',
'vertical_align' => 'Juster lodret',
'border_width' => 'Kantbredde',
'border_style' => 'Kantstil',
'border_color' => 'Kantfarve',
'row_properties' => 'Række egenskaber',
'row_properties_title' => 'Række Egenskaber',
'cut_row' => 'Klip række',
'copy_row' => 'Kopier række',
'paste_row_before' => 'Indsæt række før',
'paste_row_after' => 'Indsæt række efter',
'row_type' => 'Række type',
'row_type_header' => 'Overskrift',
'row_type_body' => 'Krop',
'row_type_footer' => 'Sidefod',
'alignment' => 'Justering',
'cut_column' => 'Klip kolonne',
'copy_column' => 'Kopier kolonne',
'paste_column_before' => 'Indsæt kolonne før',
'paste_column_after' => 'Indsæt kolonne efter',
'cell_padding' => 'Cell padding',
'cell_spacing' => 'Cell spacing',
'caption' => 'Citat',
'show_caption' => 'Vis citat',
'constrain' => 'Constrain proportions',
'cell_border_solid' => 'Solid',
'cell_border_dotted' => 'Prikket',
'cell_border_dashed' => 'Stiplet',
'cell_border_double' => 'Dobbelt',
'cell_border_groove' => 'Groove',
'cell_border_ridge' => 'Ridge',
'cell_border_inset' => 'Inset',
'cell_border_outset' => 'Outset',
'cell_border_none' => 'Ingen',
'cell_border_hidden' => 'Gemt',
// Images, links, details/summary & embed
'source' => 'Kilde',
'alt_desc' => 'Alternativ beskrivelse',
'embed' => 'Embed',
'paste_embed' => 'Paste your embed code below:',
'url' => 'URL',
'text_to_display' => 'Tekst til visning',
'title' => 'Titel',
'open_link' => 'Open link',
'open_link_in' => 'Open link in...',
'open_link_current' => 'Nuværende vindue',
'open_link_new' => 'Nyt vindue',
'remove_link' => 'Remove link',
'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' => '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',
'callouts_cycle' => '(Keep pressing to toggle through types)',
'link_selector' => 'Link to content',
'shortcuts' => 'Genveje',
'shortcut' => 'Genvej',
'shortcuts_intro' => 'Følgende genveje er tilgængelige i editoren:',
'windows_linux' => '(Windows/Linux)',
'mac' => '(Mac)',
'description' => 'Beskrivelse',
];