1/* GCompris - ActivityInfo.qml
2 *
3 * SPDX-FileCopyrightText: 2015 Holger Kaelberer <holger.k@elberer.de>
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7import GCompris 1.0
8
9ActivityInfo {
10  name: "wordsgame/Wordsgame.qml"
11  difficulty: 2
12  icon: "wordsgame/wordsgame.svg"
13  author: "Holger Kaelberer &lt;holger.k@elberer.de&gt;"
14  //: Activity title
15  title: qsTr("Falling words")
16  //: Help title
17  description: qsTr("Type the falling words before they reach the ground.")
18//  intro: "Type the words on your keyboard before they reach the ground."
19  //: Help goal
20  goal: qsTr("Keyboard training.")
21  //: Help prerequisite
22  prerequisite: qsTr("Keyboard manipulation.")
23  //: Help manual
24  manual: qsTr("Type the complete word as it falls, before it reaches the ground.")
25  credit: ""
26  section: "computer keyboard reading words"
27  createdInVersion: 0
28}
29