Warning, /education/gcompris/src/activities/planegame/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Johnny Jazeix <jazeix@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010     name: "planegame/Sequence.qml"
0011     difficulty: 2
0012     icon: "planegame/planegame.svg"
0013     author: "Johnny Jazeix &lt;jazeix@gmail.com&gt;"
0014     //: Activity title
0015     title: qsTr("Numbers in order")
0016     //: Help title
0017     description: qsTr("Move the helicopter to catch the clouds in the correct order.")
0018 //  intro: "Move the helicopter with the arrow keys and catch the numbers in the clouds, in ascending order."
0019     //: Help goal
0020     goal: qsTr("Numeration training.")
0021     prerequisite: ""
0022     //: Help manual
0023     manual: qsTr("Catch the clouds in increasing order. With a keyboard, use the arrow keys to move the helicopter. With a pointing device, just click or tap on the target location. To know which number you have to catch you can either remember it or check the number on the bottom right corner.") + ("<br><br>") +
0024           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025           qsTr("Arrows: move the helicopter") + ("</li></ul>")
0026     credit: ""
0027   section: "math numeration"
0028   createdInVersion: 0
0029 }