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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Holger Kaelberer <holger.k@elberer.de>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "traffic/Traffic.qml"
0011   difficulty: 2
0012   icon: "traffic/traffic.svg"
0013   author: "Holger Kaelberer &lt;holger.k@elberer.de&gt;"
0014   //: Activity title
0015   title: qsTr("A sliding-block puzzle game")
0016   //: Help title
0017   description: qsTr("Remove the red car from the parking lot through the gate on the right.")
0018 //  intro: "Slide the cars to make a space so that the red car can go out of the box."
0019   goal: ""
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("Each car can only move either horizontally or vertically. You must make some room in order to let the red car move through the gate on the right.")
0023   credit: ("<ul><li>") +
0024           ('"Car Start Engine" by henrique85n, (https://freesound.org/people/henrique85n/sounds/160442/), CC BY 3.0, extract') + ("</li></ul>")
0025   section: "discovery logic"
0026   createdInVersion: 0
0027 }