diff options
-rw-r--r-- | gui/lang/nl_NL.ts | 2 | ||||
-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 | 2 | ||||
-rw-r--r-- | gui/settings-dialog.ui | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/gui/lang/nl_NL.ts b/gui/lang/nl_NL.ts index be70c0a3..f21806b3 100644 --- a/gui/lang/nl_NL.ts +++ b/gui/lang/nl_NL.ts @@ -305,7 +305,7 @@ Press "clear calibration" to remove any calibration data pertaining to <translation>Y</translation> </message> <message> - <source>Never translate the application interface</source> + <source>Disable user interface localization</source> <translation>De applicatie nooit vertaald weergeven</translation> </message> <message> diff --git a/gui/lang/ru_RU.ts b/gui/lang/ru_RU.ts index 28c94c9c..b6f460ba 100644 --- a/gui/lang/ru_RU.ts +++ b/gui/lang/ru_RU.ts @@ -190,10 +190,6 @@ Press "clear calibration" to remove any calibration data pertaining to <translation>Центрирование при запуске</translation> </message> <message> - <source>Never translate the application interface</source> - <translation></translation> - </message> - <message> <source>Minimize to tray</source> <translation>Настройка трея</translation> </message> @@ -391,6 +387,10 @@ Press "clear calibration" to remove any calibration data pertaining to <source>Freeze the position returned by the tracker while this mode is active.</source> <translation type="unfinished"></translation> </message> + <message> + <source>Disable user interface localization</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>process_detector</name> diff --git a/gui/lang/stub.ts b/gui/lang/stub.ts index 12af11f2..3fdc2d8f 100644 --- a/gui/lang/stub.ts +++ b/gui/lang/stub.ts @@ -189,10 +189,6 @@ Press "clear calibration" to remove any calibration data pertaining to <translation type="unfinished"></translation> </message> <message> - <source>Never translate the application interface</source> - <translation type="unfinished"></translation> - </message> - <message> <source>Minimize to tray</source> <translation type="unfinished"></translation> </message> @@ -388,6 +384,10 @@ Press "clear calibration" to remove any calibration data pertaining to <source>Freeze the position returned by the tracker while this mode is active.</source> <translation type="unfinished"></translation> </message> + <message> + <source>Disable user interface localization</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>process_detector</name> diff --git a/gui/lang/zh_CN.ts b/gui/lang/zh_CN.ts index d6b7e9f1..6efcf439 100644 --- a/gui/lang/zh_CN.ts +++ b/gui/lang/zh_CN.ts @@ -190,7 +190,7 @@ Press "clear calibration" to remove any calibration data pertaining to <translation>启动时自动回中</translation> </message> <message> - <source>Never translate the application interface</source> + <source>Disable user interface localization</source> <translation>关闭翻译界面</translation> </message> <message> diff --git a/gui/settings-dialog.ui b/gui/settings-dialog.ui index 2a6ba963..14b7652a 100644 --- a/gui/settings-dialog.ui +++ b/gui/settings-dialog.ui @@ -830,7 +830,7 @@ </sizepolicy> </property> <property name="text"> - <string>Never translate the application interface</string> + <string>Disable user interface localization</string> </property> </widget> </item> |