From 878db231dcd5999c9d99c87733c9ef671eb0f6d2 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe <luc@orekit.org>
Date: Tue, 19 May 2015 18:17:04 +0200
Subject: [PATCH] Inform user that error message is in UTC scale.

---
 src/main/java/org/orekit/rugged/errors/RuggedMessages.java    | 2 +-
 .../resources/assets/org/orekit/rugged/RuggedMessages_de.utf8 | 4 ++--
 .../resources/assets/org/orekit/rugged/RuggedMessages_en.utf8 | 4 ++--
 .../resources/assets/org/orekit/rugged/RuggedMessages_es.utf8 | 4 ++--
 .../resources/assets/org/orekit/rugged/RuggedMessages_fr.utf8 | 4 ++--
 .../resources/assets/org/orekit/rugged/RuggedMessages_gl.utf8 | 4 ++--
 .../resources/assets/org/orekit/rugged/RuggedMessages_it.utf8 | 4 ++--
 .../resources/assets/org/orekit/rugged/RuggedMessages_no.utf8 | 4 ++--
 .../resources/assets/org/orekit/rugged/RuggedMessages_ro.utf8 | 4 ++--
 9 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/main/java/org/orekit/rugged/errors/RuggedMessages.java b/src/main/java/org/orekit/rugged/errors/RuggedMessages.java
index e657479f..416bba20 100644
--- a/src/main/java/org/orekit/rugged/errors/RuggedMessages.java
+++ b/src/main/java/org/orekit/rugged/errors/RuggedMessages.java
@@ -55,7 +55,7 @@ public enum RuggedMessages implements Localizable {
     OUT_OF_TILE_ANGLES("no data at latitude {0} and longitude {1}, tile covers only latitudes {2} to {3} and longitudes {4} to {5}"),
     NO_DEM_DATA("no Digital Elevation Model data at latitude {0} and longitude {1}"),
     TILE_WITHOUT_REQUIRED_NEIGHBORS_SELECTED("the tile selected for latitude {0} and longitude {1} does not contain required point neighborhood"),
-    OUT_OF_TIME_RANGE("date {0} is out of time span [{1}, {2}]"),
+    OUT_OF_TIME_RANGE("date {0} is out of time span [{1}, {2}] (UTC)"),
     UNINITIALIZED_CONTEXT("general context has not been initialized (missing call to {0})"),
     EMPTY_TILE("tile is empty: {0} ⨉ {1}"),
     UNKNOWN_SENSOR("unknown sensor {0}"),
diff --git a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_de.utf8 b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_de.utf8
index c65fd1b2..5cffbc91 100644
--- a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_de.utf8
+++ b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_de.utf8
@@ -13,8 +13,8 @@ NO_DEM_DATA = <MISSING TRANSLATION>
 # the tile selected for latitude {0} and longitude {1} does not contain required point neighborhood
 TILE_WITHOUT_REQUIRED_NEIGHBORS_SELECTED = <MISSING TRANSLATION>
 
-# date {0} is out of time span [{1}, {2}]
-OUT_OF_TIME_RANGE = Angabe {0} ist außerhalb der Zeitspanne [{1}, {2}]
+# date {0} is out of time span [{1}, {2}] (UTC)
+OUT_OF_TIME_RANGE = Angabe {0} ist außerhalb der Zeitspanne [{1}, {2}] (UTC)
 
 # general context has not been initialized (missing call to {0})
 UNINITIALIZED_CONTEXT = <MISSING TRANSLATION>
diff --git a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_en.utf8 b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_en.utf8
index 7d5f68fa..fab5d639 100644
--- a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_en.utf8
+++ b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_en.utf8
@@ -13,8 +13,8 @@ NO_DEM_DATA = no Digital Elevation Model data at latitude {0} and longitude {1}
 # the tile selected for latitude {0} and longitude {1} does not contain required point neighborhood
 TILE_WITHOUT_REQUIRED_NEIGHBORS_SELECTED = the tile selected for latitude {0} and longitude {1} does not contain required point neighborhood
 
-# date {0} is out of time span [{1}, {2}]
-OUT_OF_TIME_RANGE = date {0} is out of time span [{1}, {2}]
+# date {0} is out of time span [{1}, {2}] (UTC)
+OUT_OF_TIME_RANGE = date {0} is out of time span [{1}, {2}] (UTC)
 
 # general context has not been initialized (missing call to {0})
 UNINITIALIZED_CONTEXT = general context has not been initialized (missing call to {0})
diff --git a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_es.utf8 b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_es.utf8
index 44b53843..a69adf75 100644
--- a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_es.utf8
+++ b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_es.utf8
@@ -13,8 +13,8 @@ NO_DEM_DATA = <MISSING TRANSLATION>
 # the tile selected for latitude {0} and longitude {1} does not contain required point neighborhood
 TILE_WITHOUT_REQUIRED_NEIGHBORS_SELECTED = la faceta seleccionada para la latitud {0} y longitud {1} no cumple el requisito de vecindad
 
-# date {0} is out of time span [{1}, {2}]
-OUT_OF_TIME_RANGE = la fecha {0} está fuera del intervalo temporal [{1}, {2}]
+# date {0} is out of time span [{1}, {2}] (UTC)
+OUT_OF_TIME_RANGE = la fecha {0} está fuera del intervalo temporal [{1}, {2}] (UTC)
 
 # general context has not been initialized (missing call to {0})
 UNINITIALIZED_CONTEXT = el contexto general no ha sido inicializado (falta hacer la llamada a {0})
diff --git a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_fr.utf8 b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_fr.utf8
index b3e5c040..dd035767 100644
--- a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_fr.utf8
+++ b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_fr.utf8
@@ -13,8 +13,8 @@ NO_DEM_DATA = aucune donnée à la latitude {0} et à la longitude {1} dans le M
 # the tile selected for latitude {0} and longitude {1} does not contain required point neighborhood
 TILE_WITHOUT_REQUIRED_NEIGHBORS_SELECTED = la tuile sélectionnée pour la latitude {0} et la longitude {1} ne contient pas le voisinage requis pour ce point
 
-# date {0} is out of time span [{1}, {2}]
-OUT_OF_TIME_RANGE = la date {0} est hors de la plage temporelle [{1}, {2}]
+# date {0} is out of time span [{1}, {2}] (UTC)
+OUT_OF_TIME_RANGE = la date {0} est hors de la plage temporelle [{1}, {2}] (UTC)
 
 # general context has not been initialized (missing call to {0})
 UNINITIALIZED_CONTEXT = le contexte général n''a pas été initialisé (appel manquant à {0})
diff --git a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_gl.utf8 b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_gl.utf8
index b927d20a..ffb09788 100644
--- a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_gl.utf8
+++ b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_gl.utf8
@@ -13,8 +13,8 @@ NO_DEM_DATA = <MISSING TRANSLATION>
 # the tile selected for latitude {0} and longitude {1} does not contain required point neighborhood
 TILE_WITHOUT_REQUIRED_NEIGHBORS_SELECTED = a faceta seleccionada para a latitude {0} e lonxitude {1} non cumpre o requisito de veciñanza
 
-# date {0} is out of time span [{1}, {2}]
-OUT_OF_TIME_RANGE = a data {0} está fora do intervalo temporal [{1}, {2}]
+# date {0} is out of time span [{1}, {2}] (UTC)
+OUT_OF_TIME_RANGE = a data {0} está fora do intervalo temporal [{1}, {2}] (UTC)
 
 # general context has not been initialized (missing call to {0})
 UNINITIALIZED_CONTEXT = o contexto xeral non foi inicializado (falta face-la chamada a {0})
diff --git a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_it.utf8 b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_it.utf8
index 35ae3343..21b54586 100644
--- a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_it.utf8
+++ b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_it.utf8
@@ -13,8 +13,8 @@ NO_DEM_DATA = <MISSING TRANSLATION>
 # the tile selected for latitude {0} and longitude {1} does not contain required point neighborhood
 TILE_WITHOUT_REQUIRED_NEIGHBORS_SELECTED = il quadrante selezionato per la latitudine {0} e la longitudine {1} non contiene i punti dei dintorni richiesti
 
-# date {0} is out of time span [{1}, {2}]
-OUT_OF_TIME_RANGE = la data {0} è fuori dell''intervallo temporale [{1}, {2}]
+# date {0} is out of time span [{1}, {2}] (UTC)
+OUT_OF_TIME_RANGE = la data {0} è fuori dell''intervallo temporale [{1}, {2}] (UTC)
 
 # general context has not been initialized (missing call to {0})
 UNINITIALIZED_CONTEXT = il contesto generale non è stato inizializzato (chiamata mancante a {0})
diff --git a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_no.utf8 b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_no.utf8
index 90280718..05765b86 100644
--- a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_no.utf8
+++ b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_no.utf8
@@ -13,8 +13,8 @@ NO_DEM_DATA = <MISSING TRANSLATION>
 # the tile selected for latitude {0} and longitude {1} does not contain required point neighborhood
 TILE_WITHOUT_REQUIRED_NEIGHBORS_SELECTED = den valgte flisen for breddegrad {0} og lengdegrad {1} inneholder ikke nødvendig nabopunkt
 
-# date {0} is out of time span [{1}, {2}]
-OUT_OF_TIME_RANGE = datoen {0} er utenfor perioden [{1}, {2}]
+# date {0} is out of time span [{1}, {2}] (UTC)
+OUT_OF_TIME_RANGE = datoen {0} er utenfor perioden [{1}, {2}] (UTC)
 
 # general context has not been initialized (missing call to {0})
 UNINITIALIZED_CONTEXT = generell kontekst har ikke blitt initialisert ({0} har ikke blitt kalt)
diff --git a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_ro.utf8 b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_ro.utf8
index 900187a7..68d195bb 100644
--- a/src/main/resources/assets/org/orekit/rugged/RuggedMessages_ro.utf8
+++ b/src/main/resources/assets/org/orekit/rugged/RuggedMessages_ro.utf8
@@ -13,8 +13,8 @@ NO_DEM_DATA = <MISSING TRANSLATION>
 # the tile selected for latitude {0} and longitude {1} does not contain required point neighborhood
 TILE_WITHOUT_REQUIRED_NEIGHBORS_SELECTED = regiunea selectată pentru latitudinea {0} și longitudinea {1} nu conține vecinătatea necesară a punctului
 
-# date {0} is out of time span [{1}, {2}]
-OUT_OF_TIME_RANGE = data {0} este în afara intervalului [{1}, {2}]
+# date {0} is out of time span [{1}, {2}] (UTC)
+OUT_OF_TIME_RANGE = data {0} este în afara intervalului [{1}, {2}] (UTC)
 
 # general context has not been initialized (missing call to {0})
 UNINITIALIZED_CONTEXT = contextul general nu a fost inițializat (lipsește apelul către {0})
-- 
GitLab