From bec80aa132fbc79118628a3ce6b616f19ceb8f3b Mon Sep 17 00:00:00 2001
From: Tobias Triffterer <tobias@ep1.ruhr-uni-bochum.de>
Date: Wed, 11 Aug 2021 01:08:46 +0200
Subject: [PATCH] Add Translation for Position Label

The new functionality added in the parent commit is now also available
in German.
---
 l10n/fp311online-de.ts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/l10n/fp311online-de.ts b/l10n/fp311online-de.ts
index 0ab7744..2fd7357 100644
--- a/l10n/fp311online-de.ts
+++ b/l10n/fp311online-de.ts
@@ -175,6 +175,11 @@ As the simulated experiment is running on the server, there is a good chance tha
 Bitte prüfe deine Internetverbindung, starte die Anwendung neu und melde dich neu an.
 Da das simulierte Experiment auf dem Server läuft, stehen die Chancen gut, dass keine Daten verloren gegangen sind.</translation>
     </message>
+    <message>
+        <location filename="../src/clientgui.cpp" line="190"/>
+        <source>%1 mm from detector (%L2 revolutions)</source>
+        <translation>%1 mm vor dem Detektor (%L2 Umdrehungen)</translation>
+    </message>
     <message>
         <location filename="../src/clientgui.cpp" line="278"/>
         <source>Save Content of Histogram to ROOT File</source>
-- 
GitLab