From 6d59d8817316e8a15fca4437e6d44ff6a86d1afa Mon Sep 17 00:00:00 2001 From: Alan Aguiar Date: Tue, 18 Dec 2012 18:52:05 +0000 Subject: use new system of rivers in treinta y tres --- diff --git a/recursos/4treinta_y_tres/datos/4treinta_y_tres.py b/recursos/4treinta_y_tres/datos/4treinta_y_tres.py index 2c19eaf..aee2cec 100644 --- a/recursos/4treinta_y_tres/datos/4treinta_y_tres.py +++ b/recursos/4treinta_y_tres/datos/4treinta_y_tres.py @@ -29,26 +29,26 @@ CITIES = [ ] RIVERS = [ - (_('Río Olimar Gr.'), 254, 424, 551, 10), - (_('Río Olimar Ch.'), 253, 151, 578, 0), - (_('Río Tacuarí'), 252, 648, 291, 0), - (_('Río Cebollatí'), 251, 508, 582, 45), - (_('A. Corrales'), 250, 258, 626, -10), - (_('A. Sarandí Gr.'), 249, 562, 379, -45), - (_('A. Sarandí Ch.'), 248, 609, 360, -50), - (_('A. Ayala'), 245, 579, 436, -45), - (_('A. del Parao'), 244, 399, 280, -20), - (_('A. Corrales del Parao'), 243, 470, 420, 10), - (_('A. Leoncho'), 242, 449, 378, -5), - (_('A. Olazo'), 241, 395, 340, 0), - (_('A. Yerbal Gr.'), 240, 276, 415, -55), - (_('A. Yerbal Ch.'), 239, 330, 375, 90), - (_('A. de los Porongos'), 237, 463, 463, -10), - (_('A. de los Ceibos'), 236, 428, 488, -15), - (_('A. de las Pavas'), 235, 62, 488, 45), - (_('A. de las Averías'), 234, 146, 520, 5), - (_('A. Avestruz Gr.'), 233, 211, 410, 90), - (_('Lag. Merín'), 228, 682, 456, 50) + (_('Olimar Gr.'), 254, 424, 551, 10), + (_('Olimar Ch.'), 253, 151, 578, 0), + (_('Tacuarí'), 252, 648, 291, 0), + (_('Cebollatí'), 251, 508, 582, 45), + (_('Corrales'), 250, 258, 626, -10), + (_('Sarandí Gr.'), 249, 562, 379, -45), + (_('Sarandí Ch.'), 248, 609, 360, -50), + (_('Ayala'), 245, 579, 436, -45), + (_('del Parao'), 244, 399, 280, -20), + (_('Corrales del Parao'), 243, 470, 420, 10), + (_('Leoncho'), 242, 449, 378, -5), + (_('Olazo'), 241, 395, 340, 0), + (_('Yerbal Gr.'), 240, 276, 415, -55), + (_('Yerbal Ch.'), 239, 330, 375, 90), + (_('de los Porongos'), 237, 463, 463, -10), + (_('de los Ceibos'), 236, 428, 488, -15), + (_('de las Pavas'), 235, 62, 488, 45), + (_('de las Averías'), 234, 146, 520, 5), + (_('Avestruz Gr.'), 233, 211, 410, 90), + (_('Merín'), 228, 682, 456, 50) ] CUCHILLAS = [ diff --git a/recursos/4treinta_y_tres/datos/levels.py b/recursos/4treinta_y_tres/datos/levels.py index ccd61c0..e131707 100644 --- a/recursos/4treinta_y_tres/datos/levels.py +++ b/recursos/4treinta_y_tres/datos/levels.py @@ -22,31 +22,30 @@ LEVEL2 = [ ] LEVEL3 = [ - 1, + 15, _('Waterways'), ['lineasDepto', 'rios'], [], [ - (_('the %s') % _('Río Olimar Gr.'), 3, _('Río Olimar Gr.'), _("It's in the south")), - (_('the %s') % _('Río Olimar Ch.'), 3, _('Río Olimar Ch.'), _("It's in the southwest")), - (_('the %s') % _('Río Tacuarí'), 3, _('Río Tacuarí'), _("It's in the northeast")), - (_('the %s') % _('Río Cebollatí'), 3, _('Río Cebollatí'), _("It's in the southeast")), - (_('the %s') % _('Arroyo Corrales'), 3, _('A. Corrales'), _("It's in the south")), - (_('the %s') % _('Arroyo Sarandí Grande'), 3, _('A. Sarandí Gr.'), _("It's in the northeast")), - (_('the %s') % _('Arroyo Sarandí Chico'), 3, _('A. Sarandí Ch.'), _("It's in the northeast")), - (_('the %s') % _('Arroyo Ayala'), 3, _('A. Ayala'), _("It's in the east")), - (_('the %s') % _('Arroyo del Parao'), 3, _('A. del Parao'), _("It's in the north")), - (_('the %s') % _('Arroyo Corrales del Parao'), 3, _('A. Corrales del Parao'), _('Está en el centro')), - (_('the %s') % _('Arroyo Leoncho'), 3, _('A. Leoncho'), _("It's in the north")), - (_('the %s') % _('Arroyo Olazo'), 3, _('A. Olazo'), _("It's in the north")), - (_('the %s') % _('Arroyo Yerbal Grande'), 3, _('A. Yerbal Gr.'), _('Está en el centro')), - (_('the %s') % _('Arroyo Yerbal Chico'), 3, _('A. Yerbal Ch.'), _('Está en el centro')), - (_('the %s') % _('Arroyo de los Porongos'), 3, _('A. de los Porongos'), _('Está en el centro')), - (_('the %s') % _('Arroyo de los Ceibos'), 3, _('A. de los Ceibos'), _('Está en el centro')), - (_('the %s') % _('Arroyo de las Pavas'), 3, _('A. de las Pavas'), _("It's in the west")), - (_('the %s') % _('Arroyo de las Averías'), 3, _('A. de las Averías'), _("It's in the east")), - (_('the %s') % _('Arroyo Avestruz Gr.'), 3, _('A. Avestruz Gr.'), _("It's in the west")), - (_('the %s') % _('Laguna Merín'), 3, _('Lag. Merín'), _('Está al Está al este')) + (_('Olimar Gr.'), _("It's in the south")), + (_('Olimar Ch. River'), _("It's in the southwest")), + (_('Tacuarí'), _("It's in the northeast")), + (_('Cebollatí'), _("It's in the southeast")), + (_('Corrales'), _("It's in the south")), + (_('Sarandí Gr.'), _("It's in the northeast")), + (_('Sarandí Ch.'), _("It's in the northeast")), + (_('Ayala'), _("It's in the east")), + (_('del Parao'), _("It's in the north")), + (_('Corrales del Parao'), _('Está en el centro')), + (_('Leoncho'), _("It's in the north")), + (_('Olazo'), _("It's in the north")), + (_('Yerbal Gr.'), _('Está en el centro')), + (_('Yerbal Ch.'), _('Está en el centro')), + (_('de los Porongos'), _('Está en el centro')), + (_('de los Ceibos'), _('Está en el centro')), + (_('de las Pavas'), _("It's in the west")), + (_('de las Averías'), _("It's in the east")), + (_('Avestruz Gr.'), _("It's in the west")) ] ] @@ -56,13 +55,13 @@ LEVEL4 = [ ['cuchillas', 'cerros'], [], [ - (_('the %s') % _('Cuchilla Grande'), 4, _('Cuchilla Grande'), _('Dále, probá de nuevo')), - (_('the %s') % _('Asperezas del Yerbal'), 4, _('Asperezas del Yerbal'), _('Dále, probá de nuevo')), - (_('the %s') % _('Cuchilla del Carmen'), 4, _('Cuchilla del Carmen'), _('Dále, probá de nuevo')), - (_('the %s') % _('Cuchilla de Palomeque'), 4, _('Cuchilla de Palomeque'), _('Dále, probá de nuevo')), + (_('the %s') % _('Cuchilla Grande'), 4, _('Cuchilla Grande'), _('Try again')), + (_('the %s') % _('Asperezas del Yerbal'), 4, _('Asperezas del Yerbal'), _('Try again')), + (_('the %s') % _('Cuchilla del Carmen'), 4, _('Cuchilla del Carmen'), _('Try again')), + (_('the %s') % _('Cuchilla de Palomeque'), 4, _('Cuchilla de Palomeque'), _('Try again')), (_('the %s') % _('Cerro Valentín'), 5, _('Co. Valentín'), _('Está en límite\ncon Florida')), (_('the %s') % _('Cerro Chato'), 5, _('Co. Chato'), _("It's in the west")), - (_('the %s') % _('Cerro del Olimar'), 5, _('Co. del Olimar'), _('Está en el centro')) + (_('the %s') % _('Cerro del Olimar'), 5, _('Co. del Olimar'), _("It's in the center")) ] ] -- cgit v0.9.1