diff options
| author | Stéphane Lenclud <github@lenclud.com> | 2019-04-20 18:59:59 +0200 |
|---|---|---|
| committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-20 18:59:59 +0200 |
| commit | 72a0be25fa559f4cb8b2826f06837061f3b7b5a8 (patch) | |
| tree | 62e0d23035e152cc719bde28d6bdd1ced16b13ba /tracker-easy/lang/stub.ts | |
| parent | abcbf64cf1d2ee09f27d82f38bfb632e2d2268b9 (diff) | |
Easy Tracker: Deadzone implementation to minimize noise.
Added Deadzone pixels size to settings.
Clip and Custom model settings tabs disabled.
Diffstat (limited to 'tracker-easy/lang/stub.ts')
| -rw-r--r-- | tracker-easy/lang/stub.ts | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/tracker-easy/lang/stub.ts b/tracker-easy/lang/stub.ts index eca29787..32b314e9 100644 --- a/tracker-easy/lang/stub.ts +++ b/tracker-easy/lang/stub.ts @@ -243,10 +243,6 @@ Don't roll or change position.</source> <translation type="unfinished"></translation> </message> <message> - <source><html><head/><body><p><span style=" font-weight:600;">FTNoIR PointTracker Plugin<br/>Version 1.1</span></p><p><span style=" font-weight:600;">by Patrick Ruoff</span></p><p><a href="http://ftnoirpt.sourceforge.net/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Manual (external)</span></a></p></body></html></source> - <translation type="unfinished"></translation> - </message> - <message> <source>Status</source> <translation type="unfinished"></translation> </message> @@ -266,5 +262,17 @@ Don't roll or change position.</source> <source>Debug (full size preview)</source> <translation type="unfinished"></translation> </message> + <message> + <source>Deadzone</source> + <translation type="unfinished"></translation> + </message> + <message> + <source><html><head/><body><p><span style=" font-weight:600;">Easy Tracker<br/>Version 0.1</span></p><p><span style=" font-weight:600;">by Stéphane Lenclud</span></p><p>See <a href="https://github.com/opentrack/opentrack/wiki/Easy-Tracker"><span style=" font-weight:600; text-decoration: underline; color:#9999AA;">documentation on GitHub</span></a></p></body></html></source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Size in pixels of half the edge defining deadzone squares around tracked points</source> + <translation type="unfinished"></translation> + </message> </context> </TS> |
