diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-07 05:14:45 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-07 05:14:45 +0100 |
commit | f95a4641a37fba390487e53a7f57982e22266910 (patch) | |
tree | c8abbc2f893c61ba1694bce712845bb80858b61d /tracker-aruco/lang | |
parent | c804162354aabf6d9a6f0528cdb216c2203b760d (diff) |
tracker/aruco: add more camera fps options
These coincide with power line frequencies.
Fixes #794
Users will need to adjust existing settings.
Diffstat (limited to 'tracker-aruco/lang')
-rw-r--r-- | tracker-aruco/lang/nl_NL.ts | 12 | ||||
-rw-r--r-- | tracker-aruco/lang/ru_RU.ts | 12 | ||||
-rw-r--r-- | tracker-aruco/lang/stub.ts | 12 | ||||
-rw-r--r-- | tracker-aruco/lang/zh_CN.ts | 12 |
4 files changed, 48 insertions, 0 deletions
diff --git a/tracker-aruco/lang/nl_NL.ts b/tracker-aruco/lang/nl_NL.ts index a4136086..ad34d973 100644 --- a/tracker-aruco/lang/nl_NL.ts +++ b/tracker-aruco/lang/nl_NL.ts @@ -83,5 +83,17 @@ <source>Toggle calibration</source> <translation>Schakel tussen kalibratie</translation> </message> + <message> + <source>50</source> + <translation type="unfinished">50</translation> + </message> + <message> + <source>100</source> + <translation type="unfinished">100</translation> + </message> + <message> + <source>120</source> + <translation type="unfinished">120</translation> + </message> </context> </TS> diff --git a/tracker-aruco/lang/ru_RU.ts b/tracker-aruco/lang/ru_RU.ts index f2088d1d..fb54c20f 100644 --- a/tracker-aruco/lang/ru_RU.ts +++ b/tracker-aruco/lang/ru_RU.ts @@ -83,5 +83,17 @@ <source>Toggle calibration</source> <translation type="unfinished"></translation> </message> + <message> + <source>50</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>100</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>120</source> + <translation type="unfinished"></translation> + </message> </context> </TS> diff --git a/tracker-aruco/lang/stub.ts b/tracker-aruco/lang/stub.ts index aadcbd03..39d584a3 100644 --- a/tracker-aruco/lang/stub.ts +++ b/tracker-aruco/lang/stub.ts @@ -83,5 +83,17 @@ <source>Toggle calibration</source> <translation type="unfinished"></translation> </message> + <message> + <source>50</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>100</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>120</source> + <translation type="unfinished"></translation> + </message> </context> </TS> diff --git a/tracker-aruco/lang/zh_CN.ts b/tracker-aruco/lang/zh_CN.ts index 2f497e98..9115340f 100644 --- a/tracker-aruco/lang/zh_CN.ts +++ b/tracker-aruco/lang/zh_CN.ts @@ -83,5 +83,17 @@ <source>Toggle calibration</source> <translation type="unfinished"></translation> </message> + <message> + <source>50</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>100</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>120</source> + <translation type="unfinished"></translation> + </message> </context> </TS> |