the browser-facing portion of osu!
at master 25 lines 826 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' => 'Удебелен', 8 'heading' => 'Заглавен ред', 9 'help' => 'Помощ', 10 'image' => 'Изображение', 11 'imagemap' => 'Image Map', 12 'italic' => 'Курсив', 13 'link' => 'Връзка', 14 'list' => 'Списък', 15 'list_numbered' => 'Номериран списък', 16 'size' => [ 17 '_' => 'Размер на шрифт', 18 'tiny' => 'Мъничък', 19 'small' => 'Малък', 20 'normal' => 'Нормален', 21 'large' => 'Голям', 22 ], 23 'spoilerbox' => 'Скрит текст', 24 'strikethrough' => 'Зачеркнат', 25];