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' => 'Nahlásit',
9 'title' => 'Nahlásit beatmapu uživatele :username?',
10 ],
11
12 'beatmapset_discussion_post' => [
13 'button' => 'Nahlásit',
14 'title' => 'Nahlásit příspěvek od :username?',
15 ],
16
17 'comment' => [
18 'button' => 'Nahlásit',
19 'title' => 'Chcete nahlásit komentář od :username?',
20 ],
21
22 'forum_post' => [
23 'button' => 'Nahlásit',
24 'title' => 'Nahlásit příspěvek uživatele :username?',
25 ],
26
27 'message' => [
28 'button' => 'Nahlásit Zprávu',
29 'title' => 'Nahlásit zprávu uživatele :username?',
30 ],
31
32 'scores' => [
33 'button' => 'Nahlásit skóre',
34 'title' => 'Nahlásit skóre uživatele :username?',
35 ],
36
37 'user' => [
38 'button' => 'Nahlásit',
39 'title' => 'Nahlásit :username?',
40 ],
41];