comparison frontends/quick_frontend/quick_contact_list.py @ 70:8f2ed279784b

i18n - gettext support added in frontends - first draft of frontends french translation
author Goffi <goffi@goffi.org>
date Fri, 05 Mar 2010 20:33:10 +1100
parents a5b5fb5fc9fd
children f271fff3a713
comparison
equal deleted inserted replaced
69:86f1f7f6d332 70:8f2ed279784b
28 28
29 def __init__(self, CM): 29 def __init__(self, CM):
30 """ 30 """
31 @param CM: instance of QuickContactManagement 31 @param CM: instance of QuickContactManagement
32 """ 32 """
33 debug("Contact List init") 33 debug(_("Contact List init"))
34 self.CM = CM 34 self.CM = CM
35 35
36 def clear_contacts(self, jid): 36 def clear_contacts(self, jid):
37 """Clear all the contact list""" 37 """Clear all the contact list"""
38 raise NotImplementedError 38 raise NotImplementedError