diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-26 15:45:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 15:45:36 +0200 |
commit | a123bb65e10dab56f32f0a4ed015b366d23615da (patch) | |
tree | df9aa3d97506834c4389e7f2dc738e396155df94 /tracker-tobii/lang/stub.ts | |
parent | 6f836ab2ab0edb296e0dc3884983cf6b956fce68 (diff) | |
parent | a462b5411e4c6e958adb3b2d1a75657d56522942 (diff) |
Merge pull request #1724 from khoanguyen-3fc/feature/tobii-tracker
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> |