1set_textdomain("texts")
2tips = {
3   {
4      text = _"You can use the ’Page up’ and ‘Page down’ keys to adjust your desired speed – the real speed is then democratically set.",
5      seconds = 5
6   },
7   {
8      text = _"You can use ‘/me’ at the beginning of a chatmessage: ‘/me is tired’ will be printed as ‘-> Nickname is tired’.",
9      seconds = 5
10   },
11   {
12      text = _"Use ‘@name’ at the beginning of a chat message to send it to only one player.",
13      seconds = 5
14   },
15   {
16      text = _"If the game should crash, don't worry! The game will be saved automatically so that you can reload it afterwards.",
17      seconds = 7
18   },
19}
20return tips
21