From a774441fde00f0ce6c8387339c786e9e2f42f088 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Thu, 31 Jan 2019 10:32:17 +0100 Subject: Kinect: First draft. --- tracker-kinect-face/lang/nl_NL.ts | 22 ++++++++++++++++++++++ tracker-kinect-face/lang/ru_RU.ts | 22 ++++++++++++++++++++++ tracker-kinect-face/lang/stub.ts | 22 ++++++++++++++++++++++ tracker-kinect-face/lang/zh_CN.ts | 22 ++++++++++++++++++++++ 4 files changed, 88 insertions(+) create mode 100644 tracker-kinect-face/lang/nl_NL.ts create mode 100644 tracker-kinect-face/lang/ru_RU.ts create mode 100644 tracker-kinect-face/lang/stub.ts create mode 100644 tracker-kinect-face/lang/zh_CN.ts (limited to 'tracker-kinect-face/lang') diff --git a/tracker-kinect-face/lang/nl_NL.ts b/tracker-kinect-face/lang/nl_NL.ts new file mode 100644 index 00000000..b6139882 --- /dev/null +++ b/tracker-kinect-face/lang/nl_NL.ts @@ -0,0 +1,22 @@ + + + + + test_metadata + + Kinect Face + + + + + test_ui + + Sine wave + + + + Pressing "Abort" will immediately crash the application. + + + + diff --git a/tracker-kinect-face/lang/ru_RU.ts b/tracker-kinect-face/lang/ru_RU.ts new file mode 100644 index 00000000..52aab9f3 --- /dev/null +++ b/tracker-kinect-face/lang/ru_RU.ts @@ -0,0 +1,22 @@ + + + + + test_metadata + + Kinect Face + + + + + test_ui + + Sine wave + + + + Pressing "Abort" will immediately crash the application. + + + + diff --git a/tracker-kinect-face/lang/stub.ts b/tracker-kinect-face/lang/stub.ts new file mode 100644 index 00000000..84a3c6af --- /dev/null +++ b/tracker-kinect-face/lang/stub.ts @@ -0,0 +1,22 @@ + + + + + test_metadata + + Kinect Face + + + + + test_ui + + Sine wave + + + + Pressing "Abort" will immediately crash the application. + + + + diff --git a/tracker-kinect-face/lang/zh_CN.ts b/tracker-kinect-face/lang/zh_CN.ts new file mode 100644 index 00000000..84a3c6af --- /dev/null +++ b/tracker-kinect-face/lang/zh_CN.ts @@ -0,0 +1,22 @@ + + + + + test_metadata + + Kinect Face + + + + + test_ui + + Sine wave + + + + Pressing "Abort" will immediately crash the application. + + + + -- cgit v1.2.3