diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 23:34:36 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 23:34:36 +0200 |
commit | 4039631386ae84abbf476263b28c92d91ac23b81 (patch) | |
tree | f55a4139c1ef03e20a9d7dbf5948d7964fc6db3d /tracker-easy/lang/stub.ts | |
parent | 77a469de95a498a4860b7da72b38508d40c2bede (diff) |
Adding support for four points model.
Can't get it to work correctly though.
Diffstat (limited to 'tracker-easy/lang/stub.ts')
-rw-r--r-- | tracker-easy/lang/stub.ts | 40 |
1 files changed, 24 insertions, 16 deletions
diff --git a/tracker-easy/lang/stub.ts b/tracker-easy/lang/stub.ts index 1b58a8f4..89c6d087 100644 --- a/tracker-easy/lang/stub.ts +++ b/tracker-easy/lang/stub.ts @@ -142,10 +142,6 @@ <translation type="unfinished"></translation> </message> <message> - <source>Custom</source> - <translation type="unfinished"></translation> - </message> - <message> <source>z:</source> <translation type="unfinished"></translation> </message> @@ -154,22 +150,10 @@ <translation type="unfinished"></translation> </message> <message> - <source><html><head/><body><p>Location of the two remaining model points<br/>with respect to the reference point in default pose</p><p>Use any units you want, not necessarily centimeters.</p></body></html></source> - <translation type="unfinished"></translation> - </message> - <message> <source>y:</source> <translation type="unfinished"></translation> </message> <message> - <source><html><head/><body><p><span style=" font-size:16pt;">P</span><span style=" font-size:16pt; vertical-align:sub;">3</span></p></body></html></source> - <translation type="unfinished"></translation> - </message> - <message> - <source><html><head/><body><p><span style=" font-size:16pt;">P</span><span style=" font-size:16pt; vertical-align:sub;">2</span></p></body></html></source> - <translation type="unfinished"></translation> - </message> - <message> <source>Model position</source> <translation type="unfinished"></translation> </message> @@ -254,5 +238,29 @@ Don't roll or change position.</source> <source>Settings</source> <translation type="unfinished"></translation> </message> + <message> + <source>Four</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Model vertices</source> + <translation type="unfinished"></translation> + </message> + <message> + <source><html><head/><body><p><span style=" font-size:16pt;">Top</span></p></body></html></source> + <translation type="unfinished"></translation> + </message> + <message> + <source><html><head/><body><p><span style=" font-size:16pt;">Left</span></p></body></html></source> + <translation type="unfinished"></translation> + </message> + <message> + <source><html><head/><body><p><span style=" font-size:16pt;">Right</span></p></body></html></source> + <translation type="unfinished"></translation> + </message> + <message> + <source><html><head/><body><p><span style=" font-size:16pt;">Center</span></p></body></html></source> + <translation type="unfinished"></translation> + </message> </context> </TS> |