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-tobii-eyex/lang/nl_NL.ts | 77 ++++++++++++++++++++++++++++++++++ tracker-tobii-eyex/lang/pl_PL.ts | 89 ++++++++++++++++++++++++++++++++++++++++ tracker-tobii-eyex/lang/ru_RU.ts | 77 ++++++++++++++++++++++++++++++++++ tracker-tobii-eyex/lang/stub.ts | 77 ++++++++++++++++++++++++++++++++++ 4 files changed, 320 insertions(+) create mode 100644 tracker-tobii-eyex/lang/nl_NL.ts create mode 100644 tracker-tobii-eyex/lang/pl_PL.ts create mode 100644 tracker-tobii-eyex/lang/ru_RU.ts create mode 100644 tracker-tobii-eyex/lang/stub.ts (limited to 'tracker-tobii-eyex/lang') diff --git a/tracker-tobii-eyex/lang/nl_NL.ts b/tracker-tobii-eyex/lang/nl_NL.ts new file mode 100644 index 00000000..ed50c786 --- /dev/null +++ b/tracker-tobii-eyex/lang/nl_NL.ts @@ -0,0 +1,77 @@ + + + + + tobii_eyex_dialog_widgets + + + Tracker options + + + + + Tracking settings + + + + + Relative mode shifts the view toward a target that may be offscreen then fixes upon it.The absolute mode is not gradual. + + + + + Tracking mode + + + + + Relative tracking mode gain + + + + + Adjust the gain mapping and speed to suit your preference, game type, display size, and distance from the screen. + + + + + Speed + + + + + Exponent segment length + + + + + Exponent norm + + + + + + + + + + 0 + + + + + Deadzone + + + + + Log segment length + + + + + Exponent + + + + diff --git a/tracker-tobii-eyex/lang/pl_PL.ts b/tracker-tobii-eyex/lang/pl_PL.ts new file mode 100644 index 00000000..5810bac1 --- /dev/null +++ b/tracker-tobii-eyex/lang/pl_PL.ts @@ -0,0 +1,89 @@ + + + + + tobii_eyex_dialog_widgets + + + Tracker options + + + + + Tracking settings + + + + + Relative mode shifts the view toward a target that may be offscreen then fixes upon it.The absolute mode is not gradual. + + + + + Tracking mode + + + + + Relative tracking mode gain + + + + + Adjust the gain mapping and speed to suit your preference, game type, display size, and distance from the screen. + + + + + Speed + + + + + + + + + + + + 0 + + + + + Deadzone + + + + + Exponent + + + + + Exponential length + + + + + Linear coefficient + + + + + Linear length + + + + + Logarithm base + + + + + Logarithm coefficient + + + + diff --git a/tracker-tobii-eyex/lang/ru_RU.ts b/tracker-tobii-eyex/lang/ru_RU.ts new file mode 100644 index 00000000..fc4afaf0 --- /dev/null +++ b/tracker-tobii-eyex/lang/ru_RU.ts @@ -0,0 +1,77 @@ + + + + + tobii_eyex_dialog_widgets + + + Tracker options + + + + + Tracking settings + + + + + Relative mode shifts the view toward a target that may be offscreen then fixes upon it.The absolute mode is not gradual. + + + + + Tracking mode + + + + + Relative tracking mode gain + + + + + Adjust the gain mapping and speed to suit your preference, game type, display size, and distance from the screen. + + + + + Speed + + + + + Exponent segment length + + + + + Exponent norm + + + + + + + + + + 0 + + + + + Deadzone + + + + + Log segment length + + + + + Exponent + + + + diff --git a/tracker-tobii-eyex/lang/stub.ts b/tracker-tobii-eyex/lang/stub.ts new file mode 100644 index 00000000..3a3e6758 --- /dev/null +++ b/tracker-tobii-eyex/lang/stub.ts @@ -0,0 +1,77 @@ + + + + + tobii_eyex_dialog_widgets + + + Tracker options + + + + + Tracking settings + + + + + Relative mode shifts the view toward a target that may be offscreen then fixes upon it.The absolute mode is not gradual. + + + + + Tracking mode + + + + + Relative tracking mode gain + + + + + Adjust the gain mapping and speed to suit your preference, game type, display size, and distance from the screen. + + + + + Speed + + + + + Exponent segment length + + + + + Exponent norm + + + + + + + + + + 0 + + + + + Deadzone + + + + + Log segment length + + + + + Exponent + + + + -- cgit v1.2.3