ManaPlus
chat.cpp
Go to the documentation of this file.
1 /*
2  * The ManaPlus Client
3  * Copyright (C) 2011-2019 The ManaPlus Developers
4  * Copyright (C) 2019-2021 Andrei Karas
5  *
6  * This file is part of The ManaPlus Client.
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20  */
21 
22 #include "gui/setupactiondata.h"
23 
24 #include "utils/gettext.h"
25 
26 #include "debug.h"
27 
29 {
30  {
31  // TRANSLATORS: input action group
32  N_("Main"),
34  "",
35  },
36  {
37  // TRANSLATORS: input action name
38  N_("Toggle Chat"),
40  "",
41  },
42  {
43  // TRANSLATORS: input action name
44  N_("Chat modifier key"),
46  "",
47  },
48  {
49  // TRANSLATORS: input action name
50  N_("Scroll Chat Up"),
52  "",
53  },
54  {
55  // TRANSLATORS: input action name
56  N_("Scroll Chat Down"),
58  "",
59  },
60  {
61  // TRANSLATORS: input action group
62  N_("Tabs"),
64  "",
65  },
66  {
67  // TRANSLATORS: input action name
68  N_("Previous Chat Tab"),
70  "",
71  },
72  {
73  // TRANSLATORS: input action name
74  N_("Next Chat Tab"),
76  "",
77  },
78  {
79  // TRANSLATORS: input action name
80  N_("Clear current chat tab"),
82  "",
83  },
84  {
85  // TRANSLATORS: input action name
86  N_("Close current Chat Tab"),
88  "",
89  },
90  {
91  // TRANSLATORS: input action name
92  N_("Close all chat tabs"),
94  "",
95  },
96  {
97  // TRANSLATORS: input action name
98  N_("Select general tab"),
100  "",
101  },
102  {
103  // TRANSLATORS: input action name
104  N_("Select debug tab"),
106  "",
107  },
108  {
109  // TRANSLATORS: input action name
110  N_("Select trade tab"),
112  "",
113  },
114  {
115  // TRANSLATORS: input action name
116  N_("Select battle tab"),
118  "",
119  },
120  {
121  // TRANSLATORS: input action name
122  N_("Select gm tab"),
124  "",
125  },
126  {
127  // TRANSLATORS: input action name
128  N_("Select lang tab"),
130  "",
131  },
132  {
133  // TRANSLATORS: input action name
134  N_("Select party tab"),
136  "",
137  },
138  {
139  // TRANSLATORS: input action name
140  N_("Select guild tab"),
142  "",
143  },
144  {
145  // TRANSLATORS: input action group
146  N_("Other"),
148  "",
149  },
150  {
151  // TRANSLATORS: input action name
152  N_("Ignore all whispers"),
154  "",
155  },
156  {
157  // TRANSLATORS: input action name
158  N_("Ignore all whispers on server side"),
160  "",
161  },
162  {
163  // TRANSLATORS: input action name
164  N_("Unignore all whispers on server side"),
166  "",
167  },
168  {
169  // TRANSLATORS: input action name
170  N_("Previous chat line"),
172  "",
173  },
174  {
175  // TRANSLATORS: input action name
176  N_("Next chat line"),
178  "",
179  },
180  {
181  // TRANSLATORS: input action group
182  N_("Smiles"),
184  "",
185  },
186  {
187  // TRANSLATORS: input action name
188  N_("Show smiles"),
190  "",
191  },
192  {
193  "F2",
195  "",
196  },
197  {
198  "F3",
200  "",
201  },
202  {
203  "F4",
205  "",
206  },
207  {
208  "F5",
210  "",
211  },
212  {
213  "F6",
215  "",
216  },
217  {
218  "F7",
220  "",
221  },
222  {
223  "F8",
225  "",
226  },
227  {
228  "F9",
230  "",
231  },
232  {
233  "F10",
235  "",
236  },
237  {
238  "F11",
240  "",
241  },
242  {
243  "F12",
245  "",
246  },
247  {
248  "",
250  ""
251  }
252 };
#define N_(s)
Definition: gettext.h:36
SetupActionData setupActionDataChat[]
Definition: chat.cpp:28
@ SERVER_UNIGNORE_ALL
Definition: inputaction.h:405
@ IGNORE_ALL_WHISPERS
Definition: inputaction.h:352
@ CLOSE_ALL_CHAT_TABS
Definition: inputaction.h:351