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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Ayush Agrawal <ayushagrawal288@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "explore_monuments/Explore_monuments.qml"
0011   difficulty: 3
0012   icon: "explore_monuments/explore_monuments.svg"
0013   author: "Ayush Agrawal &lt;ayushagrawal288@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Explore monuments")
0016   //: Help title
0017   description: qsTr("Explore monuments around the world.")
0018   //intro: "Explore Monuments around the world."
0019   //: Help goal
0020   goal: qsTr("Learn about various monuments from around the world and remember their location.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Knowledge of different monuments.")
0023   //: Help manual
0024   manual: qsTr("Click on the spots to learn about the monuments and then locate them on the map.")
0025   credit: qsTr("Photos taken from Wikipedia.") + ("<ul><li>") +
0026           ('"Chichen Itza 3" by Daniel Schwen (https://commons.wikimedia.org/wiki/File:Chichen_Itza_3.jpg), CC BY-SA 4.0') + ("</li><li>") +
0027           ('"1 cristor redentor 2014" by Chensiyuan (https://commons.wikimedia.org/wiki/File:1_cristor_redentor_2014.jpg), CC BY-SA 4.0') + ("</li><li>") +
0028           ('"Taj Mahal, Agra, India" by Yann (https://commons.wikimedia.org/wiki/File:Taj_Mahal,_Agra,_India.jpg), CC BY-SA 4.0') + ("</li></ul>")
0029   section: "sciences geography"
0030   createdInVersion: 6000
0031 }