the browser-facing portion of osu!
at master 41 lines 1.1 kB 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 'beatmapset' => [ 8 'button' => 'Ilmianna', 9 'title' => 'Ilmiannetaanko käyttäjän :username rytmikartta?', 10 ], 11 12 'beatmapset_discussion_post' => [ 13 'button' => 'Ilmianna', 14 'title' => 'Ilmiannetaanko käyttäjän :username viesti?', 15 ], 16 17 'comment' => [ 18 'button' => 'Ilmianna', 19 'title' => 'Ilmiannetaanko käyttäjän :username kommentti?', 20 ], 21 22 'forum_post' => [ 23 'button' => 'Ilmianna', 24 'title' => 'Ilmiannetaanko käyttäjän :username viesti?', 25 ], 26 27 'message' => [ 28 'button' => 'Ilmianna Viesti', 29 'title' => 'Ilmianna pelaajan :username viesti?', 30 ], 31 32 'scores' => [ 33 'button' => 'Ilmianna pisteet', 34 'title' => 'Ilmiannetaanko käyttäjän :username pisteet?', 35 ], 36 37 'user' => [ 38 'button' => 'Ilmianna', 39 'title' => 'Ilmiannetaanko :username?', 40 ], 41];