diff options
Diffstat (limited to 'tracker-rs/lang/de_DE.ts')
-rw-r--r-- | tracker-rs/lang/de_DE.ts | 55 |
1 files changed, 55 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="de_DE"> +<context> + <name>RSTracker</name> + <message> + <source>Couldn't initialize RealSense tracking. Open the tracker settings dialog for links to the camera driver and the SDK.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Tracking stopped after the RealSense SDK Runtime execution has aborted.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Tracking stopped after another program changed camera streams configuration.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>RSTrackerMetaData</name> + <message> + <source>Intel® RealSense™ Technology</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UIRSControls</name> + <message> + <source>Intel RealSense</source> + <translation type="unfinished"></translation> + </message> + <message> + <source><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></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |