. 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' => 'Report', 'title' => 'Report :username\'s beatmap?', ], 'beatmapset_discussion_post' => [ 'button' => 'Report', 'title' => 'Report :username\'s post?', ], 'comment' => [ 'button' => 'Report', 'title' => 'Report :username\'s comment?', ], 'forum_post' => [ 'button' => 'Report', 'title' => 'Report :username\'s post?', ], 'message' => [ 'button' => 'Report Message', 'title' => 'Report :username\'s message?', ], 'scores' => [ 'button' => 'Report Score', 'title' => 'Report :username\'s score?', ], 'user' => [ 'button' => 'Report', 'title' => 'Report :username?', ], ];