Warning, /education/gcompris/src/activities/mining/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: "mining/Mining.qml"
0011   difficulty: 1
0012   icon: "mining/mining.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Mining for gold")
0016   //: Help title
0017   description: qsTr("Use the mousewheel to approach the rockwall and look for gold nuggets.")
0018   //intro: "Looking at the rockwall, you can see a sparkle somewhere. Move the mouse cursor next to this sparkle and use the mousewheel or the zoom gesture to zoom in."
0019   //: Help goal
0020   goal: qsTr("Learn to use the mousewheel or the zoom / pinch gesture to zoom in and out.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("You should be familiar with moving the mouse and clicking.")
0023   //: Help manual
0024   manual: qsTr("Looking at the rockwall, you can see a sparkle somewhere. Move next to this sparkle and use the mousewheel or the zoom gesture to zoom in. When you reach the maximum zoom level, a gold nugget will appear at the position of the sparkle. Click on the gold nugget to collect it.") + ("<br><br>") +
0025           qsTr("After collecting the nugget, use the mousewheel or the pinch gesture to zoom out again. When you reach the minimum zoom level, another sparkle will appear, showing the next gold nugget to collect. Collect enough nuggets to complete the level.") + ("<br><br>") +
0026           qsTr("The wagon in the lower right corner of the screen will tell you the number of already collected nuggets and the total number of nuggets to collect in this level.")
0027   credit: qsTr("Thanks to the Tuxpaint team for providing the following sounds under GPL:") + ("<ul><li>") +
0028           qsTr("realrainbow.ogg - used when a new gold nugget appears") + ("</li><li>") +
0029           qsTr("metalpaint.wav - remixed and used when a gold nugget is collected") + ("</li></ul>")
0030   section: "computer mouse"
0031   createdInVersion: 0
0032 }