Warning, /education/gcompris/src/activities/canal_lock/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: "canal_lock/CanalLock.qml"
0011   difficulty: 2
0012   icon: "canal_lock/canal_lock.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Operate a canal lock")
0016   //: Help title
0017   description: qsTr("Tux is in trouble, and needs to take his boat through a lock. Help Tux and find out how a canal lock works.")
0018   //intro: "You are responsible for the lock and you must help Tux pass through. Click on the valves to cause either a drop or an increase in the water level, and click on the gates to open or close a path."
0019   //: Help goal
0020   goal: qsTr("Understand how a canal lock works.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("You are in charge of the canal lock. Open the gates and the locks in the right order, so that Tux can travel through the gates in both directions.")
0024   credit: ""
0025   section: "sciences experiment"
0026   createdInVersion: 0
0027 }