the browser-facing portion of osu!
at master 25 lines 821 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' => 'Слика Мапа', 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];