diff --git a/src/activities/geography/Geography.qml b/src/activities/geography/Geography.qml index 1ff1f4e83..30a73c207 100644 --- a/src/activities/geography/Geography.qml +++ b/src/activities/geography/Geography.qml @@ -1,35 +1,35 @@ /* GCompris - Geography.qml * * Copyright (C) 2015 Pulkit Gupta * * Authors: * Jean-Philippe Ayanides (GTK+ version) * Pulkit Gupta (Qt Quick port) * * 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 QtQuick 2.1 import "../babymatch" Babymatch { id: activity onStart: focus = true onStop: {} boardsUrl: "qrc:/gcompris/src/activities/geography/resource/" - levelCount: 11 + levelCount: 10 answerGlow: false } diff --git a/src/activities/geography/resource/board/board10_0.qml b/src/activities/geography/resource/board/board10_0.qml index 295c2e5e8..7462b8777 100644 --- a/src/activities/geography/resource/board/board10_0.qml +++ b/src/activities/geography/resource/board/board10_0.qml @@ -1,357 +1,164 @@ /* GCompris * * Copyright (C) 2015 Bruno Coudoin * * Authors: * Bruno Coudoin (GTK+ version) * Pulkit Gupta (Qt Quick port) * * 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 QtQuick 2.0 QtObject { - property string instruction: qsTr("Asia") + property string instruction: qsTr("Oceania") property variant levels: [ { - "pixmapfile": "asia/background.png", + "pixmapfile": "oceania/bg_oceania.png", "type": "SHAPE_BACKGROUND_IMAGE" }, { - "pixmapfile": "asia/russia.png", - "toolTipText": qsTr("Russia"), - "x": "0.497", - "y": "0.215" + "pixmapfile": "oceania/pitcairn_islands.png", + "toolTipText": qsTr("Pitcairn Islands"), + "x": "0.967", + "y": "0.722" }, { - "pixmapfile": "asia/mongolia.png", - "toolTipText": qsTr("Mongolia"), - "x": "0.562", - "y": "0.341" + "pixmapfile": "oceania/french_polynesia.png", + "toolTipText": qsTr("French Polynesia"), + "x": "0.875", + "y": "0.622" }, { - "pixmapfile": "asia/japan.png", - "toolTipText": qsTr("Japan"), - "x": "0.855", - "y": "0.437" + "pixmapfile": "oceania/papua_new_guinea.png", + "toolTipText": qsTr("Papua New Guinea"), + "x": "0.314", + "y": "0.476" }, { - "pixmapfile": "asia/north_korea.png", - "toolTipText": qsTr("North Korea"), - "x": "0.768", - "y": "0.415" - }, - { - "pixmapfile": "asia/south_korea.png", - "toolTipText": qsTr("South Korea"), - "x": "0.79", - "y": "0.459" - }, - { - "pixmapfile": "asia/kazakhstan.png", - "toolTipText": qsTr("Kazakhstan"), - "x": "0.293", - "y": "0.328" - }, - { - "pixmapfile": "asia/uzbekistan.png", - "toolTipText": qsTr("Uzbekistan"), - "x": "0.289", - "y": "0.403" - }, - { - "pixmapfile": "asia/taiwan.png", - "toolTipText": qsTr("Taiwan"), - "x": "0.772", - "y": "0.603" - }, - { - "pixmapfile": "asia/vietnam.png", - "toolTipText": qsTr("Vietnam"), - "x": "0.661", - "y": "0.691" - }, - { - "pixmapfile": "asia/cambodia.png", - "toolTipText": qsTr("Cambodia"), - "x": "0.658", - "y": "0.732" - }, - { - "pixmapfile": "asia/laos.png", - "toolTipText": qsTr("Laos"), - "x": "0.644", - "y": "0.664" - }, - { - "pixmapfile": "asia/thailand.png", - "toolTipText": qsTr("Thailand"), - "x": "0.627", - "y": "0.723" - }, - { - "pixmapfile": "asia/sri_lanka.png", - "toolTipText": qsTr("Sri Lanka"), - "x": "0.465", - "y": "0.785" - }, - { - "pixmapfile": "asia/china.png", - "toolTipText": qsTr("China"), - "x": "0.577", - "y": "0.466" - }, - { - "pixmapfile": "asia/india.png", - "toolTipText": qsTr("India"), - "x": "0.465", - "y": "0.624" - }, - { - "pixmapfile": "asia/bangladesh.png", - "toolTipText": qsTr("Bangladesh"), - "x": "0.532", - "y": "0.602" - }, - { - "pixmapfile": "asia/bhutan.png", - "toolTipText": qsTr("Bhutan"), - "x": "0.523", - "y": "0.561" - }, - { - "pixmapfile": "asia/nepal.png", - "toolTipText": qsTr("Nepal"), - "x": "0.472", - "y": "0.55" - }, - { - "pixmapfile": "asia/pakistan.png", - "toolTipText": qsTr("Pakistan"), - "x": "0.344", - "y": "0.527" - }, - { - "pixmapfile": "asia/myanmar.png", - "toolTipText": qsTr("Myanmar"), - "x": "0.579", - "y": "0.65" - }, - { - "pixmapfile": "asia/philippines.png", - "toolTipText": qsTr("Philippines"), - "x": "0.8", - "y": "0.736" + "pixmapfile": "oceania/east_timor.png", + "toolTipText": qsTr("East Timor"), + "x": "0.131", + "y": "0.516" }, { - "pixmapfile": "asia/indonesia.png", + "pixmapfile": "oceania/indonesia.png", "toolTipText": qsTr("Indonesia"), - "x": "0.727", - "y": "0.9" - }, - { - "pixmapfile": "asia/malaysia.png", - "toolTipText": qsTr("Malaysia"), - "x": "0.699", - "y": "0.831" - }, - { - "pixmapfile": "asia/afghanistan.png", - "toolTipText": qsTr("Afghanistan"), - "x": "0.328", - "y": "0.487" - }, - { - "pixmapfile": "asia/tajikistan.png", - "toolTipText": qsTr("Tajikistan"), - "x": "0.35", - "y": "0.429" - }, - { - "pixmapfile": "asia/kyrgyzstan.png", - "toolTipText": qsTr("Kyrgyzstan"), - "x": "0.371", - "y": "0.404" - }, - { - "pixmapfile": "asia/turkmenistan.png", - "toolTipText": qsTr("Turkmenistan"), - "x": "0.26", - "y": "0.428" - }, - { - "pixmapfile": "asia/iran.png", - "toolTipText": qsTr("Iran"), - "x": "0.224", - "y": "0.505" - }, - { - "pixmapfile": "asia/azerbaijan.png", - "toolTipText": qsTr("Azerbaijan"), - "x": "0.163", - "y": "0.414" - }, - { - "pixmapfile": "asia/georgia.png", - //: Translators: Strip Asia| and translate only Georgia - "toolTipText": qsTr("Asia|Georgia"), - "x": "0.133", - "y": "0.389" - }, - { - "pixmapfile": "asia/turkey.png", - "toolTipText": qsTr("Turkey"), - "x": "0.077", - "y": "0.428" + "x": "0.128", + "y": "0.456" }, { - "pixmapfile": "asia/syria.png", - "toolTipText": qsTr("Syria"), - "x": "0.108", - "y": "0.478" + "pixmapfile": "oceania/palau.png", + "toolTipText": qsTr("Palau"), + "x": "0.179", + "y": "0.35" }, { - "pixmapfile": "asia/iraq.png", - "toolTipText": qsTr("Iraq"), - "x": "0.15", - "y": "0.492" + "pixmapfile": "oceania/northern_mariana_islands.png", + "toolTipText": qsTr("Northern Mariana Islands"), + "x": "0.288", + "y": "0.222" }, { - "pixmapfile": "asia/jordan.png", - "toolTipText": qsTr("Jordan"), - "x": "0.1", - "y": "0.517" + "pixmapfile": "oceania/micronesia.png", + "toolTipText": qsTr("Micronesia"), + "x": "0.334", + "y": "0.324" }, { - "pixmapfile": "asia/saudi_arabia.png", - "toolTipText": qsTr("Saudi Arabia"), - "x": "0.167", - "y": "0.592" + "pixmapfile": "oceania/vanuatu.png", + "toolTipText": qsTr("Vanuatu"), + "x": "0.487", + "y": "0.582" }, { - "pixmapfile": "asia/yemen.png", - "toolTipText": qsTr("Yemen"), - "x": "0.192", - "y": "0.692" + "pixmapfile": "oceania/tuvalu.png", + "toolTipText": qsTr("Tuvalu"), + "x": "0.572", + "y": "0.484" }, { - "pixmapfile": "asia/united_arab_emirates.png", - "toolTipText": qsTr("United Arab Emirates"), - "x": "0.236", - "y": "0.598" + "pixmapfile": "oceania/tonga.png", + "toolTipText": qsTr("Tonga"), + "x": "0.626", + "y": "0.608" }, { - "pixmapfile": "asia/oman.png", - "toolTipText": qsTr("Oman"), - "x": "0.255", + "pixmapfile": "oceania/new_caledonia.png", + "toolTipText": qsTr("New Caledonia"), + "x": "0.451", "y": "0.628" }, { - "pixmapfile": "asia/armenia.png", - "type": "SHAPE_BACKGROUND", - "x": "0.15", - "y": "0.415" - }, - { - "pixmapfile": "asia/kuwait.png", - "type": "SHAPE_BACKGROUND", - "x": "0.18", - "y": "0.538" - }, - { - "pixmapfile": "asia/cyprus.png", - "type": "SHAPE_BACKGROUND", - "x": "0.065", - "y": "0.472" - }, - { - "pixmapfile": "asia/lebanon.png", - "type": "SHAPE_BACKGROUND", - "x": "0.086", - "y": "0.487" + "pixmapfile": "oceania/marshall_islands.png", + "toolTipText": qsTr("Marshall Islands"), + "x": "0.49", + "y": "0.344" }, { - "pixmapfile": "asia/bahrain.png", - "type": "SHAPE_BACKGROUND", - "x": "0.208", - "y": "0.575" + "pixmapfile": "oceania/kiribati.png", + "toolTipText": qsTr("Kiribati"), + "x": "0.676", + "y": "0.448" }, { - "pixmapfile": "asia/qatar.png", - "type": "SHAPE_BACKGROUND", - "x": "0.214", + "pixmapfile": "oceania/fiji.png", + "toolTipText": qsTr("Fiji"), + "x": "0.569", "y": "0.586" }, { - "pixmapfile": "asia/brunei.png", - "type": "SHAPE_BACKGROUND", - "x": "0.744", - "y": "0.821" + "pixmapfile": "oceania/solomon_islands.png", + "toolTipText": qsTr("Solomon Islands"), + "x": "0.438", + "y": "0.506" }, { - "pixmapfile": "asia/israel.png", - "type": "SHAPE_BACKGROUND", - "x": "0.08", - "y": "0.517" + "pixmapfile": "oceania/new_zealand.png", + "toolTipText": qsTr("New Zealand"), + "x": "0.572", + "y": "0.726" }, { - "pixmapfile": "asia/palestine.png", - "type": "SHAPE_BACKGROUND", - "x": "0.081", - "y": "0.516" + "pixmapfile": "oceania/cook_islands.png", + "toolTipText": qsTr("Cook Islands"), + "x": "0.745", + "y": "0.582" }, { - "pixmapfile": "asia/red_sea.png", - "type": "SHAPE_BACKGROUND", - "x": "0.128", - "y": "0.662" - }, - { - "pixmapfile": "asia/africa2.png", - "type": "SHAPE_BACKGROUND", - "x": "0.176", - "y": "0.808" - }, - { - "pixmapfile": "asia/africa.png", - "type": "SHAPE_BACKGROUND", - "x": "0.054", - "y": "0.769" - }, - { - "pixmapfile": "asia/persian_gulf.png", - "type": "SHAPE_BACKGROUND", - "x": "0.223", - "y": "0.563" + "pixmapfile": "oceania/american_samoa.png", + "toolTipText": qsTr("American Samoa"), + "x": "0.662", + "y": "0.544" }, { - "pixmapfile": "asia/mediteranean_sea.png", - "type": "SHAPE_BACKGROUND", - "x": "0.042", - "y": "0.485" + "pixmapfile": "oceania/australia.png", + "toolTipText": qsTr("Australia"), + "x": "0.273", + "y": "0.748" }, { - "pixmapfile": "asia/black_sea.png", - "type": "SHAPE_BACKGROUND", - "x": "0.059", - "y": "0.344" + "pixmapfile": "oceania/us_minor.png", + "toolTipText": qsTr("United States Minor Outlying Islands"), + "x": "0.617", + "y": "0.258" }, { - "pixmapfile": "asia/caspian_sea.png", - "type": "SHAPE_BACKGROUND", - "x": "0.189", - "y": "0.398" + "pixmapfile": "oceania/hawaii.png", + "toolTipText": qsTr("Hawaii"), + "x": "0.722", + "y": "0.164" } ] } diff --git a/src/activities/geography/resource/board/board11_0.qml b/src/activities/geography/resource/board/board11_0.qml deleted file mode 100644 index 7462b8777..000000000 --- a/src/activities/geography/resource/board/board11_0.qml +++ /dev/null @@ -1,164 +0,0 @@ -/* GCompris - * - * Copyright (C) 2015 Bruno Coudoin - * - * Authors: - * Bruno Coudoin (GTK+ version) - * Pulkit Gupta (Qt Quick port) - * - * 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 QtQuick 2.0 - -QtObject { - property string instruction: qsTr("Oceania") - property variant levels: [ - { - "pixmapfile": "oceania/bg_oceania.png", - "type": "SHAPE_BACKGROUND_IMAGE" - }, - { - "pixmapfile": "oceania/pitcairn_islands.png", - "toolTipText": qsTr("Pitcairn Islands"), - "x": "0.967", - "y": "0.722" - }, - { - "pixmapfile": "oceania/french_polynesia.png", - "toolTipText": qsTr("French Polynesia"), - "x": "0.875", - "y": "0.622" - }, - { - "pixmapfile": "oceania/papua_new_guinea.png", - "toolTipText": qsTr("Papua New Guinea"), - "x": "0.314", - "y": "0.476" - }, - { - "pixmapfile": "oceania/east_timor.png", - "toolTipText": qsTr("East Timor"), - "x": "0.131", - "y": "0.516" - }, - { - "pixmapfile": "oceania/indonesia.png", - "toolTipText": qsTr("Indonesia"), - "x": "0.128", - "y": "0.456" - }, - { - "pixmapfile": "oceania/palau.png", - "toolTipText": qsTr("Palau"), - "x": "0.179", - "y": "0.35" - }, - { - "pixmapfile": "oceania/northern_mariana_islands.png", - "toolTipText": qsTr("Northern Mariana Islands"), - "x": "0.288", - "y": "0.222" - }, - { - "pixmapfile": "oceania/micronesia.png", - "toolTipText": qsTr("Micronesia"), - "x": "0.334", - "y": "0.324" - }, - { - "pixmapfile": "oceania/vanuatu.png", - "toolTipText": qsTr("Vanuatu"), - "x": "0.487", - "y": "0.582" - }, - { - "pixmapfile": "oceania/tuvalu.png", - "toolTipText": qsTr("Tuvalu"), - "x": "0.572", - "y": "0.484" - }, - { - "pixmapfile": "oceania/tonga.png", - "toolTipText": qsTr("Tonga"), - "x": "0.626", - "y": "0.608" - }, - { - "pixmapfile": "oceania/new_caledonia.png", - "toolTipText": qsTr("New Caledonia"), - "x": "0.451", - "y": "0.628" - }, - { - "pixmapfile": "oceania/marshall_islands.png", - "toolTipText": qsTr("Marshall Islands"), - "x": "0.49", - "y": "0.344" - }, - { - "pixmapfile": "oceania/kiribati.png", - "toolTipText": qsTr("Kiribati"), - "x": "0.676", - "y": "0.448" - }, - { - "pixmapfile": "oceania/fiji.png", - "toolTipText": qsTr("Fiji"), - "x": "0.569", - "y": "0.586" - }, - { - "pixmapfile": "oceania/solomon_islands.png", - "toolTipText": qsTr("Solomon Islands"), - "x": "0.438", - "y": "0.506" - }, - { - "pixmapfile": "oceania/new_zealand.png", - "toolTipText": qsTr("New Zealand"), - "x": "0.572", - "y": "0.726" - }, - { - "pixmapfile": "oceania/cook_islands.png", - "toolTipText": qsTr("Cook Islands"), - "x": "0.745", - "y": "0.582" - }, - { - "pixmapfile": "oceania/american_samoa.png", - "toolTipText": qsTr("American Samoa"), - "x": "0.662", - "y": "0.544" - }, - { - "pixmapfile": "oceania/australia.png", - "toolTipText": qsTr("Australia"), - "x": "0.273", - "y": "0.748" - }, - { - "pixmapfile": "oceania/us_minor.png", - "toolTipText": qsTr("United States Minor Outlying Islands"), - "x": "0.617", - "y": "0.258" - }, - { - "pixmapfile": "oceania/hawaii.png", - "toolTipText": qsTr("Hawaii"), - "x": "0.722", - "y": "0.164" - } - ] -} diff --git a/src/activities/geography/resource/board/board9_0.qml b/src/activities/geography/resource/board/board9_0.qml index 097da7256..295c2e5e8 100644 --- a/src/activities/geography/resource/board/board9_0.qml +++ b/src/activities/geography/resource/board/board9_0.qml @@ -1,305 +1,357 @@ /* GCompris * * Copyright (C) 2015 Bruno Coudoin * * Authors: * Bruno Coudoin (GTK+ version) * Pulkit Gupta (Qt Quick port) * * 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 QtQuick 2.0 QtObject { - property string instruction: qsTr("Africa") + property string instruction: qsTr("Asia") property variant levels: [ { - "pixmapfile": "africa/africa.png", + "pixmapfile": "asia/background.png", "type": "SHAPE_BACKGROUND_IMAGE" }, { - "pixmapfile": "africa/zimbabwe.png", - "sound": "voices-$CA/$LOCALE/geography/zimbabwe.$CA", - "toolTipText": qsTr("Zimbabwe"), - "x": "0.676", - "y": "0.783" + "pixmapfile": "asia/russia.png", + "toolTipText": qsTr("Russia"), + "x": "0.497", + "y": "0.215" }, { - "pixmapfile": "africa/zambia.png", - "sound": "voices-$CA/$LOCALE/geography/zambia.$CA", - "toolTipText": qsTr("Zambia"), - "x": "0.662", - "y": "0.704" + "pixmapfile": "asia/mongolia.png", + "toolTipText": qsTr("Mongolia"), + "x": "0.562", + "y": "0.341" }, { - "pixmapfile": "africa/tunisia.png", - "sound": "voices-$CA/$LOCALE/geography/tunisia.$CA", - "toolTipText": qsTr("Tunisia"), - "x": "0.39", - "y": "0.051" + "pixmapfile": "asia/japan.png", + "toolTipText": qsTr("Japan"), + "x": "0.855", + "y": "0.437" }, { - "pixmapfile": "africa/togo.png", - "sound": "voices-$CA/$LOCALE/geography/togo.$CA", - "toolTipText": qsTr("Togo"), - "x": "0.268", + "pixmapfile": "asia/north_korea.png", + "toolTipText": qsTr("North Korea"), + "x": "0.768", + "y": "0.415" + }, + { + "pixmapfile": "asia/south_korea.png", + "toolTipText": qsTr("South Korea"), + "x": "0.79", + "y": "0.459" + }, + { + "pixmapfile": "asia/kazakhstan.png", + "toolTipText": qsTr("Kazakhstan"), + "x": "0.293", + "y": "0.328" + }, + { + "pixmapfile": "asia/uzbekistan.png", + "toolTipText": qsTr("Uzbekistan"), + "x": "0.289", "y": "0.403" }, { - "pixmapfile": "africa/chad.png", - "sound": "voices-$CA/$LOCALE/geography/chad.$CA", - "toolTipText": qsTr("Chad"), - "x": "0.528", - "y": "0.306" + "pixmapfile": "asia/taiwan.png", + "toolTipText": qsTr("Taiwan"), + "x": "0.772", + "y": "0.603" }, { - "pixmapfile": "africa/tanzania.png", - "sound": "voices-$CA/$LOCALE/geography/tanzania.$CA", - "toolTipText": qsTr("Tanzania"), - "x": "0.763", - "y": "0.609" + "pixmapfile": "asia/vietnam.png", + "toolTipText": qsTr("Vietnam"), + "x": "0.661", + "y": "0.691" }, { - "pixmapfile": "africa/soudan.png", - "sound": "voices-$CA/$LOCALE/geography/soudan.$CA", - "toolTipText": qsTr("Sudan"), - "x": "0.69", - "y": "0.34" + "pixmapfile": "asia/cambodia.png", + "toolTipText": qsTr("Cambodia"), + "x": "0.658", + "y": "0.732" }, { - "pixmapfile": "africa/somalia.png", - "sound": "voices-$CA/$LOCALE/geography/somalia.$CA", - "toolTipText": qsTr("Somalia"), - "x": "0.925", - "y": "0.449" + "pixmapfile": "asia/laos.png", + "toolTipText": qsTr("Laos"), + "x": "0.644", + "y": "0.664" }, { - "pixmapfile": "africa/senegal.png", - "sound": "voices-$CA/$LOCALE/geography/senegal.$CA", - "toolTipText": qsTr("Senegal"), - "x": "0.049", - "y": "0.32" + "pixmapfile": "asia/thailand.png", + "toolTipText": qsTr("Thailand"), + "x": "0.627", + "y": "0.723" }, { - "pixmapfile": "africa/rep_congo.png", - "sound": "voices-$CA/$LOCALE/geography/democratic_republic_of_congo.$CA", - "toolTipText": qsTr("Democratic Republic of Congo"), - "x": "0.57", - "y": "0.577" + "pixmapfile": "asia/sri_lanka.png", + "toolTipText": qsTr("Sri Lanka"), + "x": "0.465", + "y": "0.785" }, { - "pixmapfile": "africa/rep_centrafrique.png", - "sound": "voices-$CA/$LOCALE/geography/rep_centrafrique.$CA", - "toolTipText": qsTr("Central African Republic"), - "x": "0.563", - "y": "0.425" + "pixmapfile": "asia/china.png", + "toolTipText": qsTr("China"), + "x": "0.577", + "y": "0.466" }, { - "pixmapfile": "africa/uganda.png", - "sound": "voices-$CA/$LOCALE/geography/uganda.$CA", - "toolTipText": qsTr("Uganda"), - "x": "0.725", - "y": "0.5" + "pixmapfile": "asia/india.png", + "toolTipText": qsTr("India"), + "x": "0.465", + "y": "0.624" }, { - "pixmapfile": "africa/nigeria.png", - "sound": "voices-$CA/$LOCALE/geography/nigeria.$CA", - "toolTipText": qsTr("Nigeria"), - "x": "0.385", - "y": "0.395" + "pixmapfile": "asia/bangladesh.png", + "toolTipText": qsTr("Bangladesh"), + "x": "0.532", + "y": "0.602" }, { - "pixmapfile": "africa/niger.png", - "sound": "voices-$CA/$LOCALE/geography/niger.$CA", - "toolTipText": qsTr("Niger"), - "x": "0.373", - "y": "0.277" + "pixmapfile": "asia/bhutan.png", + "toolTipText": qsTr("Bhutan"), + "x": "0.523", + "y": "0.561" }, { - "pixmapfile": "africa/namibia.png", - "sound": "voices-$CA/$LOCALE/geography/namibia.$CA", - "toolTipText": qsTr("Namibia"), - "x": "0.516", - "y": "0.84" + "pixmapfile": "asia/nepal.png", + "toolTipText": qsTr("Nepal"), + "x": "0.472", + "y": "0.55" }, { - "pixmapfile": "africa/mozambique.png", - "sound": "voices-$CA/$LOCALE/geography/mozambique.$CA", - "toolTipText": qsTr("Mozambique"), - "x": "0.768", - "y": "0.783" + "pixmapfile": "asia/pakistan.png", + "toolTipText": qsTr("Pakistan"), + "x": "0.344", + "y": "0.527" + }, + { + "pixmapfile": "asia/myanmar.png", + "toolTipText": qsTr("Myanmar"), + "x": "0.579", + "y": "0.65" + }, + { + "pixmapfile": "asia/philippines.png", + "toolTipText": qsTr("Philippines"), + "x": "0.8", + "y": "0.736" + }, + { + "pixmapfile": "asia/indonesia.png", + "toolTipText": qsTr("Indonesia"), + "x": "0.727", + "y": "0.9" + }, + { + "pixmapfile": "asia/malaysia.png", + "toolTipText": qsTr("Malaysia"), + "x": "0.699", + "y": "0.831" }, { - "pixmapfile": "africa/mauritania.png", - "sound": "voices-$CA/$LOCALE/geography/mauritania.$CA", - "toolTipText": qsTr("Mauritania"), - "x": "0.099", - "y": "0.231" + "pixmapfile": "asia/afghanistan.png", + "toolTipText": qsTr("Afghanistan"), + "x": "0.328", + "y": "0.487" }, { - "pixmapfile": "africa/moroco.png", - "sound": "voices-$CA/$LOCALE/geography/moroco.$CA", - "toolTipText": qsTr("Morocco"), - "x": "0.127", - "y": "0.123" + "pixmapfile": "asia/tajikistan.png", + "toolTipText": qsTr("Tajikistan"), + "x": "0.35", + "y": "0.429" }, { - "pixmapfile": "africa/mali.png", - "sound": "voices-$CA/$LOCALE/geography/mali.$CA", - "toolTipText": qsTr("Mali"), - "x": "0.2", - "y": "0.273" + "pixmapfile": "asia/kyrgyzstan.png", + "toolTipText": qsTr("Kyrgyzstan"), + "x": "0.371", + "y": "0.404" }, { - "pixmapfile": "africa/malawi.png", - "sound": "voices-$CA/$LOCALE/geography/malawi.$CA", - "toolTipText": qsTr("Malawi"), - "x": "0.751", - "y": "0.702" + "pixmapfile": "asia/turkmenistan.png", + "toolTipText": qsTr("Turkmenistan"), + "x": "0.26", + "y": "0.428" }, { - "pixmapfile": "africa/madagascar.png", - "sound": "voices-$CA/$LOCALE/geography/madagascar.$CA", - "toolTipText": qsTr("Madagascar"), - "x": "0.927", - "y": "0.781" + "pixmapfile": "asia/iran.png", + "toolTipText": qsTr("Iran"), + "x": "0.224", + "y": "0.505" }, { - "pixmapfile": "africa/libya.png", - "sound": "voices-$CA/$LOCALE/geography/libya.$CA", - "toolTipText": qsTr("Libya"), - "x": "0.502", - "y": "0.154" + "pixmapfile": "asia/azerbaijan.png", + "toolTipText": qsTr("Azerbaijan"), + "x": "0.163", + "y": "0.414" }, { - "pixmapfile": "africa/liberia.png", - "sound": "voices-$CA/$LOCALE/geography/liberia.$CA", - "toolTipText": qsTr("Liberia"), - "x": "0.117", - "y": "0.433" + "pixmapfile": "asia/georgia.png", + //: Translators: Strip Asia| and translate only Georgia + "toolTipText": qsTr("Asia|Georgia"), + "x": "0.133", + "y": "0.389" }, { - "pixmapfile": "africa/kenya.png", - "sound": "voices-$CA/$LOCALE/geography/kenya.$CA", - "toolTipText": qsTr("Kenya"), - "x": "0.81", - "y": "0.52" + "pixmapfile": "asia/turkey.png", + "toolTipText": qsTr("Turkey"), + "x": "0.077", + "y": "0.428" }, { - "pixmapfile": "africa/guinea.png", - "sound": "voices-$CA/$LOCALE/geography/guinea.$CA", - "toolTipText": qsTr("Guinea"), - "x": "0.094", - "y": "0.381" + "pixmapfile": "asia/syria.png", + "toolTipText": qsTr("Syria"), + "x": "0.108", + "y": "0.478" }, { - "pixmapfile": "africa/ghana.png", - "sound": "voices-$CA/$LOCALE/geography/ghana.$CA", - "toolTipText": qsTr("Ghana"), - "x": "0.237", - "y": "0.411" + "pixmapfile": "asia/iraq.png", + "toolTipText": qsTr("Iraq"), + "x": "0.15", + "y": "0.492" }, { - "pixmapfile": "africa/gabon.png", - "sound": "voices-$CA/$LOCALE/geography/gabon.$CA", - "toolTipText": qsTr("Gabon"), - "x": "0.427", + "pixmapfile": "asia/jordan.png", + "toolTipText": qsTr("Jordan"), + "x": "0.1", + "y": "0.517" + }, + { + "pixmapfile": "asia/saudi_arabia.png", + "toolTipText": qsTr("Saudi Arabia"), + "x": "0.167", + "y": "0.592" + }, + { + "pixmapfile": "asia/yemen.png", + "toolTipText": qsTr("Yemen"), + "x": "0.192", + "y": "0.692" + }, + { + "pixmapfile": "asia/united_arab_emirates.png", + "toolTipText": qsTr("United Arab Emirates"), + "x": "0.236", + "y": "0.598" + }, + { + "pixmapfile": "asia/oman.png", + "toolTipText": qsTr("Oman"), + "x": "0.255", + "y": "0.628" + }, + { + "pixmapfile": "asia/armenia.png", + "type": "SHAPE_BACKGROUND", + "x": "0.15", + "y": "0.415" + }, + { + "pixmapfile": "asia/kuwait.png", + "type": "SHAPE_BACKGROUND", + "x": "0.18", "y": "0.538" }, { - "pixmapfile": "africa/ethiopia.png", - "sound": "voices-$CA/$LOCALE/geography/ethiopia.$CA", - "toolTipText": qsTr("Ethiopia"), - "x": "0.845", - "y": "0.395" + "pixmapfile": "asia/cyprus.png", + "type": "SHAPE_BACKGROUND", + "x": "0.065", + "y": "0.472" + }, + { + "pixmapfile": "asia/lebanon.png", + "type": "SHAPE_BACKGROUND", + "x": "0.086", + "y": "0.487" + }, + { + "pixmapfile": "asia/bahrain.png", + "type": "SHAPE_BACKGROUND", + "x": "0.208", + "y": "0.575" }, { - "pixmapfile": "africa/eritrea.png", - "sound": "voices-$CA/$LOCALE/geography/eritrea.$CA", - "toolTipText": qsTr("Eritrea"), - "x": "0.831", - "y": "0.31" + "pixmapfile": "asia/qatar.png", + "type": "SHAPE_BACKGROUND", + "x": "0.214", + "y": "0.586" }, { - "pixmapfile": "africa/egypt.png", - "sound": "voices-$CA/$LOCALE/geography/egypt.$CA", - "toolTipText": qsTr("Egypt"), - "x": "0.683", - "y": "0.152" + "pixmapfile": "asia/brunei.png", + "type": "SHAPE_BACKGROUND", + "x": "0.744", + "y": "0.821" }, { - "pixmapfile": "africa/ivory_coast.png", - "sound": "voices-$CA/$LOCALE/geography/ivory_coast.$CA", - "toolTipText": qsTr("Ivory Coast"), - "x": "0.178", - "y": "0.417" + "pixmapfile": "asia/israel.png", + "type": "SHAPE_BACKGROUND", + "x": "0.08", + "y": "0.517" }, { - "pixmapfile": "africa/congo.png", - "sound": "voices-$CA/$LOCALE/geography/congo.$CA", - "toolTipText": qsTr("Republic of Congo"), - "x": "0.477", - "y": "0.528" + "pixmapfile": "asia/palestine.png", + "type": "SHAPE_BACKGROUND", + "x": "0.081", + "y": "0.516" }, { - "pixmapfile": "africa/cameroon.png", - "sound": "voices-$CA/$LOCALE/geography/cameroon.$CA", - "toolTipText": qsTr("Cameroon"), - "x": "0.441", - "y": "0.427" + "pixmapfile": "asia/red_sea.png", + "type": "SHAPE_BACKGROUND", + "x": "0.128", + "y": "0.662" }, { - "pixmapfile": "africa/burkina_faso.png", - "sound": "voices-$CA/$LOCALE/geography/burkina_faso.$CA", - "toolTipText": qsTr("Burkina Faso"), - "x": "0.232", - "y": "0.35" + "pixmapfile": "asia/africa2.png", + "type": "SHAPE_BACKGROUND", + "x": "0.176", + "y": "0.808" }, { - "pixmapfile": "africa/botswana.png", - "sound": "voices-$CA/$LOCALE/geography/botswana.$CA", - "toolTipText": qsTr("Botswana"), - "x": "0.608", - "y": "0.832" + "pixmapfile": "asia/africa.png", + "type": "SHAPE_BACKGROUND", + "x": "0.054", + "y": "0.769" }, { - "pixmapfile": "africa/benin.png", - "sound": "voices-$CA/$LOCALE/geography/benin.$CA", - "toolTipText": qsTr("Benin"), - "x": "0.291", - "y": "0.393" + "pixmapfile": "asia/persian_gulf.png", + "type": "SHAPE_BACKGROUND", + "x": "0.223", + "y": "0.563" }, { - "pixmapfile": "africa/angola.png", - "sound": "voices-$CA/$LOCALE/geography/angola.$CA", - "toolTipText": qsTr("Angola"), - "x": "0.514", - "y": "0.686" + "pixmapfile": "asia/mediteranean_sea.png", + "type": "SHAPE_BACKGROUND", + "x": "0.042", + "y": "0.485" }, { - "pixmapfile": "africa/algeria.png", - "sound": "voices-$CA/$LOCALE/geography/algeria.$CA", - "toolTipText": qsTr("Algeria"), - "x": "0.279", - "y": "0.128" + "pixmapfile": "asia/black_sea.png", + "type": "SHAPE_BACKGROUND", + "x": "0.059", + "y": "0.344" }, { - "pixmapfile": "africa/south_africa.png", - "sound": "voices-$CA/$LOCALE/geography/south_africa.$CA", - "toolTipText": qsTr("South Africa"), - "x": "0.606", - "y": "0.913" + "pixmapfile": "asia/caspian_sea.png", + "type": "SHAPE_BACKGROUND", + "x": "0.189", + "y": "0.398" } ] }