. 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' => 'Segnala', 'title' => 'Segnalare la beatmap di :username?', ], 'beatmapset_discussion_post' => [ 'button' => 'Segnala', 'title' => 'Segnalare il post di :username?', ], 'comment' => [ 'button' => 'Segnala', 'title' => 'Segnalare il commento di :username?', ], 'forum_post' => [ 'button' => 'Segnala', 'title' => 'Segnalare il post di :username?', ], 'message' => [ 'button' => 'Segnala Messaggio', 'title' => 'Segnalare il messaggio di :username?', ], 'scores' => [ 'button' => 'Segnala Punteggio', 'title' => 'Segnalare il punteggio di :username?', ], 'user' => [ 'button' => 'Segnala', 'title' => 'Segnalare :username?', ], ];