diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-14 21:41:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-14 21:43:03 +0100 |
commit | d30123f938c3bb9b8e556eedabccc265818dc06a (patch) | |
tree | da25c33b8a146592538925f936979bbbb8633b90 /gui/lang | |
parent | d3b86b83f3a9d64cc0c7b9562a2ad8ae37dd16f5 (diff) |
gui, opentrack: initial support for embeddable module dialogs
Diffstat (limited to 'gui/lang')
-rw-r--r-- | gui/lang/nl_NL.ts | 4 | ||||
-rw-r--r-- | gui/lang/ru_RU.ts | 4 | ||||
-rw-r--r-- | gui/lang/stub.ts | 4 | ||||
-rw-r--r-- | gui/lang/zh_CN.ts | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/gui/lang/nl_NL.ts b/gui/lang/nl_NL.ts index f21806b3..49ecec73 100644 --- a/gui/lang/nl_NL.ts +++ b/gui/lang/nl_NL.ts @@ -388,6 +388,10 @@ Press "clear calibration" to remove any calibration data pertaining to <source>Freeze the position returned by the tracker while this mode is active.</source> <translation type="unfinished"></translation> </message> + <message> + <source>Tracker</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>process_detector</name> diff --git a/gui/lang/ru_RU.ts b/gui/lang/ru_RU.ts index 27160ec5..95567649 100644 --- a/gui/lang/ru_RU.ts +++ b/gui/lang/ru_RU.ts @@ -391,6 +391,10 @@ Press "clear calibration" to remove any calibration data pertaining to <source>Disable user interface localization</source> <translation>Использовать английский интерфейс</translation> </message> + <message> + <source>Tracker</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>process_detector</name> diff --git a/gui/lang/stub.ts b/gui/lang/stub.ts index 3fdc2d8f..7b7a97b0 100644 --- a/gui/lang/stub.ts +++ b/gui/lang/stub.ts @@ -388,6 +388,10 @@ Press "clear calibration" to remove any calibration data pertaining to <source>Disable user interface localization</source> <translation type="unfinished"></translation> </message> + <message> + <source>Tracker</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>process_detector</name> diff --git a/gui/lang/zh_CN.ts b/gui/lang/zh_CN.ts index 6efcf439..b7df572e 100644 --- a/gui/lang/zh_CN.ts +++ b/gui/lang/zh_CN.ts @@ -389,6 +389,10 @@ Press "clear calibration" to remove any calibration data pertaining to <source>Freeze the position returned by the tracker while this mode is active.</source> <translation type="unfinished"></translation> </message> + <message> + <source>Tracker</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>process_detector</name> |