From 21089cfdf282b55c28b28e48d8180e3268476cd7 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Mon, 6 Jul 2009 19:19:22 +0200 Subject: [PATCH] =?UTF-8?q?[wiki/inscription]=20En=20fran=C3=A7ais,=20Lice?= =?UTF-8?q?nce=20prend=20deux=20"c".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20090706171922-ffbb2-6872b33d0ac6fa134f0a76c8876b1ac13690da25.gz --- wiki/action/inscription.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/action/inscription.py b/wiki/action/inscription.py index 1c61847d..7fc55653 100644 --- a/wiki/action/inscription.py +++ b/wiki/action/inscription.py @@ -27,7 +27,7 @@ SXXo )XZX: |i> ._%i>~~+|ii| .i| ._s_ass,,. ._a%ssssssss Copyright 2009 Antoine Durand-Gasselin - License: GPLv3 + Licence: GPLv3 """ import re, locale, base64, sys, unicodedata @@ -72,7 +72,7 @@ LABOS = [ ("CMLA", u"CMLA - Centre de Math ("SATIE", u"SATIE - Systèmes et Applications des Technologies de l\'Information et de l'Energie"), ("STEF", u"STEF - Sciences Techniques Education Formation") ] -ANNEE_ENS = [ ("1", u"1A (license)"), ("2", u"2A (master 1)"), +ANNEE_ENS = [ ("1", u"1A (licence)"), ("2", u"2A (master 1)"), ("3", u"3A (agrégation)"), ("4", u"4A (master 2)"), ("5", u"5A (thèse 1)"), ("6", u"6A (thèse 2)"), ("7", u"7A (thèse 3)"), ("8", u"8A+") ]