Skip to content
Snippets Groups Projects
Commit 878db231 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Inform user that error message is in UTC scale.

parent 55be4998
No related branches found
No related tags found
No related merge requests found
Showing with 17 additions and 17 deletions
......@@ -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}"),
......
......@@ -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>
......
......@@ -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})
......
......@@ -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})
......
......@@ -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})
......
......@@ -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})
......
......@@ -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})
......
......@@ -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)
......
......@@ -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})
......
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