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

0001 /* GCompris - lang.qml
0002 *
0003 * Copyright (C) Siddhesh suthar <siddhesh.it@gmail.com> (Qt Quick port)
0004 *
0005 * Authors:
0006 *   Pascal Georges (pascal.georges1@free.fr) (GTK+ version)
0007 *   Holger Kaelberer <holger.k@elberer.de> (Qt Quick port of imageid)
0008 *   Siddhesh suthar <siddhesh.it@gmail.com> (Qt Quick port)
0009 *   Bruno Coudoin <bruno.coudoin@gcompris.net> (Integration Lang dataset)
0010 *
0011 *   SPDX-License-Identifier: GPL-3.0-or-later
0012 */
0013 import GCompris 1.0
0014 
0015 ActivityInfo {
0016   name: "lang/Lang.qml"
0017   difficulty: 4
0018   icon: "lang/lang.svg"
0019   author: "siddhesh suthar &lt;siddhesh.it@gmail.com&gt;"
0020   //: Activity title
0021   title: qsTr("Enrich your vocabulary")
0022   //: Help title
0023   description: qsTr("Complete language learning activities.")
0024   // intro: "Select the language you want to learn then review the words before doing the exercises."
0025   //: Help goal
0026   goal: qsTr("Enrich your vocabulary in your native language or in a foreign one.")
0027   //: Help prerequisite
0028   prerequisite: qsTr("Reading.")
0029   //: Help manual
0030   manual: qsTr("Review a set of words. Each word is shown with a voice, a text and an image.<br/>"
0031            + "When done, you will have some exercises to recognize the text from the voice and the image, then only from the voice, and finally an exercise to type the text.") + ("<br><br>") +
0032           qsTr("In the configuration, you can select the language you want to learn.") + ("<br><br>") +
0033           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0034           qsTr("Arrows: navigate") + ("</li><li>") +
0035           qsTr("Space or Enter: select an item from the list") + ("</li><li>") +
0036           qsTr("Enter: validate your answer when the OKĀ button is visible") + ("</li><li>") +
0037           qsTr("Tab: repeat the word") + ("</li></ul>")
0038   credit: "Images originally released by the Art4Apps project (https://web.archive.org/web/20120908214126/http://www.art4apps.org/) under CC BY-SA 3.0 license. Upscaled and smoothed derivative images."
0039   section: "reading vocabulary"
0040   createdInVersion: 5000
0041 }