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' => 'Rapporteer',
9 'title' => 'Rapporteer :username\'s beatmap?',
10 ],
11
12 'beatmapset_discussion_post' => [
13 'button' => 'Rapporteer',
14 'title' => 'Rapporteer :username\'s bericht?',
15 ],
16
17 'comment' => [
18 'button' => 'Rapporteer',
19 'title' => 'Rapporteer :username\'s reactie?',
20 ],
21
22 'forum_post' => [
23 'button' => 'Rapporteren',
24 'title' => 'Rapporteer :username\'s bericht?',
25 ],
26
27 'message' => [
28 'button' => '',
29 'title' => '',
30 ],
31
32 'scores' => [
33 'button' => 'Rapporteer Score',
34 'title' => 'Rapporteer :username\'s score?',
35 ],
36
37 'user' => [
38 'button' => 'Rapporteer',
39 'title' => 'Rapporteer :username?',
40 ],
41];