update nl translation
svn: r13461
This commit is contained in:
parent
750331b8bd
commit
9a93932ea1
@ -139,12 +139,12 @@ class DateDisplayNL(DateDisplay):
|
|||||||
Dutch language date display class.
|
Dutch language date display class.
|
||||||
"""
|
"""
|
||||||
# TODO: Translate these month strings:
|
# TODO: Translate these month strings:
|
||||||
long_months = ( u"", u"January", u"February", u"March", u"April", u"May",
|
long_months = ( u"", u"januari", u"februari", u"maart", u"april", u"mei",
|
||||||
u"June", u"July", u"August", u"September", u"October",
|
u"juni", u"juli", u"augustus", u"september", u"oktober",
|
||||||
u"November", u"December" )
|
u"november", u"december" )
|
||||||
|
|
||||||
short_months = ( u"", u"Jan", u"Feb", u"Mar", u"Apr", u"May", u"Jun",
|
short_months = ( u"", u"jan", u"feb", u"maa", u"apr", u"mei", u"jun",
|
||||||
u"Jul", u"Aug", u"Sep", u"Oct", u"Nov", u"Dec" )
|
u"jul", u"aug", u"sep", u"okt", u"nov", u"dec" )
|
||||||
|
|
||||||
calendar = (
|
calendar = (
|
||||||
"", u" (juliaans)", u" (hebreeuws)",
|
"", u" (juliaans)", u" (hebreeuws)",
|
||||||
|
Loading…
Reference in New Issue
Block a user