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' => 'Reportar', 9 'title' => '¿Reportar el mapa de :username?', 10 ], 11 12 'beatmapset_discussion_post' => [ 13 'button' => 'Reportar', 14 'title' => '¿Reportar la publicación de :username?', 15 ], 16 17 'comment' => [ 18 'button' => 'Reportar', 19 'title' => '¿Reportar el comentario de :username?', 20 ], 21 22 'forum_post' => [ 23 'button' => 'Reportar', 24 'title' => '¿Reportar la publicación de :username?', 25 ], 26 27 'message' => [ 28 'button' => 'Reportar mensaje', 29 'title' => '¿Reportar el mensaje de :username?', 30 ], 31 32 'scores' => [ 33 'button' => 'Reportar puntuación', 34 'title' => '¿Reportar la puntuación de :username?', 35 ], 36 37 'user' => [ 38 'button' => 'Reportar', 39 'title' => '¿Reportar a :username?', 40 ], 41];