Skip to content
Snippets Groups Projects
Commit 5acc6661 authored by Olivier Le Brouster's avatar Olivier Le Brouster
Browse files

uniformize constant names

parent d549e117
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ PUBLICS_CIBLES = (
(PUB_CIB_ENF, _('Enfant')),
)
TYPE_LABEL = _('Types d’évènement')
TYPES_LABEL = _('Types d’évènement')
TYP_EVT_ANIM_ATE = 'TYP_EVT_ANIM_ATE'
TYP_EVT_EXPO_VIS = 'TYP_EVT_EXPO_VIS'
TYP_EVT_RENC_DEB = 'TYP_EVT_RENC_DEB'
......@@ -111,7 +111,7 @@ TYPE = (
(TYP_EVT_FEST_SAL, _('Festivals - Salons')),
)
ACCESSIBILITE_LABEL = _('Accessibilité')
ACCESSIBILITES_LABEL = _('Accessibilité')
ACC_VISU = 'ACC_VISU'
ACC_MOB_RED = 'ACC_MOB_RED'
ACC_HAND_MEN = 'ACC_HAND_MEN'
......@@ -119,7 +119,7 @@ ACC_SOUR_MAL = 'ACC_SOUR_MAL'
ACC_SOUR_SIG = 'ACC_SOUR_SIG'
ACS_NON = 'ACS_NON'
ACCESSIBILITE = (
ACCESSIBILITES = (
(ACC_VISU, _('Déficients visuels')),
(ACC_MOB_RED, _('Personnes à mobilité réduite')),
(ACC_HAND_MEN, _('Personnes en situation de handicap mental')),
......@@ -145,7 +145,7 @@ LANG_CORS = 'LANG_CORS'
LANG_LSI = 'LANG_LSI'
LANG_LSF = 'LANG_LSF'
LANGUE = (
LANGUES = (
(LANG_FRA, _('Français')),
(LANG_ARAB, _('Arabe')),
(LANG_CHN, _('Chinois')),
......@@ -206,7 +206,7 @@ EVENEMENT_NATIONAL = (
(EVT_NAT_JOUR_NUI, _('Le Jour de la Nuit')),
)
AGE_LABEL = _('Tranches d’âge')
TRANCHES_DAGES_LABEL = _('Tranches d’âges')
AGE_0_A_3_ANS = 'AGE_0_A_3_ANS'
AGE_A_PARTIR_3_ANS = 'AGE_A_PARTIR_3_ANS'
AGE_A_PARTIR_5_ANS = 'AGE_A_PARTIR_5_ANS'
......@@ -216,7 +216,7 @@ AGE_A_PARTIR_12_ANS = 'AGE_A_PARTIR_12_ANS'
AGE_ADOLESCENTS = 'AGE_ADOLESCENTS'
AGE_ADULTES = 'AGE_ADULTES'
AGE = (
TRANCHES_DAGES = (
(AGE_0_A_3_ANS, _('De 0 à 3 ans')),
(AGE_A_PARTIR_3_ANS, _('A partir de 3 ans')),
(AGE_A_PARTIR_5_ANS, _('A partir de 5 ans')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment