xmpp.chapril.org-conversejs/accounts/i18n.py

9 lines
285 B
Python

'''
Fake file to translate messages from django-registration.
'''
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.')