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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Sagar Chand Agarwal <atomsagar@gmail.com> (Qt Quick port)
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "watercycle/Watercycle.qml"
0011   difficulty: 3
0012   icon: "watercycle/watercycle.svg"
0013   author: "Sagar Chand Agarwal &lt;atomsagar@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Watercycle")
0016   //: Help title
0017   description: qsTr("Tux has come back from fishing on his boat. Bring the water system back up so he can take a shower.")
0018   //intro: "Click on the various active elements that make up the water supply. Then press the shower button for Tux."
0019   //: Help goal
0020   goal: qsTr("Learn the water cycle.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("Click on different active elements: sun, cloud, pumping station, and the sewage treatment plant, in order to reactivate the entire water system. When the system is back up and Tux is in the shower, push the shower button for him.")
0024   credit: ""
0025   section: "sciences experiment"
0026   createdInVersion: 5000
0027 }