diff --git a/src/Model/Ensembles/Ensemble.py b/src/Model/Ensembles/Ensemble.py index 2cd42902..c978fc2b 100644 --- a/src/Model/Ensembles/Ensemble.py +++ b/src/Model/Ensembles/Ensemble.py @@ -1,5 +1,5 @@ # Ensemble.py -- Pamhyr -# Copyright (C) 2023-2026 INRAE +# Copyright (C) 2026 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Ensembles/EnsembleList.py b/src/Model/Ensembles/EnsembleList.py index fde6b5b3..364a7c94 100644 --- a/src/Model/Ensembles/EnsembleList.py +++ b/src/Model/Ensembles/EnsembleList.py @@ -1,5 +1,5 @@ # EnsembleList.py -- Pamhyr -# Copyright (C) 2023-2026 INRAE +# Copyright (C) 2026 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Ensembles/Function.py b/src/Model/Ensembles/Function.py index ffeac41e..31ed6923 100644 --- a/src/Model/Ensembles/Function.py +++ b/src/Model/Ensembles/Function.py @@ -1,5 +1,5 @@ # Function.py -- Pamhyr -# Copyright (C) 2023-2026 INRAE +# Copyright (C) 2026 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Ensembles/FunctionList.py b/src/Model/Ensembles/FunctionList.py index 7a4f3d8a..f609c89f 100644 --- a/src/Model/Ensembles/FunctionList.py +++ b/src/Model/Ensembles/FunctionList.py @@ -1,5 +1,5 @@ # FunctionList.py -- Pamhyr -# Copyright (C) 2023-2026 INRAE +# Copyright (C) 2026 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Ensembles/Translate.py b/src/View/Ensembles/Translate.py index 848135e2..200be64c 100644 --- a/src/View/Ensembles/Translate.py +++ b/src/View/Ensembles/Translate.py @@ -44,6 +44,7 @@ class EnsemblesTranslate(MainTranslate): self._sub_dict["table_headers"] = { "name": self._dict["name"], "type": _translate("Ensembles", "Type"), + "target_data": _translate("Ensembles", "Target data"), "function": _translate("Ensembles", "Function"), "parameters": _translate("Ensembles", "Parameters"), }