Skip to content
Snippets Groups Projects
Commit 2093c83e authored by francois.grand's avatar francois.grand
Browse files

#27 : ajout du titre de la calculette "ouvrages parallèles"

parent 23ecda23
No related branches found
No related tags found
1 merge request!12Resolve "Ajout de la calculette "Ouvrages hydrauliques""
...@@ -105,6 +105,9 @@ export class FormulaireService extends Observable { ...@@ -105,6 +105,9 @@ export class FormulaireService extends Observable {
case CalculatorType.PabPuissance: case CalculatorType.PabPuissance:
return this.intlService.localizeText("INFO_PABPUISS_TITRE") return this.intlService.localizeText("INFO_PABPUISS_TITRE")
case CalculatorType.ParallelStructure:
return this.intlService.localizeText("INFO_OUVRAGEPARAL_TITRE")
default: default:
return "Invalid calculator type " + type; return "Invalid calculator type " + type;
} }
......
...@@ -79,5 +79,6 @@ ...@@ -79,5 +79,6 @@
"INFO_OPTION_YES": "Yes", "INFO_OPTION_YES": "Yes",
"INFO_OPTION_NO": "No", "INFO_OPTION_NO": "No",
"INFO_PABDIM_TITRE": "Pool pass: dimensions", "INFO_PABDIM_TITRE": "Pool pass: dimensions",
"INFO_PABPUISS_TITRE": "Pool pass: dissipated power" "INFO_PABPUISS_TITRE": "Pool pass: dissipated power",
"INFO_OUVRAGEPARAL_TITRE": "Parallel structures"
} }
\ No newline at end of file
...@@ -85,5 +85,6 @@ ...@@ -85,5 +85,6 @@
"INFO_OPTION_YES": "Oui", "INFO_OPTION_YES": "Oui",
"INFO_OPTION_NO": "Non", "INFO_OPTION_NO": "Non",
"INFO_PABDIM_TITRE": "Passe à bassin : dimensions", "INFO_PABDIM_TITRE": "Passe à bassin : dimensions",
"INFO_PABPUISS_TITRE": "Passe à bassin : puissance dissipée" "INFO_PABPUISS_TITRE": "Passe à bassin : puissance dissipée",
"INFO_OUVRAGEPARAL_TITRE": "Ouvrages en parallèle"
} }
\ No newline at end of file
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