~baltix/gcompris-qt/0.97.1

« back to all changes in this revision

Viewing changes to src/activities/explore_monuments/ActivityInfo.qml

  • Committer: Mantas Kriaučiūnas
  • Date: 2020-07-06 18:07:11 UTC
  • Revision ID: baltix@gmail.com-20200706180711-g254osu02cn8bc8p
GCompris-QT 0.97.1 with Lithuanian translation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* GCompris - ActivityInfo.qml
 
2
 *
 
3
 * Copyright (C) 2015 Ayush Agrawal <ayushagrawal288@gmail.com>
 
4
 *
 
5
 * This program is free software; you can redistribute it and/or modify
 
6
 * it under the terms of the GNU General Public License as published by
 
7
 * the Free Software Foundation; either version 3 of the License, or
 
8
 * (at your option) any later version.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program; if not, see <https://www.gnu.org/licenses/>.
 
17
 */
 
18
import GCompris 1.0
 
19
 
 
20
ActivityInfo {
 
21
  name: "explore_monuments/Explore_monuments.qml"
 
22
  difficulty: 3
 
23
  icon: "explore_monuments/explore_monuments.svg"
 
24
  author: "Ayush Agrawal &lt;ayushagrawal288@gmail.com&gt;"
 
25
  demo: true
 
26
  //: Activity title
 
27
  title: qsTr("Explore Monuments")
 
28
  //: Help title
 
29
  description: qsTr("Explore Monuments around the world.")
 
30
  //intro: "Explore Monuments around the world."
 
31
  //: Help goal
 
32
  goal: qsTr("To learn about different monuments on the basis of their location.")
 
33
  //: Help prerequisite
 
34
  prerequisite: qsTr("Knowledge of different monuments.")
 
35
  //: Help manual
 
36
  manual: qsTr("Click on the given keys to learn more of the monuments and then identify where the monuments is on the map by its name.")
 
37
  credit: qsTr("Photos taken from Wikipedia.")
 
38
  section: "discovery arts"
 
39
  createdInVersion: 6000
 
40
}