/* GCompris - ActivityInfo.qml * * Copyright (C) 2015 Arkit Vora * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ import GCompris 1.0 ActivityInfo { name: "braille_fun/BrailleFun.qml" difficulty: 6 icon: "braille_fun/braille_fun.svg" author: "Arkit Vora <arkitvora123@gmail.com>" demo: true //: Activity title title: qsTr("Braille Fun") //: Help title description: qsTr("Braille the letters") //intro: "Create the Braille cell for the letter." //: Help goal goal: "" //: Help prerequisite prerequisite: qsTr("Braille Alphabet Codes") //: Help manual manual: qsTr("Enter the braille code in the tile for the letters on the banner pulled by Tux in his plane across the screen. Check the braille chart by clicking on the toggle button for help.") credit: "" section: "discovery braille" createdInVersion: 4000 }