diff options
author | Khoa Nguyen <khoanguyen@3forcom.com> | 2023-09-26 12:27:06 +0700 |
---|---|---|
committer | Khoa Nguyen <khoanguyen@3forcom.com> | 2023-09-26 12:27:06 +0700 |
commit | 4261d6e6cc366884cd35daf66d9fa35c3dda6267 (patch) | |
tree | aacfac76fe3d4025cda695b788cc339fb063a175 /tracker-tobii/lang/stub.ts | |
parent | 6f836ab2ab0edb296e0dc3884983cf6b956fce68 (diff) |
tracker/tobii: add tobii input
Diffstat (limited to 'tracker-tobii/lang/stub.ts')
-rw-r--r-- | tracker-tobii/lang/stub.ts | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/tracker-tobii/lang/stub.ts b/tracker-tobii/lang/stub.ts index cd8a2bdc..566900a3 100644 --- a/tracker-tobii/lang/stub.ts +++ b/tracker-tobii/lang/stub.ts @@ -2,16 +2,20 @@ <!DOCTYPE TS> <TS version="2.1"> <context> - <name>UITobiiControls</name> + <name>tobii_metadata</name> <message> - <source>Tobii settings</source> + <source>Tobii Eye Tracker</source> <translation type="unfinished"></translation> </message> </context> <context> - <name>tobiiDll</name> + <name>tobii_ui</name> <message> - <source>Tobii input</source> + <source>Tobii Eye Tracker</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Please make sure the Tobii Experience application is running and tracking is active.</source> <translation type="unfinished"></translation> </message> </context> |