Mercurial > libervia-backend
comparison frontends/wix/constants.py @ 191:1438a1337732
About added/updated for Wix & Jp
- Jp version now follow the one of core SàT
- Wix has now an about box, and its version follow the one of core SàT
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 18 Aug 2010 22:34:35 +0800 |
parents | f271fff3a713 |
children |
comparison
equal
deleted
inserted
replaced
190:31632472e857 | 191:1438a1337732 |
---|---|
1 import sys | 1 import sys |
2 import __builtin__ | 2 import __builtin__ |
3 | 3 |
4 __builtin__.__dict__['APP_NAME'] = "Wix" | |
5 __builtin__.__dict__['LICENCE_PATH'] = "../../COPYING" | |
4 __builtin__.__dict__['IMAGE_DIR'] = sys.path[0]+'/images' | 6 __builtin__.__dict__['IMAGE_DIR'] = sys.path[0]+'/images' |
5 | 7 |
6 __builtin__.__dict__['msgOFFLINE'] = _("offline") | 8 __builtin__.__dict__['msgOFFLINE'] = _("offline") |
7 __builtin__.__dict__['msgONLINE'] = _("online") | 9 __builtin__.__dict__['msgONLINE'] = _("online") |
8 __builtin__.__dict__['const_DEFAULT_GROUP'] = "Unclassed" | 10 __builtin__.__dict__['const_DEFAULT_GROUP'] = "Unclassed" |