Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recursos/4colonia/datos/levels.py
diff options
context:
space:
mode:
Diffstat (limited to 'recursos/4colonia/datos/levels.py')
-rw-r--r--recursos/4colonia/datos/levels.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/recursos/4colonia/datos/levels.py b/recursos/4colonia/datos/levels.py
index 362549e..383f225 100644
--- a/recursos/4colonia/datos/levels.py
+++ b/recursos/4colonia/datos/levels.py
@@ -10,19 +10,19 @@ LEVEL1 = [
[],
[
(_('the city of %s') % _('Tarariras'), 2, _('Tarariras'), _("It's in the center")),
- (_('the city of %s') % _('Colonia del Sacramento'), 2, _('Colonia del Sacramento'), _("It's the departmental capital")),
+ (_('the city of %s') % _('Colonia del Sacramento'), 2, _('Colonia del Sacramento'), _("It's the capital of\nthe department")),
(_('the city of %s') % _('Nueva Palmira'), 2, _('Nueva Palmira'), _('Has an important port')),
(_('the city of %s') % _('Carmelo'), 2, _('Carmelo'), _('Founded by Artigas\nin the west of\nthe department')),
(_('the town of %s') % _('Conchillas'), 2, _('Conchillas'), _('Had an important\nmining activity in\nthe west of the department')),
- (_('the town of %s') % _('Antolin'), 2, _('Antolin'), _('For that passes the\nArroyo San Juan')),
+ (_('the town of %s') % _('Antolin'), 2, _('Antolin'), _("The Arroyo San Juan\nasses through here")),
(_('the town of %s') % _('La Estanzuela'), 2, _('La Estanzuela'), _('Has an important\nresearch center')),
- (_('the town of %s') % _('Semillero'), 2, _('Semillero'), _('Was the barn of the Uruguay')),
+ (_('the town of %s') % _('Semillero'), 2, _('Semillero'), _('known as the\n"bread basket of Uruguay"')),
(_('the town of %s') % _('Ombúes de Lavalle'), 2, _('Ombúes de Lavalle'), _("It's on the border\nwith %s") % _('Soriano')),
(_('the town of %s') % _('Barker'), 2, _('Barker'), _("It is near %s") % _('Rosario')),
(_('the city of %s') % _('Rosario'), 2, _('Rosario'), _("It's near the\nriver of same name")),
(_('the city of %s') % _('Florencio Sánchez'), 2, _('Florencio Sánchez'), _("It's on the border\nwith %s") % _('Soriano')),
(_('the city of %s') % _('Juan Lacaze'), 2, _('Juan Lacaze'), _('Has an important\npaper mill')),
- (_('the city of %s') % _('Colonia Valdense'), 2, _('Colonia Valdense'), _('They call it\nthe Garden City')),
+ (_('the city of %s') % _('Colonia Valdense'), 2, _('Colonia Valdense'), _('called the garden city')),
(_('the city of %s') % _('Nueva Helvecia'), 2, _('Nueva Helvecia'), _('Renowned for its\nhigh quality cheese')),
(_('the town of %s') % _('Miguelete'), 2, _('Miguelete'), _("It's in the north")),
(_('the town of %s') % _('Cufré'), 2, _('Cufré'), _("It's on the border\nwith %s") % _('San José')),
@@ -45,10 +45,10 @@ LEVEL2 = [
[],
[
(_('location of the only\nhuman-powered revolving\nbridge in the Uruguay'), 2, _('Carmelo'), _("It's in the west")),
- (_('where there is a\nhistoric district\ndeclared a World\nHeritage of Humanity'), 2, _('Colonia del Sacramento'), _("It's in the south")),
+ (_('where there is a historic\ndistrict declared a\nWorld Heritage Site'), 2, _('Colonia del Sacramento'), _("It's in the south")),
(_('a city that grew up\naround a crossroads\nand a train station'), 2, _('Tarariras'), _("It's in the center")),
- (_('an important trading\nport mainly grain'), 2, _('Nueva Palmira'), _("It's in the west")),
- (_('where their homes\nhave the distinctive\nstyle of a mining town'), 2, _('Conchillas'), _("It's in the southwest")),
+ (_('an important commercial\nport, especially for\ngrain shipment'), 2, _('Nueva Palmira'), _("It's in the west")),
+ (_('where the homes have\nthe distinctive style\nof a mining town'), 2, _('Conchillas'), _("It's in the southwest")),
(_('where there is a\nlarge soft drink factory'), 2, _('Antolin'), _("It's in the center")),
(_('with the name of\na median stay'), 2, _('La Estanzuela'), _("It's in the south")),
(_('where was the\nbarn of the Uruguay'), 2, _('Semillero'), _("It's in the south")),