the browser-facing portion of osu!
at master 25 lines 693 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' => 'Tučné', 8 'heading' => 'Hlavička', 9 'help' => '', 10 'image' => 'Obrázok', 11 'imagemap' => '', 12 'italic' => 'Kurzíva', 13 'link' => 'Odkaz', 14 'list' => 'Zoznam', 15 'list_numbered' => 'Očíslovaný zoznam', 16 'size' => [ 17 '_' => 'Veľkosť písma', 18 'tiny' => 'Drobné', 19 'small' => 'Malé', 20 'normal' => 'Normálne', 21 'large' => 'Veľké', 22 ], 23 'spoilerbox' => 'Spoiler Box', 24 'strikethrough' => 'Preškrtnúť', 25];