-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Expand file tree
/
Copy patheditor.php
More file actions
182 lines (178 loc) · 6.8 KB
/
Copy patheditor.php
File metadata and controls
182 lines (178 loc) · 6.8 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
180
181
182
<?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' => 'Allmän',
'advanced' => 'Avancerad',
'none' => 'Inga',
'cancel' => 'Avbryt',
'save' => 'Spara',
'close' => 'Stäng',
'apply' => 'Tillämpa',
'undo' => 'Ångra',
'redo' => 'Gör om',
'left' => 'Vänster',
'center' => 'Mitten',
'right' => 'Höger',
'top' => 'Topp',
'middle' => 'Mitt',
'bottom' => 'Botten',
'width' => 'Bredd',
'height' => 'Höjd',
'More' => 'Mer',
'select' => 'Välj...',
// Toolbar
'formats' => 'Format',
'header_large' => 'Stor rubrik',
'header_medium' => 'Mellanstor rubrik',
'header_small' => 'Mindre rubrik',
'header_tiny' => 'Liten rubrik',
'paragraph' => 'Paragraf',
'blockquote' => 'Blockcitat',
'inline_code' => 'Inline-kod',
'callouts' => 'Anslag',
'callout_information' => 'Information',
'callout_success' => 'Slutfört',
'callout_warning' => 'Varning',
'callout_danger' => 'Fara',
'bold' => 'Fetstil',
'italic' => 'Kursiv',
'underline' => 'Understruken',
'strikethrough' => 'Genomstruken',
'superscript' => 'Upphöjd',
'subscript' => 'Nedsänkt',
'text_color' => 'Textfärg',
'highlight_color' => 'Markera färg',
'custom_color' => 'Anpassad färg',
'remove_color' => 'Ta bort färg',
'background_color' => 'Bakgrundsfärg',
'align_left' => 'Vänsterjustera',
'align_center' => 'Centrera',
'align_right' => 'Högerjustera',
'align_justify' => 'Marginaljustera',
'list_bullet' => 'Punktlista',
'list_numbered' => 'Numrerad lista',
'list_task' => 'Checklista',
'indent_increase' => 'Öka indrag',
'indent_decrease' => 'Minska indrag',
'table' => 'Tabell',
'insert_image' => 'Infoga bild',
'insert_image_title' => 'Infoga/redigera bild',
'insert_link' => 'Infoga/redigera länk',
'insert_link_title' => 'Infoga/redigera länk',
'insert_horizontal_line' => 'Infoga horisontell linje',
'insert_code_block' => 'Infoga kodblock',
'edit_code_block' => 'Redigera kodblock',
'insert_drawing' => 'Infoga/redigera ritning',
'drawing_manager' => 'Ritningshanterare',
'insert_media' => 'Infoga/redigera media',
'insert_media_title' => 'Infoga/redigera media',
'clear_formatting' => 'Rensa formatering',
'source_code' => 'Källkod',
'source_code_title' => 'Källkod',
'fullscreen' => 'Helskärm',
'image_options' => 'Bildalternativ',
// Tables
'table_properties' => 'Tabellegenskaper',
'table_properties_title' => 'Tabellegenskaper',
'delete_table' => 'Ta bort tabell',
'table_clear_formatting' => 'Rensa tabell-formatering',
'resize_to_contents' => 'Ändra storlek till innehåll',
'row_header' => 'Radrubrik',
'insert_row_before' => 'Infoga rad före',
'insert_row_after' => 'Infoga rad efter',
'delete_row' => 'Ta bort rad',
'insert_column_before' => 'Infoga kolumn före',
'insert_column_after' => 'Infoga kolumn efter',
'delete_column' => 'Ta bort kolumn',
'table_cell' => 'Cell',
'table_row' => 'Rad',
'table_column' => 'Kolumn',
'cell_properties' => 'Cellegenskaper',
'cell_properties_title' => 'Cellegenskaper',
'cell_type' => 'Celltyp',
'cell_type_cell' => 'Cell',
'cell_scope' => 'Omfattning',
'cell_type_header' => 'Rubrikcell',
'merge_cells' => 'Sammanfoga celler',
'split_cell' => 'Dela cell',
'table_row_group' => 'Radgrupp',
'table_column_group' => 'Kolumngrupp',
'horizontal_align' => 'Horisontell justering',
'vertical_align' => 'Vertikal justering',
'border_width' => 'Kantbredd',
'border_style' => 'Kantstil',
'border_color' => 'Kantfärg',
'row_properties' => 'Radegenskaper',
'row_properties_title' => 'Radegenskaper',
'cut_row' => 'Klipp rad',
'copy_row' => 'Kopiera rad',
'paste_row_before' => 'Infoga rad före',
'paste_row_after' => 'Klistra in rad efter',
'row_type' => 'Radtyp',
'row_type_header' => 'Rubrik',
'row_type_body' => 'Brödtext',
'row_type_footer' => 'Sidfot',
'alignment' => 'Justering',
'cut_column' => 'Klipp kolumn',
'copy_column' => 'Kopiera kolumn',
'paste_column_before' => 'Infoga kolumn före',
'paste_column_after' => 'Infoga kolumn före',
'cell_padding' => 'Cellfyllning',
'cell_spacing' => 'Cellavstånd',
'caption' => 'Bildtext',
'show_caption' => 'Visa bildtext',
'constrain' => 'Begränsa proportioner',
'cell_border_solid' => 'Solid',
'cell_border_dotted' => 'Punktad',
'cell_border_dashed' => 'Streckad',
'cell_border_double' => 'Dubbel',
'cell_border_groove' => 'Skåra',
'cell_border_ridge' => 'Upphöjning',
'cell_border_inset' => 'Infälld',
'cell_border_outset' => 'Utfälld',
'cell_border_none' => 'Ingen',
'cell_border_hidden' => 'Dold',
// Images, links, details/summary & embed
'source' => 'Källa',
'alt_desc' => 'Alternativ beskrivning',
'embed' => 'Bädda in',
'paste_embed' => 'Klistra in din inbäddningskod nedan:',
'url' => 'URL',
'text_to_display' => 'Text som ska visas',
'title' => 'Titel',
'browse_links' => 'Bläddra bland länkar',
'open_link' => 'Öppna länk',
'open_link_in' => 'Öppna länk i...',
'open_link_current' => 'Aktuellt fönster',
'open_link_new' => 'Nytt fönster',
'remove_link' => 'Radera länk',
'insert_collapsible' => 'Infoga hopfällbart block',
'collapsible_unwrap' => 'Expandera',
'edit_label' => 'Redigera etikett',
'toggle_open_closed' => 'Växla mellan öppen/stängd',
'collapsible_edit' => 'Redigera hopfällbart block',
'toggle_label' => 'Visa eller dölj etikett',
// About view
'about' => 'Om redigeraren',
'about_title' => 'Om WYSIWYG-redigeraren',
'editor_license' => 'Licens och upphovsrätt för redigerare',
'editor_lexical_license' => 'Denna editor är byggd som en fork av :lexicalLink som distribueras under MIT-licensen.',
'editor_lexical_license_link' => 'Fullständiga licensdetaljer hittas här.',
'editor_tiny_license' => 'Denna redigerare är byggd med :tinyLink som tillhandahålls under MIT licensen.',
'editor_tiny_license_link' => 'Upphovsrätten och licensuppgifterna för TinyMCE hittar du här.',
'save_continue' => 'Spara sida & fortsätt',
'callouts_cycle' => '(Fortsätt trycka för att växla mellan typer)',
'link_selector' => 'Länka till innehåll',
'shortcuts' => 'Genvägar',
'shortcut' => 'Genväg',
'shortcuts_intro' => 'Följande genvägar finns i redigeraren:',
'windows_linux' => '(Windows/Linux)',
'mac' => '(Mac)',
'description' => 'Beskrivning',
];