Revised _Date_fr.py according to Brian's changes in revision 13442

svn: r13444
This commit is contained in:
Jérôme Rapinat 2009-10-28 15:00:16 +00:00
parent ea35e9b5e7
commit 7f9934d2c8

View File

@ -240,13 +240,13 @@ class DateDisplayFR(DateDisplay):
""" """
French language date display class. French language date display class.
""" """
# TODO: Translate these month strings: long_months = ( u"", u"Janvier", u"Février", u"Mars", u"Avril", u"Mai",
long_months = ( u"", u"January", u"February", u"March", u"April", u"May", u"Juin", u"Juillet", u"Août", u"Septembre", u"Octobre",
u"June", u"July", u"August", u"September", u"October", u"Novembre", u"Décember" )
u"November", u"December" )
short_months = ( u"", u"Jan", u"Feb", u"Mar", u"Apr", u"May", u"Jun", # jun / jul ?
u"Jul", u"Aug", u"Sep", u"Oct", u"Nov", u"Dec" ) short_months = ( u"", u"Jan", u"Fév", u"Mar", u"Avr", u"Mai", u"Jun",
u"Jul", u"Aou", u"Sep", u"Oct", u"Nov", u"Déc" )
calendar = ("", u" (Julien)", u" (Hébreu)", u" (Révolutionnaire)", calendar = ("", u" (Julien)", u" (Hébreu)", u" (Révolutionnaire)",
u" (Perse)", u" (Islamique)", u" (Suédois)") u" (Perse)", u" (Islamique)", u" (Suédois)")