Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recursos/comun/datos/commons.py
blob: 3fdeeb159a75dceb1e33ad1db51b1f17170ee477 (plain)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-

from gettext import gettext as _

PREFIX = [
    _('We have to find'),
    _('Now we have to find'),
    _('We need to find')
]