Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/assets/data/selectArea_data.py
blob: 91000eecfef98a7c914a17892729cee64d142d58 (plain)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-

from gettext import gettext as _

AREAS = [
    _('Peripecia por el\ncuerpo y los cambios'),
    _('Afectividad-manejo\nde las emociones'),
    _('Peripecia por el\nterritorio social')
]