Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-12-18 18:51:51 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-12-18 18:51:51 (GMT)
commit024b33a3c233016cff51a9a1b2e85f0f14882098 (patch)
tree57c30f65aaaa88095496a37c980d8853b9dc27c2
parent5ab9ba64cb949ff3bd8e07e642d02d1a916f1845 (diff)
use new system of rivers in tacuarembo
-rw-r--r--recursos/4tacuarembo/datos/4tacuarembo.py36
-rw-r--r--recursos/4tacuarembo/datos/levels.py38
2 files changed, 37 insertions, 37 deletions
diff --git a/recursos/4tacuarembo/datos/4tacuarembo.py b/recursos/4tacuarembo/datos/4tacuarembo.py
index f3c2ee6..bbb0b32 100644
--- a/recursos/4tacuarembo/datos/4tacuarembo.py
+++ b/recursos/4tacuarembo/datos/4tacuarembo.py
@@ -35,24 +35,24 @@ CITIES = [
]
RIVERS = [
- (_('Río Tacuarembó'), 254, 475, 543, -45),
- (_('Río Negro'), 253, 436, 663, 0),
- (_('A. Salsipuedes Gr.'), 252, 74, 582, 60),
- (_('A. Salsipuedes Ch.'), 251, 115, 644, 55),
- (_('A. Cardoso'), 250, 173, 621, 50),
- (_('A. Malo'), 247, 333, 561, -50),
- (_('A. de la Quebrada'), 246, 230, 462, -55),
- (_('A. Rolón'), 245, 262, 547, -15),
- (_('A. de Clara'), 240, 365, 554, -50),
- (_('A. Caraguatá'), 236, 573, 537, 10),
- (_('A. Yaguarí'), 235, 483, 470, 80),
- (_('A. de los Sauces'), 233, 566, 460, 83),
- (_('A. Laureles'), 227, 281, 125, -35),
- (_('A. Tacuarembó Ch.'), 226, 271, 294, -35),
- (_('A. Tranqueras'), 225, 256, 351, -20),
- (_('A. Batoví'), 223, 292, 390, 0),
- (_('A. Tres Cruces'), 220, 310, 273, -40),
- (_('A. Cañas'), 215, 299, 193, -10)
+ (_('Tacuarembó'), 254, 475, 543, -45),
+ (_('Negro'), 253, 436, 663, 0),
+ (_('Salsipuedes Gr.'), 252, 74, 582, 60),
+ (_('Salsipuedes Ch.'), 251, 115, 644, 55),
+ (_('Cardoso'), 250, 173, 621, 50),
+ (_('Malo'), 247, 333, 561, -50),
+ (_('de la Quebrada'), 246, 230, 462, -55),
+ (_('Rolón'), 245, 262, 547, -15),
+ (_('de Clara'), 240, 365, 554, -50),
+ (_('Caraguatá'), 236, 573, 537, 10),
+ (_('Yaguarí'), 235, 483, 470, 80),
+ (_('de los Sauces'), 233, 566, 460, 83),
+ (_('Laureles'), 227, 281, 125, -35),
+ (_('Tacuarembó Ch.'), 226, 271, 294, -35),
+ (_('Tranqueras'), 225, 256, 351, -20),
+ (_('Batoví'), 223, 292, 390, 0),
+ (_('Tres Cruces'), 220, 310, 273, -40),
+ (_('Cañas'), 215, 299, 193, -10)
]
CUCHILLAS = [
diff --git a/recursos/4tacuarembo/datos/levels.py b/recursos/4tacuarembo/datos/levels.py
index d0ad404..b63a9d0 100644
--- a/recursos/4tacuarembo/datos/levels.py
+++ b/recursos/4tacuarembo/datos/levels.py
@@ -44,29 +44,29 @@ LEVEL2 = [
]
LEVEL3 = [
- 1,
+ 15,
_('Waterways'),
['lineasDepto', 'rios'],
[],
[
- (_('the %s') % _('Río Tacuarembó'), 3, _('Río Tacuarembó'), _('Está en el centro')),
- (_('the %s') % _('Río Negro'), 3, _('Río Negro'), _("It's in the south")),
- (_('the %s') % _('Arroyo Salsipuedes Gr.'), 3, _('A. Salsipuedes Gr.'), _("It's in the southwest")),
- (_('the %s') % _('Arroyo Salsipuedes Ch.'), 3, _('A. Salsipuedes Ch.'), _("It's in the southeast")),
- (_('the %s') % _('Arroyo Cardoso'), 3, _('A. Cardoso'), _("It's in the southwest")),
- (_('the %s') % _('Arroyo Malo'), 3, _('A. Malo'), _("It's in the west")),
- (_('the %s') % _('Arroyo de la Quebrada'), 3, _('A. de la Quebrada'), _('Está en el centro')),
- (_('the %s') % _('Arroyo Rolón'), 3, _('A. Rolón'), _("It's in the southwest")),
- (_('the %s') % _('Arroyo de Clara'), 3, _('A. de Clara'), _("It's in the south")),
- (_('the %s') % _('Arroyo Caraguatá'), 3, _('A. Caraguatá'), _("It's in the southeast")),
- (_('the %s') % _('Arroyo Yaguarí'), 3, _('A. Yaguarí'), _("It's in the east")),
- (_('the %s') % _('Arroyo de los Sauces'), 3, _('A. de los Sauces'), _("It's in the east")),
- (_('the %s') % _('Arroyo Laureles'), 3, _('A. Laureles'), _("It's in the north")),
- (_('the %s') % _('Arroyo Tacuarembó Ch.'), 3, _('A. Tacuarembó Ch.'), _("It's in the northwest")),
- (_('the %s') % _('Arroyo Tranqueras'), 3, _('A. Tranqueras'), _('Está al nororeste')),
- (_('the %s') % _('Arroyo Batoví'), 3, _('A. Batoví'), _('Está en el centro')),
- (_('the %s') % _('Arroyo Tres Cruces'), 3, _('A. Tres Cruces'), _("It's in the northwest")),
- (_('the %s') % _('Arroyo Cañas'), 3, _('A. Cañas'), _("It's in the north"))
+ (_('Tacuarembó'), _('Está en el centro')),
+ (_('Negro'), _("It's in the south")),
+ (_('Salsipuedes Gr.'), _("It's in the southwest")),
+ (_('Salsipuedes Ch.'), _("It's in the southeast")),
+ (_('Cardoso'), _("It's in the southwest")),
+ (_('Malo'), _("It's in the west")),
+ (_('de la Quebrada'), _('Está en el centro')),
+ (_('Rolón'), _("It's in the southwest")),
+ (_('de Clara'), _("It's in the south")),
+ (_('Caraguatá'), _("It's in the southeast")),
+ (_('Yaguarí'), _("It's in the east")),
+ (_('de los Sauces'), _("It's in the east")),
+ (_('Laureles'), _("It's in the north")),
+ (_('Tacuarembó Ch.'), _("It's in the northwest")),
+ (_('Tranqueras'), _('Está al nororeste')),
+ (_('Batoví'), _('Está en el centro')),
+ (_('Tres Cruces'), _("It's in the northwest")),
+ (_('Cañas'), _("It's in the north"))
]
]