From 6d9e12f88b5cbedbfebe587182aca6b59a0649dc Mon Sep 17 00:00:00 2001 From: Luc Maisonobe <luc@orekit.org> Date: Tue, 15 Jan 2019 11:56:35 +0100 Subject: [PATCH] Updated Danish translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Lars Næsbye Christensen for the translations! --- .../assets/org/orekit/localization/OrekitMessages_da.utf8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/org/orekit/localization/OrekitMessages_da.utf8 b/src/main/resources/assets/org/orekit/localization/OrekitMessages_da.utf8 index 90622a94e..f6226cdc3 100644 --- a/src/main/resources/assets/org/orekit/localization/OrekitMessages_da.utf8 +++ b/src/main/resources/assets/org/orekit/localization/OrekitMessages_da.utf8 @@ -1,5 +1,5 @@ # internal error, please notify development team by creating an issue at {0} -INTERNAL_ERROR = <MISSING TRANSLATION> +INTERNAL_ERROR = intern fejl, informer venligst udviklerne ved at oprette en sag på {0} # altitude ({0} m) is below the {1} m allowed threshold ALTITUDE_BELOW_ALLOWED_THRESHOLD = højde ({0} m) er under den tilladte tærskel på {1} m -- GitLab