the browser-facing portion of osu!
at master 25 lines 696 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' => 'Lihavoitu', 8 'heading' => 'Otsikko', 9 'help' => 'Ohje', 10 'image' => 'Kuva', 11 'imagemap' => 'Kuvakartta', 12 'italic' => 'Kursivoitu', 13 'link' => 'Linkki', 14 'list' => 'Luettelo', 15 'list_numbered' => 'Numeroitu Luettelo', 16 'size' => [ 17 '_' => 'Fonttikoko', 18 'tiny' => 'Hyvin pieni', 19 'small' => 'Pieni', 20 'normal' => 'Normaali', 21 'large' => 'Iso', 22 ], 23 'spoilerbox' => 'Spoiler Box', 24 'strikethrough' => 'Yliviivaus', 25];