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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "followline/Followline.qml"
0011   difficulty: 1
0012   icon: "followline/followline.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Control the hose-pipe")
0016   //: Help title
0017   description: qsTr("The fireman needs to stop the fire, but the hose is blocked.")
0018 //  intro: " Move the mouse or your finger along the pipe to stop the fire."
0019   //: Help goal
0020   goal: qsTr("Fine motor coordination.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("Move the mouse or your finger over the lock which is represented as a red part in the hose-pipe. This will move it, bringing it, part by part, up to the fire. Be careful, if you move off the hose, the lock will go backward.")
0024   credit: ""
0025   section: "computer mouse"
0026   createdInVersion: 0
0027 }