appy.gen: continued work on Appy-specific template.

This commit is contained in:
Gaetan Delannay 2011-09-15 15:52:21 +02:00
parent b6dcc42038
commit 48acf65bdc
10 changed files with 135 additions and 37 deletions

View file

@ -89,7 +89,7 @@ class PoMessage:
BAD_SELECT_VALUE = 'The value is not among possible values for this field.'
ACTION_OK = 'The action has been successfully executed.'
ACTION_KO = 'A problem occurred while executing the action.'
FRONT_PAGE_TEXT = 'Welcome to this Appy-powered Plone site.'
FRONT_PAGE_TEXT = 'Welcome to this Appy-powered site.'
EMAIL_SUBJECT = '${siteTitle} - Action \\"${transitionName}\\" has been ' \
'performed on element entitled \\"${objectTitle}\\".'
EMAIL_BODY = 'You can consult this element at ${objectUrl}.'