Skip to content
Snippets Groups Projects
Commit cae8e1e4 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix var lang

parent 38b07c60
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<button mat-button color="primary" [title]="lang.generateAndDownloadPrintedFolder" <button mat-button color="primary" [title]="lang.generateAndDownloadPrintedFolder"
(click)="openPrintedFolderPrompt()"> (click)="openPrintedFolderPrompt()">
<mat-icon class="fa fa-print" style="height:auto"></mat-icon> <mat-icon class="fa fa-print" style="height:auto"></mat-icon>
{{lang.generateAndDownloadPrintedFolder}} {{lang.printedFolder}}
</button> </button>
</div> </div>
<div class="banner" [style.borderColor]="currentPriorityColor"> <div class="banner" [style.borderColor]="currentPriorityColor">
......
...@@ -1563,6 +1563,7 @@ export const LANG_EN = { ...@@ -1563,6 +1563,7 @@ export const LANG_EN = {
"cannotMergeTags" : "This tag has a parent or children : impossible to merge tags", "cannotMergeTags" : "This tag has a parent or children : impossible to merge tags",
"mergeTagWith" : "Merge this tag with", "mergeTagWith" : "Merge this tag with",
"generateAndDownloadPrintedFolder" : "Generate the printed folder", "generateAndDownloadPrintedFolder" : "Generate the printed folder",
"printedFolder" : "Printed folder",
"mainDocument" : "Main document", "mainDocument" : "Main document",
"attachSummarySheet" : "Attach the summary sheet", "attachSummarySheet" : "Attach the summary sheet",
"generateSeparators" : "Generate separators for each elements", "generateSeparators" : "Generate separators for each elements",
......
...@@ -1602,6 +1602,7 @@ export const LANG_FR = { ...@@ -1602,6 +1602,7 @@ export const LANG_FR = {
"cannotMergeTags" : "Ce mot-clé possède un parent ou des enfants : impossible de le fusionner avec un autre mot clé.", "cannotMergeTags" : "Ce mot-clé possède un parent ou des enfants : impossible de le fusionner avec un autre mot clé.",
"mergeTagWith" : "Fusionner le mot-clé avec", "mergeTagWith" : "Fusionner le mot-clé avec",
"generateAndDownloadPrintedFolder" : "Générer le dossier d'impression", "generateAndDownloadPrintedFolder" : "Générer le dossier d'impression",
"printedFolder" : "Dossier d'impression",
"mainDocument" : "Document principal", "mainDocument" : "Document principal",
"attachSummarySheet" : "Attacher la fiche de liaison", "attachSummarySheet" : "Attacher la fiche de liaison",
"generateSeparators" : "Générer des intercalaires entre les éléments", "generateSeparators" : "Générer des intercalaires entre les éléments",
......
...@@ -1588,6 +1588,7 @@ export const LANG_NL = { ...@@ -1588,6 +1588,7 @@ export const LANG_NL = {
"cannotMergeTags" : "This tag has a parent or children : impossible to merge tags",//_TO_TRANSLATE "cannotMergeTags" : "This tag has a parent or children : impossible to merge tags",//_TO_TRANSLATE
"mergeTagWith" : "Merge this tag with",//_TO_TRANSLATE "mergeTagWith" : "Merge this tag with",//_TO_TRANSLATE
"generateAndDownloadPrintedFolder" : "Generate the printed folder", //_TO_TRANSLATE "generateAndDownloadPrintedFolder" : "Generate the printed folder", //_TO_TRANSLATE
"printedFolder" : "Printed folder", //_TO_TRANSLATE
"mainDocument" : "Main document", //_TO_TRANSLATE "mainDocument" : "Main document", //_TO_TRANSLATE
"attachSummarySheet" : "Attach the summary sheet", //_TO_TRANSLATE "attachSummarySheet" : "Attach the summary sheet", //_TO_TRANSLATE
"generateSeparators" : "Generate separators for each elements", //_TO_TRANSLATE "generateSeparators" : "Generate separators for each elements", //_TO_TRANSLATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment