From 88f03e3c6fc0c26d6f9a61e77d98746be4ae3407 Mon Sep 17 00:00:00 2001 From: Olivier Maury <Olivier.Maury@inrae.fr> Date: Tue, 9 Jul 2024 09:39:43 +0200 Subject: [PATCH] =?UTF-8?q?Corriger=20la=20p=C3=A9riode=20de=20r=C3=A9f?= =?UTF-8?q?=C3=A9rence.=20refs=20AgroMetInfo=5F2.0#95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/fr/agrometinfo/www/client/i18n/AppConstants.java | 4 ++-- .../fr/agrometinfo/www/client/i18n/AppConstants_fr.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/src/main/java/fr/agrometinfo/www/client/i18n/AppConstants.java b/www-client/src/main/java/fr/agrometinfo/www/client/i18n/AppConstants.java index d4a1c41..7c768a3 100644 --- a/www-client/src/main/java/fr/agrometinfo/www/client/i18n/AppConstants.java +++ b/www-client/src/main/java/fr/agrometinfo/www/client/i18n/AppConstants.java @@ -71,7 +71,7 @@ public interface AppConstants extends com.google.gwt.i18n.client.ConstantsWithLo /** * @return translation */ - @DefaultStringValue("period 1990 − 2020") + @DefaultStringValue("period 1991 − 2020") String comparisonPeriod(); /** @@ -259,7 +259,7 @@ public interface AppConstants extends com.google.gwt.i18n.client.ConstantsWithLo * @return translation */ @DefaultStringValue("<b>Comparison with the normal<b> is calculated by subtracting the " - + "<b>average of the indicator</b> chosen for the last thirty years (1990-2020) " + + "<b>average of the indicator</b> chosen for the last thirty years (1991 − 2020) " + "from the <b>selected year</b>.") String normalComparisonTooltip(); diff --git a/www-client/src/main/resources/fr/agrometinfo/www/client/i18n/AppConstants_fr.properties b/www-client/src/main/resources/fr/agrometinfo/www/client/i18n/AppConstants_fr.properties index 4d98357..4e26752 100644 --- a/www-client/src/main/resources/fr/agrometinfo/www/client/i18n/AppConstants_fr.properties +++ b/www-client/src/main/resources/fr/agrometinfo/www/client/i18n/AppConstants_fr.properties @@ -9,7 +9,7 @@ chooseRegion= Choisir une région chooseYear= Choisir une année close = Fermer comparisonMap = Carte comparative -comparisonPeriod = Période 1990 − 2020 +comparisonPeriod = Période 1991 − 2020 contactDataGathering = Les informations recueillies à partir de ce formulaire sont nécessaires au traitement de votre message par l’équipe d’AgroMetInfo. contactEmailField= Adresse courriel contactMessageField= Votre message @@ -40,7 +40,7 @@ messageSent = Votre message a bien été envoyé à l’équipe d’AgroMetInfo. metropolitanFrance = France métropolitaine no = Non normalComparison= Comparaison à la normale -normalComparisonTooltip= <b>La comparaison à la normale</b> se calcule en soustrayant <b>la moyenne de l’indicateur choisi</b> pour les trente dernières années (1990-2020) de <b>l’année sélectionnée</b>. +normalComparisonTooltip= <b>La comparaison à la normale</b> se calcule en soustrayant <b>la moyenne de l’indicateur choisi</b> pour les trente dernières années (1991 − 2020) de <b>l’année sélectionnée</b>. otherAgroclimApps = Autres services et outils d’AgroClim releaseNotes = Notes de version releaseNotesPath = release-notes.html -- GitLab