app/soc/views/helper/access.py
changeset 1350 c822368a60b1
parent 1334 5009b63c247a
child 1366 ed246513e7cb
equal deleted inserted replaced
1349:d05a9bf08c11 1350:c822368a60b1
   101 
   101 
   102 DEF_NEED_PICK_ARGS_MSG = ugettext(
   102 DEF_NEED_PICK_ARGS_MSG = ugettext(
   103     'The "continue" and "field" args are not both present.')
   103     'The "continue" and "field" args are not both present.')
   104 
   104 
   105 DEF_REVIEW_COMPLETED_MSG = ugettext(
   105 DEF_REVIEW_COMPLETED_MSG = ugettext(
   106     'This Application can not be reviewed anymore (it has been completed or rejected)')
   106     'This Application can not be reviewed anymore (it has been completed or rejected).')
   107 
   107 
   108 DEF_REQUEST_COMPLETED_MSG = ugettext(
   108 DEF_REQUEST_COMPLETED_MSG = ugettext(
   109     'This request cannot be accepted (it is either completed or denied).')
   109     'This request cannot be accepted (it is either completed or denied).')
   110 
   110 
   111 DEF_SCOPE_INACTIVE_MSG = ugettext(
   111 DEF_SCOPE_INACTIVE_MSG = ugettext(
   113 
   113 
   114 DEF_NO_LIST_ACCESS_MSG = ugettext(
   114 DEF_NO_LIST_ACCESS_MSG = ugettext(
   115     'You do not have the required rights to list documents for this scope and prefix.')
   115     'You do not have the required rights to list documents for this scope and prefix.')
   116 
   116 
   117 DEF_PAGE_DENIED_MSG = ugettext(
   117 DEF_PAGE_DENIED_MSG = ugettext(
   118     'Access to this page has been restricted')
   118     'Access to this page has been restricted.')
   119 
   119 
   120 DEF_PREFIX_NOT_IN_ARGS_MSG = ugettext(
   120 DEF_PREFIX_NOT_IN_ARGS_MSG = ugettext(
   121     'A required GET url argument ("prefix") was not specified')
   121     'A required GET url argument ("prefix") was not specified.')
   122 
   122 
   123 DEF_PAGE_INACTIVE_MSG = ugettext(
   123 DEF_PAGE_INACTIVE_MSG = ugettext(
   124     'This page is inactive at this time')
   124     'This page is inactive at this time.')
   125 
   125 
   126 DEF_LOGOUT_MSG_FMT = ugettext(
   126 DEF_LOGOUT_MSG_FMT = ugettext(
   127     'Please <a href="%(sign_out)s">sign out</a> in order to view this page')
   127     'Please <a href="%(sign_out)s">sign out</a> in order to view this page.')
   128 
   128 
   129 DEF_GROUP_NOT_FOUND_MSG = ugettext(
   129 DEF_GROUP_NOT_FOUND_MSG = ugettext(
   130     'The requested Group can not be found')
   130     'The requested Group can not be found.')
   131 
   131 
   132 DEF_USER_ACCOUNT_INVALID_MSG_FMT = ugettext(
   132 DEF_USER_ACCOUNT_INVALID_MSG_FMT = ugettext(
   133     'The <b><i>%(email)s</i></b> account cannot be used with this site, for'
   133     'The <b><i>%(email)s</i></b> account cannot be used with this site, for'
   134     ' one or more of the following reasons:'
   134     ' one or more of the following reasons:'
   135     '<ul>'
   135     '<ul>'