the browser-facing portion of osu!
at master 25 lines 697 B view raw
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' => 'Vetgedrukt', 8 'heading' => 'Kop', 9 'help' => 'Help', 10 'image' => 'Afbeelding', 11 'imagemap' => 'Afbeelding kaart', 12 'italic' => 'Cursief', 13 'link' => 'Link', 14 'list' => 'Lijst', 15 'list_numbered' => 'Genummerde Lijst', 16 'size' => [ 17 '_' => 'Lettergrootte', 18 'tiny' => 'Minuscuul', 19 'small' => 'Klein', 20 'normal' => 'Normaal', 21 'large' => 'Groot', 22 ], 23 'spoilerbox' => 'Spoilerbox', 24 'strikethrough' => 'Doorstrepen', 25];