the browser-facing portion of osu!
at master 21 lines 514 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 'mode' => [ 8 'beatmapset' => 'Beatmapa', 9 'forum_post' => 'Fórum', 10 'other' => 'Ostatné', 11 'user' => 'Hráč', 12 'wiki_page' => 'Wiki', 13 ], 14 15 'result' => [ 16 'empty' => 'Bez výsledkov', 17 'empty_for' => '', 18 'more' => '', 19 'title' => '', 20 ], 21];