Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recursos/4rocha/datos/levels.py
diff options
context:
space:
mode:
Diffstat (limited to 'recursos/4rocha/datos/levels.py')
-rw-r--r--recursos/4rocha/datos/levels.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/recursos/4rocha/datos/levels.py b/recursos/4rocha/datos/levels.py
index 55a5649..2f11b11 100644
--- a/recursos/4rocha/datos/levels.py
+++ b/recursos/4rocha/datos/levels.py
@@ -16,16 +16,16 @@ LEVEL2 = [
(_('the city of %s') % _('La Coronilla'), 2, _('La Coronilla'), _("It's in the east")),
(_('the town of %s') % _('Velázquez'), 2, _('Velázquez'), _("It's in the center")),
(_('the city of %s') % _('Castillos'), 2, _('Castillos'), _("It's in the southeast")),
- (_('the city of %s') % _('La Paloma'), 2, _('La Paloma'), _('Es un importante puerto\ny balneario')),
+ (_('the city of %s') % _('La Paloma'), 2, _('La Paloma'), _("It's an important resort")),
(_('the resort of %s') % _('La Pedrera'), 2, _('La Pedrera'), _("It is near %s") % _('La Paloma')),
(_('the resort of %s') % _('Cabo Polonio'), 2, _('Cabo Polonio'), _("It's in the southeast")),
(_('the resort of %s') % _('Barra de Valizas'), 2, _('Barra de Valizas'), _("It is near %s") % _('Cabo Polonio')),
(_('the resort of %s') % _('Aguas Dulces'), 2, _('Aguas Dulces'), _("It is near %s") % _('Castillos')),
(_('the resort of %s') % _('Punta del Diablo'), 2, _('Punta del Diablo'), _("It is near %s") % _('Laguna Negra')),
- (_('el Parque Nacional\nde Santa Teresa'), 2, _('Parque Santa Teresa'), _("It is near %s") % _('La Coronilla')),
+ (_('the %s') % _('Parque Santa Teresa'), 2, _('Parque Santa Teresa'), _("It is near %s") % _('La Coronilla')),
(_('the resort of %s') % _('Barra del Chuy'), 2, _('Barra del Chuy'), _("It's on the border\nwith %s") % _('Brazil')),
(_('the city of %s') % _('Chuy'), 2, _('Chuy'), _("It's on the border\nwith %s") % _('Brazil')),
- (_('the town of %s') % _('19 de Abril'), 2, _('19 de Abril'), _('Queda entre Rocha y\nCastillos'))
+ (_('the town of %s') % _('19 de Abril'), 2, _('19 de Abril'), _('Try again'))
]
]