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 --- filter-accela/lang/nl_NL.ts | 94 +++++++++++++++++++++++++++++++++++++++++++++ filter-accela/lang/pl_PL.ts | 89 ++++++++++++++++++++++++++++++++++++++++++ filter-accela/lang/stub.ts | 94 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 277 insertions(+) create mode 100644 filter-accela/lang/nl_NL.ts create mode 100644 filter-accela/lang/pl_PL.ts create mode 100644 filter-accela/lang/stub.ts (limited to 'filter-accela/lang') diff --git a/filter-accela/lang/nl_NL.ts b/filter-accela/lang/nl_NL.ts new file mode 100644 index 00000000..92c418c0 --- /dev/null +++ b/filter-accela/lang/nl_NL.ts @@ -0,0 +1,94 @@ + + + + + AccelaUICdialog_accela + + + Filter settings + + + + + General + + + + + Smoothing + + + + + 0 ms + + + + + Position filtering (X, Y, Z - translation) + + + + + + Sensitivity + + + + + + 0mm + + + + + + Deadzone + + + + + Rotation filtering (Yaw, pitch, and roll) + + + + + + 0° + + + + + Rotation nonlinearity + + + + + Setting it higher will filter out rotation noise but may cause sudden jumps on very high settings. + + + + + <html><head/><body><p>x<span style=" vertical-align:super;">2</span></p></body></html> + + + + + Value + + + + + <html><head/><body><p align="right"><br/><span style=" font-size:10pt;">Accela by </span><a href="https://github.com/sthalik"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">Stanisław Halik</span></a><span style=" font-size:10pt;"><br/>Thanks to </span><a href="https://github.com/dbaarda"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">Donovan Baarda</span></a></p><p align="right"><span style=" font-size:10pt;">2012-2015</span></p><p align="right"><br/><span style=" font-size:8pt;">Visit </span><a href="https://github.com/opentrack/opentrack/wiki/Accela-in-opentrack-2.3"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">our wiki</span></a><span style=" font-size:8pt;"> for description of the settings.</span></p></body></html> + + + + + accelaDll + + + Accela + + + + diff --git a/filter-accela/lang/pl_PL.ts b/filter-accela/lang/pl_PL.ts new file mode 100644 index 00000000..077805c0 --- /dev/null +++ b/filter-accela/lang/pl_PL.ts @@ -0,0 +1,89 @@ + + + + + AccelaUICdialog_accela + + + Filter settings + + + + + General + + + + + Smoothing + + + + + 0 ms + + + + + Position filtering (X, Y, Z - translation) + + + + + + Sensitivity + + + + + + 0mm + + + + + + Deadzone + + + + + Rotation filtering (Yaw, pitch, and roll) + + + + + + 0° + + + + + Rotation nonlinearity + + + + + <html><head/><body><p>x<span style=" vertical-align:super;">2</span></p></body></html> + + + + + Value + + + + + <html><head/><body><p align="right"><br/><span style=" font-size:10pt;">Accela by </span><a href="https://github.com/sthalik"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">Stanisław Halik</span></a><span style=" font-size:10pt;"><br/>Thanks to </span><a href="https://github.com/dbaarda"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">Donovan Baarda</span></a></p><p align="right"><span style=" font-size:10pt;">2012-2015</span></p><p align="right"><br/><span style=" font-size:8pt;">Visit </span><a href="https://github.com/opentrack/opentrack/wiki/Accela-in-opentrack-2.3"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">our wiki</span></a><span style=" font-size:8pt;"> for description of the settings.</span></p></body></html> + + + + + accelaDll + + + Accela + + + + diff --git a/filter-accela/lang/stub.ts b/filter-accela/lang/stub.ts new file mode 100644 index 00000000..f58321f8 --- /dev/null +++ b/filter-accela/lang/stub.ts @@ -0,0 +1,94 @@ + + + + + AccelaUICdialog_accela + + + Filter settings + + + + + General + + + + + Smoothing + + + + + 0 ms + + + + + Position filtering (X, Y, Z - translation) + + + + + + Sensitivity + + + + + + 0mm + + + + + + Deadzone + + + + + Rotation filtering (Yaw, pitch, and roll) + + + + + + 0° + + + + + Rotation nonlinearity + + + + + Setting it higher will filter out rotation noise but may cause sudden jumps on very high settings. + + + + + <html><head/><body><p>x<span style=" vertical-align:super;">2</span></p></body></html> + + + + + Value + + + + + <html><head/><body><p align="right"><br/><span style=" font-size:10pt;">Accela by </span><a href="https://github.com/sthalik"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">Stanisław Halik</span></a><span style=" font-size:10pt;"><br/>Thanks to </span><a href="https://github.com/dbaarda"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">Donovan Baarda</span></a></p><p align="right"><span style=" font-size:10pt;">2012-2015</span></p><p align="right"><br/><span style=" font-size:8pt;">Visit </span><a href="https://github.com/opentrack/opentrack/wiki/Accela-in-opentrack-2.3"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">our wiki</span></a><span style=" font-size:8pt;"> for description of the settings.</span></p></body></html> + + + + + accelaDll + + + Accela + + + + -- cgit v1.2.3