the browser-facing portion of osu!
at master 41 lines 1.0 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' => 'Anmäl', 9 'title' => 'Vill du anmäla :usernames beatmap?', 10 ], 11 12 'beatmapset_discussion_post' => [ 13 'button' => 'Anmäl', 14 'title' => 'Anmäl :username s inlägg?', 15 ], 16 17 'comment' => [ 18 'button' => 'Anmäl', 19 'title' => 'Anmäl kommentar från :username?', 20 ], 21 22 'forum_post' => [ 23 'button' => 'Anmäl', 24 'title' => 'Anmäla inlägg från :username?', 25 ], 26 27 'message' => [ 28 'button' => 'Anmäl meddelande', 29 'title' => 'Anmäl :username\'s meddelande?', 30 ], 31 32 'scores' => [ 33 'button' => 'Anmäl poäng', 34 'title' => 'Anmäl resultat från :username?', 35 ], 36 37 'user' => [ 38 'button' => 'Anmäl', 39 'title' => 'Anmäl :username?', 40 ], 41];