. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'beatmapset' => [ 'button' => 'Reportar', 'title' => 'Reportar el beatmap de :username?', ], 'beatmapset_discussion_post' => [ 'button' => 'Reportar', 'title' => 'Reportar la publicació de :username?', ], 'comment' => [ 'button' => 'Informe', 'title' => 'Voleu informar del comentari de :username?', ], 'forum_post' => [ 'button' => 'Informe', 'title' => 'Voleu informar de la publicació de :username?', ], 'message' => [ 'button' => 'Denuncieu el missatge', 'title' => 'Voleu denunciar el missatge de :username?', ], 'scores' => [ 'button' => 'Puntuació de l\'informe', 'title' => 'Voleu informar de la puntuació de :username?', ], 'user' => [ 'button' => 'Informe', 'title' => 'Informar :username?', ], ];