diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-21 21:12:53 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-21 21:12:53 +0100 |
commit | b41fa9452b62bb1d83819910272524fd09c36e3c (patch) | |
tree | bc8868b085f0b5dc74d277fba68f0be9e5e9f15c /tracker-rs/lang/nl_NL.ts | |
parent | 4397e2ac9f17829db1fe33938f81077b2b332429 (diff) |
modules: add .ts files
Diffstat (limited to 'tracker-rs/lang/nl_NL.ts')
-rw-r--r-- | tracker-rs/lang/nl_NL.ts | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/tracker-rs/lang/nl_NL.ts b/tracker-rs/lang/nl_NL.ts new file mode 100644 index 00000000..696c0818 --- /dev/null +++ b/tracker-rs/lang/nl_NL.ts @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="nl_NL"> +<context> + <name>RSTracker</name> + <message> + <location filename="../ftnoir_tracker_rs.cpp" line="+91"/> + <source>Intel® RealSense™ Runtime Installation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>Installation process failed to start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+14"/> + <source>Couldn't initialize RealSense tracking. Please make sure SDK Runtime 2016 R2 is installed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Tracking stopped after the RealSense SDK Runtime execution has aborted.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+3"/> + <source>Tracking stopped after another program changed camera streams configuration.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+6"/> + <source>Install Runtime</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>RSTrackerMetaData</name> + <message> + <location line="+30"/> + <source>Intel® RealSense™ Technology</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UIRSControls</name> + <message> + <location filename="../ftnoir_tracker_rs_controls.ui" line="+17"/> + <source>RealSense 3D Tracker settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+16"/> + <source>There is no configuration available at the moment. + +The application will activate your camera for face tracking by the +Intel® RealSense™ SDK. By design, the application has no direct access +to any camera images. + +In order to use this tracker, you need a PC equipped with an Intel® RealSense™ +F200 or SR300 camera and the RealSense™ SDK 2016 R2 runtime.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+14"/> + <source>Install Runtime</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |