From eaa6b2a2d46859d71700f6e774897a2d507a430f Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Mon, 7 Sep 2020 14:54:45 +0200
Subject: [PATCH] FEAT #13998 TIME 0:10 add var lang

---
 src/frontend/app/process/process.component.html |  6 +++---
 src/lang/lang-en.json                           | 10 ++++++++--
 src/lang/lang-nl.json                           | 16 +++++++++++++++-
 3 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/src/frontend/app/process/process.component.html b/src/frontend/app/process/process.component.html
index 3fc327e5e9b..c3249ddf0a2 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 99f0f06304a..2c0c09ef4cd 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 a843e9638f1..419a6abf86a 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
-- 
GitLab