diff --git a/src/frontend/app/process/process.component.html b/src/frontend/app/process/process.component.html
index 3fc327e5e9b222706fee627c8f9106789b49cb36..c3249ddf0a2453d1ee10f285c8b792827e543548 100644
--- a/src/frontend/app/process/process.component.html
+++ b/src/frontend/app/process/process.component.html
@@ -210,10 +210,10 @@
                                 <div class="content-item-value" [title]="this.currentResourceInformations.registeredMail_returnDate">
                                     {{this.currentResourceInformations.registeredMail_returnDate}}</div>
                             </div>
-                            <div class="content-item" *ngIf="!functions.empty(currentResourceInformations.registeredMail_reason)">
+                            <div class="content-item" *ngIf="!functions.empty(currentResourceInformations.registeredMail_returnReason)">
                                 <div>{{'lang.returnReason' | translate}} :</div>
-                                <div class="content-item-value" [title]="this.currentResourceInformations.registeredMail_reason">
-                                    {{this.currentResourceInformations.registeredMail_reason}}</div>
+                                <div class="content-item-value" [title]="this.currentResourceInformations.registeredMail_returnReason">
+                                    {{this.currentResourceInformations.registeredMail_returnReason}}</div>
                             </div>
                             <div class="content-item"
                                 *ngIf="this.currentResourceInformations.processLimitDate !== undefined">
diff --git a/src/lang/lang-en.json b/src/lang/lang-en.json
index 99f0f06304a281792099773e4cb5e1ac53be7792..2c0c09ef4cdbd8ca3fddae4b8e463a024a35780b 100644
--- a/src/lang/lang-en.json
+++ b/src/lang/lang-en.json
@@ -1986,5 +1986,11 @@
     "argumentNotDate": "An argument is not a date for a contact",
     "argumentNotString": "An argument is not a string for a contact",
     "argumentMandatoryEmpty": "Mandatory argument is empty for a contact",
-    "noneItalic": "<em>None</em>"
-}
+    "noneItalic": "<em>None</em>",
+    "contactsOfFile": "Contacts of file",
+    "infoImportcontacts": "The <b>id</b> column is used to identify a contact",
+    "importContacts": "Import contacts",
+    "csvHeader": "Csv header",
+    "confirmImportContacts": "Do you want to import <b>{{0}}</b> contacts",
+    "importedContacts": "imported contacts"
+}
\ No newline at end of file
diff --git a/src/lang/lang-nl.json b/src/lang/lang-nl.json
index a843e9638f1e1614e5fa9efacc43b8bd46fa5b5b..419a6abf86ad823bd27c746eb4fceecf3cf11753 100644
--- a/src/lang/lang-nl.json
+++ b/src/lang/lang-nl.json
@@ -1990,5 +1990,19 @@
     "externalSignatoryBook": "Parapheur externe__TO_TRANSLATE",
     "dispositListGeneratedMsg": "Le recommandé a été imprimé dans un <b>descriptif de pli</b>, vous ne pouvez pas modifier les données.__TO_TRANSLATE",
     "arReceived": "AR réceptionné__TO_TRANSLATE",
-    "arAlreadyReceived": "Cet AR a déjà été reçu__TO_TRANSLATE"
+    "arAlreadyReceived": "Cet AR a déjà été reçu__TO_TRANSLATE",
+    "contactsOfFile": "Contact du fichier__TO_TRANSLATE",
+    "infoImportcontacts": "La colonne <b>id</b> est utilisée pour identifier un contact__TO_TRANSLATE",
+    "importContacts": "Importer des contacts__TO_TRANSLATE",
+    "argumentCivilityNotCorrect": "La donnée civility n'est pas une civilité valide pour un contact__TO_TRANSLATE",
+    "argumentLastnameAndCompanyEmpty": "Les données lastname et company sont vides pour un contact__TO_TRANSLATE",
+    "argumentNotArray": "Une donnée n'est pas un tableau pour un contact__TO_TRANSLATE",
+    "argumentNotInteger": "Une donnée n'est pas un entier pour un contact__TO_TRANSLATE",
+    "argumentNotDate": "Une donnée n'est pas une date pour un contact__TO_TRANSLATE",
+    "argumentNotString": "Une donnée n'est pas une chaîne de caractères pour un contact__TO_TRANSLATE",
+    "argumentMandatoryEmpty": "Une donnée obligatoire est vide pour un contact__TO_TRANSLATE",
+    "noneItalic": "<em>Aucun</em>__TO_TRANSLATE",
+    "csvHeader": "En-tête csv__TO_TRANSLATE",
+    "confirmImportContacts": "Voulez-vous importer <b>{{0}}</b> contacts__TO_TRANSLATE",
+    "importedContacts": "contacts importés__TO_TRANSLATE"
 }
\ No newline at end of file