From 5308a459e8c575457ef1c024e306b0716b1ae5d7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 28 Apr 2025 19:40:10 +0200 Subject: i18n: add missing German translations --- tracker-rs/lang/de_DE.ts | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 tracker-rs/lang/de_DE.ts (limited to 'tracker-rs/lang/de_DE.ts') diff --git a/tracker-rs/lang/de_DE.ts b/tracker-rs/lang/de_DE.ts new file mode 100644 index 00000000..46e247da --- /dev/null +++ b/tracker-rs/lang/de_DE.ts @@ -0,0 +1,55 @@ + + + + + RSTracker + + Couldn't initialize RealSense tracking. Open the tracker settings dialog for links to the camera driver and the SDK. + + + + Tracking stopped after the RealSense SDK Runtime execution has aborted. + + + + Tracking stopped after another program changed camera streams configuration. + + + + + RSTrackerMetaData + + Intel® RealSense™ Technology + + + + + UIRSControls + + Intel RealSense + + + + <html><head/><body> +In order to use this tracker, you need: + +<ul> +<li> + A PC equipped with an Intel® RealSense™ F200 or SR300 camera +</li> +<li> + Depth Camera Manager <a href="https://www.intel.com/content/www/us/en/download/18309/intel-realsense-depth-camera-manager.html"><span>driver</span></a> + <blockquote> + To avoid problems with the DCM installer updating the camera's firmware it is recomended to run the DCM installer from the command line with the following flags:<br/> + <span style=" font-weight: bold; font-family:monospace, 'Courier New';">--ignore-fw-update --silent --no-progress --acceptlicense=yes</span> + </blockquote> +</li> +<li> + RealSense™ <a href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe"><span>SDK 2016 R2 runtime</span></a> +</li> +</ul> +</body></html> + + + + -- cgit v1.2.3