Warning, /education/gcompris/src/activities/geo-country/resource/board/board9_0.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * Authors:
0006  *   Bruno Coudoin <bruno.coudoin@gcompris.net> (GTK+ version)
0007  *   Pulkit Gupta <pulkitgenius@gmail.com> (Qt Quick port)
0008  *   Timothée Giet <animtim@gmail.com> (new SVG map)
0009  *
0010  *   SPDX-License-Identifier: GPL-3.0-or-later
0011  */
0012 import QtQuick 2.12
0013 
0014 QtObject {
0015    property string instruction: qsTr("States of Mexico")
0016    property var levels: [
0017       {
0018          "pixmapfile" : "mexico/mexico.svgz",
0019          "type" : "SHAPE_BACKGROUND_IMAGE"
0020       },
0021       {
0022          "pixmapfile" : "mexico/zacatecas.svgz",
0023          //: State of Mexico: Zacatecas
0024          "toolTipText" : qsTr("Zacatecas"),
0025          "x" : "0.4575",
0026          "y" : "0.548"
0027       },
0028       {
0029          "pixmapfile" : "mexico/yucatan.svgz",
0030          //: State of Mexico: Yucatán
0031          "toolTipText" : qsTr("Yucatán"),
0032          "x" : "0.9058",
0033          "y" : "0.645"
0034       },
0035       {
0036          "pixmapfile" : "mexico/veracruz.svgz",
0037          //: State of Mexico: Veracruz
0038          "toolTipText" : qsTr("Veracruz"),
0039          "x" : "0.673",
0040          "y" : "0.7067"
0041       },
0042       {
0043          "pixmapfile" : "mexico/tlaxcala.svgz",
0044          //: State of Mexico: Tlaxcala
0045          "toolTipText" : qsTr("Tlaxcala"),
0046          "x" : "0.6035",
0047          "y" : "0.7301"
0048       },
0049       {
0050          "pixmapfile" : "mexico/tamaulipas.svgz",
0051          //: State of Mexico: Tamaulipas
0052          "toolTipText" : qsTr("Tamaulipas"),
0053          "x" : "0.5835",
0054          "y" : "0.4537"
0055       },
0056       {
0057          "pixmapfile" : "mexico/tabasco.svgz",
0058          //: State of Mexico: Tabasco
0059          "toolTipText" : qsTr("Tabasco"),
0060          "x" : "0.7954",
0061          "y" : "0.7918"
0062       },
0063       {
0064          "pixmapfile" : "mexico/sonora.svgz",
0065          //: State of Mexico: Sonora
0066          "toolTipText" : qsTr("Sonora"),
0067          "x" : "0.1777",
0068          "y" : "0.2139"
0069       },
0070       {
0071          "pixmapfile" : "mexico/sinaloa.svgz",
0072          //: State of Mexico: Sinaloa
0073          "toolTipText" : qsTr("Sinaloa"),
0074          "x" : "0.3021",
0075          "y" : "0.4601"
0076       },
0077       {
0078          "pixmapfile" : "mexico/san_luis_potosi.svgz",
0079          //: State of Mexico: San Luis Potosí
0080          "toolTipText" : qsTr("San Luis Potosí"),
0081          "x" : "0.5308",
0082          "y" : "0.5608"
0083       },
0084       {
0085          "pixmapfile" : "mexico/quintana_roo.svgz",
0086          //: State of Mexico: Quintana Roo
0087          "toolTipText" : qsTr("Quintana Roo"),
0088          "x" : "0.9401",
0089          "y" : "0.6838"
0090       },
0091       {
0092          "pixmapfile" : "mexico/queretaro.svgz",
0093          //: State of Mexico: Querétaro
0094          "toolTipText" : qsTr("Querétaro"),
0095          "x" : "0.5482",
0096          "y" : "0.6601"
0097       },
0098       {
0099          "pixmapfile" : "mexico/puebla.svgz",
0100          //: State of Mexico: Puebla
0101          "toolTipText" : qsTr("Puebla"),
0102          "x" : "0.6131",
0103          "y" : "0.7335"
0104       },
0105       {
0106          "pixmapfile" : "mexico/oaxaca.svgz",
0107          //: State of Mexico: Oaxaca
0108          "toolTipText" : qsTr("Oaxaca"),
0109          "x" : "0.6728",
0110          "y" : "0.8417"
0111       },
0112       {
0113          "pixmapfile" : "mexico/nuevo_leon.svgz",
0114          //: State of Mexico: Nuevo León
0115          "toolTipText" : qsTr("Nuevo León"),
0116          "x" : "0.5454",
0117          "y" : "0.4274"
0118       },
0119       {
0120          "pixmapfile" : "mexico/nayarit.svgz",
0121          //: State of Mexico: Nayarit
0122          "toolTipText" : qsTr("Nayarit"),
0123          "x" : "0.3705",
0124          "y" : "0.6095"
0125       },
0126       {
0127          "pixmapfile" : "mexico/morelos.svgz",
0128          //: State of Mexico: Morelos
0129          "toolTipText" : qsTr("Morelos"),
0130          "x" : "0.5739",
0131          "y" : "0.7655"
0132       },
0133       {
0134          "pixmapfile" : "mexico/michoacan.svgz",
0135          //: State of Mexico: Michoacán
0136          "toolTipText" : qsTr("Michoacán"),
0137          "x" : "0.4788",
0138          "y" : "0.7459"
0139       },
0140       {
0141          "pixmapfile" : "mexico/jalisco.svgz",
0142          //: State of Mexico: Jalisco
0143          "toolTipText" : qsTr("Jalisco"),
0144          "x" : "0.422",
0145          "y" : "0.6609"
0146       },
0147       {
0148          "pixmapfile" : "mexico/hidalgo.svgz",
0149          //: State of Mexico: Hidalgo
0150          "toolTipText" : qsTr("Hidalgo"),
0151          "x" : "0.5774",
0152          "y" : "0.6765"
0153       },
0154       {
0155          "pixmapfile" : "mexico/guerrero.svgz",
0156          //: State of Mexico: Guerrero
0157          "toolTipText" : qsTr("Guerrero"),
0158          "x" : "0.5402",
0159          "y" : "0.8229"
0160       },
0161       {
0162          "pixmapfile" : "mexico/guanajuato.svgz",
0163          //: State of Mexico: Guanajuato
0164          "toolTipText" : qsTr("Guanajuato"),
0165          "x" : "0.5119",
0166          "y" : "0.659"
0167       },
0168       {
0169          "pixmapfile" : "mexico/estado_de_mexico.svgz",
0170          //: State of Mexico: Estado de México
0171          "toolTipText" : qsTr("Estado de México"),
0172          "x" : "0.5556",
0173          "y" : "0.7368"
0174       },
0175       {
0176          "pixmapfile" : "mexico/durango.svgz",
0177          //: State of Mexico: Durango
0178          "toolTipText" : qsTr("Durango"),
0179          "x" : "0.3848",
0180          "y" : "0.4715"
0181       },
0182       {
0183          "pixmapfile" : "mexico/districto_federal.svgz",
0184          //: State of Mexico: Districto Federal
0185          "toolTipText" : qsTr("Districto Federal"),
0186          "x" : "0.5707",
0187          "y" : "0.737"
0188       },
0189       {
0190          "pixmapfile" : "mexico/coahuila.svgz",
0191          //: State of Mexico: Coahuila
0192          "toolTipText" : qsTr("Coahuila"),
0193          "x" : "0.4786",
0194          "y" : "0.3407"
0195       },
0196       {
0197          "pixmapfile" : "mexico/chiapas.svgz",
0198          //: State of Mexico: Chiapas
0199          "toolTipText" : qsTr("Chiapas"),
0200          "x" : "0.8079",
0201          "y" : "0.8772"
0202       },
0203       {
0204          "pixmapfile" : "mexico/chihuahua.svgz",
0205          //: State of Mexico: Chihuahua
0206          "toolTipText" : qsTr("Chihuahua"),
0207          "x" : "0.3449",
0208          "y" : "0.2622"
0209       },
0210       {
0211          "pixmapfile" : "mexico/campeche.svgz",
0212          //: State of Mexico: Campeche
0213          "toolTipText" : qsTr("Campeche"),
0214          "x" : "0.8531",
0215          "y" : "0.7166"
0216       },
0217       {
0218          "pixmapfile" : "mexico/baja_california.svgz",
0219          //: State of Mexico: Baja California
0220          "toolTipText" : qsTr("Baja California"),
0221          "x" : "0.0791",
0222          "y" : "0.1601"
0223       },
0224       {
0225          "pixmapfile" : "mexico/baja_california_sur.svgz",
0226          //: State of Mexico: Baja California Sur
0227          "toolTipText" : qsTr("Baja California Sur"),
0228          "x" : "0.1509",
0229          "y" : "0.4134"
0230       },
0231       {
0232          "pixmapfile" : "mexico/colima.svgz",
0233          //: State of Mexico: Colima
0234          "toolTipText" : qsTr("Colima"),
0235          "x" : "0.407",
0236          "y" : "0.7482"
0237       },
0238       {
0239          "pixmapfile" : "mexico/aguascalientes.svgz",
0240          //: State of Mexico: Aguascalientes
0241          "toolTipText" : qsTr("Aguascalientes"),
0242          "x" : "0.464",
0243          "y" : "0.6012"
0244       }
0245    ]
0246 }