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' => 'Fett',
8 'heading' => 'Überschrift',
9 'help' => 'Hilfe',
10 'image' => 'Bild',
11 'imagemap' => 'Image-Map',
12 'italic' => 'Kursiv',
13 'link' => 'Link',
14 'list' => 'Liste',
15 'list_numbered' => 'Nummerierte Liste',
16 'size' => [
17 '_' => 'Schriftgröße',
18 'tiny' => 'Winzig',
19 'small' => 'Klein',
20 'normal' => 'Normal',
21 'large' => 'Groß',
22 ],
23 'spoilerbox' => 'Spoiler',
24 'strikethrough' => 'Durchgestrichen',
25];