Skip to content
Snippets Groups Projects
Commit 7bacf616 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #7710 change lang in new core

parent dcf58946
No related branches found
No related tags found
No related merge requests found
...@@ -214,3 +214,17 @@ define('_SEND_TO_CONTACT_WITH_MANDATORY_ATTACHMENT', 'Send to the contact with a ...@@ -214,3 +214,17 @@ define('_SEND_TO_CONTACT_WITH_MANDATORY_ATTACHMENT', 'Send to the contact with a
define('_SEND_TO_CONTACT_WITH_MANDATORY_ATTACHMENT_DESC', 'Open sendmail modal with email of contact linked to document in recipient, attachment is MANDATORY.'); define('_SEND_TO_CONTACT_WITH_MANDATORY_ATTACHMENT_DESC', 'Open sendmail modal with email of contact linked to document in recipient, attachment is MANDATORY.');
define('_SEND_ATTACHMENTS_TO_CONTACT', 'Send to the contact'); define('_SEND_ATTACHMENTS_TO_CONTACT', 'Send to the contact');
define('_SEND_ATTACHMENTS_TO_CONTACT_DESC', 'Open sendmail modal with email of contact linked to document in recipient.'); define('_SEND_ATTACHMENTS_TO_CONTACT_DESC', 'Open sendmail modal with email of contact linked to document in recipient.');
define("_VIEW_ATTACHMENTS", "View attachments");
define("_VIEW_ATTACHMENTS_DESC", "View attachments");
define("_MANAGE_ATTACHMENTS", "Manage the attachments");
define("_INDEX_ATTACHMENT", "Index an attachment");
define("_INDEX_ATTACHMENT_DESC", "Index an attachment");
define("_CREATE_ATTACHMENTS_FROM_DETAILS", "Create attachments from details card");
define("_MODIFY_ATTACHMENTS", "Modify attachments");
define("_DELETE_ATTACHMENTS", "Delete attachments");
define('_CONFIG_AVIS_WORKFLOW', 'Recommendation flow configuration');
define('_CONFIG_AVIS_WORKFLOW_DESC', 'Allow to set the mail recommendation flow up');
define("_CONFIG_AVIS_WORKFLOW_IN_DETAIL", "Recommendation workflow setting from the detailed form");
define("_CONFIG_AVIS_WORKFLOW_IN_DETAIL_DESC", "Allows to define the workflow directly from the mail detailed form");
define("_AVIS_ANSWERS", "Give oneself's opinion");
define("_AVIS_ANSWERS_DESC", "Allows to this group to appear in the counsellor's list (recommendation workflow)");
...@@ -214,3 +214,17 @@ define('_SEND_TO_CONTACT_WITH_MANDATORY_ATTACHMENT', 'Envoyer au contact avec un ...@@ -214,3 +214,17 @@ define('_SEND_TO_CONTACT_WITH_MANDATORY_ATTACHMENT', 'Envoyer au contact avec un
define('_SEND_TO_CONTACT_WITH_MANDATORY_ATTACHMENT_DESC', "Ouvre une modal d'envoi de mail avec l'email du contact associé au document en tant que destinataire, présence OBLIGATOIRE de pièce(s) jointe(s) à l'envoi."); define('_SEND_TO_CONTACT_WITH_MANDATORY_ATTACHMENT_DESC', "Ouvre une modal d'envoi de mail avec l'email du contact associé au document en tant que destinataire, présence OBLIGATOIRE de pièce(s) jointe(s) à l'envoi.");
define('_SEND_ATTACHMENTS_TO_CONTACT', 'Envoyer au contact'); define('_SEND_ATTACHMENTS_TO_CONTACT', 'Envoyer au contact');
define('_SEND_ATTACHMENTS_TO_CONTACT_DESC', "Ouvre une modal d'envoi de mail avec l'email du contact associé au document en tant que destinataire."); define('_SEND_ATTACHMENTS_TO_CONTACT_DESC', "Ouvre une modal d'envoi de mail avec l'email du contact associé au document en tant que destinataire.");
define("_VIEW_ATTACHMENTS", "Voir les pièces jointes");
define("_VIEW_ATTACHMENTS_DESC", "Voir les pièces jointes");
define("_MANAGE_ATTACHMENTS", "Gérer les pièces jointes");
define("_INDEX_ATTACHMENT", "Indexer une pièce jointe");
define("_INDEX_ATTACHMENT_DESC", "Indexer une pièce jointe");
define("_CREATE_ATTACHMENTS_FROM_DETAILS", "Créer des pièces jointes depuis la fiche détail");
define("_MODIFY_ATTACHMENTS", "Modifier les pièces jointes");
define("_DELETE_ATTACHMENTS", "Supprimer les pièces jointes");
define('_CONFIG_AVIS_WORKFLOW', "Configuration du circuit d'avis");
define('_CONFIG_AVIS_WORKFLOW_DESC', "Permet de configurer le circuit d'avis du courrier");
define("_CONFIG_AVIS_WORKFLOW_IN_DETAIL", "Configuration du circuit d'avis depuis la fiche détaillée");
define("_CONFIG_AVIS_WORKFLOW_IN_DETAIL_DESC", "Permet de définir le circuit directement depuis la fiche détaillée du courrier");
define("_AVIS_ANSWERS", "Donner son avis");
define("_AVIS_ANSWERS_DESC", "Permet à ce groupe d'apparaître dans la liste des personnes Conseillers (circuit d'avis)");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment