<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="UNKNOWN">Unknown Error</string>
    <string name="AUTHENTICATION_FAIL">Authentication failed</string>
    <string name="SQL_ERROR">SQL Error</string>
    <string name="NOT_FOUND">Data not found</string>
    <string name="FORBIDDEN">Forbidden</string>
    <string name="INVALID_QUERY">Invalid Query</string>
    <string name="INVALID_XML_RECEIVED">The XML received is invalid</string>
    <string name="INVALID_PARAMETER">The parameter is invalid</string>
    <string name="CHILD_GROUP_MUST_EXIST">The child group must exist</string>
    <string name="INVALID_ID">Invalid ID</string>
    <string name="CANT_DELETE_MYSELF">You are not allowed to delete yourself</string>
    <string name="DELEGATION_RESTRICTION">Due to delegation rights, action not permitted</string>
    <string name="INVALID_PASSWORD">The password is invalid</string>
    <string name="LOGIN_ALREADY_USED">The login is already used</string>
    <string name="GROUP_NAME_ALREADY_USED">The group name is already used</string>
    <string name="INVALID_LOGIN">The login is invalid</string>
    <string name="EMPTY_LASTNAME">The lastname must be set</string>
    <string name="EMPTY_VACATION_MESSAGE">The vacation message is not set</string>
    <string name="INVALID_VACATION_RANGE">The vacation date range is incorrect.</string>
    <string name="VACATION_WITHOUT_MAILBOX">You are not allowed to set vacation: there is no mailbox for this user</string>
    <string name="FORWARDING_WITHOUT_MAILBOX">You are not allowed to set forwarding: there is no mailbox for this user</string>
    <string name="FORWARDING_NOT_ALLOWED">Forwarding is not allowed</string>
    <string name="FORWARDING_INVALID_EMAIL">The email set for forward is invalid</string>
    <string name="FORWARDING_INVALID_LOCAL_COPY">The email set for forward is invalid</string>
    <string name="INVALID_MAIL_SERVER">The mail server set is invalid</string>
    <string name="INVALID_GROUP_NAME">The group name is invalid</string>
    <string name="INVALID_RESOURCE_NAME">The resource name is invalid</string>
    <string name="FORWARDING_TO_OWN_MAILBOX">Mail forwarding cannot be set to origin address</string>
    <string name="SAME_PARENT_AND_CHILD_GROUP">Parent group and child group cannot be the same</string>
    <string name="INCLUSION_GROUP_LOOP">Operation not permitted : loop between included groups</string>
    <string name="GROUPS_PRIVACY">You cannot use privacy group for this operation</string>
    <string name="EMAIL_ALREADY_USED">The email is already used</string>
    <string name="INVALID_EMAIL">The email is invalid</string>
    <string name="MAIL_QUOTA_OVER_DOMAIN_LIMIT">You cannot set mail quota over domain limit</string>
    <string name="NOT_GLOBAL_ADMIN">Operation not permitted : you are not global admin</string>
    <string name="DOMAIN_NAME_ALREADY_USED">The domain name is already used</string>
    <string name="INVALID_MAILSHARE_NAME">The mailshare name is invalid. Please use only lowercase characters (a-z), numbers, periods, and the character - or _.</string>
    <string name="OLD_PASSWORD_WRONG">The password you set for old password is wrong</string>
    <string name="OLD_PASSWORD_SAME_AS_NEW">The old and new passwords are the same</string>
    <string name="IP_ADDRESS_ALREADY_USED">The IP address is already used</string>
    <string name="MBOX_RENAME_FAILED">Mbox rename failed</string>
    <string name="INVALID_HOST_NAME">The host name is invalid</string>
    <string name="INVALID_AD_HOST_NAME">The host name is invalid, or can\'t be get from DNS</string>
    <string name="EMPTY_EVENT_TITLE">The event title must be set</string>
    <string name="NO_DURATION_EVENT">The event must have different start and end time</string>
    <string name="NO_EVENT_DATE">The event must have a date</string>
    <string name="NO_EVENT_TYPE">The event must have a type</string>
    <string name="EVENT_PRIVACY_INVALID">This event cannot be private</string>
    <string name="EVENT_ERROR">Event error</string>
    <string name="CALENDAR_AUTHORISATION_ERROR">Operation forbidden due to calendar authorisation</string>
    <string name="CONTACT_DOMAIN_FORBIDDEN">The domain of a contact cannot be the Blue Mind domain</string>
    <string name="INVALID_DOMAIN_NAME">The domain name is invalid</string>
    <string name="USER_SPLIT_REQUIRES_SPLIT_DOMAIN">User split requires a split domain</string>
    <string name="SLAVE_RELAY_REQUIRES_SPLIT_DOMAIN">Slave relay requires split domain server</string>
    <string name="SEC_GROUP_RM">Security group removal is forbidden</string>
    <string name="NOT_IN_GLOBAL_DOMAIN">This operation is forbidden in global domain</string>
    <string name="NO_BACKUP_SERVER_FOUND">No backup server found</string>
    <string name="OPERATION_ALREADY_RUNNING">Operation already running</string>
    <string name="FAILURE">Operation failed</string>
    <string name="JOB_FINISHED">Cron job finished</string>
    <string name="INVALID_LICENSE">Invalid subscription</string>
    <string name="HSM_MISSING_POLICY">No email archive policy set</string>
    <string name="INCOMPATIBLE_SMTP_TAGS">Relay and internal smtp roles are not possible on the same server.</string>
    <string name="TAG_ALREADY_EXIST">"Tag already exist. "</string>
    <string name="PERMISSION_DENIED">Permission denied.</string>
    <string name="LOGIN_NOT_DEFINED">The login must be set before creating an email</string>
</resources>