diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-13 10:36:47 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 18:46:12 +0200 |
commit | 547f3314f2a4e75a5d2c540a5f1221e9c59277ae (patch) | |
tree | cc3f11d40bb4a73d219eff03559cd4cc0335a9af /tracker-easy/lang/nl_NL.ts | |
parent | 12e7ec5bdac206a3072f24577e897c79d6b0189f (diff) |
Easy Tracker: OpenCV point extractor.
Diffstat (limited to 'tracker-easy/lang/nl_NL.ts')
-rw-r--r-- | tracker-easy/lang/nl_NL.ts | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/tracker-easy/lang/nl_NL.ts b/tracker-easy/lang/nl_NL.ts index 8f471ea0..86022183 100644 --- a/tracker-easy/lang/nl_NL.ts +++ b/tracker-easy/lang/nl_NL.ts @@ -2,6 +2,41 @@ <!DOCTYPE TS> <TS version="2.1" language="nl_NL"> <context> + <name>EasyTrackerDialog</name> + <message> + <source>Brightness %1/255</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>LED radius %1 pixels</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>%1 yaw samples. Yaw more to %2 samples for stable calibration.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>%1 pitch samples. Pitch more to %2 samples for stable calibration.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>%1 samples. Over %2, good!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Stop calibration</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Start calibration</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Tracker offline</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UICPTClientControls</name> <message> <source>PointTracker Settings</source> @@ -234,41 +269,6 @@ Don't roll or change position.</source> </message> </context> <context> - <name>pt_impl::EasyTrackerDialog</name> - <message> - <source>Brightness %1/255</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>LED radius %1 pixels</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>%1 yaw samples. Yaw more to %2 samples for stable calibration.</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>%1 pitch samples. Pitch more to %2 samples for stable calibration.</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>%1 samples. Over %2, good!</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Stop calibration</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Start calibration</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Tracker offline</source> - <translation type="unfinished"></translation> - </message> -</context> -<context> <name>pt_module::metadata_pt</name> <message> <source>Easy Tracker 0.1</source> |