From a155e73eca3ec6d81fe092e35e71e9a4693a8a6f Mon Sep 17 00:00:00 2001
From: descamps <descamps@cines.fr>
Date: Mon, 21 Jun 2021 15:45:13 +0200
Subject: [PATCH] KDE - 21/06/2021 - List profil Titre - Traduction - WIP

---
 .../profile/list-profile/list-profile.component.html  |  6 +++---
 .../projects/pastis/src/locale/messages.en.xlf        | 11 +++++++++++
 .../projects/pastis/src/locale/messages.xlf           | 10 ++++++++++
 3 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html b/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html
index bd175f056..c38227fea 100644
--- a/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html
+++ b/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html
@@ -2,12 +2,12 @@
 
 
     <mat-sidenav-content>
-        <div class="vitamui-heading">
-            <vitamui-common-title-breadcrumb [data]="data">
+        <div class="vitamui-heading" >
+            <vitamui-common-title-breadcrumb [data]="data" i18n="créer et gérer des profils d’archivage@@CreerGererProfilArchivage">
                 créer et gérer des profils d’archivage
             </vitamui-common-title-breadcrumb>
 
-            <vitamui-common-banner [searchbarPlaceholder]="'Recherche un profil par son intitulé'"(search)="onSearchSubmit($event)" >
+            <vitamui-common-banner [searchbarPlaceholder]="'Recherche un profil par son intitulé'" (search)="onSearchSubmit($event)" >
                 <button *ngIf="true" class="btn primary ml-5">
                     <i class="vitamui-icon vitamui-icon-plus mr-3 "></i>
                     <span style="align-items: center; margin:auto;">créer un nouveau profil</span>
diff --git a/ui/ui-frontend/projects/pastis/src/locale/messages.en.xlf b/ui/ui-frontend/projects/pastis/src/locale/messages.en.xlf
index b71d5eaa2..2717011a7 100644
--- a/ui/ui-frontend/projects/pastis/src/locale/messages.en.xlf
+++ b/ui/ui-frontend/projects/pastis/src/locale/messages.en.xlf
@@ -110,6 +110,17 @@
         </context-group>
         <note priority="1" from="description">Edit Identifiant</note>
       </trans-unit>
+      <trans-unit id="CreerGererProfilArchivage" datatype="html">
+        <source>
+                créer et gérer des profils d’archivage
+            </source>
+               <target>create and manage archiving profiles</target>
+        <context-group purpose="location">
+          <context context-type="sourcefile">src/app/profile/list-profile/list-profile.component.html</context>
+          <context context-type="linenumber">6</context>
+        </context-group>
+        <note priority="1" from="description">créer et gérer des profils d’archivage</note>
+      </trans-unit>
       <trans-unit id="ongletNotice" datatype="html">
         <source>
         Notice
diff --git a/ui/ui-frontend/projects/pastis/src/locale/messages.xlf b/ui/ui-frontend/projects/pastis/src/locale/messages.xlf
index 899a04c62..a5810196f 100644
--- a/ui/ui-frontend/projects/pastis/src/locale/messages.xlf
+++ b/ui/ui-frontend/projects/pastis/src/locale/messages.xlf
@@ -98,6 +98,16 @@
         </context-group>
         <note priority="1" from="description">Edit Identifiant</note>
       </trans-unit>
+      <trans-unit id="CreerGererProfilArchivage" datatype="html">
+        <source>
+                créer et gérer des profils d’archivage
+            </source>
+        <context-group purpose="location">
+          <context context-type="sourcefile">src/app/profile/list-profile/list-profile.component.html</context>
+          <context context-type="linenumber">6</context>
+        </context-group>
+        <note priority="1" from="description">créer et gérer des profils d’archivage</note>
+      </trans-unit>
       <trans-unit id="ongletNotice" datatype="html">
         <source>
         Notice
-- 
GitLab