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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "menu/Menu.qml"
0011   difficulty: 0
0012   //: Activity title
0013   title: qsTr("GCompris Main Menu")
0014   //: Help title
0015   description: qsTr("Select an activity to run it.")
0016   //: Help goal
0017   goal: qsTr("GCompris is a high quality educational software suite, including a large number of activities for children aged 2 to 10.")
0018   //: Help prerequisite
0019   prerequisite: qsTr("Some of the activities are game orientated, but still educational.")
0020   //: Help manual
0021   manual: qsTr("Select an icon to enter an activity or to display a list of activities in a category.
0022 At the bottom of the screen is the GCompris control bar. Notice that you can hide or show the bar by touching its anchor.") + ("<br><br>") +
0023           qsTr("The following icons are displayed:
0024 (note that each icon is displayed only if available in the current activity)") + ("<ul><li>") +
0025     qsTr("Home - Exit an activity, go back to menu (Ctrl+W or Escape key)") + ("</li><li>") +
0026     qsTr("Arrows - Display the current level. Click to select another level") + ("</li><li>") +
0027     qsTr("Lips - Repeat the question") + ("</li><li>") +
0028     qsTr("Question Mark - Help") + ("</li><li>") +
0029     qsTr("Reload - Start the activity from the beginning again") + ("</li><li>") +
0030     qsTr("Tool - The configuration menu") + ("</li><li>") +
0031     qsTr("Three lines - The activity settings menu") + ("</li><li>") +
0032     qsTr("G - About GCompris") + ("</li><li>") +
0033     qsTr("Quit - Quit GCompris (Ctrl+Q)") + ("</li></ul>") +
0034     qsTr("The stars show suitable age groups for each activity:") + ("<ul><li>") +
0035     qsTr("1, 2 or 3 yellow stars - from 2 to 6 years old")+ ("</li><li>") +
0036     qsTr("1, 2 or 3 red stars - 7 years and up")+ ("</li></ul>") +
0037     qsTr("If there are two different star icons on an activity, the first one shows the minimum difficulty, and the second one the maximum difficulty.") + ("<br><br>") +
0038     qsTr("<b>Keyboard shortcuts:</b>") + ("<ul><li>") +
0039     qsTr("Ctrl+B: Show or Hide the control bar") + ("</li><li>") +
0040     qsTr("Ctrl+F: Toggle full screen") + ("</li><li>") +
0041     qsTr("Ctrl+S: Toggle the activity section bar") + ("</li></ul>")
0042   credit: ""
0043   section: "/"
0044   createdInVersion: 0
0045 }