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-aruco/lang/nl_NL.ts | 112 ++++++++++++++++++++++++++++++++++++++++++++ tracker-aruco/lang/pl_PL.ts | 102 ++++++++++++++++++++++++++++++++++++++++ tracker-aruco/lang/ru_RU.ts | 112 ++++++++++++++++++++++++++++++++++++++++++++ tracker-aruco/lang/stub.ts | 112 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 438 insertions(+) create mode 100644 tracker-aruco/lang/nl_NL.ts create mode 100644 tracker-aruco/lang/pl_PL.ts create mode 100644 tracker-aruco/lang/ru_RU.ts create mode 100644 tracker-aruco/lang/stub.ts (limited to 'tracker-aruco/lang') diff --git a/tracker-aruco/lang/nl_NL.ts b/tracker-aruco/lang/nl_NL.ts new file mode 100644 index 00000000..d380ed22 --- /dev/null +++ b/tracker-aruco/lang/nl_NL.ts @@ -0,0 +1,112 @@ + + + + + Form + + + Tracker settings + + + + + Frames per second + + + + + 640x480 + + + + + 320x240 + + + + + Camera name + + + + + Resolution + + + + + Diagonal FOV + + + + + <html><head/><body><p>Read the <a href="https://github.com/opentrack/opentrack/wiki/Aruco-tracker"><span style=" text-decoration: underline; color:#0000ff;">wiki page</span></a> and especially the last paragraph before printing markers.</p></body></html> + + + + + Default + + + + + 30 + + + + + 60 + + + + + 75 + + + + + 125 + + + + + 200 + + + + + Default (not recommended!) + + + + + Camera settings + + + + + Model rotation + + + + + Head X + + + + + Head Z + + + + + Head Y + + + + + Toggle calibration + + + + diff --git a/tracker-aruco/lang/pl_PL.ts b/tracker-aruco/lang/pl_PL.ts new file mode 100644 index 00000000..c1861b82 --- /dev/null +++ b/tracker-aruco/lang/pl_PL.ts @@ -0,0 +1,102 @@ + + + + + Form + + + Tracker settings + + + + + Frames per second + + + + + 640x480 + + + + + 320x240 + + + + + Camera name + + + + + Resolution + + + + + Diagonal FOV + + + + + <html><head/><body><p>Read the <a href="https://github.com/opentrack/opentrack/wiki/Aruco-tracker"><span style=" text-decoration: underline; color:#0000ff;">wiki page</span></a> and especially the last paragraph before printing markers.</p></body></html> + + + + + 30 + + + + + 60 + + + + + 75 + + + + + 125 + + + + + 200 + + + + + Default (not recommended!) + + + + + Camera settings + + + + + Head X + + + + + Head Z + + + + + Head Y + + + + + Toggle calibration + + + + diff --git a/tracker-aruco/lang/ru_RU.ts b/tracker-aruco/lang/ru_RU.ts new file mode 100644 index 00000000..3a5e162e --- /dev/null +++ b/tracker-aruco/lang/ru_RU.ts @@ -0,0 +1,112 @@ + + + + + Form + + + Tracker settings + + + + + <html><head/><body><p>Read the <a href="https://github.com/opentrack/opentrack/wiki/Aruco-tracker"><span style=" text-decoration: underline; color:#0000ff;">wiki page</span></a> and especially the last paragraph before printing markers.</p></body></html> + + + + + Diagonal FOV + + + + + Default + + + + + 30 + + + + + 60 + + + + + 75 + + + + + 125 + + + + + 200 + + + + + 640x480 + + + + + 320x240 + + + + + Default (not recommended!) + + + + + Camera settings + + + + + Frames per second + + + + + Camera name + + + + + Resolution + + + + + Model rotation + + + + + Head X + + + + + Head Y + + + + + Head Z + + + + + Toggle calibration + + + + diff --git a/tracker-aruco/lang/stub.ts b/tracker-aruco/lang/stub.ts new file mode 100644 index 00000000..c301674e --- /dev/null +++ b/tracker-aruco/lang/stub.ts @@ -0,0 +1,112 @@ + + + + + Form + + + Tracker settings + + + + + <html><head/><body><p>Read the <a href="https://github.com/opentrack/opentrack/wiki/Aruco-tracker"><span style=" text-decoration: underline; color:#0000ff;">wiki page</span></a> and especially the last paragraph before printing markers.</p></body></html> + + + + + Diagonal FOV + + + + + Default + + + + + 30 + + + + + 60 + + + + + 75 + + + + + 125 + + + + + 200 + + + + + 640x480 + + + + + 320x240 + + + + + Default (not recommended!) + + + + + Camera settings + + + + + Frames per second + + + + + Camera name + + + + + Resolution + + + + + Model rotation + + + + + Head X + + + + + Head Y + + + + + Head Z + + + + + Toggle calibration + + + + -- cgit v1.2.3