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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2016 Rajdeep Kaur <rajdeep.kaur@kde.org>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "family/Family.qml"
0011   difficulty: 2
0012   icon: "family/family.svg"
0013   author: "Rajdeep Kaur &lt;rajdeep.kaur@kde.org&gt;"
0014   //: Activity title
0015   title: qsTr("Family")
0016   //: Help title
0017   description: qsTr("Select the name you should call this family member.")
0018   //intro: "Let us understand what to call our relatives"
0019   //: Help goal
0020   goal: qsTr("Learn the relationships in a family, according to the lineal system used in most Western societies.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Reading skills.")
0023   //: Help manual
0024   manual: qsTr("A family tree is shown.\n" +
0025   "The circles are linked with lines to mark the relations. Married couples are marked with a ring on the link.\n" +
0026   "You are the person in the white circle. Select the name you should call the person in the orange circle.\n")
0027   credit: ""
0028   section: "sciences history"
0029   createdInVersion: 9000
0030 }