diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-03-14 07:21:48 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-03-14 07:21:48 +0100 |
| commit | 0e971b6fc4164a2263577964cc29535072175428 (patch) | |
| tree | 40264bb12b490867f517867bd47f930cdfec896e | |
| parent | 39263718846f0cc45f6ffe32a7366e74e7ed7eab (diff) | |
gui/correlation-calibrator: fix i18n
| -rw-r--r-- | gui/correlation-calibrator.ui | 2 | ||||
| -rw-r--r-- | gui/lang/nl_NL.ts | 8 | ||||
| -rw-r--r-- | gui/lang/ru_RU.ts | 8 | ||||
| -rw-r--r-- | gui/lang/stub.ts | 8 | ||||
| -rw-r--r-- | gui/lang/zh_CN.ts | 8 |
5 files changed, 17 insertions, 17 deletions
diff --git a/gui/correlation-calibrator.ui b/gui/correlation-calibrator.ui index 0c33d8b4d..918d10267 100644 --- a/gui/correlation-calibrator.ui +++ b/gui/correlation-calibrator.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string>correlation_calibrator</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> diff --git a/gui/lang/nl_NL.ts b/gui/lang/nl_NL.ts index c57acfd4d..9fb5c37ea 100644 --- a/gui/lang/nl_NL.ts +++ b/gui/lang/nl_NL.ts @@ -15,10 +15,6 @@ <context> <name>Form</name> <message> - <source>Form</source> - <translation type="unfinished"></translation> - </message> - <message> <source>Press "calibrate" in given row to calibrate that axis. Follow instructions in the next window. Press "clear calibration" to remove any calibration data pertaining to that axis of position change or rotation.</source> <translation type="unfinished"></translation> @@ -59,6 +55,10 @@ Press "clear calibration" to remove any calibration data pertaining to <source>1</source> <translation type="unfinished"></translation> </message> + <message> + <source>correlation_calibrator</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>keyboard_listener</name> diff --git a/gui/lang/ru_RU.ts b/gui/lang/ru_RU.ts index 01e3b78e0..ec1314893 100644 --- a/gui/lang/ru_RU.ts +++ b/gui/lang/ru_RU.ts @@ -15,10 +15,6 @@ <context> <name>Form</name> <message> - <source>Form</source> - <translation type="unfinished"></translation> - </message> - <message> <source>Press "calibrate" in given row to calibrate that axis. Follow instructions in the next window. Press "clear calibration" to remove any calibration data pertaining to that axis of position change or rotation.</source> <translation type="unfinished"></translation> @@ -59,6 +55,10 @@ Press "clear calibration" to remove any calibration data pertaining to <source>1</source> <translation type="unfinished"></translation> </message> + <message> + <source>correlation_calibrator</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>keyboard_listener</name> diff --git a/gui/lang/stub.ts b/gui/lang/stub.ts index fe5c7a9dd..b36508f52 100644 --- a/gui/lang/stub.ts +++ b/gui/lang/stub.ts @@ -15,10 +15,6 @@ <context> <name>Form</name> <message> - <source>Form</source> - <translation type="unfinished"></translation> - </message> - <message> <source>Press "calibrate" in given row to calibrate that axis. Follow instructions in the next window. Press "clear calibration" to remove any calibration data pertaining to that axis of position change or rotation.</source> <translation type="unfinished"></translation> @@ -59,6 +55,10 @@ Press "clear calibration" to remove any calibration data pertaining to <source>1</source> <translation type="unfinished"></translation> </message> + <message> + <source>correlation_calibrator</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>keyboard_listener</name> diff --git a/gui/lang/zh_CN.ts b/gui/lang/zh_CN.ts index 752828e62..a6de9f514 100644 --- a/gui/lang/zh_CN.ts +++ b/gui/lang/zh_CN.ts @@ -15,10 +15,6 @@ <context> <name>Form</name> <message> - <source>Form</source> - <translation type="unfinished"></translation> - </message> - <message> <source>Press "calibrate" in given row to calibrate that axis. Follow instructions in the next window. Press "clear calibration" to remove any calibration data pertaining to that axis of position change or rotation.</source> <translation type="unfinished"></translation> @@ -59,6 +55,10 @@ Press "clear calibration" to remove any calibration data pertaining to <source>1</source> <translation type="unfinished"></translation> </message> + <message> + <source>correlation_calibrator</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>keyboard_listener</name> |
