From b41fa9452b62bb1d83819910272524fd09c36e3c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 Feb 2017 21:12:53 +0100 Subject: modules: add .ts files --- tracker-rs/lang/nl_NL.ts | 70 ++++++++++++++++++++++++++++++++++++++++ tracker-rs/lang/pl_PL.ts | 37 +++++++++++++++++++++ tracker-rs/lang/ru_RU.ts | 70 ++++++++++++++++++++++++++++++++++++++++ tracker-rs/lang/stub.ts | 70 ++++++++++++++++++++++++++++++++++++++++ tracker-rs/rs_impl/lang/nl_NL.ts | 4 +++ tracker-rs/rs_impl/lang/pl_PL.ts | 4 +++ tracker-rs/rs_impl/lang/ru_RU.ts | 4 +++ tracker-rs/rs_impl/lang/stub.ts | 4 +++ 8 files changed, 263 insertions(+) create mode 100644 tracker-rs/lang/nl_NL.ts create mode 100644 tracker-rs/lang/pl_PL.ts create mode 100644 tracker-rs/lang/ru_RU.ts create mode 100644 tracker-rs/lang/stub.ts create mode 100644 tracker-rs/rs_impl/lang/nl_NL.ts create mode 100644 tracker-rs/rs_impl/lang/pl_PL.ts create mode 100644 tracker-rs/rs_impl/lang/ru_RU.ts create mode 100644 tracker-rs/rs_impl/lang/stub.ts (limited to 'tracker-rs') 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 @@ + + + + + RSTracker + + + Intel® RealSense™ Runtime Installation + + + + + Installation process failed to start. + + + + + Couldn't initialize RealSense tracking. Please make sure SDK Runtime 2016 R2 is installed. + + + + + Tracking stopped after the RealSense SDK Runtime execution has aborted. + + + + + Tracking stopped after another program changed camera streams configuration. + + + + + Install Runtime + + + + + RSTrackerMetaData + + + Intel® RealSense™ Technology + + + + + UIRSControls + + + RealSense 3D Tracker settings + + + + + 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. + + + + + Install Runtime + + + + diff --git a/tracker-rs/lang/pl_PL.ts b/tracker-rs/lang/pl_PL.ts new file mode 100644 index 00000000..6be28658 --- /dev/null +++ b/tracker-rs/lang/pl_PL.ts @@ -0,0 +1,37 @@ + + + + + RSTrackerMetaData + + + Intel® RealSense™ Technology + + + + + UIRSControls + + + RealSense 3D Tracker settings + + + + + 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. + + + + + Install Runtime + + + + diff --git a/tracker-rs/lang/ru_RU.ts b/tracker-rs/lang/ru_RU.ts new file mode 100644 index 00000000..639dc095 --- /dev/null +++ b/tracker-rs/lang/ru_RU.ts @@ -0,0 +1,70 @@ + + + + + RSTracker + + + Intel® RealSense™ Runtime Installation + + + + + Installation process failed to start. + + + + + Couldn't initialize RealSense tracking. Please make sure SDK Runtime 2016 R2 is installed. + + + + + Tracking stopped after the RealSense SDK Runtime execution has aborted. + + + + + Tracking stopped after another program changed camera streams configuration. + + + + + Install Runtime + + + + + RSTrackerMetaData + + + Intel® RealSense™ Technology + + + + + UIRSControls + + + RealSense 3D Tracker settings + + + + + 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. + + + + + Install Runtime + + + + diff --git a/tracker-rs/lang/stub.ts b/tracker-rs/lang/stub.ts new file mode 100644 index 00000000..f46b9fd7 --- /dev/null +++ b/tracker-rs/lang/stub.ts @@ -0,0 +1,70 @@ + + + + + RSTracker + + + Intel® RealSense™ Runtime Installation + + + + + Installation process failed to start. + + + + + Couldn't initialize RealSense tracking. Please make sure SDK Runtime 2016 R2 is installed. + + + + + Tracking stopped after the RealSense SDK Runtime execution has aborted. + + + + + Tracking stopped after another program changed camera streams configuration. + + + + + Install Runtime + + + + + RSTrackerMetaData + + + Intel® RealSense™ Technology + + + + + UIRSControls + + + RealSense 3D Tracker settings + + + + + 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. + + + + + Install Runtime + + + + diff --git a/tracker-rs/rs_impl/lang/nl_NL.ts b/tracker-rs/rs_impl/lang/nl_NL.ts new file mode 100644 index 00000000..9e739505 --- /dev/null +++ b/tracker-rs/rs_impl/lang/nl_NL.ts @@ -0,0 +1,4 @@ + + + + diff --git a/tracker-rs/rs_impl/lang/pl_PL.ts b/tracker-rs/rs_impl/lang/pl_PL.ts new file mode 100644 index 00000000..fb60fbb0 --- /dev/null +++ b/tracker-rs/rs_impl/lang/pl_PL.ts @@ -0,0 +1,4 @@ + + + + diff --git a/tracker-rs/rs_impl/lang/ru_RU.ts b/tracker-rs/rs_impl/lang/ru_RU.ts new file mode 100644 index 00000000..f62cf2e1 --- /dev/null +++ b/tracker-rs/rs_impl/lang/ru_RU.ts @@ -0,0 +1,4 @@ + + + + diff --git a/tracker-rs/rs_impl/lang/stub.ts b/tracker-rs/rs_impl/lang/stub.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/tracker-rs/rs_impl/lang/stub.ts @@ -0,0 +1,4 @@ + + + + -- cgit v1.2.3