Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recursos/4soriano/datos/levels.py
blob: d239232ec2d165186353f434a2b0e1cf1d040111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# -*- coding: utf-8 -*-

from gettext import gettext as _

LEVEL2 = [
        1,
        _('Cities'),
        ['lineasDepto', 'capitales', 'ciudades'],
        [],
[
    (_('the city of %s') % _('Mercedes'), 1, _('Mercedes'), _("It's the capital of\nthe department")),
    (_('the town of %s') % _('Sacachispas'), 2, _('Sacachispas'), _("It's in the north")),
    (_('the town of %s') % _('El Tala'), 2, _('El Tala'), _("It's in the northeast")),
    (_('the city of %s') % _('Palmitas'), 2, _('Palmitas'), _('Está en el centro')),
    (_('the town of %s') % _('Colonia Concordia'), 2, _('Colonia Concordia'), _("It's in the west")),
    (_('the town of %s') % _('Egaña'), 2, _('Egaña'), _('Está en el centro')),
    (_('the town of %s') % _('Risso'), 2, _('Risso'), _('Está en el centro')),
    (_('the town of %s') % _('Rodó'), 2, _('Rodó'), _('Está en el centro')),
    (_('the town of %s') % _('Perseverano'), 2, _('Perseverano'), _("It's in the south")),
    (_('the town of %s') % _('Castillo'), 2, _('Castillo'), _("It's in the south")),
    (_('the town of %s') % _('Cuch. del Perdido'), 2, _('Cuch. del Perdido'), _("It's in the southeast")),
    (_('the city of %s') % _('Sta. Catalina'), 2, _('Sta. Catalina'), _("It's in the southeast")),
    (_('the city of %s') % _('Cardona'), 2, _('Cardona'), _("It's in the southeast")),
    (_('the town of %s') % _('Villa Soriano'), 2, _('Villa Soriano'), _("It's in the northwest")),
    (_('the city of %s') % _('Dolores'), 2, _('Dolores'), _("It's in the west"))
]
]

LEVEL3 = [
        1,
        _('Waterways'),
        ['lineasDepto', 'rios'],
        [],
[
    (_('the %s') % _('Río Uruguay'), 3, _('Río Uruguay'), _("It's in the west")),
    (_('the %s') % _('Río de la Plata'), 3, _('Río de la Plata'), _("It's in the southwest")),
    (_('the %s') % _('Río Negro'), 3, _('Río Negro'), _("It's in the north")),
    (_('the %s') % _('Río San Salvador'), 3, _('Río San Salvador'), _("It's in the south")),
    (_('the %s') % _('Arroyo de Espinillo'), 3, _('A. de Espinillo'), _("It's in the southwest")),
    (_('the %s') % _('Arroyo del Sauce'), 3, _('A. del Sauce'), _("It's in the southwest")),
    (_('the %s') % _('Arroyo Bizcocho'), 3, _('A. Bizcocho'), _("It's in the west")),
    (_('the %s') % _('Arroyo Magallanes'), 3, _('A. Magallanes'), _("It's in the west")),
    (_('the %s') % _('Arroyo del Águila'), 3, _('A. del Águila'), _("It's in the southwest")),
    (_('the %s') % _('Arroyo del Corralito'), 3, _('A. del Corralito'), _("It's in the southwest")),
    (_('the %s') % _('Arroyo Maciel'), 3, _('A. Maciel'), _("It's in the south")),
    (_('the %s') % _('Arroyo San Martín'), 3, _('A. San Martín'), _("It's in the south")),
    (_('the %s') % _('Arroyo del Medio'), 3, _('A. del Medio'), _("It's in the south")),
    (_('the %s') % _('Arroyo de las Maulas'), 3, _('A. de las Maulas'), _("It's in the west")),
    (_('the %s') % _('Arroyo Bequeló'), 3, _('A. Bequeló'), _('Está en el centro')),
    (_('the %s') % _('Arroyo Coquimbo'), 3, _('A. Coquimbo'), _('Está en el centro')),
    (_('the %s') % _('Arroyo Sarandí'), 3, _('A. Sarandí'), _('Está en el centro')),
    (_('the %s') % _('Arroyo Caballudo'), 3, _('A. Caballudo'), _('Está en el centro')),
    (_('the %s') % _('Arroyo Maia'), 3, _('A. Maia'), _("It's in the north")),
    (_('the %s') % _('Arroyo Cololó'), 3, _('A. Cololó'), _("It's in the north")),
    (_('the %s') % _('Arroyo Perico'), 3, _('A. Perico'), _("It's in the north")),
    (_('the %s') % _('Arroyo de Vera'), 3, _('A. de Vera'), _("It's in the north")),
    (_('the %s') % _('Arroyo Grande'), 3, _('A. Grande'), _("It's in the northeast")),
    (_('the %s') % _('Arroyo del Perdido'), 3, _('A. del Perdido'), _("It's in the southeast")),
    (_('the %s') % _('Arroyo del Durazno'), 3, _('A. del Durazno'), _("It's in the southeast")),
    (_('the %s') % _('Arroyo Monzón'), 3, _('A. Monzón'), _("It's in the southeast"))
]
]

LEVEL4 = [
        1,
        _('Elevations'),
        ['cuchillas', 'cerros'],
        [],
[
    (_('the %s') % _('Cuchilla de Bequeló'), 4, _('Cuchilla de Bequeló'), _('Dále, probá de nuevo')),
    (_('the %s') % _('Cuchilla del Perdido'), 4, _('Cuchilla del Perdido'), _('Dále, probá de nuevo')),
    (_('the %s') % _('Cuchilla del Bizcocho'), 4, _('Cuchilla del Bizcocho'), _('Dále, probá de nuevo')),
    (_('the %s') % _('Cuchilla San Salvador'), 4, _('Cuchilla San Salvador'), _('Dále, probá de nuevo')),
    (_('the %s') % _('Cerro Espinillo'), 5, _('Co. Espinillo'), _('Queda cerca de Dolores')),
    (_('the %s') % _('Cerro Curupí'), 5, _('Co. Curupí'), _('Queda al norte'))
]
]

LEVEL5 = [
        5,
        _('Routes'),
        ['rutas', 'capitales'],
        ['capitales', 'ciudades'],
[
    (_('Route %s') % 2, _('Pasa por Palmitas')),
    (_('Route %s') % 21, _('Pasa por Dolores')),
    (_('Route %s') % 14, _('Va hasta Flores')),
    (_('Route %s') % 96, _('Va hasta Villa Soriano')),
    (_('Route %s') % 95, _('Sale de Mercedes')),
    (_('Route %s') % 105, _('Va de Dolores\na Palmitas')),
    (_('Route %s') % 55, _('Termina en\nJosé Enrique Rodó')),
    (_('Route %s') % 12, _('Está en el límite\ncon Colonia')),
    (_('Route %s') % 57, _('Va hasta Flores'))
]
]

LEVELS = [LEVEL2, LEVEL3, LEVEL4, LEVEL5]