Warning, /education/gcompris/src/activities/penalty/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2015 Stephane Mankowski <stephane@mankowski.fr>
0004 *
0005 * SPDX-License-Identifier: GPL-3.0-or-later
0006 */
0007 import GCompris 1.0
0008
0009 ActivityInfo {
0010 name: "penalty/Penalty.qml"
0011 difficulty: 1
0012 icon: "penalty/penalty.svg"
0013 author: "Stephane Mankowski <stephane@mankowski.fr>"
0014 //: Activity title
0015 title: qsTr("Penalty kick")
0016 //: Help title
0017 description: qsTr("Double click or double tap on any side of the goal in order to score.")
0018 // intro: "Double click or double tap on the goal, in order to score."
0019 goal: ""
0020 prerequisite: ""
0021 //: Help manual
0022 manual: qsTr("Double click or double tap on a side of the goal to kick the ball. " +
0023 "You can double click the left, right or middle mouse button. " +
0024 "If you do not double click fast enough, Tux catches the ball. " +
0025 "You must click on it to bring it back to its initial position.")
0026 credit: ""
0027 section: "computer mouse"
0028 createdInVersion: 0
0029 }