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 'loading_users' => '',
8 'talking_in' => '',
9 'talking_with' => '',
10 'title_compact' => '',
11 'unread_messages' => '',
12
13 'cannot_send' => [
14 'channel' => '',
15 'user' => '',
16 ],
17
18 'channels' => [
19 'confirm_part' => '',
20 'create' => '',
21 'join' => '',
22 'none' => '',
23
24 'list' => [
25 'title' => [
26 'ANNOUNCE' => '',
27 'GROUP' => '',
28 'PM' => '',
29 'PUBLIC' => '',
30 ],
31 ],
32 ],
33
34 'form' => [
35 'title' => [
36 'announcement' => '',
37 ],
38
39 'labels' => [
40 'description' => '',
41 'message' => '',
42 'name' => '',
43 'users' => '',
44 ],
45 ],
46
47 'not_found' => [
48 'message' => '',
49 'title' => '',
50 ],
51
52 'input' => [
53 'create' => '',
54 'disabled' => '',
55 'disconnected' => '',
56 'placeholder' => '',
57 'send' => '',
58 ],
59
60 'no-conversations' => [
61 'howto' => "",
62 'lazer' => '',
63 'title' => '',
64 ],
65
66 'join_channels' => [
67 'loading' => '',
68 ],
69];