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' => 'Fet',
8 'heading' => 'Overskrift',
9 'help' => 'Hjelp',
10 'image' => 'Bilde',
11 'imagemap' => 'Bildekart',
12 'italic' => 'Kursiv',
13 'link' => 'Lenke',
14 'list' => 'Liste',
15 'list_numbered' => 'Nummerert liste',
16 'size' => [
17 '_' => 'Skriftstørrelse',
18 'tiny' => 'Knøttliten',
19 'small' => 'Liten',
20 'normal' => 'Normal',
21 'large' => 'Stor',
22 ],
23 'spoilerbox' => 'Spoilerboks',
24 'strikethrough' => 'Gjennomstrek',
25];