[gen] Added a i18n label used for the title of web pages and added a default favicon and the possibility to override it.

This commit is contained in:
Gaetan Delannay 2012-09-20 09:37:33 +02:00
parent d799398de1
commit 6367924b05
7 changed files with 10 additions and 4 deletions

View file

@ -26,6 +26,7 @@ fallbacks = {'en': 'en-us en-ca',
class PoMessage:
'''Represents a i18n message (po format).'''
CONFIG = "Configuration panel for product '%s'"
APP_NAME = "Appy"
# The following messages (starting with MSG_) correspond to tool
# attributes added for every gen-class (warning: the message IDs correspond
# to MSG_<attributePrefix>).