Commit b7adbea1 authored by Michal Čihař's avatar Michal Čihař

Add some more messages we want to translate

parent fe40f861
'''
Fake file to translate messages from django-registration.
Fake file to translate messages from django-registration and django.contrib.auth.
'''
def fake():
_(u'This username is already taken. Please choose another.')
_(u'You must type the same password each time')
_(u'This email address is already in use. Please supply a different email address.')
_("Old password")
_("New password")
_("New password confirmation")
_("The two password fields didn't match.")
_("E-mail")
_("Username")
_("Password")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment