1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 'bold' => 'Fed',
8 'heading' => 'Overskrift',
9 'help' => '',
10 'image' => 'Billede',
11 'imagemap' => '',
12 'italic' => 'Italic',
13 'link' => 'Link',
14 'list' => 'Liste',
15 'list_numbered' => 'Numereret Liste',
16 'size' => [
17 '_' => 'Skriftstørrelse',
18 'tiny' => 'Meget lille',
19 'small' => 'Lille',
20 'normal' => 'Normal',
21 'large' => 'Stor',
22 ],
23 'spoilerbox' => 'Spoiler Boks',
24 'strikethrough' => 'Gennemstreget',
25];