Skip to content
Snippets Groups Projects
lang-en.php 25 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    /**
     * Copyright Maarch since 2008 under licence GPLv3.
     * See LICENCE.txt file at the root folder for more details.
     * This file is part of Maarch software.
     */
    
    /**
     * @brief Lang EN
    
     * @author dev@maarch.org
     */
    
    define('_ACTION_ADDED', 'Action added');
    define('_ACTION_DELETED', 'Action deleted');
    define('_ACTION_UPDATED', 'Action updated');
    define('_ADD_NOTIFICATIONS', 'Notification created');
    define('_ALREADY_EXISTS', 'already exists');
    
    Damien's avatar
    Damien committed
    define('_AVIS_USER', 'For recommendation');
    define('_AVIS_USER_COPY', 'On copy (recommendation)');
    define('_AVIS_USER_INFO', 'For information (recommendation)');
    
    Damien's avatar
    Damien committed
    define('_BASKET_CREATION', 'Basket creation');
    
    define('_BASKET_GROUP_CREATION', 'Group added for basket');
    define('_BASKET_GROUP_MODIFICATION', 'Group updated for basket');
    define('_BASKET_GROUP_SUPPRESSION', 'Group deleted for basket');
    
    define('_BASKET_MODIFICATION', 'Basket modification');
    define('_BASKET_SUPPRESSION', 'Basket suppression');
    
    define('_BASKET_REDIRECTION', 'Basket redirection');
    define('_BASKET_REDIRECTION_SUPPRESSION', 'Basket redirection');
    
    define('_BASKETS_SORT_MODIFICATION', 'Baskets order modification');
    
    define('_BY_DEFAULT', 'by default');
    
    define('_CONTACTS_GROUP_ADDED', 'Contacts group added');
    define('_CONTACTS_GROUP_UPDATED', 'Contacts group updated');
    define('_CONTACTS_GROUP_DELETED', 'Contacts group deleted');
    
    Damien's avatar
    Damien committed
    define('_CONTACTS_GROUP_LIST_ADDED', 'Add contacts for group');
    
    Pegane Nestor's avatar
    Pegane Nestor committed
    define('_CONTACTS_GROUP_LIST_DELETED', 'Delete contacts for group');
    
    Damien's avatar
    Damien committed
    define('_CONTACTS_GROUP_LABEL_ALREADY_EXISTS', 'Group with this label already exists');
    
    define('_DELETE_NOTIFICATIONS', 'Notification deleted');
    
    Damien's avatar
    Damien committed
    define('_DEST_USER', 'Recipient');
    
    Damien's avatar
    Damien committed
    define('_DOCSERVER_ADDED', 'Docserver added');
    define('_DOCSERVER_UPDATED', 'Docserver updated');
    define('_DOCSERVER_DELETED', 'Docserver deleted');
    
    define('_DOCSERVER_ACTIVATED_EXISTS', 'A docserver with this type and this collection is already activated');
    
    define('_DOCTYPE_UPDATED', 'Document type updated');
    define('_DOCTYPE_ADDED', 'Document type added');
    define('_DOCTYPE_DELETED', 'Document type deleted');
    
    define('_DOCTYPE_FIRSTLEVEL_ADDED', 'Doctype first level added');
    define('_DOCTYPE_FIRSTLEVEL_DELETED', 'Doctype first level deleted');
    define('_DOCTYPE_FIRSTLEVEL_UPDATED', 'Doctype first level edited');
    
    define('_DOCTYPE_SECONDLEVEL_ADDED', 'Doctype second level added');
    define('_DOCTYPE_SECONDLEVEL_DELETED', 'Doctype second level deleted');
    define('_DOCTYPE_SECONDLEVEL_UPDATED', 'Doctype second level edited');
    
    define('_DOCUMENT_NOT_FOUND', 'Document not found');
    
    define('_DOCUMENT_OUT_PERIMETER', 'Document out of perimeter');
    
    define('_EMAIL_ADDED', 'Email added');
    
    Vinciane's avatar
    Vinciane committed
    define('_EMAIL_REMOVED', 'Email removed');
    
    define('_ENTITY_CREATION', 'Entity creation');
    define('_ENTITY_MODIFICATION', 'Entity modification');
    define('_ENTITY_SUPPRESSION', 'Entity suppression');
    
    Pegane Nestor's avatar
    Pegane Nestor committed
    define('_ENTITY_ID_ALREADY_EXISTS', 'Entity already exists');
    
    Damien's avatar
    Damien committed
    define('_ID', 'Identifier');
    
    define('_ID_TO_DISPLAY', 'chrono_number');
    
    define('_INVALID_CLAUSE', 'Clause is not valid');
    
    Damien's avatar
    Damien committed
    define('_INVALID_REQUEST', 'Request is not valid');
    
    define('_LIST_TEMPLATE_CREATION', 'List model creation');
    define('_LIST_TEMPLATE_MODIFICATION', 'List model modification');
    define('_LIST_TEMPLATE_SUPPRESSION', 'List model suppression');
    
    define('_MODIFY_NOTIFICATIONS', 'Notification updated');
    define('_MODIFY_STATUS', 'Statut updated');
    define('_NOTIFICATION_SCHEDULE_UPDATED', 'Notification scheduled updated');
    define('_NOTIFICATION_SCRIPT_ADDED', 'Script created');
    
    Damien's avatar
    Damien committed
    define('_PARAMETER_CREATION', 'Parameter creation');
    define('_PARAMETER_MODIFICATION', 'Parameter modification');
    define('_PARAMETER_SUPPRESSION', 'Parameter suppression');
    
    Pegane Nestor's avatar
    Pegane Nestor committed
    define('_PARAMETER_ID_ALREADY_EXISTS', 'Parameter already exists');
    
    define('_PASSWORD_RULES_UPDATED', 'Password rules updated');
    
    Damien's avatar
    Damien committed
    define('_PRIORITY_CREATION', 'Priority creation');
    define('_PRIORITY_MODIFICATION', 'Priority modification');
    define('_PRIORITY_SUPPRESSION', 'Priority suppression');
    
    Damien's avatar
    Damien committed
    define('_PRIORITY_SORT_MODIFICATION', 'Priorities order modification');
    
    define('_QUOTA_EXCEEDED', 'Quota exceeded');
    
    Damien's avatar
    Damien committed
    define('_REPORT_MODIFICATION', 'Report modification');
    
    define('_STATUS_ADDED', 'Statut added');
    
    Damien's avatar
    Damien committed
    define('_STATUS_DELETED', 'Statut deleted');
    
    define('_STATUS_NOT_FOUND', 'Status not found');
    
    define('_TEMPLATE_ADDED', 'Template added');
    define('_TEMPLATE_UPDATED', 'Template updated');
    define('_TEMPLATE_DELETED', 'Template deleted');
    
    Damien's avatar
    Damien committed
    define('_TO_CC', 'On copy');
    define('_TO_SIGN', 'For signature');
    
    Damien's avatar
    Damien committed
    define('_UPDATE_STATUS', 'Status update');
    
    define('_USER_ID_ALREADY_EXISTS', 'The user id already exists');
    define('_USER_CREATED', 'User added');
    define('_USER_UPDATED', 'User updated');
    
    Damien's avatar
    Damien committed
    define('_USER_SUSPENDED', 'User suspended');
    
    define('_USER_DELETED', 'User deleted');
    
    define('_USER_PASSWORD_UPDATED', 'User password updated');
    
    Damien's avatar
    Damien committed
    define('_USER_GROUP_CREATION', 'Group added for user');
    define('_USER_GROUP_MODIFICATION', 'Group updated for user');
    define('_USER_GROUP_SUPPRESSION', 'Group deleted for user');
    
    Damien's avatar
    Damien committed
    define('_USER_ENTITY_CREATION', 'Entity added for user');
    define('_USER_ENTITY_MODIFICATION', 'Entity updated for user');
    define('_USER_ENTITY_SUPPRESSION', 'Entity deleted for user');
    
    define('_USER_ALREADY_LINK_GROUP', 'User is already linked to this group');
    define('_USER_ALREADY_LINK_ENTITY', 'User is already linked to this entity');
    
    Damien's avatar
    Damien committed
    define('_VISA_USER', 'For visa');
    
    Damien's avatar
    Damien committed
    define('_WRONG_FILE_TYPE', 'This type of file is not allowed');
    
    define('_CAN_NOT_MOVE_IN_CHILD_ENTITY', 'Parent entity must not be a subentity');
    
    define('_UNREACHABLE_DOCSERVER', 'Unreachable docserver path');
    
    Damien's avatar
    Damien committed
    define('_INCOMING', 'Arrival mail');
    define('_OUTGOING', 'Departure mail');
    define('_INTERNAL', 'Internal Mail');
    define('_ATTACHMENT', 'Attachment');
    define('_GED_DOC', 'GED Document');
    define('_UNCHANGED', 'Unchanged');
    define('_NO_PAGE', 'No page');
    define('_NO_KEYWORD', 'No keyword');
    define('_INDEXING', 'Indexing');
    
    Vinciane's avatar
    Vinciane committed
    define('_KEYWORD_REDIRECT_DESC', 'Permet de définir les options disponibles sur l\'action depuis la bannette, notamment les services et / ou les utilisateurs disponibles pour la redirection.'); //_TO_TRANSLATE
    define('_KEYWORD_INDEXING_DESC', 'Permet de définir les options disponibles sur l\'action depuis la bannette, notamment les services traitant disponibles et le/les statut(s) potentiels pour un enregistrement / modification de document.'); //_TO_TRANSLATE
    
    Damien's avatar
    Damien committed
    define('_SIMPLE_MAIL', 'Simple mail');
    define('_EMAIL', 'Email');
    define('_FAX', 'Fax');
    define('_CHRONOPOST', 'Chronopost');
    define('_FEDEX', 'Fedex');
    define('_REGISTERED_MAIL', 'registered letter with recorded delivery');
    define('_COURIER', 'Courier');
    define('_NUMERIC_PACKAGE', 'Numeric package');
    define('_OTHER', 'Other');
    
    Damien's avatar
    Damien committed
    define('_NOTIFICATION_ALREADY_EXIST', 'Notification already exists');
    define('_WRONG_PSW', 'Wrong password');
    
    Damien's avatar
    Damien committed
    define('_ALREADY_USED_PSW', 'The password has already been used');
    
    Damien's avatar
    Damien committed
    define('_BAD_LOGIN_OR_PSW', 'Wrong user name or wrong password');
    
    define('_ACCOUNT_LOCKED_FOR', 'Too many connections attemps. Your account is locked for');
    define('_ACCOUNT_LOCKED_UNTIL', 'Too many connections attemps. Account locked until');
    
    Damien's avatar
    Damien committed
    define('_MAX_SIZE_UPLOAD_REACHED', 'File maximum size is exceeded');
    define('_PATH_OF_DOCSERVER_UNAPPROACHABLE', 'Inaccessible Docserver path');
    
    define('_GO_ON_VACATION', 'go on vacation');
    
    define('_BACK_FROM_VACATION', 'back from vacation');
    
    define('_DOC_DISPLAYING', 'Displaying document');
    define('_DOC_ADDED', 'Document added');
    
    define('_DOC_UPDATED', 'Mail metadata updated');
    
    define('_ATTACHMENT_DELETED', 'Attachment deleted');
    
    define('_FILE_UPDATED', 'File updated');
    
    define('_ATTACHMENT_ADDED', 'Attachment added');
    
    define('_ATTACHMENT_UPDATED', 'Attachment updated');
    
    define('_ATTACH_DISPLAYING', 'Displaying attachment');
    
    define('_NOTE_ADDED', 'Note added');
    
    define('_NOTE_UPDATED', 'Note updated');
    define('_NOTE_DELETED', 'Note deleted');
    
    define('_TAG_ADDED', 'Tag added');
    define('_TAG_DELETED', 'Tag deleted');
    define('_TAG_UPDATED', 'Tag updated');
    
    define('_TAG_MERGED', 'Tag merged');
    
    define('_LINK_ADDED', 'Link added');
    
    define('_DOCUMENT_SIGNED', 'Document signed');
    
    define('_DOCUMENT_UNSIGNED', 'Document unsigned');
    
    define('_LINK_ADDED_TAG', 'Tag link added');
    define('_LINK_DELETED_TAG', 'Tag link deleted');
    
    Damien's avatar
    Damien committed
    // ADMINISTRATION
    
    define('_USERS', 'Users');
    define('_GROUPS', 'users groups');
    define('_ENTITIES', 'Entities');
    define('_DOCTYPES', 'File plan');
    
    define('_FOLDERTYPES', 'Types of folders');
    define('_TAGS', 'Tags');
    
    define('_DOCSERVERS', 'Storage zones');
    define('_REPORTS', 'Statistiques');
    define('_ACTIONS', 'Actions');
    define('_CONTACTS', 'Contacts');
    define('_ADMIN_CONTACTS_DESC', 'Administration of contacts');
    define('_NOTIFICATIONS', 'Notifications');
    define('_TEMPLATES', 'Templates');
    
    Damien's avatar
    Damien committed
    // SERVICES
    
    Damien's avatar
    Damien committed
    define('_ADV_SEARCH_MLB', 'Search');
    define('_INDEXING_MLB', 'Save a mail/document');
    define('_SEARCH_CONTACTS', 'Search a contact');
    define('_WELCOME_TEXT_LOAD', 'Text loading of the home page');
    define('_MY_CONTACTS', 'Create contacts from indexation/title');
    define('_MY_CONTACTS_MENU', 'My contacts');
    define('_CREATE_CONTACTS', 'All the contacts');
    
    Florian Azizian's avatar
    Florian Azizian committed
    define('_UPDATE_CONTACTS', 'Contact update');
    
    Damien's avatar
    Damien committed
    define('_PARAM_AVAILABLE_STATUS_ON_GROUP_BASKETS', 'Indexation status configuration');
    define('_ADD_LINKS', 'Add connection');
    define('_ATTACHMENTS_COMMENT', 'Attachments management');
    define('_BASKETS_COMMENT', 'Baskets');
    define('_ENTITIES_COMMENT', 'Departments');
    define('_NOTES_COMMENT', 'Notes');
    define('_NOTIFICATIONS_COMMENT', 'Notifications');
    define('_TEMPLATES_COMMENT', 'Templates');
    define('_REPORTS_COMMENT', 'States and editions');
    define('_LIFE_CYCLE_COMMENT', 'Life cycle management');
    define('_CONTENT_MANAGEMENT_COMMENT', 'Management of document versions');
    define('_TAGS_COMMENT', 'Tags');
    define('_SENDMAIL_COMMENT', 'Send emails');
    define('_THUMBNAILS_COMMENT', 'Unit of thumbnails');
    define('_VISA_WORKFLOW_COMMENT', 'Visa workflow management');
    define('_AVIS_WORKFLOW_COMMENT', 'recommendation workflow management');
    define('_EXPORT_SEDA_COMMENT', 'Export');
    define('_CONVERT_COMMENT', 'Conversions module');
    define('_VIEW_BASKETS', 'My baskets');
    define('_PRINT_SEPS', 'Limiters printing');
    define('_CREATE_FOLDER', 'Create a folder');
    define('_FOLDER_SEARCH', 'Search a folder');
    define("_SELECT_FOLDER", "Folder selection");
    define("_FOLDER_HISTORY", "Folder's history");
    define("_MODIFY_FOLDER", "Modify folder's index");
    
    Vinciane's avatar
    Vinciane committed
    define("_ATTACH_DOC_TO_FOLDER", "Attach a mail to a folder");
    
    Damien's avatar
    Damien committed
    define("_DELETE_FOLDER", "Delete a folder");
    define("_FREEZE_FOLDER", "Freeze the folder");
    define("_CLOSE_FOLDER", "Close the folder");
    define("_TAG_DEFAULT", "Tag");
    define("_PRIVATE_TAGS", "Associate Tag to the user's entity (Direction level)");
    define("_PRIVATE_TAGS_DESC", "User will only see Tag restricted to user's direction (adding / updating will automatically associate the word to user's direction).");
    
    
    Damien's avatar
    Damien committed
    // ACTIONS
    define('_REDIRECTION', 'Redirection');
    
    Florian Azizian's avatar
    Florian Azizian committed
    define('_REDIRECTION_DESC', 'Opens a modal to choose a new user processing OR to redefine the processing service with a new mailing list.');
    
    Damien's avatar
    Damien committed
    define('_SIMPLE_CONFIRM', 'Simple confirmation');
    
    Florian Azizian's avatar
    Florian Azizian committed
    define('_SIMPLE_CONFIRM_DESC', "Simply open a modal of confirmation of the action to be performed.");
    
    Guillaume Heurtier's avatar
    Guillaume Heurtier committed
    define('_NO_CONFIRM', 'No confirmation');
    define('_NO_CONFIRM_DESC', "Perform the action without confirmation");
    
    Vinciane's avatar
    Vinciane committed
    define('_VIEW_DOC', 'See the mail');
    
    Damien's avatar
    Damien committed
    define('_CLOSE_MAIL', 'Close a mail');
    
    define('_CLOSE_MAIL_DESC', 'Allows you to update the closing date of a mail. ESSENTIAL in order to complete your document workflow.');
    
    Damien's avatar
    Damien committed
    define('_SET_PERSISTENT_MODE_ON', 'Activate the persistence');
    
    Vinciane's avatar
    Vinciane committed
    define('_SET_PERSISTENT_MODE_ON_DESC', 'Keeps a mail in a basket regardless of its state. Insert data in the \'basket_persistent_mode\' table.');
    
    Damien's avatar
    Damien committed
    define('_SET_PERSISTENT_MODE_OFF', 'Deactivate the persistence');
    
    Vinciane's avatar
    Vinciane committed
    define('_SET_PERSISTENT_MODE_OFF_DESC', 'Resets the viewing behavior of the mail in the basket. Remove data from the \'basket_persistent_mode\' table.');
    
    Damien's avatar
    Damien committed
    define('_MARK_AS_READ', 'Marked as read');
    
    Vinciane's avatar
    Vinciane committed
    define('_MARK_AS_READ_DESC', 'Mark the mail as \'read\' in the basket. Insert the data in the \'res_mark_as_read\' table (useful if used in the basket clauses).');
    
    Damien's avatar
    Damien committed
    define('_SEND_TO_EXTERNAL_SB', 'Send data to external signature book');
    
    define('_SEND_TO_EXTERNAL_NOTEBOOK', 'Send data to external note book');
    
    Damien's avatar
    Damien committed
    define('_CLOSE_MAIL_AND_INDEX', 'Close a mail and launch the indexation');
    
    define('_CLOSE_MAIL_AND_INDEX_DESC', 'Allows you to update the closing date of a mail AND opens the indexing page to save a new mail.');
    
    Damien's avatar
    Damien committed
    define('_CLOSE_MAIL_WITH_ATTACHMENT', 'Closing with attachment');
    
    define('_CLOSE_MAIL_WITH_ATTACHMENT_DESC', 'Allows you to update the closing date of a mail with MANDATORY presence of attachment (s) / note (s).');
    
    Damien's avatar
    Damien committed
    define('_SEND_TO_VISA', 'send for visa');
    
    Vinciane's avatar
    Vinciane committed
    define('_SEND_TO_VISA_DESC', 'Check if visa circuit is setup AND if one or several responses project are linked to mail.');
    
    Damien's avatar
    Damien committed
    define('_REJECTION_WORKFLOW_PREVIOUS', 'Visa rejection - back to the previous author');
    
    Vinciane's avatar
    Vinciane committed
    define('_REJECTION_WORKFLOW_PREVIOUS_DESC', 'Reset visa date of previous supervisor in visa circuit of mail (\'process_date\' of listinstance table).');
    
    define('_RESET_VISA_WORKFLOW', 'Reset visa workflow');
    define('_RESET_VISA_WORKFLOW_DESC', 'Reset visa date of all supervisor in visa circuit of mail (\'process_date\' of listinstance table).');
    
    define('_REDIRECT_WORKFLOW_ENTITY', 'Back to the initiator entity');
    
    Vinciane's avatar
    Vinciane committed
    define('_REDIRECT_WORKFLOW_ENTITY_DESC', 'Back the mail to the initiator entity.');
    
    Damien's avatar
    Damien committed
    define('_INTERRUPT_WORKFLOW', 'Break the visa flow');
    
    Vinciane's avatar
    Vinciane committed
    define('_INTERRUPT_WORKFLOW_DESC', 'Update visa date of current supervisor / signatory and all next supervisors in visa circuit of mail (\'process_date\' of listinstance table). Insert an interrupt message on the actual visor (\'process_comment\' of listinstance table).');
    
    Damien's avatar
    Damien committed
    define('_PROCEED_WORKFLOW', 'continue the visa flow');
    
    Vinciane's avatar
    Vinciane committed
    define('_PROCEED_WORKFLOW_DESC', 'Update visa date of current supervisor / signatory in visa circuit of mail (\'process_date\' of listinstance table).');
    
    Damien's avatar
    Damien committed
    define('_VISA_MAIL', 'Aim the mail');
    
    define("_MODIFY_ATTACHMENTS", "Modify attachments");
    define("_DELETE_ATTACHMENTS", "Delete attachments");
    
    Damien's avatar
    Damien committed
    define("_SEND_DOCS_TO_RECOMMENDATION", "Sent a recommendation request (parallel)");
    
    Florian Azizian's avatar
    Florian Azizian committed
    define("_SEND_DOCS_TO_RECOMMENDATION_DESC", "Opens a modal to add or remove people to the opinion diffusion list.");
    
    Damien's avatar
    Damien committed
    define("_VALIDATE_RECOMMENDATION", 'Validate the recommendation request (parallel)');
    
    Florian Azizian's avatar
    Florian Azizian committed
    define("_VALIDATE_RECOMMENDATION_DESC", "Allows you to add the person who checked the request to the application notice.");
    
    Damien's avatar
    Damien committed
    define("_SEND_TO_AVIS_WF", 'Request for a recommendation (sequential)');
    
    Vinciane's avatar
    Vinciane committed
    define("_SEND_TO_AVIS_WF_DESC", "Opens a modal to configure a notification workflow for the mail");
    
    Damien's avatar
    Damien committed
    define("_PROCEED_WORKFLOW_AVIS", 'Issue an opinion (sequential)');
    
    Florian Azizian's avatar
    Florian Azizian committed
    define("_PROCEED_WORKFLOW_AVIS_DESC", "Updates the date of issuance of advice from the current advisor of the advisory workflow ('process_date' of listinstance table).");
    
    Damien's avatar
    Damien committed
    define("_PROCEED_WORKFLOW_AVIS_SIMPLE", 'Issue an opinion (parallel)');
    
    Vinciane's avatar
    Vinciane committed
    define("_PROCEED_WORKFLOW_AVIS_SIMPLE_DESC", "Updates the notification date of the user present in the diffusion list of the mail ('process_date' of listinstance table).");
    
    Florian Azizian's avatar
    Florian Azizian committed
    define('_EXPORT_SEDA', 'Transfer your mails');
    define('_CHECK_ACKNOWLEDGEMENT', 'Check acknowledgement');
    define('_CHECK_REPLY', 'Check reply');
    define('_PURGE_LETTER', 'Purge the mail after archiving');
    define('_RESET_LETTER', 'Reset workflow');
    define('_SIMPLE_CONFIRM_WITH_UPDATE_DATE', 'Confirm and update departure date');
    
    Florian Azizian's avatar
    Florian Azizian committed
    define('_NOT_INCOMING_CATEGORY', 'Not incomping category');
    
    define('_NO_CONTACT', 'No associated contact');
    
    define('_USER_MISSING_INFORMATIONS', 'A contact have no email, neither valide postal address');
    
    define('_NO_TEMPLATE', 'No template');
    define('_NO_EMAIL_TEMPLATE', 'No electronic template');
    define('_NO_PAPER_TEMPLATE', 'No paper template');
    define('_FOR_ENTITY', 'for this entity:');
    
    define('_NO_ENTITY', 'No entity associated with the mail');
    
    define('_RECONCILE_RESOURCE', 'Reconcile a document');
    define('_RECONCILE_RESOURCE_DESC', "Add the document main file to another document");
    
    Pegane Nestor's avatar
    Pegane Nestor committed
    
    
    Damien's avatar
    Damien committed
    // REPORTS
    define('_FOLDER_VIEW_STAT', 'Number of read folders');
    define('_ENTITY_VOL_STAT', 'Mails volume by department');
    define('_ENTITY_VOL_STAT_DESC', 'Mails volume by department');
    
    Florian Azizian's avatar
    Florian Azizian committed
    define('_RESPONSE_RATE_BY_ENTITIES', 'Response rate by entity');
    define('_RESPONSE_RATE_BY_ENTITIES_DESC', 'Displays the percentage of mail that has been answered. This statistic is based on the number of letters from which a departure date has been entered (use the field departure_date)');
    
    Damien's avatar
    Damien committed
    define('_ENTITY_LATE_MAIL', 'Late mail volume by department');
    define('_ENTITY_PROCESS_DELAY', 'Medium handling time by department');
    define('_USERS_LOGS', 'Access list to the application by agent');
    define('_PROCESS_DELAY_REPORT', 'Average process period by mail type');
    define('_PROCESS_DELAY_REPORT_DESC', 'Average process period by mail type');
    define('_PROCESS_DELAY_GENERIC_EVALUATION_REPORT', 'Handling medium time');
    
    Florian Azizian's avatar
    Florian Azizian committed
    define('_PROCESS_DELAY_GENERIC_EVALUATION_REPORT_DESC', 'Displays the time (in days) of the creation until the closing of a mail.');
    
    Damien's avatar
    Damien committed
    define('_MAIL_TYPOLOGY_REPORT', 'Mails typology by period');
    define('_MAIL_TYPOLOGY_REPORT_DESC', 'Mails typology by period');
    define('_MAIL_VOL_BY_CAT_REPORT', 'Mails volume by category, by period');
    define('_MAIL_VOL_BY_CAT_REPORT_DESC', 'Mails volume by category, by period');
    
    
    //ATTACHMENT TYPES
    
    define("_RESPONSE_PROJECT", "Response project");
    define("_SIGNED_RESPONSE", "Signed response");
    define("_OUTGOING_MAIL_SIGNED", "Signed start date");
    define("_A_PJ", "Attachment");
    define("_INCOMING_PJ", "Incoming attachment");
    define("_WAYBILL", "Mailing slip");
    define("_ROUTING", "Flow slip");
    define("_OUTGOING_MAIL", "Spontaneous start mail");
    define("_CONVERTED_PDF", "Converted PDF by the solution");
    
    define('_PRINT_FOLDER', 'Folder');
    
    define('_REDACTOR', 'Redactor');
    define('_ASSIGNEE', 'Assignee');
    
    define('_DOCUMENT_WITH_NOTES', 'Document with notes');
    
    Damien's avatar
    Damien committed
    define('_SUMMARY_SHEET', 'Summary sheet');
    
    define('_UNDEFINED', 'Undefined');
    
    Damien's avatar
    Damien committed
    define('_CATEGORY', 'Category');
    
    define('_SENDERS', 'Sender(s)');
    
    define('_RECIPIENTS', 'Recipient(s)');
    
    define('_RECIPIENT', 'Recipient');
    
    Damien's avatar
    Damien committed
    define('_CHRONO_NUMBER', 'Chrono number');
    define('_INITIATOR_ENTITY', 'Initiator entity');
    define('_DESTINATION_ENTITY', 'Destination entity');
    define('_PRIORITY', 'Priority');
    define('_STATUS', 'Status');
    define('_NATURE', 'Nature');
    define('_DOCTYPE', 'Doctype');
    define('_TYPIST', 'Typist');
    define('_CREATED', 'Created');
    define('_DOC_DATE', 'Document date');
    define('_ADMISSION_DATE', 'Admission date');
    define('_PROCESS_LIMIT_DATE', 'Process limit date');
    define('_CLOSING_DATE', 'Closing date');
    define('_ACTION_DATE', 'Action date');
    
    define('_USER_CREATED_IN_MAARCHPARAPHEUR', 'User created in Maarch Parapheur');
    
    define('_USER_LINKED_TO_MAARCHPARAPHEUR', 'User link to Maarch Parapheur');
    define('_USER_UNLINKED_TO_MAARCHPARAPHEUR', 'User unlink to Maarch Parapheur');
    
    define('_SIGNATURES_SEND_TO_MAARCHPARAPHEUR', 'Signatures sent to Maarch Parapheur');
    
    define('_CREATE_ACKNOWLEDGEMENT_RECEIPT', 'Generate and send acknowledgement receipt');
    define('_UPDATE_ACKNOWLEDGEMENT_SEND_DATE', 'Complete acknowledgement send date');
    
    Florian Azizian's avatar
    Florian Azizian committed
    
    define("_M2M_ACTION_DONE", "done by");
    define("_M2M_ENTITY_DESTINATION", "Mail is in the department");
    
    
    define('_ACKNOWLEDGEMENT_RECEIPT_DISPLAYING', 'Displaying acknowledgement receipt');
    
    Florian Azizian's avatar
    Florian Azizian committed
    
    define("_EMAIL_DRAFT", "Draft");
    define("_EMAIL_WAIT", "Waiting to be send");
    define("_EMAIL_SENT", "Sent");
    define("_EMAIL_ERROR", "Error when sending");
    
    define("_EMAIL_DRAFT_SAVED", "Draft saved");
    
    define("_EMAIL_ERROR_SENT", "Not sent");
    define("_EMAIL_SENDING", "Sending email...");
    
    define("_MAILEVA_ADDED", "Shipping Maileva added");
    define("_MAILEVA_UPDATED", "Shipping Maileva updated");
    define("_MAILEVA_DELETED", "Shipping Maileva deleted");
    
    define("_SEND_MAILEVA", "Send to Maileva");
    
    define('_VISA_BY', 'Visa by');
    define('_INSTEAD_OF', 'Instead of');
    
    
    define("_AVIS_WORKFLOW", "Avis workflow");
    define("_VISA_WORKFLOW", "Visa workflow");
    define("_DIFFUSION_LIST", "Diffusion list");
    define("_SECONDARY_INFORMATION", "Secondary informations");
    define("_DEST_INFORMATION", "Destination informations");
    
    define("_XPARAPH_ACCOUNT_DELETED", "xParaph account deleted");
    define("_XPARAPH_ACCOUNT_CREATED", "xParaph account created");
    
    
    define("_FILE_NOT_ALLOWED_INFO_1", "This extension");
    define("_FILE_NOT_ALLOWED_INFO_2", "with MIME-type");
    define("_FILE_NOT_ALLOWED_INFO_3", "is not allowed");
    
    
    define("_ENTITY", "Entity");
    
    define("_PRINT_SEP_TITLE", "Mail separator");
    
    define("_SIGNATORY", "Signatory");
    define("_VISA_USER_MIN", "Visa user");
    define("_NOTE_USER", "Note user");
    define("_WF_SEND_TO", "Send to : ");
    
    
    define("_FOLDER_CREATION", "Folder creation");
    define("_FOLDER_MODIFICATION", "Folder modification");
    
    define("_FOLDER_SUPPRESSION", "Folder suppression");
    
    define("_FOLDER_SHARING_MODIFICATION", "Folder sharing modification");
    
    define("_FOLDER_RESOURCES_ADDED", "Added resources");
    define("_FOLDER_RESOURCES_REMOVED", "Removed resources");
    define("_FOLDER_TO_FOLDER", "to folder");
    
    define("_ADDED_TO_FOLDER", "Added to folder");
    define("_REMOVED_TO_FOLDER", "Removed from folder");
    
    define('_NOT_EXISTS', "doesn't exist");
    
    
    define("_CUSTOMFIELDS_CREATION", "Custom field creation");
    define("_CUSTOMFIELDS_MODIFICATION", "Custom field modification");
    define("_CUSTOMFIELDS_SUPPRESSION", "Custom field suppression");
    
    
    define("_CONTACT_CUSTOMFIELDS_CREATION", "Contact custom field creation");
    define("_CONTACT_CUSTOMFIELDS_MODIFICATION", "Contact custom field modification");
    define("_CONTACT_CUSTOMFIELDS_SUPPRESSION", "Contact custom field suppression");
    
    define("_CONTACT_CREATION", "Contact creation");
    define("_CONTACT_MODIFICATION", "Contact modification");
    define("_CONTACT_SUPPRESSION", "Contact suppression");
    
    
    define("_INDEXINGMODEL_CREATION", "Indexing model creation");
    define("_INDEXINGMODEL_MODIFICATION", "Indexing model modification");
    define("_INDEXINGMODEL_SUPPRESSION", "Indexing model suppression");
    
    define("_PRIORITY_DELAY_ALREADY_SET", "This time limit is already set to another priority");
    
    
    define("_NOTIFICATIONS_FORGOT_PASSWORD_SUBJECT", "[Maarch Courrier] Reset password informations");
    
    define("_NOTIFICATIONS_FORGOT_PASSWORD_BODY", "Hello,<br/><br/>You requested to reset the password for your Maarch Courrier account.<br/><br/>To change your password, please click on the link below :<br/>");
    define("_NOTIFICATIONS_FORGOT_PASSWORD_FOOTER", "<br/><br/>If you did not perform this request, you can safely ignore this email.<br/><br/>Please contact your administrator if you have any questions.");
    
    define("_PASSWORD_REINIT_SENT", "Password reset sent");
    define("_PASSWORD_REINIT", "Password rest");
    
    define("_NOTIFICATIONS_USER_CREATION_SUBJECT", "[Maarch Courrier] Activate your user account");
    define("_NOTIFICATIONS_USER_CREATION_BODY", "Welcome,<br/><br/>You have now an account to Maarch Courrier.<br/><br/>To log in and set your password, please click on the link below :<br/><br/>");
    define("_NOTIFICATIONS_USER_CREATION_FOOTER", "<br/><br/>This message is sent automatically as a result of an administrator action.<br/>Please do not answer.<br/><br/>For any questions, please contact your software administrator");
    define("_CLICK_HERE", "Click-here");
    
    define("_M2M_ANNUARY_IS_NOT_SET", "M2M annuary is not set");
    define("_M2M_LDAP_AUTHENTICATION_FAILED", "M2M annuary authentication failed");
    define("_M2M_LDAP_ADD_FAILED", "Problem while adding contact in M2M annuary");
    define("_NO_M2M_ANNUARY_AVAILABLE", "No M2M annuary available");
    define("_CANNOT_SYNCHRONIZE_M2M_ANNUARY", "Contact can not be added in M2M annuary because one of these field is empty : Society, communication means, department");
    
    
    define("_DATE_LOCALE", "en_US.utf8");
    
    define("_USER_PREFERENCE_UPDATED", "User preferences updated");
    
    define("_NO_SENDERS", "No sender linked to resource");
    
    
    define("_INTERRUPTED_WORKFLOW", "Interrupted workflow");
    
    define("_HAS_INTERRUPTED_WORKFLOW", "Has interrupted the workflow");
    
    
    define("_AVIS_SENT", "Notice given");
    define("_BY", "by");
    
    define("_TO_AVIS", "For recommendation");
    
    define('_MAIN_DOCUMENT', 'Main document');
    
    define("_UPDATE_LISTINSTANCE", "Diffusion list updated");
    define("_UPDATE_VISA_CIRCUIT", "Visa workflow updated");
    define("_UPDATE_AVIS_CIRCUIT", "Opinion workflow updated");
    
    define("_VISA_CIRCUIT_DELETED", "Visa workflow deleted");
    define("_AVIS_CIRCUIT_DELETED", "Opinion workflow updated");
    
    
    define("_COMMUNICATION_MEANS_VALIDATOR", "Communication Means should be an url or an email");
    define("_EXTERNALID_M2M_VALIDATOR", "Wrong format for externalId[m2m]. It must be SIRET/entityId");
    
    
    Florian Azizian's avatar
    Florian Azizian committed
    define("_NUMERIC_PACKAGE_ADDED", "Numeric package added");
    define('_ON_DOC_NUM', ' on document n°');
    define("_NUMERIC_PACKAGE_IMPORTED", "Numeric package imported");
    
    
    define("_ACKNOWLEDGEMENT_RECEIPT", "Acknowledgement Receipt");
    define("_CREATED_BY", "Created by");
    define("_SENT_DATE", "Sent ");
    define("_SENT_TO", "Sent to");
    define("_FORMAT", "Format");
    
    define("_CHRONO_NUMBER_MASTER", "Resource chrono number");
    define("_SENT_BY", "Sent by");
    define('_TO_CCI', 'On copy hidden');
    
    define('_PRIMARY_INFORMATION', 'Primary information');
    
    define("_EMPTY_SUBJECT", "Empty subject");