1 const char * serverMessages[] = {
2 QT_TRANSLATE_NOOP("server", "A room with the same name already exists."),
3 QT_TRANSLATE_NOOP("server", "No such room."),
4 QT_TRANSLATE_NOOP("server", "Room version incompatible to your Hedgewars version!"),
5 QT_TRANSLATE_NOOP("server", "Access denied. This room currently doesn't allow joining."),
6 QT_TRANSLATE_NOOP("server", "Access denied. This room is for registered users only."),
7 QT_TRANSLATE_NOOP("server", "You are banned from this room."),
8 QT_TRANSLATE_NOOP("server", "Please confirm server restart with '/restart_server yes'."),
9 QT_TRANSLATE_NOOP("server", "This command is only available in the lobby."),
10 QT_TRANSLATE_NOOP("server", "This command is only available in rooms."),
11 QT_TRANSLATE_NOOP("server", "Unknown command or invalid parameters. Say '/help' in chat for a list of commands."),
12 QT_TRANSLATE_NOOP("server", "Super power activated."),
13 QT_TRANSLATE_NOOP("server", "room"),
14 QT_TRANSLATE_NOOP("server", "lobby"),
15 QT_TRANSLATE_NOOP("server", "(playing)"),
16 QT_TRANSLATE_NOOP("server", "(spectating)"),
17 QT_TRANSLATE_NOOP("server", "Player is not online."),
18 QT_TRANSLATE_NOOP("server", "/info <player>: Show info about player"),
19 QT_TRANSLATE_NOOP("server", "/me <message>: Chat action, e.g. '/me eats pizza' becomes '* Player eats pizza'"),
20 QT_TRANSLATE_NOOP("server", "/rnd: Flip a virtual coin and reply with 'heads' or 'tails'"),
21 QT_TRANSLATE_NOOP("server", "/rnd [A] [B] [C] [...]: Reply with a random word from the given list"),
22 QT_TRANSLATE_NOOP("server", "/watch <id>: Watch a demo stored on the server with the given ID"),
23 QT_TRANSLATE_NOOP("server", "/quit: Quit the server"),
24 QT_TRANSLATE_NOOP("server", "/help: Show chat command help"),
25 QT_TRANSLATE_NOOP("server", "/callvote [arguments]: Start a vote"),
26 QT_TRANSLATE_NOOP("server", "/vote <yes/no>: Vote 'yes' or 'no' for active vote"),
27 QT_TRANSLATE_NOOP("server", "/greeting [message]: Set or clear greeting message to be shown to players who join the room"),
28 QT_TRANSLATE_NOOP("server", "/delegate <player>: Surrender room control to player"),
29 QT_TRANSLATE_NOOP("server", "/maxteams <N>: Limit maximum number of teams to N"),
30 QT_TRANSLATE_NOOP("server", "/global <message>: Send global chat message which can be seen by everyone on the server"),
31 QT_TRANSLATE_NOOP("server", "/registered_only: Toggle 'registered only' state. If enabled, only registered players can join server"),
32 QT_TRANSLATE_NOOP("server", "/super_power: Activate your super power. With it you can enter any room and are protected from kicking. Expires when you leave server"),
33 QT_TRANSLATE_NOOP("server", "/stats: Query server stats"),
34 QT_TRANSLATE_NOOP("server", "/force <yes/no>: Force vote result for active vote"),
35 QT_TRANSLATE_NOOP("server", "/fix: Force this room to stay open when it is empty"),
36 QT_TRANSLATE_NOOP("server", "/unfix: Undo the /fix command"),
37 QT_TRANSLATE_NOOP("server", "/save <config ID> <config name>: Add current room configuration as votable choice for /callvote map"),
38 QT_TRANSLATE_NOOP("server", "/delete <config ID>: Delete a votable room configuration"),
39 QT_TRANSLATE_NOOP("server", "/saveroom <file name>: Save all votable room configurations (and the greeting) of this room into a file"),
40 QT_TRANSLATE_NOOP("server", "/loadroom <file name>: Load votable room configurations (and greeting) from a file"),
41 QT_TRANSLATE_NOOP("server", "List of lobby chat commands:"),
42 QT_TRANSLATE_NOOP("server", "List of room chat commands:"),
43 QT_TRANSLATE_NOOP("server", "Commands for server admins only:"),
44 QT_TRANSLATE_NOOP("server", "Warning! Chat flood protection activated"),
45 QT_TRANSLATE_NOOP("server", "Excess flood"),
46 QT_TRANSLATE_NOOP("server", "Game messages flood detected - 1"),
47 QT_TRANSLATE_NOOP("server", "Warning! Joins flood protection activated"),
48 QT_TRANSLATE_NOOP("server", "Warning! Room name change flood protection activated"),
49 QT_TRANSLATE_NOOP("server", "Nickname already provided."),
50 QT_TRANSLATE_NOOP("server", "Illegal nickname! Nicknames must be between 1-40 characters long, must not have a trailing or leading space and must not have any of these characters: $()*+?[]^{|}"),
51 QT_TRANSLATE_NOOP("server", "Protocol already known."),
52 QT_TRANSLATE_NOOP("server", "Bad number."),
53 QT_TRANSLATE_NOOP("server", "You're the new room master!"),
54 QT_TRANSLATE_NOOP("server", "Nickname is already in use"),
55 QT_TRANSLATE_NOOP("server", "This server only allows registered users to join."),
56 QT_TRANSLATE_NOOP("server", "No checker rights"),
57 QT_TRANSLATE_NOOP("server", "Authentication failed"),
58 QT_TRANSLATE_NOOP("server", "60 seconds cooldown after kick"),
59 QT_TRANSLATE_NOOP("server", "Kicked"),
60 QT_TRANSLATE_NOOP("server", "kicked"),
61 QT_TRANSLATE_NOOP("server", "Reconnected too fast"),
62 QT_TRANSLATE_NOOP("server", "Ping timeout"),
63 QT_TRANSLATE_NOOP("server", "heads"),
64 QT_TRANSLATE_NOOP("server", "tails"),
65 QT_TRANSLATE_NOOP("server", "This server does not support replays!"),
66 QT_TRANSLATE_NOOP("server", "This server no longer allows unregistered players to join."),
67 QT_TRANSLATE_NOOP("server", "This server now allows unregistered players to join."),
68 QT_TRANSLATE_NOOP("server", "The game can't be started with less than two clans!"),
69 QT_TRANSLATE_NOOP("server", "Empty config entry."),
70 QT_TRANSLATE_NOOP("server", "Access denied."),
71 QT_TRANSLATE_NOOP("server", "You're not the room master!"),
72 QT_TRANSLATE_NOOP("server", "Corrupted hedgehogs info!"),
73 QT_TRANSLATE_NOOP("server", "Too many teams!"),
74 QT_TRANSLATE_NOOP("server", "Too many hedgehogs!"),
75 QT_TRANSLATE_NOOP("server", "There's already a team with same name in the list."),
76 QT_TRANSLATE_NOOP("server", "Joining not possible: Round is in progress."),
77 QT_TRANSLATE_NOOP("server", "This room currently does not allow adding new teams."),
78 QT_TRANSLATE_NOOP("server", "Error: The team you tried to remove does not exist."),
79 QT_TRANSLATE_NOOP("server", "You can't remove a team you don't own."),
80 QT_TRANSLATE_NOOP("server", "Illegal room name! The room name must be between 1-40 characters long, must not have a trailing or leading space and must not have any of these characters: $()*+?[]^{|}"),
81 QT_TRANSLATE_NOOP("server", "You can't kick yourself!"),
82 QT_TRANSLATE_NOOP("server", "You can't kick the only other player!"),
83 QT_TRANSLATE_NOOP("server", "The player is not in your room."),
84 QT_TRANSLATE_NOOP("server", "This player is protected from being kicked."),
85 QT_TRANSLATE_NOOP("server", "You're not the room master or a server admin!"),
86 QT_TRANSLATE_NOOP("server", "You're already the room master."),
87 QT_TRANSLATE_NOOP("server", "/maxteams: specify number from 2 to 8"),
88 QT_TRANSLATE_NOOP("server", "Greeting message cleared."),
89 QT_TRANSLATE_NOOP("server", "Greeting message set."),
90 QT_TRANSLATE_NOOP("server", "Available callvote commands: hedgehogs <number>, pause, newseed, map <name>, kick <player>"),
91 QT_TRANSLATE_NOOP("server", "/callvote kick: This is only allowed in rooms without a room master."),
92 QT_TRANSLATE_NOOP("server", "/callvote kick: You need to specify a nickname."),
93 QT_TRANSLATE_NOOP("server", "/callvote kick: No such user!"),
94 QT_TRANSLATE_NOOP("server", "/callvote map: No maps available."),
95 QT_TRANSLATE_NOOP("server", "/callvote map: No such map!"),
96 QT_TRANSLATE_NOOP("server", "/callvote pause: No game in progress!"),
97 QT_TRANSLATE_NOOP("server", "/callvote hedgehogs: Specify number from 1 to 8."),
98 QT_TRANSLATE_NOOP("server", "/force: Please use 'yes' or 'no'."),
99 QT_TRANSLATE_NOOP("server", "/vote: Please use 'yes' or 'no'."),
100 QT_TRANSLATE_NOOP("server", "There's no voting going on."),
101 QT_TRANSLATE_NOOP("server", "You already have voted."),
102 QT_TRANSLATE_NOOP("server", "Your vote has been counted."),
103 QT_TRANSLATE_NOOP("server", "Voting closed."),
104 QT_TRANSLATE_NOOP("server", "Pause toggled."),
105 QT_TRANSLATE_NOOP("server", "New voting started"),
106 QT_TRANSLATE_NOOP("server", "Voting expired."),
107 QT_TRANSLATE_NOOP("server", "kick"),
108 QT_TRANSLATE_NOOP("server", "map"),
109 QT_TRANSLATE_NOOP("server", "pause"),
110 QT_TRANSLATE_NOOP("server", "new seed"),
111 QT_TRANSLATE_NOOP("server", "hedgehogs per team: "),
112 QT_TRANSLATE_NOOP("server", "Illegal room name! A room name must be between 1-40 characters long, must not have a trailing or leading space and must not have any of these characters: $()*+?[]^{|}")
113 };
114