0:'Try to <a href="%s/youraccount/login?referer=%%s">login</a> with another account.'%(CFG_SITE_SECURE_URL),
1:'<br />If you think this is not correct, please contact: <a href="mailto:%s">%s</a>'%(CFG_SITE_SUPPORT_EMAIL,CFG_SITE_SUPPORT_EMAIL),
2:'<br />If you have any questions, please write to <a href="mailto:%s">%s</a>'%(CFG_SITE_SUPPORT_EMAIL,CFG_SITE_SUPPORT_EMAIL),
3:'Guest users are not allowed, please <a href="%s/youraccount/login">login</a>.'%CFG_SITE_SECURE_URL,
4:'The site is temporarily closed for maintenance. Please come back soon.',
5:'Authorization failure',
6:'%s temporarily closed'%CFG_SITE_NAME,
7:'This functionality is temporarily closed due to server maintenance. Please use only the search engine in the meantime.',
8:'Functionality temporarily closed',
9:'<br />If you think this is not correct, please contact: <a href="mailto:%s">%s</a>',
10:'<br />You might also want to check <a href="%s">%s</a>',
}
CFG_WEBACCESS_WARNING_MSGS={
0:'Authorization granted',
1:'You are not authorized to perform this action.',
2:'You are not authorized to perform any action.',
3:'The action %s does not exist.',
4:'Unexpected error occurred.',
5:'Missing mandatory keyword argument(s) for this action.',
6:'Guest accounts are not authorized to perform this action.',
7:'Not enough arguments, user ID and action name required.',
8:'Incorrect keyword argument(s) for this action.',
9:"""Account '%s' is not yet activated.""",
10:"""You were not authorized by the authentication method '%s'.""",
11:"""The selected login method '%s' is not the default method for this account, please try another one.""",
12:"""Selected login method '%s' does not exist.""",
13:"""Could not register '%s' account.""",
14:"""Could not login using '%s', because this user is unknown.""",
15:"""Could not login using your '%s' account, because you have introduced a wrong password.""",
16:"""External authentication troubles using '%s' (maybe temporary network problems).""",
17:"""You have not yet confirmed the email address for the '%s' authentication method.""",
18:"""The administrator has not yet activated your account for the '%s' authentication method.""",
19:"""The site is having troubles in sending you an email for confirming your email address. The error has been logged and will be taken care of as soon as possible.""",
20:"""No roles are authorized to perform action %s with the given parameters.""",
21:"""Verification cancelled""",
22:"""Verification failed. Please try again or use another provider to login""",
23:"""Verification failed. It is probably because the configuration isn't set properly. Please contact with the <a href="mailto:%s">administator</a>"""%CFG_SITE_ADMIN_EMAIL