the browser-facing portion of osu!
at master 25 lines 721 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' => 'Krepko', 8 'heading' => 'Vrh strani', 9 'help' => 'Pomoč', 10 'image' => 'Slika', 11 'imagemap' => 'Interaktivna slika', 12 'italic' => 'Ležeče', 13 'link' => 'Povezava', 14 'list' => 'Seznam', 15 'list_numbered' => 'Oštevilčen seznam', 16 'size' => [ 17 '_' => 'Velikost pisave', 18 'tiny' => 'Zelo majhna', 19 'small' => 'Majhna', 20 'normal' => 'Normalna', 21 'large' => 'Velika', 22 ], 23 'spoilerbox' => 'Polje s spoilerji', 24 'strikethrough' => 'Prečrtano', 25];