Mercurial > libervia-backend
view frontends/wix/constants.py @ 208:b95550704b4f 0.0.3 SàT v0.0.3
CHANGELOG updated
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 20 Aug 2010 01:36:19 +0800 |
parents | 1438a1337732 |
children |
line wrap: on
line source
import sys import __builtin__ __builtin__.__dict__['APP_NAME'] = "Wix" __builtin__.__dict__['LICENCE_PATH'] = "../../COPYING" __builtin__.__dict__['IMAGE_DIR'] = sys.path[0]+'/images' __builtin__.__dict__['msgOFFLINE'] = _("offline") __builtin__.__dict__['msgONLINE'] = _("online") __builtin__.__dict__['const_DEFAULT_GROUP'] = "Unclassed" __builtin__.__dict__['const_STATUS'] = [("", _("Online"), None), ("chat", _("Free for chat"), "green"), ("away", _("AFK"), "brown"), ("dnd", _("DND"), "red"), ("xa", _("Away"), "red")]